Re: hamm bugs

1998-03-03 Thread Joel Klecker
At 21:59 +0100 1998-03-02, Jonas Bofjall wrote: >I tried to install the `hamm' distribution today on a fresh installation. >Is that not possible yet? Anyway, I encountered the following problems >during installation which might be of value to someone: > >* The disk partitioning program did not work

hamm bugs

1998-03-02 Thread Jonas Bofjall
I tried to install the `hamm' distribution today on a fresh installation. Is that not possible yet? Anyway, I encountered the following problems during installation which might be of value to someone: * The disk partitioning program did not work. When I created a maximum size partition it said i

Re: Two minor hamm bugs

1998-01-19 Thread Eloy A. Paris
Hi, I am the maintainer of the Debian samba package so the first part of this message corresponds to me... Shaleh <[EMAIL PROTECTED]> wrote: : When installing samba, the script in /etc/init.d has an error at the : top. I chose to use inetd and not having it start on boot. The script : does a `

Two minor hamm bugs

1998-01-19 Thread Shaleh
When installing samba, the script in /etc/init.d has an error at the top. I chose to use inetd and not having it start on boot. The script does a `grep -q blah && exit 0`. This should be '||' and not '&&'. Second ln -sf should change a symlink. It does not. i.e. $ ln -s foo bar $ ls -al