Re: [arch] umount network-fs before stopping the network

2007-02-19 Thread phydeaux
James wrote: > Another fix: > > Add this to the start of the rc.d/network stop section. > > # Ensure netfs is taken down before network. > for daemon in "[EMAIL PROTECTED]"; do > if [ "$daemon" = "${daemon#!}" -a "$daemon" = "netfs" ]; then > if ! ck_daemon netfs; then > /

Re: [arch] umount network-fs before stopping the network

2007-02-19 Thread James
Another fix: Add this to the start of the rc.d/network stop section. # Ensure netfs is taken down before network. for daemon in "[EMAIL PROTECTED]"; do if [ "$daemon" = "${daemon#!}" -a "$daemon" = "netfs" ]; then if ! ck_daemon netfs; then /etc/rc.d/netfs stop fi

Re: [arch] [security] Warning on ClamAv

2007-02-19 Thread Hussam Al-Tayeb
On 2/19/07, Pierre Schmitz <[EMAIL PROTECTED]> wrote: > Am Donnerstag, 15. Februar 2007 22:25:12 schrieb Dale Blount: > > > Problem Packages > > > === > > > - -- > > > Package | Repo| Group| Unsafe

Re: [arch] [security] Warning on ClamAv

2007-02-19 Thread Pierre Schmitz
Am Donnerstag, 15. Februar 2007 22:25:12 schrieb Dale Blount: > > Problem Packages > > === > > - -- > > Package | Repo| Group| Unsafe |Safe| > > - --

Re: [arch] Too-aggresive cleaning removed my window manager: how can I re-install it (xfce4, xfwm4)

2007-02-19 Thread Rodrigo Coacci
2007/2/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Hi, I was running out of space yesterday so I removed what I thought were some unnecessary packages. Not thinking clearly, I removed xfwm4, thinking that my window manager is xfce4, and that I didn't need xfwm4. When I rebooted, my familiar xfc

Re: [arch] SOLVED! Re: Too-aggresive cleaning removed my window manager: how can I re-install it (xfce4, xfwm4)

2007-02-19 Thread michael
On Mon, 19 Feb 2007, Jesse Young wrote: > On Mon, Feb 19, 2007 at 12:32:10PM -0800, [EMAIL PROTECTED] wrote: >> >> >> >> On Mon, 19 Feb 2007, RedShift wrote: >> >>> [EMAIL PROTECTED] wrote: Solved by rebooting... I think xfwm4 was simply not being started. Why it took a reboot to

Re: [arch] SOLVED! Re: Too-aggresive cleaning removed my window manager: how can I re-install it (xfce4, xfwm4)

2007-02-19 Thread Jesse Young
On Mon, Feb 19, 2007 at 12:32:10PM -0800, [EMAIL PROTECTED] wrote: > > > > On Mon, 19 Feb 2007, RedShift wrote: > > > [EMAIL PROTECTED] wrote: > >> Solved by rebooting... > >> > >> I think xfwm4 was simply not being started. Why it took a reboot to cause > >> that > >> I don't know, since by e

Re: [arch] SOLVED! Re: Too-aggresive cleaning removed my window manager: how can I re-install it (xfce4, xfwm4)

2007-02-19 Thread michael
On Mon, 19 Feb 2007, RedShift wrote: > [EMAIL PROTECTED] wrote: >> Solved by rebooting... >> >> I think xfwm4 was simply not being started. Why it took a reboot to cause >> that >> I don't know, since by exiting X I would have expected it to start the window >> manager. >> >> I suppose a quick

Re: [arch] SOLVED! Re: Too-aggresive cleaning removed my window manager: how can I re-install it (xfce4, xfwm4)

2007-02-19 Thread RedShift
[EMAIL PROTECTED] wrote: > Solved by rebooting... > > I think xfwm4 was simply not being started. Why it took a reboot to cause that > I don't know, since by exiting X I would have expected it to start the window > manager. > > I suppose a quick inspection of the initialization scripts will answe

[arch] SOLVED! Re: Too-aggresive cleaning removed my window manager: how can I re-install it (xfce4, xfwm4)

2007-02-19 Thread michael
Solved by rebooting... I think xfwm4 was simply not being started. Why it took a reboot to cause that I don't know, since by exiting X I would have expected it to start the window manager. I suppose a quick inspection of the initialization scripts will answer this question for me. Thanks anyway,

[arch] Too-aggresive cleaning removed my window manager: how can I re-install it (xfce4, xfwm4)

2007-02-19 Thread michael
Hi, I was running out of space yesterday so I removed what I thought were some unnecessary packages. Not thinking clearly, I removed xfwm4, thinking that my window manager is xfce4, and that I didn't need xfwm4. When I rebooted, my familiar xfce4 X server started, and my task bar with my various

Re: [arch] umount network-fs before stopping the network

2007-02-19 Thread phydeaux
I've got a quick and dirty hack that I use to get around this. It's mainly the stock netfs script but with the start up section all but removed. This obviously kills the functionality of the script mounting all your network file systems in fstab at startup but if you're having this problem you're

Re: [arch] umount network-fs before stopping the network

2007-02-19 Thread Jan de Groot
On Mon, 2007-02-19 at 12:19 +0100, RedShift wrote: > NitE wrote: > >> iam using some samba shares, and the problem is simply that if > >> archlinux is > >> rebooting/halting it does not umount the samba shares before it it > >> brings > >> the network down > > > > I also have the same problem

Re: [arch] umount network-fs before stopping the network

2007-02-19 Thread RedShift
NitE wrote: >> iam using some samba shares, and the problem is simply that if >> archlinux is >> rebooting/halting it does not umount the samba shares before it it >> brings >> the network down > > I also have the same problem when I mount my samba shares. I've been > to lazy to think of a s

Re: [arch] Uprage woes on new install

2007-02-19 Thread Iain Sims
Sorry, should have searched the list first. found the answer here: http://permalink.gmane.org/gmane.linux.arch.general/10879 Iain Sims wrote: > Taking a look at switching from Gentoo to Arch. Sure there are many who > have done this already. > > On my Dell Latitude D610 laptop, I install fresh

[arch] Uprage woes on new install

2007-02-19 Thread Iain Sims
Taking a look at switching from Gentoo to Arch. Sure there are many who have done this already. On my Dell Latitude D610 laptop, I install fresh from the 0.7.2 CD and build the base image. After rebooting into my shiny new system, I'm prompted to upgrade pacman. Having done so I remove raidtools (

Re: [arch] umount network-fs before stopping the network

2007-02-19 Thread Pierre Schmitz
Am Montag, 19. Februar 2007 04:46:21 schrieb asdf fdsa: > hi, > > iam using some samba shares, and the problem is simply that if archlinux is > rebooting/halting it does not umount the samba shares before it it brings > the network down. it takes some time (i think around 30 sec) to get the > samba

Re: [arch] umount network-fs before stopping the network

2007-02-19 Thread Roman Kyrylych
2007/2/19, NitE <[EMAIL PROTECTED]>: > > iam using some samba shares, and the problem is simply that if > > archlinux is > > rebooting/halting it does not umount the samba shares before it it > > brings > > the network down > > I also have the same problem when I mount my samba shares. I've been >