Re: [no subject]

2003-11-05 Thread Matt Eberhardt
I ran cat on /dev/mouse/install and sure enough... no mouse installed... i already have hotplug installed how exactly do i go about installing a mouse? i am used to the distro install handling this Thanks for the help - Original Message - From: "Alex Malinovich" <[EMAIL PROTECTE

ooppss.. my subject should read XFree86 server problems...

2003-11-05 Thread Matt Eberhardt
i click too fast apparently... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

[no subject]

2003-11-05 Thread Matt Eberhardt
I am having problems getting XFree86 to run... I've installed it with apt-get. I apologize for the length of this.. there are a lot of config file pastings I run startx. KDE comes up, makes it to the little mouse/keyboard icon and crashes. this is in the log: (II) Keyboard "Generic Keyboard" h

Re: blog-lite for Debian Stable?

2003-10-31 Thread Matt Eberhardt
Did you check out freshmeat? http://freshmeat.net/search/?q=weblog§ion=projects you will probably need to install mysql for any type of weblog, and php if not already there Matt - Original Message - From: "BruceG" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 31, 2003

Re: Restarting killed processes

2003-10-31 Thread Matt Eberhardt
Do a "ps -A" or, if you know the process, you can trim that down like: "ps -A | grep apache" to kick it off again: "/etc/init.d/apache start" if you look in /etc/init.d you can get the names for the other processes. Matt - Original Message - From: "BruceG" <[EMAIL PROTECTED]> To: <[EMAI

Re: bit of help for new debian user....

2003-10-29 Thread Matt Eberhardt
> Is your routing set up properly ? When you traceroute to your isp do you see > anything weird ? > Sounds like a routing problem to me. Or an isp problem > > hth > Elie De Brauwer > Actually, it needed a reboot in hindsight, i probably could have gotten by with just a network restart. I

a bit more info

2003-10-29 Thread Matt Eberhardt
inet static address 192.168.1.125 netmask 255.255.255.0 gateway 192.168.1.1 __ Matt Eberhardt Web Developer -- The information contained in this communication may be confidential, is intended only for the use of the recipient(s) named above, and may be legally privileged. If

bit of help for new debian user....

2003-10-29 Thread Matt Eberhardt
ps iptables was blocking it, so I ran "/etc/init.d/iptables clear" but that did not fix anything. I'm stumped... and there is nothing in the logs that is tossing an error Any ideas? (note, my linux experience is mostly slackware with some redhat and mandrake tossed in) __