Re: stupid question

2000-09-03 Thread Eric G . Miller
On Sun, Sep 03, 2000 at 12:59:59AM -0400, Bob Bernstein wrote: > b) you are running xdm or gdm or kdm or some other horrible variant of that > horrible program. Yes? In which case the only advice I have is to get rid of > it and return to a sane existence. dpkg -r xdm Can you enlighten us on why y

Re: stupid question

2000-09-03 Thread Bob Bernstein
On Sat, Sep 02, 2000 at 10:01:34PM -0700, Eric G . Miller wrote: > Can you enlighten us on why you have such strong feelings about display > managers? I quit smoking a few weeks ago. So I am coming across much more vituperative than I am when at my best. An excuse, I know, it's the best I can d

[Fwd: stupid question]

2000-09-03 Thread Mike McNally
--- Begin Message --- When you've removed it, you simply type startx. It's just another widget to make linux more like windows... hence the disgust. I am still reeling from all the individual processes in Linux and the large quantity of bootstraping scripts. I don't want any clearly unnecessary

Re: Help with Installation...

2000-09-03 Thread Gutierrez Family
Following your advice, I linked /dev/mouse to /dev/psaux. Now X starts up !! However, I have a new obstacle to clear... X starts as expected via "startx", but the mouse will NOT respond. I have run "xf86config" several times, each time choosing a different mouse (to see if I get lucky with othe

security

2000-09-03 Thread Mike McNally
It concerns me when my machine grinds when I don't know why it's grinding. I run top and it says find is running. Why? I do a grep -r find /etc/cr* and the only things that come up run per crontab. Crontab shows that all cron routines run around sunup... it's now 1:42 and my linux box with a 24

Re: Help with Installation...

2000-09-03 Thread Eric G . Miller
On Sat, Sep 02, 2000 at 11:32:49PM -0700, Gutierrez Family wrote: > Following your advice, I linked /dev/mouse to /dev/psaux. Now X starts up > !! However, I have a new obstacle to clear... > > X starts as expected via "startx", but the mouse will NOT respond. I have > run "xf86config" several

RE: keyboardless operation

2000-09-03 Thread J.T. Wenting
correct. DIN style keyboards can be disabled in the BIOS, or else you can just unplug them after the keyboard test (this might work with ps/2 keyboards also). You just need it plugged in until the OS starts loading after the POST. After that, pull the plug (or cut the wire if you are hopeless with

Re: security

2000-09-03 Thread Nate Amsden
the program that is running is the updatedb program it updates the locate database. can take quite a while on slower systems(30+minutes sometimes) usually runs around 6am. what it does is finds every file on the system and puts it in an easy to use database see the man page for locate. it also may

Re: security

2000-09-03 Thread Ethan Benson
On Sun, Sep 03, 2000 at 01:46:51AM -0500, Mike McNally wrote: > It concerns me when my machine grinds when I don't know why it's > grinding. I run top and it says find is running. Why? I do a grep -r > find /etc/cr* and the only things that come up run per crontab. Crontab > shows that all cron

486DX Install

2000-09-03 Thread Gregg C
I have an old AST 486DX (23Meg RAM/170MegHD) that I have been using as a router for a few months. I installed 2.2 back when it was frozen, or maybe even a month or so before. I had no problems with it, until I compiled a new kernel for it, and for some reason the map file was screwed up, so I de

Re: wmaker menu problem

2000-09-03 Thread Jean-Philippe Guerard
Le 2000-09-01 23:45:30 -0500, Lance Hoffmeyer écrivait : > I am using potato and windowmaker. I have run into a problem recently where > my menu has disappeared. When one right-clicks on the mouse I should have a > dialog box appear but nothing happens. Anyone have a clue what I can try to > fix

md5sum from sources -linux-.

2000-09-03 Thread Antonio Rodriguez
Can some one indicate how to build and install the md5sum from sources? It seems not to be available as a deb package, and I have failed miserably at doing it, after downloading from ftp://ftp.funet.fi/pub/crypt/hash/mds/md5/ It gives me some crap after I run gcc md5c.c Why don't we have it as a de

Re: md5sum from sources -linux-.

2000-09-03 Thread Ralf G. R. Bergs
On Sun, 03 Sep 2000 06:01:14 -0400, Antonio Rodriguez wrote: >Why don't we have it as a deb file? $ dpkg -S md5sum dpkg: /usr/bin/md5sum dpkg: /usr/share/man/ja/man1/md5sum.1.gz dpkg: /usr/share/man/man1/md5sum.1.gz So we DO have it as a deb file, it should already be present on your system sin

Re: I hosed my network

2000-09-03 Thread Jonathan D. Proulx
On Sat, Sep 02, 2000 at 11:39:22PM -0500, Cliff Rice wrote: :First, thanks for the reply. The only changes were the recent updates :in potato wrt to Netscape and libc. However, before I was working on :my ipchains rule sets. At times the link would fail, which I ascribed :to some bad rules. So.

Re: md5sum from sources -linux-.

2000-09-03 Thread A.R.
After your previous message I did dpkg -S and I got the same as you said. Then I realized that for some reason /usr/bin was not in the path for root (who I was to use cdrecord). It was the cause for not getting anything. Now, compare [EMAIL PROTECTED]:~$ dpkg -s md5sum Package `md5sum' is not inst

Re: I hosed my network

2000-09-03 Thread Jonathan D. Proulx
in last message s/leif/loki/; that must be your problem, naming one of your machines after a trixter god, rename to odin or hiemdal and try again :) -jon

Re: logitech trackman marble+

2000-09-03 Thread Phillip Deackes
Nate Amsden <[EMAIL PROTECTED]> wrote: > X has built in support for it. > > here's my pointer section from XF86Config > Section "Pointer" > Protocol "IMPS/2" > Device "/dev/psaux" > Buttons 5 > ZaxisMapping 4 5 > EndSection > > then use the program imwheel to scroll it map

SysVinit problem?

2000-09-03 Thread Bruce Richardson
Just installed Potato onto my work laptop and it's mostly working great but there's one odd thing which, since I've never used Debian before, I'm not sure is an error or a feature. All the user runlevel directories, /etc/rc1.d/ through to /etc/rc5.d/, have exactly the same contents and they're all

A tcl question.

2000-09-03 Thread Shaul Karl
* The problem: I want an existent tcl/tk program to get a default value for the MANPATH environment variable when it is called even when the environment does not define it, and without changing the env. Further more, I rather prefix the program code then write a wrapper script. * My suggestion

Re: SysVinit problem?

2000-09-03 Thread Henrique M Holschuh
On Sun, 03 Sep 2000, Bruce Richardson wrote: > All the user runlevel directories, /etc/rc1.d/ through to /etc/rc5.d/, > have exactly the same contents and they're all start scripts, no kill > scripts. If I telinit from (for example) runlevel 2 to 4, nothing > happens except for the "sending a term

short-key in /etc/inittab

2000-09-03 Thread Sven Burgener
Hello I have happily been using the Alt-Up key-combination, which can be configured in /etc/inittab: -- /etc/inittab snippet -- # Action on special keypress (ALT-UpArrow). #kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work." kb::kbrequest:/usr/sbin/pppd call bw ipparam

magicfilter vs. apsfilter

2000-09-03 Thread Erik van der Meulen
I have installed lprng and now want to add an imputfilter. I have used magicfilter in the past, but now apsfilter seems to be a popular choise. I would like to know which is my best option. My requirements seem simple, I have a laptop running Potato and Helix Gnome. I need to print to the lpd syste

crontab control?

2000-09-03 Thread Ron Farrer
Hello; What controls when '/etc/cron.daily/*' gets run? I thought it was '/etc/crontab' but for some reason it doesn't run at the times I specified. TIA, Ron -- Email: Home: ICQ: pulsar 26276320 Debian GNU/HURD on Alpha:

Re: ssh from nt?

2000-09-03 Thread Jon Hughes
I'm gonna toss in my two cents since I use this from work:) I use a progrm called 'PenguiNet', you can grab it from Downloads.com. It's not exactly free, thefree version has little ads at the top, but you ignore them after a while, but the registration is something like only 20 bucks. Anyhow, f

Re: crontab control?

2000-09-03 Thread Mike McNally
anacron see man anacron and /etc/anacrontab mike Ron Farrer wrote: > > Hello; > > What controls when '/etc/cron.daily/*' gets run? I thought it was > '/etc/crontab' but for some reason it doesn't run at the times I > specified.

Re: 486DX Install

2000-09-03 Thread Pann McCuaig
On Sun, Sep 03, 2000 at 05:18, Gregg C wrote: > I have an old AST 486DX (23Meg RAM/170MegHD) that I have been using as a > router for a few months. I installed 2.2 back when it was frozen, or maybe > even a month or so before. I had no problems with it, until I compiled a new > kernel for it, an

Re: SysVinit problem?

2000-09-03 Thread Bruce Richardson
On Sun, Sep 03, 2000 at 10:12:33AM -0300, Henrique M Holschuh wrote: > > This is ok, Debian doesn't use runlevels 3-5 for anything by default AFAIK, > and they're mostly equal to runlevel 2 (I think /etc/inittab has some stuff > which is different, simply to show it can do that). I thought that m

Re: crontab control?

2000-09-03 Thread Ron Farrer
Mike McNally ([EMAIL PROTECTED]) wrote: > anacron > see man anacron and /etc/anacrontab Ahh thanks! Another question for the list: can I safely remove anacron? I really dislike the time it runs at and the system is up 24 x 7 so cron can do it's job correctly. TIA, Ron -- Email:

RE: Please remove me from the subscription list......

2000-09-03 Thread I. Tura
At 17.02 2/9/00 -0400, Noah L. Meyerhans ha escrit: > >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact >[EMAIL PROTECTED] > >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < >/dev/null > >Tell me, which of these sets of instructions is more clear

Re: Help with Installation...

2000-09-03 Thread I. Tura
At 23.32 2/9/00 -0700, Gutierrez Family ha escrit: >Following your advice, I linked /dev/mouse to /dev/psaux. Now X starts up >!! However, I have a new obstacle to clear... > >X starts as expected via "startx", but the mouse will NOT respond. I have >run "xf86config" several times, each time cho

networking problem

2000-09-03 Thread Mike McNally
New install of deb2.2.17. Freshly compiled kernel. 2boxes: deb fwall & samba server; w98 box ppp0 to dialup; eth0 between boxes (w/hub) running ppp0 & then pmfirewall start & masqstart the route lines for ppp0 are automatically run (what script does this?) but... the eth0 route is not added (

Re: SysVinit problem?

2000-09-03 Thread Henrique M Holschuh
On Sun, 03 Sep 2000, Bruce Richardson wrote: > On Sun, Sep 03, 2000 at 10:12:33AM -0300, Henrique M Holschuh wrote: > I thought that might be the case but I'm still concerned about the > freezing ttys. I can't believe that it's intended behaviour. It is not, but it may be either something weird i

Re: SSH Obsolete?

2000-09-03 Thread Daniel Whelan
> > This is OpenSSH (from non-us.debian.org). Is there an OpenSSH2 > > package? If so, it's not showing up in dselect. In fact, other than this > > package (which is marked obsolete) no other ssh packages show up: except > > "qmtpssh", which is not what I'm looking for. > > If you're interested

Re: stupid question

2000-09-03 Thread Paul D. Smith
%% Bob Bernstein <[EMAIL PROTECTED]> writes: >> Some people really seem to dislike them and I can't see why. >> Useless eye candy? Wasteful of resources when unused? Potential >> security hole? bb> I avoid them because of precisely the sort of problem our bb> interlocutor is having. Th

Re: stupid question

2000-09-03 Thread Dave Sherohman
Bob Bernstein said: > I avoid them because of precisely the sort of problem our interlocutor is > having. There are many tasks I prefer to do in the console, but I do as a > rule live in X. So the compromise for me is to go back and forth quickly and > easily, which means deepsix-ing xdm and its co

Re: crontab control?

2000-09-03 Thread Dave Sherohman
Ron Farrer said: > Ahh thanks! Another question for the list: can I safely remove anacron? > I really dislike the time it runs at and the system is up 24 x 7 so cron > can do it's job correctly. anacron is primarily intended for systems that are only up intermittently. IMO, there's no reason to r

envelope/label printing program

2000-09-03 Thread John Anderson
Does anyone know of a program that can print on envelopes, labels, roledex cards, etc. I have a wonderful one for Dos called "Envelopes Plus," but I cannot find one for Linux/Unix. I would like to find one so I wouldn't have to use DOS at all. Any suggestions? John Kerr

Re: nfs and firewall

2000-09-03 Thread Carel Fellinger
On Sat, Sep 02, 2000 at 08:23:08PM -0500, Phil Brutsche wrote: > A long time ago, in a galaxy far, far way, someone said... > > > Hai, > > > > I'm trying to secure my system, I ran pmfirewall and some tests. > > It seems that rpc.mountd still listens on port 1024 even on the > > outgoing ethernet

Re: nfs and firewall

2000-09-03 Thread Carel Fellinger
On Sun, Sep 03, 2000 at 06:01:09AM +0200, Sebastian Ritter wrote: > On Sat, 2 Sep 2000, Carel Fellinger wrote: > > > Hai, > > > > I'm trying to secure my system, I ran pmfirewall and some tests. > > It seems that rpc.mountd still listens on port 1024 even on the > > outgoing ethernet. ''' > You c

Re: envelope/label printing program

2000-09-03 Thread Eric G . Miller
On Sun, Sep 03, 2000 at 02:10:47PM -0400, John Anderson wrote: > Does anyone know of a program that can print on envelopes, labels, roledex > cards, etc. I have a wonderful one for Dos called "Envelopes Plus," but I > cannot find one for Linux/Unix. I would like to find one so I wouldn't > have t

Re: wmaker menu problem

2000-09-03 Thread Wayne Topa
Subject: wmaker menu problem Date: Fri, Sep 01, 2000 at 11:45:30PM -0500 In reply to:Lance Hoffmeyer Quoting Lance Hoffmeyer([EMAIL PROTECTED]): lanceh> I am using potato and windowmaker. I have run into a problem recently where lanceh> my menu has disappeared. When one right-

Re: wmaker menu problem

2000-09-03 Thread Wayne Topa
Subject: wmaker menu problem Date: Fri, Sep 01, 2000 at 11:45:30PM -0500 In reply to:Lance Hoffmeyer Quoting Lance Hoffmeyer([EMAIL PROTECTED]): lanceh> I am using potato and windowmaker. I have run into a problem recently where lanceh> my menu has disappeared. When one right-

Re: newbie question concerning linux install

2000-09-03 Thread Paul T.McNally
Richard Swen wrote: NTFS: 5GB NTFS: 4GB Linux Swap: 256MB Linux EXT2: 4GB Are you contemplating dual dooting between Windows NT and Linux? NT does not like to share the machine with other operating systems. Hard to believe isn't it? I was completely shocked when I tried once. It really

Re: networking problem

2000-09-03 Thread Mike McNally
route add -host 127.0.0.1 lo success (but isn't this supposed to be done by a bootup script ifup?) ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up SIOCSIFFLAGS: Resource temporarily unavailable SIOCSIFFLAGS: Resource temporarily unavailable failure Maybe pty/kernel_config problem? mike Mike

sendmail vs. virtusertable

2000-09-03 Thread Stefan Ott
hello i posted a mail about sendmail problems some months ago. one of the problems could be solved, the other one tracked down to the virtusertable feature. if i include FEATURE(virtusertable) in sendmail.mc i can't write directly to the users anymore. this means that mail to [EMAIL PROTECTED] do

Re: newbie question concerning linux install

2000-09-03 Thread Pollywog
On 03-Sep-2000 Paul T.McNally wrote: >> > Are you contemplating dual dooting between Windows NT and > Linux? NT does not like to share the machine with other > operating systems. Hard to believe isn't it? I was completely > shocked when I tried once. It really changed my perception > of Microsoft

Re: SysVinit problem?

2000-09-03 Thread Bruce Richardson
On Sun, Sep 03, 2000 at 01:42:17PM -0300, Henrique M Holschuh wrote: > On Sun, 03 Sep 2000, Bruce Richardson wrote: > > On Sun, Sep 03, 2000 at 10:12:33AM -0300, Henrique M Holschuh wrote: > > I thought that might be the case but I'm still concerned about the > > freezing ttys. I can't believe tha

gtk/libpixmap?

2000-09-03 Thread Danny Barron
Friday I decided to refsck my filesystems and start clean (every year or two seems a good time to clean my accumulated cruft out). I'm now plagued with gtk warnings like this one for many of my gtk programs: Gtk-WARNING **: Unable to locate loadable module in module_path: "libpixmap.so" What do I

Re: networking problem

2000-09-03 Thread Sven Burgener
On Sun, Sep 03, 2000 at 02:28:30PM -0500, Mike McNally wrote: > route add -host 127.0.0.1 lo > success (but isn't this supposed to be done by a bootup script ifup?) Sorry to butt into the middle of this thread like this, but I shouldn't the default route be re-set by "ifup -a"? If I set the defa

RE: newbie question concerning linux install

2000-09-03 Thread J.T. Wenting
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 03 September 2000 21:42 > To: debian-users > Subject: Re: newbie question concerning linux install > > > > On 03-Sep-2000 Paul T.McNally wrote: > >> > > Are you contemplating dual dooting between Windows NT a

[OFF TOPIC] Postscript Printer

2000-09-03 Thread Vee-Eye
I'm looking for a reliable and affordable postscript printer. I heard Lexmarks Optra series could do the job. Does anyone has experience with those or could recommend me another one that fits in the nice "reli- and affordable" category? Thanks in advance, MH -- (Dr.) Michael Hummel mailto: [EM

Re: networking problem

2000-09-03 Thread Mike McNally
Trying Sven's ifup -a SIOCSIFFLAGS: Resource temporarily unavailable SIOCSIFFLAGS: Resource temporarily unavailable I think I goofed up the kernel compile. I remember being unsure of questions regarding pty unix98 dmesg | pty pty: 256 Unix98 ptys configured but I kind of recall not adding all

Re: crontab control?

2000-09-03 Thread Ron Farrer
Dave Sherohman ([EMAIL PROTECTED]) wrote: > Ron Farrer said: > > Ahh thanks! Another question for the list: can I safely remove anacron? > > I really dislike the time it runs at and the system is up 24 x 7 so cron > > can do it's job correctly. > > anacron is primarily intended for systems that

reformatting MBR

2000-09-03 Thread John Anderson
I am having an error messages such as "No operating system" or, 40 40 40... on the screen after the hard disk jumpers were not set up correctly. What is the command to redo the master boot record? John Kerr Anderson [EMAIL PROTECTED] Debian GNU/

Re: [OFF TOPIC] Postscript Printer

2000-09-03 Thread William Jensen
Michael, I picked up the Lexmark Optra E312 and couldn't be happier. The text is very sharp and getting it working with debian was a complete breeze (once I knew what to do). Bill On Sun, Sep 03, 2000 at 10:05:44PM +0200, Vee-Eye wrote: > > > I'm looking for a reliable and affordable postscri

Re: reformatting MBR

2000-09-03 Thread ktb
On Sun, 03 Sep 2000, John Anderson wrote: > I am having an error messages such as "No operating system" or, 40 40 > 40... on the screen after the hard disk jumpers were not set up correctly. > What is the command to redo the master boot record? > Using windows fdisk -- fdisk /MBR is the comma

Re: access to /var/log/messages

2000-09-03 Thread John Galt
Have you considered uncommenting the "log to ttyv" line in syslog.conf, then you don't need to play around with perms? If you MUST elevate user privs, try "sudo" first rather than making your user GID 0--you can gain all the functionality you need, but don't open yourself to another compromisable

Re: ssh from nt?

2000-09-03 Thread John Galt
TeraTerm. I couldn't live without it. On Sat, 2 Sep 2000, William Jensen wrote: > Greetings, > > At work we run NT but I like to access my home pc. We use a package called > KEA as our main telnet/term package. Does anyone have any experience getting > KEA to use any sort of ssh? Alternat

Re: reformatting MBR

2000-09-03 Thread Nate Amsden
just re-load lilo into the MBR just make sure your lilo.conf is configured right to install to the MBR use the line: boot=/dev/hda to install to the primary, master hd, change accordingly for other drives. nate John Anderson wrote: > > I am having an error messages such as "No operating syste

Potato splitvt not working

2000-09-03 Thread Wayne Topa
Does anyone have splitvt running on Potato? I have it running fine on Slink but when I run it on Potato I get the error: No available pseudo terminals That is on a console or an xterm. I have CONFIG_DEVPTS_FS=y, CONFIG_UNIX98_PTYS=y, and CONFIG_UNIX98_PT

Re: logitech trackman marble+

2000-09-03 Thread Nate Amsden
Phillip Deackes wrote: > I tried this with my Logitech Trackman Marble mouse and it didn't work. > All that happened wa that my mouse pointer stuck at the top right of the > X display and didn't do anything. may have to configure it through GPM see this page for other solutions http://www-sop.in

Re: gtk/libpixmap?

2000-09-03 Thread Andrei Ivanov
Install gtk-pixmap-engine. Andrei -- First there was Explorer... Then came Expedition. This summer Coming to a street near you.. Ford Exterminator. --

Re: newbie question concerning linux install

2000-09-03 Thread Esko Lehtonen
On Sun, Sep 03, 2000 at 10:04:28PM +0200, J.T. Wenting wrote: > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > > ... Maybe MicroBilly does not want people to try different OS's. > > > He does want you to try other OSs, but rather to do it on a permanent

Re: System time

2000-09-03 Thread kmself
On Sat, Sep 02, 2000 at 08:44:44PM -0700, Eric G . Miller wrote: > On Sat, Sep 02, 2000 at 11:23:59PM -0400, Thomas J. Hamman wrote: > > I should add in that the change is usually by 5 hours, which is my > > timezone's offset from GMT, so I've been wondering if maybe I > > accidentally picked the w

[no subject]

2000-09-03 Thread ODDBJØRN KJELLBAKK
Hello, i need driver to my etherlink xl 3 com,(pci) netcard, could you please help me   Oddbjørn Kjellbakk Nordfold Norway

Odd Missing Apps in 2.2 Install

2000-09-03 Thread Howard Arons
OK, I'll admit upfront that I'm new to Debian, but OTOH not to Linux. I installed 2.2 (compact kernel) without any *apparent* errors, but the resulting install proved to be less than useful in some odd ways. I'm too green at Debian to know a bug from a feature :-) I chose a "simple" install, and p

Re: networking problem

2000-09-03 Thread Mike McNally
More problems which will hopefully present a clue kernel: registered device ppp0 pppd[432]: pppd 2.3.11 started by root, uid 0 pppd[432]: Using interface ppp8 pppd[432]: Connect : ppp8 <--> /dev/ttyS1 pppd[432]: tcflush failed: input/output error pppd[432]: Exit ls /var/log/lock nothing tree /et

Re: envelope/label printing program

2000-09-03 Thread W. Paul Mills
It is not free, but -- wordperfect. John Anderson <[EMAIL PROTECTED]> wrote: : Does anyone know of a program that can print on envelopes, labels, roledex : cards, etc. I have a wonderful one for Dos called "Envelopes Plus," but I : cannot find one for Linux/Unix. I would like to find one so I

Re: SysVinit problem?

2000-09-03 Thread W. Paul Mills
Bruce Richardson <[EMAIL PROTECTED]> wrote: : On Sun, Sep 03, 2000 at 10:12:33AM -0300, Henrique M Holschuh wrote: :> :> This is ok, Debian doesn't use runlevels 3-5 for anything by default AFAIK, :> and they're mostly equal to runlevel 2 (I think /etc/inittab has some stuff :> which is different,

Re: I hosed my network

2000-09-03 Thread Danny Pansters
"No route to host" seems kinda weird, but since you can ping I don't think theres anything wrong with your hardware. Anyway, I like it when people RTFM, maybe I can be of some help. loki:/etc# netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window

Re: stupid question

2000-09-03 Thread Danny Pansters
On Sun, 03 Sep 2000, Dave Sherohman wrote: > If going back and forth between 'in X' and 'at a text console, but with X > still running offscreen' is good enough for you, try Ctrl-Alt-Fn (for n = > 1-6)i and Alt-F7 to get back to X. If you feel the need to go between > 'in X' and 'X not running', t

Off-Topic? -> silly mutt question

2000-09-03 Thread William Jensen
After I chance to another folder within mutt the only way I have figured out to get back to my 'inbox' is to change to the folder /var/spool/mail/jensenb. Does anyone know a shortcut to this? Blushing, Bill

Re: ssh from nt?

2000-09-03 Thread Eric Hanchrow
William Jensen sez: >> At work we run NT but I like to access my home pc. We use a >> package called KEA as our main telnet/term package. Does >> anyone have any experience getting KEA to use any sort of ssh? >> Alternatively, does anyone know of a windows terminal package >

Re: Off-Topic? -> silly mutt question

2000-09-03 Thread Eric G . Miller
On Sun, Sep 03, 2000 at 05:49:01PM -0500, William Jensen wrote: > After I chance to another folder within mutt the only way I have > figured out to get back to my 'inbox' is to change to the folder > /var/spool/mail/jensenb. Does anyone know a shortcut to this? Enter Does... ---

Re: Off-Topic? -> silly mutt question

2000-09-03 Thread Serge Rey
On Sun, Sep 03, 2000 at 05:49:01PM -0500, William Jensen wrote: > After I chance to another folder within mutt the only way I have figured > out to get back to my 'inbox' is to change to the folder > /var/spool/mail/jensenb. Does anyone know a shortcut to this? c! (thats lower-case c and !) --

Re: Help with Installation...

2000-09-03 Thread Gutierrez Family
Although I don't exactly know what 'gpm' is... It may not be installed on my system. As you suggested, I tried running "/etc/init.d/gpm stop" as root but I got an error message. I think it said that the file didn't exist or something. In fact, in the /etc/init.d/ directory there isn't gpm anythi

Re: Help with Installation...

2000-09-03 Thread Mike McNally
ls /usr/bin/gpm* ls /usr/sbin/gpm* gpmconfig is a very easy way to configure a mouse, but I'm not sure if it will help with the trackball. Have you tried going to www.deja.com discussions search, power search; enter linux.debian.user for forum and type in trackball for subject. This should round

Re: nfs and firewall

2000-09-03 Thread Sebastian Ritter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 3 Sep 2000, Carel Fellinger wrote: > On Sun, Sep 03, 2000 at 06:01:09AM +0200, Sebastian Ritter wrote: > > On Sat, 2 Sep 2000, Carel Fellinger wrote: > > > > > Hai, > > > > > > I'm trying to secure my system, I ran pmfirewall and some tests.

strange /var/log/messages

2000-09-03 Thread William Jensen
Anyone have any idea what this is: Sep 3 17:17:30 stimpy -- MARK -- Sep 3 17:37:30 stimpy -- MARK -- Sep 3 17:57:30 stimpy -- MARK -- Sep 3 18:17:30 stimpy -- MARK -- Sep 3 18:37:30 stimpy -- MARK -- I see those all day long.

Re: Help with Installation...

2000-09-03 Thread Danny Pansters
Did you try to run xf86config (the console app), I've sometimes been having trouble getting my ps2 mouse to work w/ xf86setup while after getting at least that part straight with xf86config it appeared as "already set before" in xf86setup which allowed me to finish my setup. btw. xf86config is

Re: Help with Installation...

2000-09-03 Thread Danny Pansters
Sorry there, I didn't read everything, you've already tried that. -- Danny Pansters [EMAIL PROTECTED] www.ricin.com

Re: strange /var/log/messages

2000-09-03 Thread Danny Pansters
On Mon, 04 Sep 2000, William Jensen wrote: > Anyone have any idea what this is: > > Sep 3 17:17:30 stimpy -- MARK -- > Sep 3 17:37:30 stimpy -- MARK -- > Sep 3 17:57:30 stimpy -- MARK -- > Sep 3 18:17:30 stimpy -- MARK -- > Sep 3 18:37:30 stimpy -- MARK -- > > I see those all day long. -- I

configuring X

2000-09-03 Thread Rubbish5
X is a big meanie :-) Okay, well actually it's my own inability to configure my video properly (I *think* that's what's going on at least.) So my setup: I'm using Debian 2.2. I just did a full upgrade of whatever Debian's newest of everything is, so I'm not quite sure what version of X I've

[no subject]

2000-09-03 Thread Ratman
I apologize if this is the wrong question for this list. I was told the people here may be able to help me: Im having a problem loading and installing X with Debian 2.1. After I install X and use it once (and it works fine) the next time I reboot my system will always hang at startup. The last mes

LILO/Boot floppies

2000-09-03 Thread Rubbish5
I upgraded my Debian system today, so the kernel is the newest Debian's got up, but since I'm booting off a floppy right now, I'm still loading the old kernel. I'm still a little stuck on getting LILO working. I'm dual-booting Linux and Windows, and I chose Windows as default from hard disk.

Re: security

2000-09-03 Thread Olaf Meeuwissen
Ethan Benson <[EMAIL PROTECTED]> writes: > On Sun, Sep 03, 2000 at 01:46:51AM -0500, Mike McNally wrote: > > It concerns me when my machine grinds when I don't know why it's > > grinding. I run top and it says find is running. Why? I do a grep > -r > > find /etc/cr* and the only things that com

Re: I hosed my network (fixed)

2000-09-03 Thread Cliff Rice
On Mon, Sep 04, 2000 at 12:40:50AM +0200, Danny Pansters wrote: Thanks, I managed to get things up and going again by just bumping the IP numbers of loki and thor up by one and the "redo from start" techinique. Note to self, never do networks after 11:00 P.M > (I also don't like the doub

Re: Help with Installation...

2000-09-03 Thread John Hasler
Daly writes: > My mouse is a Logitech Trackman and it has a round connector (but it > plugs into my computer using an adaptor - round connector to 9-pin D sub) Then it is a serial mouse and, assuming you have it plugged in to COM1, will be on /dev/ttyS0. -- John Hasler [EMAIL PROTECTED] Dancing H

Re: Potato splitvt not working

2000-09-03 Thread Joey Hess
Wayne Topa wrote: > Does anyone have splitvt running on Potato? I have it running fine > on Slink but when I run it on Potato I get the error: > No available pseudo terminals > That is on a console or an xterm. > > I have CONFIG_DEVPTS_FS=y, CONFIG_UNIX98_PTYS=y, and >

Re: ssh from nt?

2000-09-03 Thread Sebastian Ritter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 2 Sep 2000, William Jensen wrote: > At work we run NT but I like to access my home pc. We use a package called > KEA as our main telnet/term package. Does anyone have any experience getting > KEA to use any sort of ssh? Alternatively, does

Re: Off-Topic? -> silly mutt question

2000-09-03 Thread Jonathan D. Proulx
On Sun, Sep 03, 2000 at 04:14:45PM -0700, Serge Rey wrote: :On Sun, Sep 03, 2000 at 05:49:01PM -0500, William Jensen wrote: :> After I chance to another folder within mutt the only way I have figured :> out to get back to my 'inbox' is to change to the folder :> /var/spool/mail/jensenb. Does anyon

Re: strange /var/log/messages

2000-09-03 Thread iehrenwald
> > Sep 3 17:37:30 stimpy -- MARK -- Those are from syslogd. I think it defaults to every 20 minutes making a -- MARK -- in the logs. I occasionally find them useful for finding out an aprox. time when an even occured. The interval can be changed with the -m arg. Ian Ehrenwald

Re: strange /var/log/messages

2000-09-03 Thread Chris Gray
On Mon, Sep 04, 2000 at 02:10:58AM +0200, Danny Pansters wrote: > On Mon, 04 Sep 2000, William Jensen wrote: > > Anyone have any idea what this is: > > > > Sep 3 17:17:30 stimpy -- MARK -- > > Sep 3 17:37:30 stimpy -- MARK -- > > Sep 3 17:57:30 stimpy -- MARK -- > > Sep 3 18:17:30 stimpy -- MAR

Re: ssh from nt?

2000-09-03 Thread Ethan Benson
On Mon, Sep 04, 2000 at 03:17:11AM +0200, Sebastian Ritter wrote: > On Sat, 2 Sep 2000, William Jensen wrote: > > > At work we run NT but I like to access my home pc. We use a package called > > KEA as our main telnet/term package. Does anyone have any experience > > getting > > KEA to use any

Re: Help with Installation...

2000-09-03 Thread Gutierrez Family
Success ! Thanks to all who have spent time helping me out. I'm sure that if I had given you the right information from the start, we would've resolved this a while ago. Sure enough, linking /dev/mouse to /dev/psaux was incorrect !! As John pointed out, I really have a serial mouse. When linkin

Re: XFS problems

2000-09-03 Thread Jonathan D. Proulx
Whoa that's weird... 2.1 is going to be getting stale fast any reason you're not using 2.2? I haven't the faintest idea why you're getting this problem, but thought a descriptive subject line might bring more help :) >From the package description:

gmc + window maker bug?

2000-09-03 Thread Patrice LaFlamme
Whenever I run gmc (from the helix-gnome 1.2 preview 2) and Window Maker 0.62.1 (from woody), and I exit Window Maker without killing gmc first, Window Maker crashes. Is this a known bug? Thanks, Patrix. == http://www.patrix.org "You can have Peace, or you can have Freedom. Don't ever count on ha

Re: DNS problem

2000-09-03 Thread Nate Duehr
On Wed, Aug 30, 2000 at 07:45:25PM -0400, Spinfire Magenta wrote: > My own experiences with GraniteCanyon and Centralinfo.net left me > using Centralinfo. Granite canyon was more flakey and went up and > down like a cheap whore on a busy night. Not having any experience with either one, I can't g

Re: eth0: card reports no RX buffers. (eepro100)

2000-09-03 Thread Nate Duehr
Hi Nate! :) If it's any help for anyone smarter than I, I've seen this same problem on a Dell GX100 with on-board EEPRO100 card and the Intel810i chipset (which I know requires much joy and the agpart module loaded to get X working) at the office... A complete hardware restart usually clears it?

Re: linuxconf problems

2000-09-03 Thread Nate Duehr
Also, AFAIK... the linuxconf distributed in Potato states clearly that some things in it work on Debian and some don't in the README.Debian file... You may want to look at that before continuing to use it. Linuxconf is worthless, anyway. Learn to config the box the correct way. :) On Fri, Sep

  1   2   >