CIA.vc
bruno
Real-time open source activity stats
Stats » Authors » bruno
informationsyndicateUTC clock
06:50 on Mar 20, 2010
event counters
The last message was received 4.64 days ago at 15:34 on Mar 15, 2010
0 messages so far today, 0 messages yesterday
1 messages so far this week, 0 messages last week
2 messages so far this month, 41 messages last month
990 messages since the first one, 4.67 years ago, for an average of 1.72 days between messages
recent messages
dateReversed sort columnprojectcontentlink
15:33 MondayFreeBSD
Commit by bruno :: r205168 /stable/8/sys/kern/kern_thr.c: (link)
MFC r204519:
Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properly
filled si_uid and si_pid).

PR: 141956
#
14:27 on Mar 01FreeBSD
Commit by bruno :: r204519 /head/sys/kern/kern_thr.c: (link)
Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properly
filled si_uid and si_pid).

Reported by: Joel Bertrand <joel.bertrand systella fr>
PR: 141956
Reviewed by: kib
MFC after: 2 weeks
#
01:08 on Feb 09MondoRescue
Commit by bruno :: r2577 /branches/2.2.9/mindi/mindi:

  • First try to improve OVM support with ocfs2 and Xen modules added
#
16:51 on Feb 05MondoRescue
Commit by bruno :: r2576 /branches/2.2.10/ (3 files in 2 dirs):

svn merge -r 2567:2574 /mondorescue/branches/2.2.9
(At parity with 2.2.9.2)

  • Improve device exclusion for LVM by adding support for symlinks and mapper systematically at all levels (PV, VG, LV). Should really provvide the best support possible for LVM exclusion.
  • Also use the same exclusion technique for MINDI_EXCLUDE_DEVS in mindi itself just in case.
  • ums-cypress also added to module list following user feedback
  • Fix a bug in the vgcreate command generation where too many PVs were mentioned, due to the extension of the list. We now use a $current_PVs variable which is limited to what i needed
  • setfacl doesn't need the -h option to restore physical paths
  • THis version of mondo uses another interface for the mr_asprintf function than the one used just previously which was coredumping
  • Adds support for sata_svw for Proliant DL 385 G5p. Fixes #391.
#
16:42 on Feb 05MondoRescue
Commit by bruno :: r2575 /tags/2.2.9.2:
Tag official version 2.2.9.2
#
15:09 on Feb 05MondoRescue
Commit by bruno :: r2574 /branches/2.2.9/mindi/mindi:

  • Adds support for sata_svw for Porliant DL 385 G5p. Fixes #391.
#
01:35 on Feb 05MondoRescue
Commit by bruno :: r2573 /branches/2.2.9/mondo/src/common/libmondo-filelist.c:

  • THis version of mondo uses another interface for the mr_asprintf function than the one used just previously which was coredumping
#
13:16 on Feb 04MondoRescue
Commit by bruno :: r2572 /branches/2.2.9/mondo/src/common/libmondo-filelist.c:
setfacl doesn't need the -h option to restore physical paths
#
03:20 on Feb 03MondoRescue
Commit by bruno :: r2571 /branches/2.2.9/mindi/analyze-my-lvm:

  • Fix a bug in the vgcreate command generation where too many PVs were mentioned, due to the extension of the list. We now use a $current_PVs variable which is limited to what i needed
#
00:31 on Feb 03MondoRescue
Commit by bruno :: r2570 /branches/2.2.9/mindi/mindi:
ums-cypress also added to module list following user feedback
#
09:40 on Feb 02MondoRescue
Commit by bruno :: r2569 /branches/2.2.10/ (8 files in 4 dirs):

