Re: list codes?
A package that I've found useful in decoding some of these messages is wtf when it's installed, the command $ wtf will return a plain English translation HTH, HAND Josh On Mon, Dec 11, 2000 at 02:19:32PM +0330, [EMAIL PROTECTED] wrote: > >Hi, > >I know this is not really Debian related, but I started wondering. > >Often I see terms like OT and AFAIK. What do they mean? > >I guess OT means something like 'unusual' and AFAIK gives me a dangerous > >feeling. > >Just wondering. > > I don't know OT myself, so someone else should answer this one! > > AFAIK = As far as I know > IM(H)O = In my (humble) opinion > ASAP = as soon as possible > > hope that helps... > > > >Greetz, > >Sebastiaan > > > > Michael Bartl > > // time to make the linux community addicted... > // www.freelords.org > > >-- > >To UNSUBSCRIBE, email to [EMAIL PROTECTED] > >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > > > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >
Re: samba daemon not working
On Mon, Dec 11, 2000 at 10:58:01AM +, Mark Sanchez wrote: > Hi and Good Morning to everybody ! > > When I run 'smbd -D' I get the following message a smbd dies > > > [2000/12/11 10:45:33, 0] lib/util_sock.c:open_socket_in(863) > bind failed on port 139 socket_addr=0.0.0.0 (Address already in use) > Is smbd already running? > > (taken from the /var/log/smb log file) > > Any hints ? > > > Thank for your help. > > Mark. > Josh
Re: dhcp
Do you have dhcpd running anywhere? dhcp is only half of the picture. You need dhcpd running somewhere to give out the information. HTH Josh On Mon, Dec 11, 2000 at 05:11:19PM +0100, Sebastiaan wrote: > Hello, > > I have just installed dhcp, but my clients fail to retreive their > addres. I am trying to set up a diskless workstation. > > How can I see if dhcp is running? There is no port opened for it. And is > there some way to check if it works, when having only one computer (the > compu I want to use is unable to run an installed sys). > > This is my config file: > default-lease-time 600; > max-lease-time 7200; > option subnet-mask 255.255.255.0; > option broadcast-address 192.168.1.255; > > subnet 192.168.1.0 netmask 255.255.255.0 { > range 192.168.1.4 192.168.1.100; > } > > > Anything else I can think of? > > Thanks in advance, > Sebastiaan > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >