On Thu, 12 Jan 2006 21:39:58 +0100 Thomas Börnert <[EMAIL PROTECTED]> wrote:
> > > On Thu, 2006-01-12 at 12:28 -0800, Andrew Sackville-West wrote: > > On Thu, 12 Jan 2006 12:26:54 +0100 > > Thomas Börnert <[EMAIL PROTECTED]> wrote: > > > > > hi list, > > > > > > i've installed a default sarge, with additional partitions > > > e.x. /usr > > > > > > # mount > > > /dev/hda3 on / type ext3 (rw,errors=remount-ro) > > > proc on /proc type proc (rw) > > > devpts on /dev/pts type devpts (rw,gid=5,mode=620) > > > /dev/hda1 on /boot type ext3 (rw,nosuid) > > > /dev/hda8 on /tmp type ext3 (rw,nosuid) > > > /dev/hda5 on /usr type ext3 (rw,nosuid) > > > /dev/hda6 on /var type ext3 (rw) > > > /dev/hda7 on /home type ext3 (rw,nosuid) > > > > > > during the boot the script S05keyman.sh wouldn't be > > > execute, because the additional partitions except "/" > > > would be mounted with S35mountall.sh later. > > > But in the script S05keyman.sh is a test > > > -------- snip ------------ > > > [ -x /usr/bin/unicode_start ] || return > > > [ -x /usr/bin/unicode_stop ] || return > > > --------- snip ------------ > > > this test failes because /usr isn't mounted. > > > > I'm running sid, but my lines look like this > > > > [ -x /usr/bin/unicode_start ] || [ -x /bin/unicode_start ] || > > return > > [ -x /usr/bin/unicode_stop ] || [ -x /bin/unicode_stop ] || return > > > > which will check in /bin as well as /usr/bin. might help. > > > > A > > ok, thats a workarround. but i would be interesting if there > is another solution. or i'm the first user with a /usr partition. well you're surely not the first. I had sarge with a /usr partition but I don't remember the timing as it related to my upgrade to sid. I suppose this could be a bug in the script, I can't imagine that one would only look in /usr/bin. A > > Thomas > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >