Re: ndiswraaper install error.

2007-01-29 Thread Craig M. Houck
I just used NDISWrapper to get a netgear wg111v2 fob to wifi... I have only done this with the 2.6 kernel, never 2.4. I also indicate the rev's I used, you may find different revisions. Get the source ndiswrapper.sourceforge.net sourceforge.net/projects/ndiswrapper/ cd /usr/local/src mkdir ndi

Re: USB hotplug woes

2006-07-21 Thread Craig M. Houck
d is no longer produced making it a pain for wide spread production. >Further more I tried the 2.6 kernel and the machine just went nuts only >because the SATA drives are suddenly seen as SCSI. Yes it is fixable but I'd >rather not customize it too far off the beaten path. > > &g

Re: USB hotplug woes

2006-07-20 Thread Craig M. Houck
Vandoorn, Yvo; I have never done that. I know that with the 2.6 kernel (that I have on many laptops) plug a usb device in and an icon appears on the desktop for it. Do you want the script to autorun whe the usb device is pluged in? If so do some googles on "auto run", there are some programs you

Re: Has anyone set up a Printer Server with Debian

2006-04-27 Thread Craig M. Houck
Roberto; >Setting up a print server is as simple as setting up CUPS and telling it >to listen on all interfaces (not just 127.0.0.1). You just setup CUPS AHthat is the trick. Thanks >on the client(s) to point to the host at port 631 (which the port over >which CUPS listens). Thanks for th

Has anyone set up a Printer Server with Debian

2006-04-27 Thread Craig M. Houck
Folks; Has anyone set up a Printer Server with Debian OR know of a how-to? I searched some yesterday and did not find a how-two. Or is it as simple as just selecting that at the right point in the install. I will be trying that later today or tomorrow. TANX in advance Craig -- To UNSUBSCRIBE,

Etch and Xorg

2006-04-25 Thread Craig M. Houck
Just this AM I put ETCH on a Dell Dim. 4100 and no X. YIKES. I did an apt-get install xserver-xorg xutils x-windows-system-core and I had 640x480 in /etc/X11/xorg.config I added my monitor's HorizSync and VertRrefresh and I was at my max res. If this helps anyone, great. Craig -- To UNSUBSCRI

Re: KVMs and the 2.6 Kernel

2006-04-25 Thread Craig M. Houck
I have a Win2k box and three Debian boxes (2.4x1 2.6x2) on an IOGear Miniview Micro 4 port KVM and it works great. It uses a three key stroke Ctrl, then Alt, then Shift to switch. It took a while to get the right timing but now it switches w/o a prolblem. I use the same at home again with 2.6 ker

Re: how do I stop my processor fan

2006-04-06 Thread Craig M. Houck
Michael; Thanks for the heads up on that. I missed the fact that this was a laptop...AND I just built a new box with a P4. Yes, a P4 would make smoores very nicely!! >> You don't want the processor fan to stop...at least I would never want fan >> on top of the processor of ANY compuer I used to s

Re: how do I stop my processor fan

2006-04-06 Thread Craig M. Houck
You don't want the processor fan to stop...at least I would never want fan on top of the processor of ANY compuer I used to stop. At 03:20 PM 4/6/2006 +0200, Ivan Glushkov wrote: >Hi all, >since few hours my processor fan does not want to stop, and the >temperature if my Centrino is 45 degrees.

Re: How can I check that my RAID/LVM drives are really working?

2006-04-03 Thread Craig M. Houck
I have insured there is limited activity and no users on the machine and pulled the main HDD out. ONLY do this if the HDD's are hot-swapable. It is the roughest test you can do on a RAID system. BUT if it fails over to the second drive; test one passes. IF after some time passes and activity make

Re: how to pick fresh fruit.

