Re: XDM at Startup

2000-03-23 Thread Bill Caskey
Thanks to all who replied. I not only want to thank everyone, but also post my ultimate solution--in case others encounter the same problem in the future. Indeed, I found S99xdm in /etc/rc#.d where # = 2, 3, 4, 5. The file is a script, not a link. So, I chose to: 1. Delete S99xdm in /etc/rc2

RE: how to change blackbox background color?

2000-03-23 Thread Sean 'Shaleh' Perry
> > Is there a way to change it? the wired background makes my eyes pain. > bsetroot is the command blackbox uses. You can use ANYTHING that changes the background however. Place a pic there, use xsetroot, etc. Gives themes.org a peek.

RE: auto shutdown PCMCIA if idling

2000-03-23 Thread Sean 'Shaleh' Perry
On 21-Mar-2000 Benjamin F. Zhou wrote: > Hi, > > I know pcmcia services consume a lot of energy, (the cards are always hot). > So I > want to write and run a script as batch to shut them down after idling for a > certain period of time. > > Can anyone tell me where I can find such knowledge? >

RE: XDM at Startup

2000-03-23 Thread Pugh Mike ML
Hi Bill, I had the opposite happen to me! I did a slink install & potato upgrade on a Dell Lattitude A300 - the xdm script runs but doesn't run! I then get a regular tty from which to "startx". Not a problem, but interesting that we had the opposite requirements and initial results! I must say

Re: XDM at Startup

2000-03-23 Thread MallarJ
In a message dated 3/23/00 1:40:26 AM Central Standard Time, [EMAIL PROTECTED] writes: > A judicious 'exit' statement in /etc/init.d/xdm will return the console > login to you, if you don't want to remove the xdm package altogether > (which is possibly the better solution if you're planning to

Re: New info on how to install your laptop

2000-03-23 Thread Tim Haynes
On Thu, Mar 23, 2000 at 04:03:55PM +0100, Sven LUTHER wrote: > > Because it is actually "netstat -anp" that will (also) list the > > services. The reason for using nmap is that it is a popular tool > > for ... mapping other's people machines. As such, you may want to > > know about its existen

Re: New info on how to install your laptop

2000-03-23 Thread Sven LUTHER
On Thu, Mar 23, 2000 at 02:36:20PM +, Sergio Brandano wrote: > > > My thought of the day: why nmap localhost, rather than netstat -a > > or -an ? > > Because it is actually "netstat -anp" that will (also) list the > services. The reason for using nmap is that it is a popular tool > for ...

Re: New info on how to install your laptop

2000-03-23 Thread Nathan Paul Simons
-BEGIN PGP SIGNED MESSAGE- On Thu, 23 Mar 2000, Sergio Brandano wrote: > > > My thought of the day: why nmap localhost, rather than netstat -a > > or -an ? > > Because it is actually "netstat -anp" that will (also) list the > services. The reason for using nmap is that it is a popular

Re: New info on how to install your laptop

2000-03-23 Thread Sergio Brandano
> My thought of the day: why nmap localhost, rather than netstat -a > or -an ? Because it is actually "netstat -anp" that will (also) list the services. The reason for using nmap is that it is a popular tool for ... mapping other's people machines. As such, you may want to know about its exis

Re: New info on how to install your laptop

2000-03-23 Thread Tim Haynes
On Thu, Mar 23, 2000 at 02:01:26PM +, Gareth Bowker wrote: > It's quite a useful document, certainly. I've only got one comment on it, > which is to explain what the changes are that are being made: i.e. > disabling tcp listening for X means that you can't run remote X sessions > from the mach

Re: New info on how to install your laptop

2000-03-23 Thread Sergio Brandano
Thank you Gareth. I certainly will improve that article as time allows. Please feel free to actively contribute to it. If explicit text is sent to me, I will include it in the new version, and your name will appear in the list of contributors. Thank's again. All the best, Sergio

Re: New info on how to install your laptop

2000-03-23 Thread Gareth Bowker
It's quite a useful document, certainly. I've only got one comment on it, which is to explain what the changes are that are being made: i.e. disabling tcp listening for X means that you can't run remote X sessions from the machine blah blah, but that crackers can't blah blah. It just makes it cl

New info on how to install your laptop

2000-03-23 Thread Sergio Brandano
http://www.dcs.qmw.ac.uk/~sb/PowerBook.html Feedback and improvements are very welcome. Thank you for your past contributions. Sergio

RE: XDM at Startup

2000-03-23 Thread Aaron Dewell
update-rc.d xdm remove -then, when you want it back- update-rc.d xdm defaults On Thu, 23 Mar 2000, Mesman, Ben wrote: > I think you have 2 options: > 1. remove xdm > 2. find your default runlevel in /etc/inittab (most likely 2) and rename > /etc/rc2.d/S99xdm to /etc/rc2.d/K01xdm (where '2' can

RE: XDM at Startup

2000-03-23 Thread Mesman, Ben
> rebooted I was surprised to find myself at the xdm login > instead of a tty > login. I think you have 2 options: 1. remove xdm 2. find your default runlevel in /etc/inittab (most likely 2) and rename /etc/rc2.d/S99xdm to /etc/rc2.d/K01xdm (where '2' can be replaced by your default runlevel). T

Re: XDM at Startup

2000-03-23 Thread Drew Parsons
A judicious 'exit' statement in /etc/init.d/xdm will return the console login to you, if you don't want to remove the xdm package altogether (which is possibly the better solution if you're planning to use kdm). You can find which files a package provides using `dpkg -L xdm`. There are sure to b

XDM at Startup

2000-03-23 Thread Bill Caskey
I've just completed installing Debian 2.1 (CD from McCarty's book) on a Toshiba Satellite Pro 420CDT. I built a new kernel with apm enabled from the 2.2.14 source and all peripherals are working correctly. I used xf86config to configure xfree86 and X starts/runs with no problems. Having done nothin