svn merge -r 2545:2567 /mondorescue/branches/2.2.9

  • Improve device exclusion for LVM by adding support for symlinks and mapper systematically at all levels (PV, VG, LV). Shoul d really provvide the best support possible for LVM exclusion.
  • Now supports also exclusion of LVs directly
  • Improve mindi by handling excluded devices earlier in the loop.
  • Fix LV exclusion when VGs are excluded (the excludedvgs file has to be removed at start and end of analyze-my-lvm not in fu nctions, as they are called multiple times)
  • Rename some variables exported to avoid accidental conflict (EXCLUDE_DEVS => MINDI_EXCLUDE_DEVS and ADDITIONAL_BOOT_PARAMS => MINDI_ADDITIONAL_BOOT_PARAMS)
  • setfattr also needs the -h flag to restore attributes on symlinks, not on the target file (which may not exist BTW). Should solve #388.
  • Using forcemods="mod1 mod2" will now do something and load those modules first
  • Update web page on distributions to download
  • Add support for ums_cypress module in mindi
  • Fix acl backup which was completely wrong.
  • Fix a bug where LV were not created anymore if no exclusion !!
  • In analyze-my-lvm only use pv.tmp2 when it exists to avoid error msgs -Adds support for links to modules (.ko pointing to .o) such as with VMWare extensions
  • Adds i-want-my-lvm content in mindi log file
  • Adds vmxnet3 driver support to mindi for some VMWare versions
  • Fix a typo in the way device mapper files where excluded
  • use option -h of getfattr to *not* follow symlinks, which breaks RHEL 5.4 as reported in #388. However, getfacl doesn't provide such an option.
  • Adds some logs for filelist creation
  • Remove option -P from getfattr which may also skip symlinks - Attempt to solve #388
  • Exclude rpc_pipefs type of filesystems from find
  • Suppress unused mode_of_file function
#
17:49 on Feb 01MondoRescue
Commit by bruno :: r2568 /branches/2.2.9/mindi/mindi:

  • Also use the same exclusion technique for MINDI_EXCLUDE_DEVS in mindi itself just in case.
#
17:10 on Feb 01MondoRescue
Commit by bruno :: r2567 /branches/2.2.9/mindi/analyze-my-lvm:

  • Improve device exclusion for LVM by adding support for symlinks and mapper systematically at all levels (PV, VG, LV). Should really provvide the best support possible for LVM exclusion.
#
16:07 on Feb 01MondoRescue
Commit by bruno :: r2566 /branches/2.2.9/mindi/ (mindi analyze-my-lvm):

  • Now supports also excludion of LVs directly
  • Improve mindi by handling excluded devices earlier in the loop.
#
13:37 on Feb 01MondoRescue
Commit by bruno :: r2565 /branches/2.2.9/mindi/analyze-my-lvm:

  • Fix LV exclusion when VGs are excluded (the excludedvgs file has to be removed at start and end of analyze-my-lvm not in functions, as they are called multiple times)
#
13:12 on Feb 01MondoRescue
Commit by bruno :: r2564 /branches/2.2.9/mindi/ (rootfs/sbin/init mindi analyze-my-lvm):

  • Rename some variables exported to avoid accidental conflict (EXCLUDE_DEVS => MINDI_EXCLUDE_DEVS and ADDITIONAL_BOOT_PARAMS => MINDI_ADDITIONAL_BOOT_PARAMS)
#
11:47 on Feb 01MondoRescue
Commit by bruno :: r2563 /branches/2.2.9/mondo/src/common/libmondo-filelist.c:

  • setfattr also needs the -h flag to restore attributes on symlinks, not on the target file (which may not exist BTW). Should solve #388.
#
00:54 on Jan 31MondoRescue
Commit by bruno :: r2562 /branches/2.2.9/mindi/rootfs/sbin/init:

  • Using forcemods="mod1 mod2" will now do something and load those modules first
#
00:19 on Jan 31MondoRescue
Commit by bruno :: r2561 /branches/2.2.9/website/downloads.shtml:

  • Update web page on distributions to download
#
23:43 on Jan 30MondoRescue
Commit by bruno :: r2560 /branches/2.2.9/mindi/mindi:

  • Add support for ums_cypress module in mindi
#