[gentoo-user] Trigger udev remove

2013-09-15 Thread Willie Matthews
Hi Everyone, I am trying to figure out how is the udev action remove is triggered. I am just now starting to play around with udev. I Encrypted a drive with a key that can only be accessed while I am logged on. I have it auto-mounting but I would like for it to remove from /dev/mapper when I unmou

Re: [gentoo-user] Re: {OT} Need a new server

2013-09-15 Thread Grant
>>> It's time to switch hosts. I'm looking at the following: >>> >>> Dual Xeon E5-2690 >>> 32GB RAM >>> 4x SSD RAID10 >> If I make this 6x SSD RAID10 with redundant power supplies, what is my >> weakest link as far as hardware? If a CPU craps out, will the system >> keep running? >> >> - Grant >>

Re: [gentoo-user] Re: {OT} Need a new server

2013-09-15 Thread Grant
> It's time to switch hosts. I'm looking at the following: > > Dual Xeon E5-2690 > 32GB RAM > 4x SSD RAID10 If I make this 6x SSD RAID10 with redundant power supplies, what is my weakest link as far as hardware? If a CPU craps out, will the system keep runn

Re: [gentoo-user] {OT} Need a new server

2013-09-15 Thread Grant
>> Is the Gentoo Software RAID + LVM guide the best place for RAID >> install info if I'm not using LVM and I'll have a hardware RAID >> controller? > > Not ready to take the ZFS plunge? That would greatly reduce the complexity > of RAID+LVM, since ZFS best practice is to set your hardware raid con

Re: [gentoo-user] {OT} Need a new server

2013-09-15 Thread Grant
>> http://blog.open-e.com/why-a-hot-spare-hard-disk-is-a-bad-idea/ >> >> "Based on our long years of experience we have learned that during a >> RAID rebuild the probability of an additional drive failure is quite >> high – a rebuild is stressful on the existing drives." > > This is NOT true on a R

Re: [gentoo-user] To be updated or not to be updated, Second Part

2013-09-15 Thread Neil Bothwick
On Sat, 14 Sep 2013 08:12:51 +0200, meino.cra...@gmx.de wrote: > Calculating dependencies... done! > > Total: 0 packages, Size of downloads: 0 kB > > Nothing to merge; quitting. > > -- > > beagleboneblack:/root>eix x11-libs/fox > [D] x11-libs/fox > Available versions: > (1.6)

[gentoo-user] udev doesn't turn off touchpad on boot.

2013-09-15 Thread 东方巽雷
I have /etc/udev/rules.d/touchpad.rules,content as below: ACTION=="add", SUBSYSTEM=="input", KERNEL=="mouse[0-9]", ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/gentoo/.Xauthority", ENV{ID_CLASS}="mouse", ENV{REMOVE_CMD}="/usr/bin/synclient TouchpadOff=0", RUN+="/usr/bin/synclient TouchpadOff=1" My u

Re: [gentoo-user] udev doesn't turn off touchpad on boot.

2013-09-15 Thread joost
"东方巽雷" wrote: >I have /etc/udev/rules.d/touchpad.rules,content as below: >ACTION=="add", SUBSYSTEM=="input", KERNEL=="mouse[0-9]", >ENV{DISPLAY}=":0", >ENV{XAUTHORITY}="/home/gentoo/.Xauthority", ENV{ID_CLASS}="mouse", >ENV{REMOVE_CMD}="/usr/bin/synclient TouchpadOff=0", >RUN+="/usr/bin/synclient

Re: [gentoo-user] udev doesn't turn off touchpad on boot.

2013-09-15 Thread 东方巽雷
No,I only seperate /home and /usr/portage. And now I don't use initramfs to boot. 2013/9/16 > "东方巽雷" wrote: >> >> I have /etc/udev/rules.d/touchpad.rules,content as below: >> ACTION=="add", SUBSYSTEM=="input", KERNEL=="mouse[0-9]", >> ENV{DISPLAY}=":0", ENV{XAUTHORITY}="/home/gentoo/.Xauthorit

Re: [gentoo-user] {OT} Need a new server

2013-09-15 Thread Grant
>> Instead, how about a 6-drive RAID 10 array with no hot spare? My >> guess is this would mean much greater fault-tolerance both overall and >> during the rebuild process (once a new drive is swapped in). That >> would mean not only potentially increased uptime but decreased >> monitoring respon