2006-03-30 Thread Craig M. Houck
Ah so its getting personel then is it!! At 10:18 AM 3/30/2006 -0800, Andrew Sackville-West wrote: >On Thu, 30 Mar 2006 08:12:41 -0500 (EST) >[EMAIL PROTECTED] wrote: > >> That would really depend on the size and the feel. >> There is aa point of diminishing returns for both. >and here---^^ is the

Re: how to pick fresh fruit.

2006-03-30 Thread Craig M. Houck
>I could make an off-color come-back, but I won't... Your talking about those yellow instead of read watermelon's, right?!?!?!? RbtBotL Craig - ><> oBU SysAdmin /|\ 607 777 6827 ^ Tot Ziens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Re: Monitor cpu temp, fan speed, etc on a Dell PE 1850

2006-03-22 Thread Craig M. Houck
I am stuck using a 2.4 kernel. I think that is part of the problem. At 11:59 AM 3/22/2006 -0600, Hugo Vanwoerkom wrote: >Craig M. Houck wrote: >> Folks; >> >> I have a call into Dell support so if I get anything from them I will >> report it hereBUT. >> &

Monitor cpu temp, fan speed, etc on a Dell PE 1850

2006-03-22 Thread Craig M. Houck
Folks; I have a call into Dell support so if I get anything from them I will report it hereBUT. I want to monitor cpu temp, fan speed, voltage etc. all the readings that one finds on a properly sensored mobo. The PE1850 I am using has a Xeon processor which I understood to have all that built

Re: Problem with sound in Debian Unstable?

2006-03-20 Thread Craig M. Houck
Hmmm. This is 'good' bad news. Same thing happening to me I though I had done somehting else wrong. I am using a Dell desktop that has a twin next to it running Sarge and the sou nd works fine. At 11:31 AM 3/20/2006 -0500, Robert Harris wrote: > >No sound other than speaker beeps (^G) though.

Etch testing beta 2 is AWESOME

2006-03-17 Thread Craig M. Houck
Installed Etch testing beta 2 yesterday, very pleased so far. Install might have been faster than sarge. Some improvements to the installer too. Once installed the reboot time seem must faster than sarge. XF86 support much improved found every resolution for the monitor and started at the max re

Re: allow port in hosts.allow

2006-03-14 Thread Craig M. Houck
David; I asked one of the senior admins here about this as much for me as you. First the application's daemon (bacula-fd) needs to be compiled with tcpwrapper so it will look at hosts.allow file. Second the host or IP range you are 'allowing' must be know. Unlike, ftp, httpd, etc it canNOT be dyna

Re: Where to download precompiled Netbeans 5.0 debian package?

2006-03-13 Thread Craig M. Houck
You need to get the source and compile it. A not difficult task. I have it running on a classroom lab full of Debian boxes. At 01:36 PM 3/13/2006 +0800, Chong Zan Kai wrote: >Hi, > >May I know where can I download the latest Netbeans 5.0 (Debian Package)?? > >Thanks a lot. >-- >Best Regards, >Ch

Generate thumbnails

2006-03-06 Thread Craig M. Houck
Hey; What is any easy to use program to generate thumbnails from a 'full sized' image? I have tried many programs found using apt-cache search BUT either I am to stoopid to figure them out or they really don't do what I want. Fore xample: convert image.JPG -resize 10% images.jpg complains. THA

Re: NEW USER set-up assistance

2006-03-03 Thread Craig M. Houck
>My problems are, > >1. The video display will only let me use up to 800x600 size whereas the >same monitor under WinXP would work at 1024x768. So how would I go about >correctly setting this in the base config? You need to get the Horizontial scan rate and Vertical refresh rate for your monitor

RE: RAID installation

2006-02-28 Thread Craig M. Houck
Shlomi; > Sorry for my ignorance :) No apologize needed, this list exists to help users. >But what is a megaraid2? And how do you supply it's drivers on >installation time to the installer? (if you can) In the case of the Dell PE1850 I did not need to supply the driver. Debian 'found' it. Me

