[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sarge problem with additional partitions - S05keymap.sh ...wouldn't be executed



On Thu, 12 Jan 2006 12:26:54 +0100
Thomas Börnert <tb@tbits.net> 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

> 
> in this case no environment isn't set.
> 
> Have everyone an idea ?
> 
> Thanks
> 
> Thomas
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> 



Reply to: