cannot ping my own machine

2006-11-02 Thread schmity
Newbie Here. The name of my linux machine is linuxbox. I am unable to ping this machine from that very machine. I tried the following: ping linuxbox and ping localhost neither of which worked. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: cannot ping my own machine

2006-11-02 Thread schmity
Here is the info. Looks like the machine is named Sandstorm instead of Linuxbox. Sandstorm is what I had intended the workgroup name to be for my network. Can I change this so that the computername is Linuxbox? Linuxbox:/home/brent# cat /etc/hosts 127.0.0.1 localhost.localdomain

Re: cannot ping my own machine

2006-11-04 Thread schmity
Ok, newbie here so go easy on me. In general, what type of files would I expect to find in the /etc directory? How would I have known to look in the /etc directory for the hosts file? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: cannot ping my own machine

2006-11-04 Thread schmity
grep -i -l Sandstorm /etc/* lists only the /etc/hosts file. grep -i -l Linuxbox /etc/* lists /etc/hostname and /etc/motd. I changed the /etc/hosts file so that the localhost is now Linuxbox, ran hostname -F /etc/hosthame and now I am able to ping Linuxbox. Kent, you said there might be more

cable modem connection slower than dial up

2006-11-05 Thread schmity
I have a cable modem connected to a router that connects to a Windows XP machine and my Debian linux machine. Internet on the Windows XP machine is extremely fast and the Debian machine is slower than dial up (no joke! night and day difference!) What is wrong with the Debian machine? -- To

Re: cable modem connection slower than dial up

2006-11-05 Thread schmity
Here is what I get when I do the tests. It takes a long time to ping google and yahoo. Telnet didn't work with google or yahoo and it was extremely slow also. Don't know about the ipv6 packet or where to look. I'll check into it or if you have more info that you could give me it would be

Re: cable modem connection slower than dial up

2006-11-06 Thread schmity
Irving wrote: On Sun, Nov 05, 2006 at 07:48:17PM -0800, schmity wrote: Here is what I get when I do the tests. It takes a long time to ping google and yahoo. Telnet didn't work with google or yahoo and it was extremely slow also. Don't know about the ipv6 packet or where to ... Maybe

Re: cable modem connection slower then dial up

2006-11-06 Thread schmity
Ok. It seems that the internet is extremely fast when I use Mozilla and extremely slow when I use Konqueror. I am still unable to telnet www.google.com 80 get /. I've seen your ping results. Better than my probes. To debug this issue, power down all devi- ces. Computers, router, modem.

What is the best way to install Samba

2006-12-18 Thread schmity
Ok I have my debian machine connected to a XP machine through a router. I have made several attemps to install samba using apt-get and I have modified the smb.conf on several occations. My first thought was to start with a fresh reinstall of Samba so that I could start with the original smb.conf

What is the best way to install Samba

2006-12-18 Thread schmity
Ok I have my debian machine connected to a XP machine through a router. I have made several attemps to install samba using apt-get and I have modified the smb.conf on several occations. My first thought was to start with a fresh reinstall of Samba so that I could start with the original smb.conf

Re: What is the best way to install Samba

2006-12-18 Thread schmity
Let's back up a few steps. Should I be able to see the other computers on the Network before I install SAMBA? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: What is the best way to install Samba

2006-12-20 Thread schmity
Alright, I have made a simple smb.conf file as follows. ### [global] # Server configuration paramaters netbios name = LINUXBOX server string = Samba %v on (%L) workgroup = SANDSTORM encrypt passwords = yes [data] path

Re: What is the best way to install Samba

2006-12-20 Thread schmity
Alright, I have made a simple smb.conf file as follows. ### [global] # Server configuration paramaters netbios name = LINUXBOX server string = Samba %v on (%L) workgroup = SANDSTORM encrypt passwords = yes [data] path

Re: What is the best way to install Samba

2006-12-20 Thread schmity
I also did the following: # Linuxbox:/home/brent# smbpasswd brent New SMB password: Retype new SMB password: Linuxbox:/home/brent# cat /etc/samba/smbpasswd brent:1000:874EA23DF4AFD3CFC2265B23734E0DAC:153EDE431C871577C60F69CAD6DF1601:[U ]:LCT-45895F8A:

XP and Samba.....again

2006-12-20 Thread schmity
Newbie here. I have a home network with a XP machine and a Debian machine connected through a router. I have not set Static IP's on either machine. I am trying to connect these machines with samba, and I have made a simple smb.conf file as follows: ###

Re: XP and Samba.....again

2006-12-21 Thread schmity
Yes, both computers are a member of the SANDSTORM workgroup. I added security = shared to my global section. No change. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: XP and Samba.....again

2006-12-21 Thread schmity
try it using username linuxbox\brent without the quotes. security as user I tried linuxbox\brent with security as share. No Change. Changed smb.conf so that security = user, ran smbd -D nmbd -D. Still no Change. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: XP and Samba.....again

2006-12-21 Thread schmity
Here is my latest from the command line. Looks like the problem is a user and password problem. ### Linuxbox:/home/brent# smbclient -L linuxbox Password: session setup failed: NT_STATUS_LOGON_FAILURE Linuxbox:/home/brent# smbclient -L linuxbox -U brent Password:

Re: XP and Samba.....again

2006-12-21 Thread schmity
Forgive me, but I'm new and don't know how to set up the smbpasswd file other than the smbpasswd program. Is there maybe a template somewhere. Thanks Brent Don Hayward wrote: Sorry, I just dropped into this thread, but... On Thu, 21 Dec 2006, schmity wrote: Here is my latest from

Re: XP and Samba.....again

2006-12-21 Thread schmity
If I try a random name such as charlie with no password it works. But not on the windows machine. Linuxbox:/home/brent# smbclient -L linuxbox -U charlie Password: Anonymous login successful Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian] Sharename Type Comment

Re: XP and Samba.....again

2006-12-22 Thread schmity
Yeah I tried that too. Andrei Popescu wrote: On Thu, Dec 21, 2006 at 11:29:27PM -0600, Brent Schmidt wrote: I tried to create a new account and here is what I get: Linuxbox:/home/brent# smbpasswd -a schmity New SMB password: Retype new SMB password: Failed to initialise

apt-get -dist-upgrade leaves wireless keyboard and mouse useless on sarge

2007-12-25 Thread schmity
I am running debian sarge and I just did an apt-get dist-upgrade and my wireless keyboard and mouse are no longer working. I know that bios sees the wireless keyboard and mouse because I can hit delete and go to bios setup (If that makes any difference) It has been quite some time since I did a

Re: apt-get -dist-upgrade leaves wireless keyboard and mouse useless on sarge

2007-12-26 Thread schmity
On Dec 26, 11:40 am, Daniel Burrows [EMAIL PROTECTED] wrote: On Tue, Dec 25, 2007 at 07:09:25PM -0800, schmity [EMAIL PROTECTED] was heard to say: I am running debian sarge and I just did an apt-get dist-upgrade and my wireless keyboard and mouse are no longer working. I know that bios

Re: apt-get -dist-upgrade leaves wireless keyboard and mouse useless on sarge

2007-12-27 Thread schmity
On Dec 27, 8:50 am, Daniel Burrows [EMAIL PROTECTED] wrote: On Wed, Dec 26, 2007 at 09:15:43PM -0800, schmity [EMAIL PROTECTED] was heard to say:Could you post your /etc/apt/sources.list and the contents of /etc/debian_version ? I'm wondering if you maybe upgraded to etch