Re: RAID installation

2006-02-28 Thread Craig M. Houck
I don't think that 2.6 does support RAID. I just installed sarge 2.4 on a controller using Megaraid2 driver AND the 2.6 install failed when it tried to find the HDD's. The 2.4 kernel installed w/o a problem. At 04:04 PM 2/28/2006 +0200, Shlomi Levi wrote: >Hi, I just purchased a new MB w/RAID ena

Re: Resize raid? RAID Reconfig Tool?

2006-02-27 Thread Craig M. Houck
I am using a Dell raid controller on a PE1850 that has a create interface for changing things AND it will tell you if what you are about to do is going to destory data. Oh yes, running Debian 2.4.x At 07:03 PM 2/27/2006 +0100, Jan Johansson wrote: >Is "RAID Reconfiguration Tool" ( http://unthoug

Re: wireless card

2006-02-22 Thread Craig M. Houck
Here is what I did to get a netgear to work perfectly with ndiwrapper NdisWrapper NdisWrapper will use Native Windows Drivers (.INF) on/under/for/with Linux I have only done this with the 2.6 kernel, never 2.4. I also indicate the rev's I used, you may find different revisions. 1 Get the sou

Re: Laptop battery

2006-02-17 Thread Craig M. Houck
Your battery she is deceased and no more. The good news is one can be had for not to much. I find on eBay from 1.47 (44 shipping) to about $80 I didn't chekc the shipping) for a thinkpad T20 battery. RbtBotL Craig - ><> oBU SysAdmin /|\ 607 777 6827 ^ Tot Ziens -- To UNSUBS

Re: Clock jumps forward.

2006-02-16 Thread Craig M. Houck
David; This may not be the case, BUT there are several m/b's (I have an older abit BX6 rev) that I understand can cause the pc clock to be skew under Win98. It does with the box I built. Could be a similar effect. >Every few days, I find my clock two hours fast. Easy enough to reset but ... >w

Re: ndiswraaper install error.

2006-02-08 Thread Craig M. Houck
I just used NDISWrapper to get a netgear wg111v2 fob to wifi... I have only done this with the 2.6 kernel, never 2.4. I also indicate the rev's I used, you may find different revisions. Get the source ndiswrapper.sourceforge.net sourceforge.net/projects/ndiswrapper/ cd /usr/local/src mkdir ndi

Re: Fw: Debian Sarge AMD64 and SATA

2006-01-19 Thread Craig M. Houck
-- >> In order to get to work I had to go >> into the CMOS/BIOS and change the HDD to Combination. > >After you did that, what were the SATA drive(s) in /dev? The drive was id'd as hda not as a SCSI. I think I saw a scheme where you fool the system into thinking the SATA are SCSI to get them

Re: Fw: Debian Sarge AMD64 and SATA

2006-01-19 Thread Craig M. Houck
Alessandro Pluchino YES. Sarge has problems doing SATA installs. I had to put it on 30 Dell machines. In order to get to work I had to go into the CMOS/BIOS and change the HDD to Combination. Not sure what that means exactly there was very little explanation there. I suspect it makes it act less li

Re: Linux Distribution Chooser

2006-01-06 Thread Craig M. Houck
D-kewl. I made honest selections regarding the last few builds with Debian I have done AND it selected Debian. I think of the Debian installer as at least a semi-GUI interface, but I guess it isn't! RbtBotL Craig - ><> oBU SysAdmin /|\ 607 777 6827 ^ Tot Ziens -- To UNSUBSCR

Non-Debian content: Seasons Greetings

2005-12-23 Thread Craig M. Houck
Merry Christmas, Happy Hanukkah, Faithful Kwanza, Sweet Solstices & a Fine Festavus Remember the Reason for the Season RbtBotL Craig - ><> oBU SysAdmin /|\ 607 777 6827 ^ Tot Ziens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: Shell Script (If and Else) problem

2005-12-01 Thread Craig M. Houck
Louie; Hmm. I usually run kshell, so this might not be correct. You need a then after the first if. you need [[ ]] not just one bracket. At 03:23 PM 12/1/2005 +0800, Louie Miranda wrote: >Im having troubles on my shell script. When i run it, im having this errors. > > > > > >./runXML3.sh: line

Re: Dual processor

2005-11-16 Thread Craig M. Houck
Sorry in advance. Not a 'pure' Debian solution BUT one bsed on Debian. ClusterKnoppix will auto sense multi-processors. http://bofh.be/clusterknoppix/ RbtBotL Craig - ><> oBU SysAdmin /|\ 607 777 6827 ^ Tot Ziens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: KVM switch and debian

2005-11-03 Thread Craig M. Houck
I have a debian sarge box on an older DELL Dimension 4100. I had screen problems until I built the machine attached to the KVM using the shared Monitor. I also had the H and V sync. (A knoppix linux 3.8.2 live-cd provided that at boot/configure time) >I currently have the following setup at home.

Sarge on a Sunblade 100

2005-10-31 Thread Craig M. Houck
Matt; >I'm going to Demo the Sun Fire v20z next week, if you want sarge-on >-sun opteron info, follow up w/me later. An experience with Debian on a Sunblade 100? I have the netinstall Cd for SPARC and it goes as far as to say it is loading LINUX and hangs!! > RbtBotL Craig - ><> oBU Sys

Re: Loosing mouse when screen is locked

2005-10-21 Thread Craig M. Houck
I have a similar problem. Try ctrl-alt-F2 (if it will let you go to a terminal) then ctrl-alt-F7 to go back. this wakes my mouse when it freezes. At 08:59 AM 10/21/2005 +0200, Emmanuel Quevillon wrote: >Hi, > >I run a Debian 3.1 (Sarge) on a Dell latitude D810. Everything went fine >when I instal

Re: How to use old CPUs (Not Debian Specific)

2005-10-14 Thread Craig M. Houck
Here. here. I quite agree in particular with #3. Repair, Refinish, Rebuild and Reuse. I'm suspect there are a few more Re's. And when something is truly I mean truly at EoL. Its bonfire time (excluding stuff that produces toxins when heated). OK sometimes that stuff too if the fire will be big enou

Re: How to use old CPUs (Not Debian Specific)

2005-10-14 Thread Craig M. Houck
All of those machines will run some sort of linux, maybe a scaled down version but sothing. I'd get a KVM to share the boxes bwtween on Keyboard, Mouse and Monitor. Several are avaliable wiht cables for around $50US. There is a website has has directions for making old.old.old boxes into linksys li

Re: Strange crontab-problem

2005-10-10 Thread Craig M. Houck
You are likly getting back a line from ps -ef that is infact the process of the grep looking for sshd. I had a similar problem like this once. Trap just the grep sshd part and see if the grep isn't included. make that line read ... AANTAL=`ps -ef | /bin/grep '/usr/sbin/sshd' | /bin/grep -v grep

Re: Brain transplant for Debian testing box.

2005-10-10 Thread Craig M. Houck
A rescue disk will gain access to the HD from what ever you have in the box. There is a quasi-Debian rescue disk at: http://rescuecd.sourceforge.net/ At 09:15 AM 10/10/2005 -0700, Scott Denlinger wrote: >Hi all, > >I'm running Debian testing, and my processor recently died. I used this as an >oppo

Re: How much difference does it make to run ssh on a different port number?

2005-10-03 Thread Craig M. Houck
Opportunistic port scans of port 22 to see if there are openings will not 'see' yours. SO you become exempt from that potential intrusion. It is a deterrent, but a really easy one to set up. Here is a sad fact, at least in Murry's Little Book O'Facts. There are NO SECURE COMPUTERS. Just ones that

Re: compiling gcc

2005-10-03 Thread Craig M. Houck
Wh are you compiling gcc. Why not simply load the debian (.deb) package for gcc? IFor that matter, I thinkg gcc is part of a standard SARGE install. Am I missing something here?? At 03:55 PM 10/3/2005 +0200, mess-mate wrote: >Hi, >anyone compiled gcc without the 'pch' errors ?? (precompiled head

Re: Debian Compatible UPS?

2005-09-20 Thread Craig M. Houck
At 01:41 PM 9/20/2005 -0400, Angelo Bertolli wrote: >Craig M. Houck wrote: > >>The more I think about this the more I think using car batteries for this >>is a tad dangerous, sealed, old-school with caps, no spill batteries, etc >>no matter the type/style. Chemically created e

Re: Debian Compatible UPS?

2005-09-20 Thread Craig M. Houck
The more I think about this the more I think using car batteries for this is a tad dangerous, sealed, old-school with caps, no spill batteries, etc no matter the type/style. Chemically created energy in a thin walled box is not to be played with, particularly when it sits ideal a lot. When in a car

Re: xdebconfigurator output to file

2005-09-19 Thread Craig M. Houck
the redirection will work for sure. Try xdebconfigurator -x | more as well and of course xdebconfigurator -x | less for the less fans At 08:03 PM 9/19/2005 +0200, Louis Woods wrote: >I have just installed xdebconfigurator to get some clues about some of >the hardware in my laptop. When I ru

Re: Laptop choice to run debian

2005-09-09 Thread Craig M. Houck
I have put debian on two think pads a T20 and a new one. I also put it on a Dell 6000? Sound isn't working on the 6000, but I think it is a hardware problem. > RbtBotL Craig - ><> oBU SysAdmin /|\ 607 777 6827 ^ Tot Ziens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: Best strategy for multiple terminals connected to one server

2005-08-30 Thread Craig M. Houck
NIS/NFS (that is nis not nis+ btw) At 06:09 AM 8/30/2005 -0500, Hugo Vanwoerkom wrote: >Antonio Rodriguez wrote: >> I plan to implement a system similar to a cybercafe, the basic being >> the following: >> >> <> A central server. >> <> Several end points with terminals, keyboards (no sound), wit

Re: mass user property changes

2005-08-25 Thread Craig M. Houck
Tony; I'd try something with sed like ... in a shell or perl or what ever loop getting filenames mv $filename /tmp/$$.tmp cat /tmp/$$.tmp |sed "s/false/passswd" >$filename end loop RbtBotL Craig - ><> oBU SysAdmin /|\ 607 777 6827 ^ Tot Ziens -- To UNSUBSCRIBE, email to

Re: Using RPM on Debian

2005-08-25 Thread Craig M. Houck
alien RbtBotL Craig - ><> oBU SysAdmin /|\ 607 777 6827 ^ Tot Ziens -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Services questions

2005-08-24 Thread Craig M. Houck
I think w/o 111 and 113 you can't authenticate users to login to the machine. Of course that also makes it very secure. 980 is in the unassigned range and should not be in use, check that out. 4sure >> >>rpcbind 111 >> >>auth 113 >> >>unknown 980? netstat -tulpn Go into your /etc

Re: quota questions

2005-08-22 Thread Craig M. Houck
A suer should be able to type quota -v to get that. Adding that to the shell's login would show them each time a user logged/terminaled in. At 04:42 PM 8/22/2005 +0200, [EMAIL PROTECTED] wrote: >Hello, > >I went through the quota-mini-howto to install quota on out system. It >seems to work but I

Redirection of .dot files during NFS/NIS login from GNOME desktop

2005-08-19 Thread Craig M. Houck
We are using NIS/NFS to allow uses to login to a Debian desktop machine that connects them to there Sun Solaris work space. We would like to direct the many .dot files that are written to be directed to a sub-directory to stop any interferance with pre-existing/duplicated files that are created du