Re: X Starting

2000-12-09 Thread ktb
On Sun, Dec 10, 2000 at 12:05:33AM -0200, Est?v?o Becker wrote:
>   Hi, I have another problem: How do I do for the X DON'T start when I start 
> my Linux? What file do I have to edit and where is it?
> 

You could install xdm which would give you a graphical login
screen that starts on bootup.
hth,
kent

-- 
  "In order to make an apple pie from scratch,
  you must first create the universe."  
 - Carl Sagan



newbie install

2000-12-09 Thread shawn
Hello. Okay so I'm trying to install Debain 2.1 off of a CD. I installed a
new slave drive on my primary IDE, and it is not formatted or partitioned.
After booting from the debian CD, I get to the "boot:" prompt. I press enter
and it looks like it is scanning my system specs, etc. (compiling the
kernal?) After it gets done with my HD's and my cd-rom, I get the error
"NCR53c406a: no availble ports found" and that is it. It will not go any
further. I searched debian.org and a few how-to's and FAQ's, but no success.
So at last, I turn to the debian mailing list.

System specs (if it helps)

Athlon 800
K7M
128 pc-100
Geforce DDR (agp)
Netgear NIC (pci)
AWE 64 (isa)
IMB 20 gig
Cheapy HD 1.6 gig (for linux)
floppy
cd-rom

Anyone have any ideas or suggestions? Anyone ever expirence this? Any
information will be much appreciated.

Thanks,
-Shawn




Re: pppoe

2000-12-09 Thread John Hasler
Ken Weingold writes:
> I know this is not much to go on, but any pointers would help.

Install the pppoe package.  Why did you think that Debian didn't have one?
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI



Re: pppoe

2000-12-09 Thread Jonathan D. Proulx
On Sun, Dec 10, 2000 at 12:18:50AM -0500, Ken Weingold wrote:
:Anyone here ever get pppoe working?  I have a base system installed
:right now and need to get the packages.  I don't even have a compiler
:or anything.  I installed the compact image so it would have support
:for my 3Com NIC, which it does.  ifconfig shows eth0.  I have
:Mindspring for DSL and they have pppoe for Linux at their site. It
:says for Red Hat Linux, but the distribution shouldn't matter I would
:think.  I downloaded it, but can't get it to work.  I got it to the
:point that I type 'start-pppoe' and just get another prompt, but
:nothing has happened.  I know this is not much to go on, but any
:pointers would help.

yes it can work...

you'll need to hack the config files some, though which ones depends
on how Mindspring is handling authentication and how the package they
provide is configure.

look at pap-secrets, chap-secrets, options (and if it exists
options,pppoe) under /etc/ppp/.  The -secrets files should contain
username password stuff, in the format:

 * ""

the options file(s) you probably won't have to touch, but you can turn
on verbose logging there for debuging purposes.

check /var/log/{ppp.log,syslog,messages} to see what pppd has to say.
Yes pppd, it does the "real work" start-pppoe calls a bunch of stuff
that does the right magic to encapsulate the ppp stuff then hands off
to plain old pppd.  

-Jon



Re: Can't mount CD drive (was: Re: Hello first time)

2000-12-09 Thread mcclosk

|> I write there something like this:
|> 
|>   
|> /dev/hdc/cdrom  auto
|> 0
|>
|> Is that correct ?

I believe it needs to look like this:


/dev/hdc/cdrom  iso9660  ro,user,noauto,unhide

ro: mounts it read-only
user:   lets any user mount the cd
noauto: the file-system on the CD isn't automatically mounted at boot-time
(obviously crucial since you won't normally a cd in the drive
when you boot)
unhide: show hidden and associated files

This is all in the man-page for mount,

Jim



Re: how to execute stuff BEFORE disconnect

2000-12-09 Thread John Hasler
erik writes:
> I would like to execute stuff (set my dynamic IP to 'off-line') right
> before disconnect. is it possible? how?

There is no reliable way to do it.  You can edit poff and add commands to
be executed before the kill command, but what the disconnect was unplanned?
If your ISP hangs up on you it's too late.
-- 
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin



pppoe

2000-12-09 Thread Ken Weingold
Anyone here ever get pppoe working?  I have a base system installed
right now and need to get the packages.  I don't even have a compiler
or anything.  I installed the compact image so it would have support
for my 3Com NIC, which it does.  ifconfig shows eth0.  I have
Mindspring for DSL and they have pppoe for Linux at their site. It
says for Red Hat Linux, but the distribution shouldn't matter I would
think.  I downloaded it, but can't get it to work.  I got it to the
point that I type 'start-pppoe' and just get another prompt, but
nothing has happened.  I know this is not much to go on, but any
pointers would help.

Thanks.


-Ken

-- 
[EMAIL PROTECTED]AIM: ScopusFest



Re: Backspace key

2000-12-09 Thread Mike Merten
On Sat, Dec 09, 2000 at 08:35:42PM -0500, Christopher W. Aiken wrote:
> On Sat, Dec 09, 2000 at 10:36:37PM +, Glyn Millington wrote:
> -|
> -|I've been upgrading things from Woody -  a foolhardy venture but everythng
> -|went well amd works beautifully apart from my backspace key which now
> -|deletes the next character just like the delete key.  I really want it to
> -|delete backwards - this is almost as bad as those first heady days when I
> -|discovered Emacs!
> -|
> -|Can't find the way on this - can anyone point me in the right direction ?
> -|
> -|Thanks for your time
> -|
> -|Glyn M
> 
> I had the same problem in Netscape and other apps.  What I did was 
> "startx 1>log 2>&log".  Then I checked the "log" file.  It was full 
> of errors pointing to "xkbcomp".  Based on the reported errors, 
> as root I did:
> 
> ln -sf /usr/X11R6/bin/xkbcomp /usr/X11R6/lib/X11/xkb/xkbcomp
> 
> and restarted "X" and all has been OK since.  I posted a question
> earlier on why I had to do this but no one has been able to shed
> any light.  I feel better now knowing that I'm not the only one
> with the "backspace" problem after an update.
> 
> --
> Christopher W. Aiken, Scenery Hill, Pa, USA
> chris at cwaiken dot com,   www.cwaiken.com
> Current O/S: Debian 2.2 GNU/Linux

Thanks for that one.  Without this, the xserver 'falls back' to
the default Xmodmap, which is in /etc/X11, and which has the
proper maps for the Backspace and Delete keys.  The only problem
is that there are definitions for several keyboards, and ALL of
them are commented out.  You need to edit this file and uncomment
the codes for your particular keyboard.

Mike

-- 
Michael Merten <[EMAIL PROTECTED]>
System Administrator, Raytheon Technical Services Company
Joint Readiness Training Center, Fort Polk, Louisiana
---
GPG Fingerprint: 193B 0966 E9A5 5FFF CF6A  CDDF C008 6CA3 4842 82B5
---
"A nation which can prefer disgrace to danger is prepared for a master, and
deserves one!"  --Alexander Hamilton


pgpBLkBCuq1YX.pgp
Description: PGP signature


Re: how to execute stuff BEFORE disconnect

2000-12-09 Thread CaT
On Sat, Dec 09, 2000 at 09:02:38PM -0800, Erik Steffl wrote:
>   there are scripts in /etc/ppp that are executed right after the
> connection was established and scripts that are executed right AFTER
> disconnect.
> 
>   I would like to execute stuff (set my dynamic IP to 'off-line') right
> before disconnect. is it possible? how?

the way I'd do it is with the interfaces config file. (man interfaces
for more info). The major caveat here is that this will only work
for software initiated shutdowns (ie not due to line dropouts, your
ISP punting you off the net, etc) and so will not work in all cases
where the link can go down. But then again, I know of no software that
is procognicant and this is probably why pppd does not supply an
option for this sort of thing.

-- 
CaT ([EMAIL PROTECTED])

'We do more then just sing and dance. We've got a brain too.'
-- The Backstreet Boys



how to execute stuff BEFORE disconnect

2000-12-09 Thread Erik Steffl
  there are scripts in /etc/ppp that are executed right after the
connection was established and scripts that are executed right AFTER
disconnect.

  I would like to execute stuff (set my dynamic IP to 'off-line') right
before disconnect. is it possible? how?

  thanks in advance...

erik



Re: postfix config (network unreachable?)

2000-12-09 Thread Erik Steffl
Mark Brown wrote:
> 
> On Sat, Dec 09, 2000 at 01:03:01AM -0800, Erik Steffl wrote:
> 
> >   I can ping crick, I can also telnet (using default telnet port)
> > without problems but when I do telnet crick.fmed.uniba.sk 25 from
> > command line I get the same message (network is unreachable, but only
> > when using port 25).
> 
> >   netscape mail agent works fine, it does not try to directly deliver
> > mail but uses my ISP mail server.
> 
> Your ISP is apparently firewalling port 25.  Configure Postfix to
> deliver via your ISP like Netscape does ("relayhost = whatever").

  that's exactly what they do (since oct 6)! I remember telnet xxx 25
used to work that's why I was so confused. Is this quite common
nowadays? I would like to have straight connection instead of filtered
one (when I don't even have easy way to find out how it's filtered).

erik



Re: postfix: what's local?

2000-12-09 Thread Erik Steffl
Mark Brown wrote:
> 
> On Sat, Dec 09, 2000 at 01:15:09AM -0800, Erik Steffl wrote:
> 
> > main.cf:destinations = jojda, localhost
> 
> >   however, postfix is confused, when I send email it tries to connect to
> > jojda.2y.net and then get jojda back as hostname, compalins and does not
> > send email, here's relevant part of syslog:
> 
> There's a bug in the Debian configuration scripts for Postfix - the
> parameter which controls which domains Postfix considers local is
> actually called "mydestination".
> 
> What you're specifying seems reasonable, although you'll need to specify
> the domain part of your hostname if you're using that in local e-mail.

  does not help, now I have (main.cf):

myorigin = jojda.2y.net
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
program_directory = /usr/lib/postfix
mydestinations = jojda, localhost, jojda.2y.net
relayhost = mail.earthlink.net
mynetworks = 127.0.0.0/8
mailbox_command = procmail
recipient_delimiter = +

  but when I mail root, this is what I get (syslog):

Dec  9 20:35:59 jojda postfix/pickup[6950]: 7C40B1D663: uid=1000
from=
Dec  9 20:35:59 jojda postfix/cleanup[7004]: 7C40B1D663:
message-id=<[EMAIL PROTECTED]>
Dec  9 20:35:59 jojda postfix/qmgr[6951]: 7C40B1D663:
from=<[EMAIL PROTECTED]>, size=297, nrcpt=1 (queue active)
Dec  9 20:36:03 jojda postfix/smtp[7006]: 7C40B1D663:
to=<[EMAIL PROTECTED]>, relay=mailgate.earthlink.net[207.217.120.239],
delay=5, status=sent (250 UAA27395 Message accepted for delivery)

  which means that it was successfully sent via relayhost, right? I was
hoping it would be delivered locally.

erik

erik



Re: My Video card does'nt work ?

2000-12-09 Thread Bob Nielsen
Try running SuperProbe, which hopefully will be able to identify the
chipset, from which you can determine which xserver to use.  Take a
look at 'man SuperProbe' before running it.

On Sun, Dec 10, 2000 at 04:36:04AM +0100, Mateusz wrote:
> I have Diamond SpeedStar A55 and I couldn't run X Server with it .
> My Debian Potato has not this card on any list with cards .
> What can I do ?
> There isn't my video card on XFree86 list ?
> Why ?
> Please help me ;-)
> __
> Mateusz 
> [EMAIL PROTECTED]
> 

-- 
Bob Nielsen, N7XY  [EMAIL PROTECTED]
Bainbridge Island, WA  http://www.oz.net/~nielsen
 



elvis and tin

2000-12-09 Thread W. Paul Mills
Recent upgrade (yesterday) of potato broke tin. Cannot post with
elvis. Just comes back with a failed message. vim works ok. Any 
ideas??

elvis 2.1.4-1
vim 5.6.070-1
tin 1.4.1-1


-- 
*  For God so loved the world that He gave his only begotten Son,  *
*  that whoever believes in Him should not perish...John 3:16  *
 



My Video card does'nt work ?

2000-12-09 Thread Mateusz



I have Diamond SpeedStar A55 and I couldn't run X 
Server with it .
My Debian Potato has not this card on any list with 
cards .
What can I do ?
There isn't my video card on XFree86 list 
?
Why ?
Please help me ;-)
__
Mateusz 
[EMAIL PROTECTED]
 


Re: Debian + Kicq + gcc

2000-12-09 Thread Chris Gray
> Joel Douglas Maxwell writes:

jdm> Hello Everyone, I'm having a problem installing kicq 2.0.0b1
jdm> in tarball.  i got past ./configure, but when i ran make, i
jdm> came across an error and kicq didn't install.  I asked the
jdm> developer of kicq, and he knew i was using debian because of
jdm> the error.  What seems to be the real problem, and how can it
jdm> be fixed?  Below is a snippet from the kicq mailing list:

It's strange that he knew that you were using Debian, but Debian's gcc
understands -I just fine.  For example,

--- test/hello_world ---
printf("Hello world.\n");

--- main.c ---
int main()
{
#include "hello_world"
return 0;
}

$ gcc -Itest main.c
$ ./a.out
Hello world.
$

It looks to me like there is an actual programming error in kicq.

-- 
Chris



Helix-gnome control center problems

2000-12-09 Thread Rob VanFleet
For some reason, the gnome control center doesn't want me to configure any
sawfish aspects.  When I click on any of the sawfish configuration options, the
left pane displays nothing, and eventually, the entire app freezes and has to
be killed.

Another thing I noticed is that the control center often thinks that
Enlightenment is the default window manager, even though it is sawfish that is
actually running.  I don't know if this has anything to with the previous
problem, but I thought I would mention it.

-Rob



Re: startx -- client arguments not respected

2000-12-09 Thread kmself
on Sun, Dec 10, 2000 at 02:27:01AM +0100, Defresne Sylvain ([EMAIL PROTECTED]) 
wrote:
> * kmself@ix.netcom.com (kmself@ix.netcom.com) wrote:
> > This problem appears to be related to an existing bug against
> > xlients-base (#65787), though I don't believe it has the same source.
> > I'm trying to figure out just where the problem is arising.
> > 
> > The documented behavior of the 'startx' command is that it can be
> > invoked specifying a client or client arguments, or server arguments.
> > 
> > startx [ [client] options ... ] [ -- [ server ] options ... ]
> > 
> > 
> > E.g.:
> > 
> > $ startx
> > $ startx -- -bpp 8
> > $ startx -fg green -bg red
> > $ startx rxvt 
> > $ startx startkde
> > 
> > It's the last two examples which don't work.  X starts, then dies, with
> > the message, e.g.:
> > 
> > 
> > xterm:  bad command line option "rxvt"
> 
>   I think, that it doesn't search in the path, because the following
>   command work:
> 
>   startx /usr/bin/X11/xterm
> 
>   while this command fails:
> 
>   startx xterm 

Bingo.  Hadn't even thought to try that.  Interesting...

Need to keep digging here

-- 
Karsten M. Self  http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpORI7Q6L8GO.pgp
Description: PGP signature


GL screen hacks corrupting display

2000-12-09 Thread Rob VanFleet
I'm using potato with the /dev/3dfx - Mesa combo for 3D.  When I run a GL
screen hack like gears or morph3d, it runs accelerated and looks nice.  The
problem is that when I exit them, the display in X is completely whacked; I
can't do anything.  So far, I've just been Alt-F1'ing back to a console and
hitting Ctrl-C to kill the X server.  This activity is confined to xscreensaver
running them.  When I run them from the command line with no options, I don't
get the corrupted display, only when I run them with '- root', as xscreensaver
does.

Does anyone know why this happens, how to prevent it, or at least if there is a
way to reset the X display without restarting the server?

-Rob



Re: X: user not authorized to run the X server

2000-12-09 Thread Mike
Lindsay Allen wrote:
> 
> Hi,
> 
> I'm running 4.0.1-10 and now I get:-
> 
> elm:$ startx
> 
> X: user not authorized to run the X server, aborting.
> giving up.
> xinit:  Connection refused (errno 111):  unable to connect to X server
> xinit:  No such process (errno 3):  Server error.
> 
> 
> Another box runs 4.0.1-8 and works but I can't spot any config
> difference.  I changed Xserver to allow Anybody to use X but got the same
> result.

It's the file /etc/X11/Xwrapper.config that you need to modify. It's the
first line that needs changed.  At the moment your's will most likely read:

allowed_users=rootonly
nice_value=-10

Change the first line to read:

allowed_users=console

And all should be well.

Well, that's what worked here, at any rate.  In case it matters, I do not
use a display manager, preferring to start X via the command line.
-- 
Mike Werner  KA8YSD   | He that is slow to believe anything and
  | everything is of great understanding,
'91 GS500E| for belief in one false principle is the
Morgantown WV | beginning of all unwisdom.



pgpijUZyrzhcY.pgp
Description: PGP signature


X Starting

2000-12-09 Thread Estêvão Becker



  Hi, I have another problem: How do I do for 
the X DON'T start when I start my Linux? What file do I have to edit and where 
is it?
 


Re: compiling gaim

2000-12-09 Thread Erik Steffl
  anytime you are missing a file, go to debian web page, packages and
use the last form, here's what it says for :

FILEPACKAGE

usr/lib/gnomeConf.shdevel/libgnome-dev

usr/lib/obGnomeConf.sh  devel/libobgtk-dev

  I guess you need to install libgnome-dev.

erik

Glyn Millington wrote:
> 
> I'm trying to compile gaim-gnome on potato.  Each time the process goes
> along quite nicely until
>  snip -
> checking for gnome-config... no
> checking for gnomeConf.sh file in /usr/lib... not found
> configure: error: Could not find the gnomeConf.sh file that is generated by
> gnome-libs install
> make: *** [build-stamp] Error 1
> Build command 'cd gaim-0.10.3 && dpkg-buildpackage -b -uc' failed.
> E: Child process failed
> -- snip -
> 
> I've done this twice and installed more libraries each time, but still no
> joy.
> Can anyone tell me what's missing?
> 
> Thanks in advance
> 
> Glyn M
> 
> --
> So here we are then.
>  http://members.tripod.co.uk/Christchurch2000uk
> Running Debian Gnu Linux 2.2 :-) 
>9:54am  up  2:54,  3 users,  load average: 0.07, 0.26, 0.28
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X: user not authorized to run the X server

2000-12-09 Thread Lindsay Allen

Hi,

I'm running 4.0.1-10 and now I get:-

elm:$ startx

X: user not authorized to run the X server, aborting.
giving up.
xinit:  Connection refused (errno 111):  unable to connect to X server
xinit:  No such process (errno 3):  Server error.


Another box runs 4.0.1-8 and works but I can't spot any config
difference.  I changed Xserver to allow Anybody to use X but got the same
result.

Any help much apreciated.

Lindsay
-- 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Lindsay Allen   <[EMAIL PROTECTED]>Perth, Western Australia
voice +61 8 9316 2486, 0403 272 564   32.0125S 115.8445E   Debian Linux
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=



Re: Modem

2000-12-09 Thread rick
Have you tried using pppconfig as root?  

I had issues detecting my serial modem, and I ended needing to fix some BIOS 
settings.  I have ABIT kt-7 RAID.

rick

On Sat, Dec 09, 2000 at 11:18:30PM -0200, Estêvão Becker wrote:
>   Hi, I have a problem with my Debian Linux 2.2:
>   When I try to connect to the internet by the X program, I receive a message 
> like this:
>   "The connection was suddenness ended"
>   And when I try the wvdial:
>   "Can't connect with the modem."
> 
> My modem is the Motorola 33.6kbps and all the other Linux detect it, except 
> the Debian. What should I do?



Re: Backspace key

2000-12-09 Thread Christopher W. Aiken
On Sat, Dec 09, 2000 at 10:36:37PM +, Glyn Millington wrote:
-|
-|I've been upgrading things from Woody -  a foolhardy venture but everythng
-|went well amd works beautifully apart from my backspace key which now
-|deletes the next character just like the delete key.  I really want it to
-|delete backwards - this is almost as bad as those first heady days when I
-|discovered Emacs!
-|
-|Can't find the way on this - can anyone point me in the right direction ?
-|
-|Thanks for your time
-|
-|Glyn M

I had the same problem in Netscape and other apps.  What I did was 
"startx 1>log 2>&log".  Then I checked the "log" file.  It was full 
of errors pointing to "xkbcomp".  Based on the reported errors, 
as root I did:

ln -sf /usr/X11R6/bin/xkbcomp /usr/X11R6/lib/X11/xkb/xkbcomp

and restarted "X" and all has been OK since.  I posted a question
earlier on why I had to do this but no one has been able to shed
any light.  I feel better now knowing that I'm not the only one
with the "backspace" problem after an update.

--
Christopher W. Aiken, Scenery Hill, Pa, USA
chris at cwaiken dot com,   www.cwaiken.com
Current O/S: Debian 2.2 GNU/Linux



Re: startx -- client arguments not respected

2000-12-09 Thread Defresne Sylvain
* kmself@ix.netcom.com (kmself@ix.netcom.com) wrote:
> This problem appears to be related to an existing bug against
> xlients-base (#65787), though I don't believe it has the same source.
> I'm trying to figure out just where the problem is arising.
> 
> The documented behavior of the 'startx' command is that it can be
> invoked specifying a client or client arguments, or server arguments.
> 
> startx [ [client] options ... ] [ -- [ server ] options ... ]
> 
> 
> E.g.:
> 
> $ startx
> $ startx -- -bpp 8
> $ startx -fg green -bg red
> $ startx rxvt 
> $ startx startkde
> 
> It's the last two examples which don't work.  X starts, then dies, with
> the message, e.g.:
> 
> 
> xterm:  bad command line option "rxvt"

I think, that it doesn't search in the path, because the following
command work:

startx /usr/bin/X11/xterm

while this command fails:

startx xterm 

> I believe I've determined that startx itself is not the problem -- I've
> modified it so that it echos rather than execs its xinit command, and
> calling xinit in a similar fashion produces the same error, e.g.:
> 
> 
> $ xinit rxvt
> 
> ...produces the same error.
> 
> My understanding is that xinit invokes xinitrc and xserverrc.
> /etc/X11/xinit/xinitrc (or /usr/X11R6/lib/X11/xinit/xinitrc) consist of:
> 
> 
> #!/bin/sh
> # $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $
> 
> # /etc/X11/xinit/xinitrc
> #
> # global xinitrc file, used by all X sessions started by xinit (startx)
> 
> # invoke global X session script
> . /etc/X11/Xsession
> 
> ...which makes me suspect that it's Xsession which is at fault.  Or am I
> missing something.
> 
> Anyone else noticing and/or trying to trace this issue?

Don't know who is the culprit, I just give the whole path and it
works...

Bye
-- 
DEFRESNE Sylvain


pgpwEDf4JQ2Zh.pgp
Description: PGP signature


Modem

2000-12-09 Thread Estêvão Becker



  Hi, I have a problem with my Debian Linux 
2.2:
  When I try to connect to the internet by the 
X program, I receive a message like this:
  "The connection was suddenness 
ended"
  And when I try the wvdial:
  "Can't connect with the modem."
 
My modem is the Motorola 33.6kbps and all the other 
Linux detect it, except the Debian. What should I do?


Re: Configuring an HP JetDirect EX

2000-12-09 Thread Andreas Muck
Alec Smith <[EMAIL PROTECTED]> writes:

>I've got an HP JetDirect EX I'm trying to configure on a Debian 2.2 system
>using lprng as the print spooler. My /etc/bootptab appears to be OK since
>the printer lists the correct IP, netmask, gateway, et al on its status
>page.

I don't know what the JetDirect EX does, but the print server in my
'ol LaserJet III doesn't support the lpr protocol. It just accepts
connections on port 9100 and prints what it gets there. With lprng you
can use "lp=printerip%9100" to access it.

You may want to use "nmap" to see what ports your print server is
listening to.

Setting up apsfilter is simple too. Just tell it you have a local
printer but use "printerip%9100" as your device.



Re: change xterm-debian

2000-12-09 Thread Nate Amsden
ktb wrote:
> 
> I was wondering if there was anyway to permanently change the
> environment variable TERM from xterm-debian to just xterm?
> When I access pine at work to read mail it flips out.  The
> server is running redhat and it's not changing.  It seems I've
> seen this come up a while back but I can't find anything in the
> archives.  Why xterm-debian anyway?  What is the benefit?
> Thanks,
> kent

i got the same issue, with redhat, tru64, solaris, aix, hpux etc..

what i do is just put a line in /etc/profile (assuming your using a BASH
compadible shell on the remote end) and put:

export TERM=vt100

that usually fixes it for me ..although the terminal i use may not
be fully gnome compliant ..i have no complaints about the emulation.

nate

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Re: Can't mount CD drive (was: Re: Hello first time)

2000-12-09 Thread Mateusz
Hi again

I mount my cdrom, but when I want to use apt-cdrom I get a message
Undefined..failed
So edit my fstab file and
I write there something like this:

  
/dev/hdc/cdrom  auto
0

Is that correct ?
_
Mateusz
[EMAIL PROTECTED]


> Did you look in /etc/fstab?  There should be an entry for your cdrom in
there, so that all you need to do to mount it is
> mount /cdrom
>
> rick
>
> On Sun, Dec 10, 2000 at 01:16:13AM +0100, Mateusz wrote:
> >
> > Hello, BIG thanks for your help ;-)
> > It does work
> > I checked using 'dmesg', and there was my cdrom 'hdc'
> > so , i mouinted it, and it does work !
> >
> > ~Thanks
> > ___
> > Mateusz
> > [EMAIL PROTECTED]
> >
> >
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
> >



Re: permission problem

2000-12-09 Thread Nate Amsden
Hans wrote:
> 
> I've moved /home from / to a new partition, but I now find that I can't run
> certain things, e.g. Staroffice 5.2 and OpenOffice 6.05. I've checked
> permissions, groups, fstab, etc. but all seems to be correctly set. And to
> make things even stranger, not even root can install stuff like Staroffice
> of Photopaint. Untarring stuff is okay, but not installation. Is there an
> issue with moving things to a new partition and permissions? Thanks.
> 
> Hans

would be helpful if you described the process you used for moving
the data.

nate

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Re: debian-user-digest Digest V100 #794

2000-12-09 Thread Nate Amsden
dude wrote:

> the problem is that i want the second hard drive to be recognized in
> kernel 2.2.

get the ide patches from www.linux-ide.org or install the below package:

aphro:~# apt-cache show kernel-image-2.2.17-ide
Package: kernel-image-2.2.17-ide
Priority: optional
Section: base
Installed-Size: 11825
Maintainer: Herbert Xu <[EMAIL PROTECTED]>
Architecture: i386
Source: kernel-image-2.2.17-i386
Version: 2.2.17pre6-1
Provides: kernel-image
Depends: fileutils (>= 4.0)
Suggests: lilo (>= 19.1),  fdutils, kernel-doc-2.2.17
Filename:
dists/potato/main/binary-i386/base/kernel-image-2.2.17-ide_2.2.17pre6-1.deb
Size: 4999342
MD5sum: 49e526295815cec97fabe9c067c1c059
Description: Linux kernel binary image for version 2.2.17.
 This package contains the Linux kernel image for version 2.2.17,
 the corresponding System.map file, and the modules built by the
 packager.  It also contains scripts that try to ensure that the
 system is not left in a unbootable state after an update.
 .
 If you wish to update a bootdisk, or to use a bootloader to make
 installing and using the image easier, we suggest you install the
latest
 fdutils (for formatting a floppy to be used as boot disk), and LILO,
for a
 powerful bootloader. Of course, both these are optional.
 .
 Kernel image packages are generally produced using kernel-package,
 and it is suggested that you install that package if you wish to
 create a custom kernel from the sources.
 .
 This kernel image was compiled with the UDMA66 patch from Andre Hedrick
 patch applied.  If you have an IDE controller which requires this
patch,
 such as the Promise Ultra66, you need to select this patch rather than
 the vanilla kernel-image package.


-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Re: Three Stupid X Questions...

2000-12-09 Thread John Travis
On Sunday 10 December 2000 01:03, Defresne Sylvain wrote:
> Hello
>
> * John Travis ([EMAIL PROTECTED]) wrote:
> > My third problem involves gtk themes, basically I can't use any.  I get a
> > warning about  "libpixmap.so."  I thought that maybe I could just add it
> > to my modules to load in my XF86Config-4 file but that didn't seem to
> > work.
>
>   You need to install the `gtk-engines-pixmap' package.
>
> > All of this automagically worked before, but a new hd was required, so
> > I'm starting all over again :-).
>
> Bye

Thanks for the info, all fixed now.  An 'apt-cache show gtk-themes' should 
have been in order :).

jt



Re: Backspace key

2000-12-09 Thread kmself
on Sat, Dec 09, 2000 at 04:04:30PM -0800, Aaron Brashears ([EMAIL PROTECTED]) 
wrote:
> On Sat, Dec 09, 2000 at 11:01:11PM +, Glyn Millington wrote:
> > On Sat, Dec 09, 2000 at 10:36:37PM +, thus spake Glyn Millington:
> > > 
> > > I've been upgrading things from Woody -  a foolhardy venture but everythng
> > > went well amd works beautifully apart from my backspace key which now
> > > deletes the next character just like the delete key.  I really want it to
> > > delete backwards - this is almost as bad as those first heady days when I
> > > discovered Emacs!
> > > 
> > > Can't find the way on this - can anyone point me in the right direction ?
> > 
> > What an idiot, found the answer to my own question 3 seconds after posting -
> > so in case anyone else is wondering
> > 
> > 
> >  xmodmap -e "keycode 22 = BackSpace"

I ran into this on a system update, but only one of two of my desktops.
Fixed it with xkeycaps.

-- 
Karsten M. Self  http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpjsYl61sjze.pgp
Description: PGP signature


Re: Three Stupid X Questions...

2000-12-09 Thread John Travis
On Saturday 09 December 2000 23:51, Philipp Schulte wrote:
> On Sat, Dec 09, 2000 at 04:31:00PM +0100, John Travis wrote:
> > I am not allowed to su to root and launch anything.  I get a connection
> > refuesed by server error.  I am sure this is probably a one word edit in
> > a config but I am just not sure _which_ config.  Any hints?  GDM doesn't
> > have this problem but when I try to luanch anything besides a gnome
> > session it flashes a couple of times and returns me to the login.
>
> man xhost
> Phil

Thanks.  I knew it was something simple.  The problem is knowing where to 
RTFM :-).

jt



startx -- client arguments not respected

2000-12-09 Thread kmself
This problem appears to be related to an existing bug against
xlients-base (#65787), though I don't believe it has the same source.
I'm trying to figure out just where the problem is arising.

The documented behavior of the 'startx' command is that it can be
invoked specifying a client or client arguments, or server arguments.

startx [ [client] options ... ] [ -- [ server ] options ... ]


E.g.:

$ startx
$ startx -- -bpp 8
$ startx -fg green -bg red
$ startx rxvt 
$ startx startkde

It's the last two examples which don't work.  X starts, then dies, with
the message, e.g.:


xterm:  bad command line option "rxvt"

I believe I've determined that startx itself is not the problem -- I've
modified it so that it echos rather than execs its xinit command, and
calling xinit in a similar fashion produces the same error, e.g.:


$ xinit rxvt

...produces the same error.

My understanding is that xinit invokes xinitrc and xserverrc.
/etc/X11/xinit/xinitrc (or /usr/X11R6/lib/X11/xinit/xinitrc) consist of:


#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $

# /etc/X11/xinit/xinitrc
#
# global xinitrc file, used by all X sessions started by xinit (startx)

# invoke global X session script
. /etc/X11/Xsession

...which makes me suspect that it's Xsession which is at fault.  Or am I
missing something.

Anyone else noticing and/or trying to trace this issue?

-- 
Karsten M. Self  http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgp9AFkB7xvO8.pgp
Description: PGP signature


Re: debian-user-digest Digest V100 #794

2000-12-09 Thread dude

Hello.

Here is the situation

i recently was give as a gift an IBM deskstar
I installed it on the third ide slot i have
My first ide slot is my first hard drive
My second ide slot is a cdrom
My second hard drive is is on the thrid ide
leaving my with one open ide

My mother board support htp336

THe Problem is that kernel 2.2 can recognize this second hard drive
However, when  i compile kernel 2.4, it works like a dream.

If anyone can help me understand this problem, i would appreciate it.

I have read the UDMA how to but its still not clear to me what
exactly i have to do.

the problem is that i want the second hard drive to be recognized in
kernel 2.2.

thanks




Re: installed from floppies; mounted ext pcmcia cdrom; bought 6 CD set...

2000-12-09 Thread Carel Fellinger
On Sat, Dec 09, 2000 at 07:20:38PM -0500, [EMAIL PROTECTED] wrote:
> 
> and now STUCK.  I can look through the directory of the potato CDROM-#1, but 
> I cannot find an executable anywhere to start a complete install.  Newbie is 
> still trying.  There must be a simple apt-get install from cdrom something 
> command, but everything I try seems to fail.  TIA for clues,

There are some secret spells to mutter first:)

for each cd in your cd-set do a "apt-cdrom add" (see man apt-cdrom)
then do "apt-get update" and from now on "apt-get install" should work.

-- 
groetjes, carel



Re: kernel compiling

2000-12-09 Thread Rick
try installing libncuses5-dev

On Sat, Dec 09, 2000 at 04:10:45PM -0800, Nick wrote:
> what packages are needed to compile a kernel
> 
> after make menuconfig
> i get the following error:
> 
> lxdialog.o Error 1
> 
> something about curses.h
> 
> any idea?  thanks -nick
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Re: A few (simple) questions

2000-12-09 Thread Defresne Sylvain
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
> Hi there, 
> 
> I installed a few new things to my Debian installation 
> got most of the stuff working, but there are still 
> some problems. 
> I think those are very easy to solve, but I don't have
> any idea how. 
> 
> 
> 1.) I managed to get sound (ALSA with via82...) 
> but only as root. 
> If ie. mpg123 ist started as user it says
> Can't open /dev/dsp!
> but /dev/dsp has  rwx  permissions set for user and group.

You need to add the user to the audio group. As root do:

adduser keiichi audio

The user can now acces /dev/dsp (he may need to logout and
login before).

Bye
-- 
DEFRESNE Sylvain



re: installed from floppies; mounted ext pcmcia cdrom; bought 6 CD set...

2000-12-09 Thread DTi4565459

and now STUCK.  I can look through the directory of the potato CDROM-#1, but 
I cannot find an executable anywhere to start a complete install.  Newbie is 
still trying.  There must be a simple apt-get install from cdrom something 
command, but everything I try seems to fail.  TIA for clues,

dave



Re: CD-RW information

2000-12-09 Thread csj
On Sunday 10 December 2000 04:40, S.Salman Ahmed wrote:
> > "NV" == Norbert Veber <[EMAIL PROTECTED]> writes:
>
> NV>  Hi, Can someone point me to information about supported CD
> NV> burners in linux?  I've finelly decided to go out and buy one,
> NV> but I have no idea which one would work well.  Also, what
> NV> software do you recommend for cd writing?
>
> Check out the CD-Writing HOWTO. It contains answers to most of your
> questions. The HOWTO can be found at:
>
> http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/CD-Wr
>iting-HOWTO.html
>
> My new desktop system has a Yamaha 2100E CD-RW. This burner has an 8Mb
> Buffer Cache and its speeds are: 16x Write, 10x Rewrite, 40x Read. This
> is one of the fastest IDE burners available on the market, and its made
> by Yamaha so quality is second to none. If you can afford to spend some
> extra $$$, the Yamaha 2100E IDE burner is definitely a good choice.
>
> Its fully supported in Linux even though the CD-Writing HOWTO doesn't
> specifically list this model on its list of supported burners, but then
> the Yamaha 2100E is a new model.
>
> I have used XCdRoast (woody version) to burn almost 15 CDs (CD-Rs) since
> I got the system and so far have gotten no coasters.
>
> The Yamaha 2100E burner is excellent, and I find XCdRoast (woody
> version) to be excellent program to burn CDs.

I use mostly Joerg Schilling's cdrecord suite of utilities (cdrecord + 
mkisofs), which is the basis of most X-based cd burning front ends. cdrecord 
will suffice for most cd-burning needs, such as data backup and the creation 
of audio CDs. A list of hardware supported by cdrecord can be found at the 
cdrecord homepage at http://www.fokus.gmd.de/usr/schilling/cdrecord.html.

For fancier arson you can check out Andreas Müller's cdrdao at 
http://cdrdao.sourceforge.net/. There's also a .deb for cdrdao, fairly 
up-to-date, and a front-end, Gnome CD Master or gcdmaster iirc.

My own experience: I own an ACER 4x4x32 and a BTC 4x4x32 (no zip disks for 
me!) The ACER appears to handle generic CDR's better. It happens to be more 
expensive. Moral: if you want to use label-less CDR's buy the more expensive 
burner.



Re: Can't mount CD drive (was: Re: Hello first time)

2000-12-09 Thread Mateusz

Hello, BIG thanks for your help ;-)
It does work
I checked using 'dmesg', and there was my cdrom 'hdc'
so , i mouinted it, and it does work !

~Thanks
___
Mateusz 
[EMAIL PROTECTED]





kernel compiling

2000-12-09 Thread Nick

what packages are needed to compile a kernel

after make menuconfig
i get the following error:

lxdialog.o Error 1

something about curses.h

any idea?  thanks -nick



Install XFree86 4.0.1/can't boot/recovery puzzle

2000-12-09 Thread Griffith Feeney
Tried to install XFree86 4.0.1 last to accomodate a new Matrox G450. Followed

ftp.xfree86.org/pub/XFree86/4.0.1/binaries/Linux-ix86-glibc21/Install
http://thedukeofurl.org/reviews/misc/3dlinux/6.shtml

Now system hangs on boot following the message

Starting X font server: xgsFontCachInitialize: hi=1048576, low=786432, bal=70

Cntl-Alt-Del reboots, but don't know any other way to escape from this.

No experience with the system recovery needed here, but evidently I need to
boot from and emergency disk, mount the root file system on the hard disk
and edit the appropriate startup file. Can boot with Debian install CD 1 or
a tomsrtbt floppy, but haven't been able to mount the root file system.

#mount -t ext2 /dev/hdb3 /mnt
EXT2-fs: 03-43: couldn't mount because of unsupported optional features
mount: wrong fs type, bad option, bad superblock on /dev/hdb2, or too many
mounted file systems

#fsck.ext2 /dev/hdb
The superblock could not be read or does not describe a correct ext2 file
system. If the device is valid (and not a swap or ufs or something else),
the the superblock is corrupt, and you might try running e2fsck with an
alternative superblock:
e2fsck -b 8193 

Is it plausible that the problem booting could have corrupted the
superblock? Any suggestions short of reinstalling? No backup (but only the
install is lost, no data). On avoiding such problems in the future (backups
aside ...)?














Re: Hello first time - I have a problem with mounting cdrom

2000-12-09 Thread Oliver Elphick
"Mateusz" wrote:
[please don't post in HTML - use plain ASCII only]
  >I have just installed Debian 2.2 and
  >I have some problemm with mounting my CDROM=20
  >My Debian send me some message, but I don't understand it, I have a =
  >short journey with Debian , so I'm unexperience ;-
  >The message is:
  >
  >mount:  /dev/cdrom  is not a block device
  >
  >I wrote a command :
  >mount -t iso9660 /dev/cdrom /mnt/cdrom
  >
  >before I created /mnt/cdrom
 
Do `ls -l /dev/cdrom'; what do you see?  It should be either a raw device
(the first character in the line will be `b') or a symbolic link (first
character is `l'), like this:

[EMAIL PROTECTED] ls -l /dev/cdrom
lrwxrwxrwx1 root root3 Jan 18  2000 /dev/cdrom -> hdb
[EMAIL PROTECTED] ls -l /dev/hdb
brw-rw1 root disk   3,  64 Jun 23  1998 /dev/hdb

If (common case) your CDROM is an IDE drive which is master on the second 
controller, it will be called /dev/hdc.

In that case, what you should have done was:

 # ln -s /dev/hdc /dev/cdrom
 # mkdir /mnt/cdrom
 # mount -t iso9660 /dev/cdrom /mnt/cdrom

If your drive is somewhere else, you will have to link the appropriate
device to /dev/cdrom or use the appropriate device directly in your mount 
command.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
 
 "Let not sin therefore reign in your mortal body, that 
  ye should obey it in the lusts thereof."
   Romans 6:12 




Can't mount CD drive (was: Re: Hello first time)

2000-12-09 Thread kmself
Please use a meaningful subject line.

on Sun, Dec 10, 2000 at 12:42:39AM +0100, Michal Siwolowski ([EMAIL PROTECTED]) 
wrote:
> I have just installed Debian 2.2 and
> I have some problemm with mounting my CDROM 
> My Debian send me some message, but I don't understand it, I have a short 
> journey with Debian , so I'm unexperience ;-
> The message is:
> 
> mount:  /dev/cdrom  is not a block device

/dev/cdrom doesn't exist by default, it's usually a symlink to another
physical device.  Typically /dev/hdc if you've got an IDE drive, or
/dev/sdc for a SCSI drive (though I think this varies).

Try running 'dmesg' shortly after boot.  If you've got an IDE drive,
you'll see something like:


hdc: FX120T, ATAPI CDROM drive
hdc: ATAPI 12X CD-ROM drive, 256kB Cache

...among the output.

To mount this:

$ mount -t iso9660 -r /dev/hdc /mnt/cdrom


Otherwise, research your SCSI CD and how to properly mount it.

-- 
Karsten M. Self  http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpwnHur52T7E.pgp
Description: PGP signature


Lap Top Acer Travel Mate 507t

2000-12-09 Thread Dragón
Here my set up:

# File generated by anXious - the Debian X Configuration Tool
# anXious and xviddetect are (c) 2000 Randolph Chung <[EMAIL PROTECTED]>

# Suggestions and bug reports about this tool should be sent to 
# [EMAIL PROTECTED]

# ***
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file. A more thoroughly commented version of this configuration
# file can be found in /usr/share/doc/xserver-common/examples/XF86Config.eg
# ***

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath"/usr/lib/X11/fonts/misc/:unscaled"
FontPath"/usr/lib/X11/fonts/cyrillic/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/Type1/"
FontPath"/usr/lib/X11/fonts/Speedo/"
FontPath"/usr/lib/X11/fonts/misc/"
FontPath"/usr/lib/X11/fonts/cyrillic/"
FontPath"/usr/lib/X11/fonts/75dpi/"
FontPath"/usr/lib/X11/fonts/100dpi/"
ModulePath "/usr/X11R6/lib/modules"
EndSection

# Section "Module"
# Load "xf86Jstk.so"
# EndSection

Section "ServerFlags"
#   NoTrapSignals
#   DontZap
#   DontZoom
#   DisableVidModeExtension
#   AllowNonLocalXvidtune
#   DiableModInDev
#   AllowNonLocalModInDev
EndSection

Section "Keyboard"
Protocol "Standard"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#XkbDisable

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#XkbModel"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#XkbModel"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#XkbLayout   "de"
# or:
#XkbLayout   "de"
#XkbVariant  "nodeadkeys"
# if you'd like to switch the positions of your capslock and
# control keys, use:
#XkbOptions  "ctrl:swapcaps"

# These are the default XKB settings for XFree86
#XkbRules"xfree86"
#XkbModel"pc101"
#XkbLayout   "us"
#XkbVariant  ""
#XkbOptions  ""


XkbKeymap "xfree86(us)"

EndSection

Section "Pointer"
#   Protocol "PS/2"
#   Device "/dev/mouse"
Protocol "ps/2"
Device "/dev/psaux"
Emulate3Buttons
EndSection

Section "Monitor"
Identifier  "My Monitor"
VendorName  "Unknown"
ModelName   "Unknown"

HorizSync 31.5
VertRefresh 60

# This is a set of standard mode timings. Modes that are out of monitor spec
# are automatically deleted by the server (provided the HorizSync and
# VertRefresh lines are correct), so there's no immediate need to
# delete mode timings (unless particular mode timings don't work on your
# monitor). With these modes, the best standard mode that your monitor
# and video card can support for a given resolution is automatically
# used.


# 640x400 @ 70 Hz, 31.5 kHz hsync
Modeline "640x400" 25.175 640  664  760  800   400  409  411  450
# 640x480 @ 60 Hz, 31.5 kHz hsync
Modeline "640x480" 25.175 640  664  760  800   480  491  493  525
# 800x600 @ 56 Hz, 35.15 kHz hsync
ModeLine "800x600" 36 800  824  896 1024   600  601  603  625
# 1024x768 @ 87 Hz interlaced, 35.5 kHz hsync
Modeline "1024x768"44.9  1024 1048 1208 1264   768  776  784  817 Interlace

# 640x400 @ 85 Hz, 37.86 kHz hsync
Modeline "640x400" 31.5   640  672 736   832   400  401  404  445 -HSync 
+VSync
# 640x480 @ 72 Hz, 36.5 kHz hsync
Modeline "640x480" 31.5   640  680  720  864   480  488  491  521
# 640x480 @ 75 Hz, 37.50 kHz hsync
ModeLine  "640x480"31.5   640  656  720  840   480  481  484  500 -HSync 
-VSync
# 800x600 @ 60 Hz, 37.8 kHz hsync
Modeline "800x600" 40 800  840  968 1056   600  601  605  628 +hsync 
+vsync

# 640x480 @ 85 Hz, 43.27 kHz hsync
Modeline "640x480" 36 640  696  752  832   480  481  484  509 -HSync 
-VSync
# 1152x864 @ 89 Hz interlaced, 44 kHz hsync
ModeLine "1152x864"651152 1168 1384 1480   864  865  875  985 Interlace

# 800x600 @ 72 Hz, 48.0 kHz hsync
Modeline "800x600" 50 800  856  976 1040   600  637  643  666 +hsync 
+vsync
# 1024x768 @ 60 Hz, 48.4 kHz hsync
Modeline "1024x768"651024 1032 1176 1344   768  771  777  806 -hsync 
-vsync

# 640x480 @ 100 Hz, 53.01 kHz hsync
Modeline "640x480" 45.8   640  672  768  864   480  488  494  530 -HSync 
-VSync
# 1152x864 @ 60 Hz, 53.5 kHz hsync
Modeline  "1152x864"   89.9  1152 1216 1472 1680   864  868  876  892 -HSync 
-VSync
# 800x600 @ 85 Hz, 55.84 kHz hsync
Modeline  "800x600"60.75  800  864  928 1088   600  616  621  65

Re: Help using old dos partition...

2000-12-09 Thread C. Falconer

At 02:34 AM 12/10/00 +0100, you wrote:

/hda1 dos
/hda5 /boot
/hda6 /
/hda7 swap
/hda8 /home

Now I would like to use cfdisk to delete /hda1 and create two
partitions, one for /usr/local and another for /tmp.

Could someone check my steps?

1. Change to init 1
2. Use cfdisk to delete dos partition and create new two/Write/Format
3. All other names now bumped down one, so change lilo root /hda6 to
/hda7


Nope - they don't bump up or down, thats where you're going amiss.


4. Change fstab settings bumping up all one and adding /usr/local and
/tmp
5. Reboot.
6. Switch to init 1. Make and move over /usr/local and /tmp files

The problem is I never got past stage 5 reboot. It hangs. Where did I go
wrong? When I changed /hda1 to a single linux partition for /usr/local,
everyting went ok.



PPS Instead of everything getting out of wack and bumped down, can't
I split /hda& into /hda1 and /hda2. can I control the naming somehow?


Thats exactly what should happen - you can have hda1 and hda2 in the same 
space as hda1 used to take up.


FYI hda5 and upwards are called Logical partitions, and reside in what is 
called an Extended partition.  hda1 through to hda4 are called Primary 
partitions, and the Extended partition is a special kind of Primary partition.


To confuse the issue even more, hda1 does not have to be physically before 
hda2 on the disk.  I mean that hda2 might be track 1 to 10 and hda1 might 
be track 11 to 123.

--
Criggie



A few (simple) questions

2000-12-09 Thread [EMAIL PROTECTED]
Hi there, 

I installed a few new things to my Debian installation 
got most of the stuff working, but there are still 
some problems. 
I think those are very easy to solve, but I don't have
any idea how. 


1.) I managed to get sound (ALSA with via82...) 
but only as root. 
If ie. mpg123 ist started as user it says
Can't open /dev/dsp!
but /dev/dsp has  rwx  permissions set for user and group.


2.) I got my graphics card working. 
(Elsa Gladiac with NVIDIA GeForce2 chip)
To do so I had to install X11R6 version 4. 
Now the problem: I want to use lyx. 

lyx depends on libforms0.89
libforms0.89 depends on xpm4g
xpm4g conflicts with xlibs 

Great little vicious circle.


3.) Look at my E-Mail address - really screwed.
I want to use my university address but can't use my 
universities server because of a anti-spam script they use. 
So I have to send mail through my stupid provider 
which overwrites the address as you can see above. 
   

That's that you now. 
Thanks if you read so far. 
More thanks if you can help me.

Nikolai.


Enlightenment really rules!!!





-- 
+-+  
|  Escape the |  
|  Gates of hell. |  
| |  http://www.debian.org 
|  Use Linux. |   
+-+



Re: Three Stupid X Questions...

2000-12-09 Thread Oliver Elphick
John Travis wrote:
  >Running Woody, X 4.0.1, and the Nvidia .95 drivers.  The first problem is 
  >that /etc/X11/Xsession doesn't seem to get sourced during manual startx 
  >logins.  I would like to throw a few things in there (xscreensaver, etc.).  
  >It does get sourced when using a login manager.  Any personal xsession or 
  >xresources files also never seem to be read.  I do have 
  >"allow-user-resources" and "allow-user-xsession" in my Xsession.options file
  >.
  
Xsession is read by xdm, gdm, kdm but not by startx, which uses
xinit/xinitrc instead.  On X version 4, xinitrc actually runs Xsession
but I suppose this may not be so on older versions.

In addition, if you have local definitions, ~/.xinitrc is used by startx
and .xsession by xdm and the rest.  Again, X version 4 seems to have
amalgamated these, but it was traditional for the 2 files to be linked.
If you have a local setup, the system one is probably not used.

The easiest way to check is to put trace prints into all the possible
files (echo _filename_ >>/tmp/startx.log) and see which ones get called.

  >My next question is coincidentally about login managers.  If I use kdm or wd
  >m 
  >I am not allowed to su to root and launch anything.  I get a connection 
  >refuesed by server error.  I am sure this is probably a one word edit in a 
  >config but I am just not sure _which_ config.  Any hints?  GDM doesn't have 
  >this problem but when I try to luanch anything besides a gnome session it 
  >flashes a couple of times and returns me to the login.

If you do su, you become a different user and you need authority to
access your X display.  The easiest way to do this is to put
   export XAUTHORITY=~/.Xauthority
in your .xsession or .xinitrc file.  (It must be exported, or it won't
propogate into your su session.)  Since root can read any file, it will
be able to read your .Xauthority and use it to gain access.
 
-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
 
 "Let not sin therefore reign in your mortal body, that 
  ye should obey it in the lusts thereof."
   Romans 6:12 




Re: Three Stupid X Questions...

2000-12-09 Thread Defresne Sylvain
Hello

* John Travis ([EMAIL PROTECTED]) wrote:
> My third problem involves gtk themes, basically I can't use any.  I get a 
> warning about  "libpixmap.so."  I thought that maybe I could just add it to 
> my modules to load in my XF86Config-4 file but that didn't seem to work.

You need to install the `gtk-engines-pixmap' package.

> All of this automagically worked before, but a new hd was required, so I'm 
> starting all over again :-).

Bye
-- 
DEFRESNE Sylvain



Re: Backspace key

2000-12-09 Thread Aaron Brashears
On Sat, Dec 09, 2000 at 11:01:11PM +, Glyn Millington wrote:
> On Sat, Dec 09, 2000 at 10:36:37PM +, thus spake Glyn Millington:
> > 
> > I've been upgrading things from Woody -  a foolhardy venture but everythng
> > went well amd works beautifully apart from my backspace key which now
> > deletes the next character just like the delete key.  I really want it to
> > delete backwards - this is almost as bad as those first heady days when I
> > discovered Emacs!
> > 
> > Can't find the way on this - can anyone point me in the right direction ?
> 
> What an idiot, found the answer to my own question 3 seconds after posting -
> so in case anyone else is wondering
> 
> 
>  xmodmap -e "keycode 22 = BackSpace"


Thanks for finding that. Just after the last update, this problem
popped up for me too. Any idea what the change is and why the change
was made?



Debian + Kicq + gcc

2000-12-09 Thread Joel Douglas Maxwell
Hello Everyone,

I'm having a problem installing kicq 2.0.0b1 in tarball.  i got past
./configure, but when i ran make, i came across an error and kicq didn't
install.  I asked the developer of kicq, and he knew i was using debian
because of the error.   What seems to be the real problem, and how can it
be fixed?  Below is a snippet from the kicq mailing list:

-

SUBJECT: RE:  [kicq-users] Re: kicq 2.0beta1 install problem (make) Joel
Douglas Maxwell <> writes:

> > > Well, after getting 20mb of packages, i got past the "./configure"
stage.
> > > Now i've come across an error in make:
> > > 
> > > g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include
> > > -I/usr/include/kde -I/usr/lib/qt2/include -I/usr/X11R6/include
> > > -I../../kicq -I../../kicq/chat -I../../kicq/contactlist
> > > -I../../kicq/dialogs -I../../kicq/filetransfer -I../../kicq/history
> > > -I../../kicq/info -I../../kicq/messageurl -I../../kicq/mydetails
> > > -I../../kicq/preferences -I../../kicq/registration
-I../../kicq/search
> > > -I../../kicq/utils -I../../kicq/main -DQT_NO_ASCII_CAST -O2
> > > -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith
> > > -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -c
> > > chatedit.cpp  -fPIC -DPIC -o .libs/chatedit.o
> > > chatedit.cpp: In method `void ChatEdit::keyPressEvent(QKeyEvent *)':
> > > chatedit.cpp:46: `MW' undeclared (first use this function)
> > > chatedit.cpp:46: (Each undeclared identifier is reported only once
> > > chatedit.cpp:46: for each function it appears in.)
> > > make[3]: *** [chatedit.lo] Error 1
> > > make[3]: Leaving directory `/usr/local/bin/kicq/kicq/chat'
> > > make[2]: *** [all-recursive] Error 1
> > > make[2]: Leaving directory `/usr/local/bin/kicq/kicq'
> > > make[1]: *** [all-recursive] Error 1
> > > make[1]: Leaving directory `/usr/local/bin/kicq'
> > > make: *** [all-recursive-am] Error 2
> > > 
> > > Any clue as to what happened?
> > 
> > Let me guess, you have Debian...
> 
> Debian 2.2, with kernel 2.2.17
> what does this distro have to do with the problem, and how can it be
> fixed?

I don't know what problem is. Just Debian's gcc doesn't want to understand
-I option.

-- 
Denis V. Dmitrienko | E-mail:  | ICQ#: 5538614
Home page: http://denix.org

-
End Of Snippet
-


what seems to be wrong with gcc?

--Joel Maxwell



permission problem

2000-12-09 Thread Hans
I've moved /home from / to a new partition, but I now find that I can't run
certain things, e.g. Staroffice 5.2 and OpenOffice 6.05. I've checked
permissions, groups, fstab, etc. but all seems to be correctly set. And to
make things even stranger, not even root can install stuff like Staroffice
of Photopaint. Untarring stuff is okay, but not installation. Is there an
issue with moving things to a new partition and permissions? Thanks.

Hans

 
---

It's nice to be liked, but better by far to get paid -- Liz Phair



gnomeConf.sh

2000-12-09 Thread Hans
Recently I've stumbled upon a problem when compiling some programs from
source code. When running ./configure it checks for gnomeConf.sh in
/usr/local/lib which it can't find. I checked the whole system, but it
isn't there altogether. What's the deal with gnomeConf.sh and how can I get
around this? Any help appreciated.

For the record: running potato with Helix Gnome.

Hans


---

It's nice to be liked, but better by far to get paid -- Liz Phair



Hello first time - I have a problem with mounting cdrom

2000-12-09 Thread Mateusz




I have just installed Debian 2.2 and
I have some problemm with mounting my CDROM 

My Debian send me some message, but I don't 
understand it, I have a short journey with Debian , so I'm unexperience 
;-
The message is:
 
mount:  /dev/cdrom  is not a block 
device
 
I wrote a command :
mount -t iso9660 /dev/cdrom /mnt/cdrom
 
before I created /mnt/cdrom
 
Could anybody help me ?
 
Greetings
_
Mateusz
[EMAIL PROTECTED]
 
 


Hello first time

2000-12-09 Thread Michal Siwolowski



I have just installed Debian 2.2 and
I have some problemm with mounting my CDROM 

My Debian send me some message, but I don't 
understand it, I have a short journey with Debian , so I'm unexperience 
;-
The message is:
 
mount:  /dev/cdrom  is not a block 
device
 
I wrote a command :
mount -t iso9660 /dev/cdrom /mnt/cdrom
 
before I created /mnt/cdrom
 
Could anybody help me ?
 
Greetings
_
Mateusz
[EMAIL PROTECTED]
 
 


Re: This list is rudderless, damn it, damn it, damn it

2000-12-09 Thread Brad
On Sat, Dec 09, 2000 at 04:55:27PM +0100, Kerstin Hoef-Emden wrote:
> 
> Somehow it looks to me that this footer must be either a
> joke or he started some kind of behavioural experiment with us.

If so, i do believe that's unethical.

Besides, it has damaged both his and his institution's reputation among
the subscribers of this list [0]. So no matter what, he doesn't rate
high in a measure of applied intelligence.




[0] And all the people they told this story to, it's along the lines of
that TV show "America's Stupidest Home Videos" [1]

[1] Oops. s/Stupidest/Funniest/


-- 
  finger for GPG public key.


pgpBVXrkq1M01.pgp
Description: PGP signature


Re: Q: Using apt-get upgrade-Any way to get list first? Solved!

2000-12-09 Thread Jonathan Gift
Thanks for the feedback. Someone had earlier also suggested using apt(get
-u upgrade to get the list and it worked. I'll keep yours on file as
well.

Jonathan


-- 

"Hey, I think I finally got the hang of i-"



Help using old dos partition...

2000-12-09 Thread Jonathan Gift
Hi,

I have the following setup:

/hda1 dos
/hda5 /boot
/hda6 /
/hda7 swap
/hda8 /home

Now I would like to use cfdisk to delete /hda1 and create two
partitions, one for /usr/local and another for /tmp.

Could someone check my steps?

1. Change to init 1
2. Use cfdisk to delete dos partition and create new two/Write/Format
3. All other names now bumped down one, so change lilo root /hda6 to
/hda7
4. Change fstab settings bumping up all one and adding /usr/local and
/tmp
5. Reboot. 
6. Switch to init 1. Make and move over /usr/local and /tmp files

The problem is I never got past stage 5 reboot. It hangs. Where did I go
wrong? When I changed /hda1 to a single linux partition for /usr/local,
everyting went ok. But by splitting it in two and adding another, I get
into trouble.

Help appreciated.

Jonathan

PS A curious thing is when I change /hda1 from dos to linux it goes in
cfdisk as a linux ext2 partition. Everything ok. But when I create /hda1
and the new /hda5 the /hda5 goes in as linux and no ext2 setting no
matter that I followed the same steps...

PPS Instead of everything getting out of wack and bumped down, can't
I split /hda& into /hda1 and /hda2. can I control the naming somehow?

-- 

"Hey, I think I finally got the hang of i-"



Re: Serious problem with potato

2000-12-09 Thread Eric G . Miller
On Sat, Dec 09, 2000 at 06:07:44PM -0500, S . Salman Ahmed wrote:
> Can anyone explain why /home should be somewhere near the last entry,
> presumably in /etc/fstab ?
> 
> I am all set to repartition my HD and reinstall potato, and having
> solved my problems with /usr and /usr/local (mounting order), would like
> to know where /home should be placed (either in /etc/fstab or partition
> wise towards the beginning or the end of the logical partition space).

There no real pressing need to do so.  I just think perhaps it's better
to mount all the "system" partitions before mounting the user data
partitions in case something goes wrong.  Really, it probably doesn't
matter.

-- 
Eric G. Miller 



change xterm-debian

2000-12-09 Thread ktb
I was wondering if there was anyway to permanently change the
environment variable TERM from xterm-debian to just xterm?
When I access pine at work to read mail it flips out.  The
server is running redhat and it's not changing.  It seems I've
seen this come up a while back but I can't find anything in the
archives.  Why xterm-debian anyway?  What is the benefit? 
Thanks,
kent

-- 
  "In order to make an apple pie from scratch,
  you must first create the universe."  
 - Carl Sagan



Re: Who are the shitheads at Debian?

2000-12-09 Thread Eric G . Miller
On Sat, Dec 09, 2000 at 05:26:57PM -0500, Christopher Mosley wrote:
> In America we don't consider a Ph.D. in Psychology to be a real Ph.D..
> Psychology is more like what you major in when Hotel & Restaurant
> management proves to difficult.   

Let's not resort to ridiculous stereotypes.  If this guy really exists,
his curriculum vitae is actually quite impressive (though I find animal
testing of that sort quite distasteful).

> But seriously folks, the guy who cc'ed the Ph.D.'s colleagues only
> confirmed my diagnosis; hisSelf indeed is suffering from S.R.I.D
> (Self Righteous Impulse Disorder). Now really, what would have been
> the harm in being absolutely sure before possibly damaging someones
> career. Sadly this is not an option for himSelf when in the grips
> of this horrible disease.

Please don't start flame mail wars on this list. I'm sure by now the
listmaster is quite aware of the situation and will take appropriate
measures.  Better for the rest of us to forget this outburst (whether or
not it actually originated from this supposed Ph.D.) and move on to
those things actually on topic for this list.

-- 
Eric G. Miller 



Re: GNU Emacs - smaller font

2000-12-09 Thread Hedi Berriche
> "Tom" == Tom Huckstep <[EMAIL PROTECTED]> writes:

Tom> How do I make my font size smaller in GNU Emacs?

for example 

(set-default-font "lucidasanstypewriter-14")


-- 
  Loose bits sink chips.



Re: Three Stupid X Questions...

2000-12-09 Thread Philipp Schulte
On Sat, Dec 09, 2000 at 04:31:00PM +0100, John Travis wrote: 

> I am not allowed to su to root and launch anything.  I get a connection 
> refuesed by server error.  I am sure this is probably a one word edit in a 
> config but I am just not sure _which_ config.  Any hints?  GDM doesn't have 
> this problem but when I try to luanch anything besides a gnome session it 
> flashes a couple of times and returns me to the login.

man xhost
Phil



Re: Backspace key

2000-12-09 Thread Glyn Millington
On Sat, Dec 09, 2000 at 10:36:37PM +, thus spake Glyn Millington:
> 
> I've been upgrading things from Woody -  a foolhardy venture but everythng
> went well amd works beautifully apart from my backspace key which now
> deletes the next character just like the delete key.  I really want it to
> delete backwards - this is almost as bad as those first heady days when I
> discovered Emacs!
> 
> Can't find the way on this - can anyone point me in the right direction ?

What an idiot, found the answer to my own question 3 seconds after posting -
so in case anyone else is wondering


 xmodmap -e "keycode 22 = BackSpace"

 All together now - "RTFM - TWICE!"

 with apologies

 Glyn M



> --
>  So here we are then.
>  http://members.tripod.co.uk/Christchurch2000uk
> Running Debian Gnu Linux 2.2 :-) 
>   10:29pm  up  1:58,  2 users,  load average: 2.16, 2.12, 1.75
> 
> 
-- 
So here we are then.
 http://members.tripod.co.uk/Christchurch2000uk
    Running Debian Gnu Linux 2.2 :-) 
  10:58pm  up  2:27,  3 users,  load average: 2.09, 2.20, 2.09



Three Stupid X Questions...

2000-12-09 Thread John Travis
Running Woody, X 4.0.1, and the Nvidia .95 drivers.  The first problem is 
that /etc/X11/Xsession doesn't seem to get sourced during manual startx 
logins.  I would like to throw a few things in there (xscreensaver, etc.).  
It does get sourced when using a login manager.  Any personal xsession or 
xresources files also never seem to be read.  I do have 
"allow-user-resources" and "allow-user-xsession" in my Xsession.options file.

My next question is coincidentally about login managers.  If I use kdm or wdm 
I am not allowed to su to root and launch anything.  I get a connection 
refuesed by server error.  I am sure this is probably a one word edit in a 
config but I am just not sure _which_ config.  Any hints?  GDM doesn't have 
this problem but when I try to luanch anything besides a gnome session it 
flashes a couple of times and returns me to the login.

My third problem involves gtk themes, basically I can't use any.  I get a 
warning about  "libpixmap.so."  I thought that maybe I could just add it to 
my modules to load in my XF86Config-4 file but that didn't seem to work.

All of this automagically worked before, but a new hd was required, so I'm 
starting all over again :-).

TIA,

jt



Backspace key

2000-12-09 Thread Glyn Millington

I've been upgrading things from Woody -  a foolhardy venture but everythng
went well amd works beautifully apart from my backspace key which now
deletes the next character just like the delete key.  I really want it to
delete backwards - this is almost as bad as those first heady days when I
discovered Emacs!

Can't find the way on this - can anyone point me in the right direction ?

Thanks for your time

Glyn M






--
 So here we are then.
 http://members.tripod.co.uk/Christchurch2000uk
    Running Debian Gnu Linux 2.2 :-) 
  10:29pm  up  1:58,  2 users,  load average: 2.16, 2.12, 1.75



Re: Who are the shitheads at Debian?

2000-12-09 Thread Christopher Mosley


On Sun, 10 Dec 2000, C. Falconer wrote:

> At 01:33 PM 12/9/00 -0500, you wrote:
> > > James K. Kroger, Ph.D.
> 
> >To the folks flaming (albeit gently) this guy:
> >Somehow I have a hard time believing that a PhD student,...
> 
> 
> In New Zealand you're not allowed to claim a qualification if you're 
> working on it - so he can't be a Ph.D student (ie, studying for a doctorate)
> 
> He wrote James K. Kroger, Ph.D.
> 
> which to me means he is a doctor of something already.
> 
> 
> -- 
> Criggie

In America we don't consider a Ph.D. in Psychology to be a real Ph.D..
Psychology is more like what you major in when Hotel & Restaurant
management proves to difficult.   

But seriously folks, the guy who cc'ed the Ph.D.'s colleagues only
confirmed my diagnosis; hisSelf indeed is suffering from S.R.I.D
(Self Righteous Impulse Disorder). Now really, what would have been
the harm in being absolutely sure before possibly damaging someones
career. Sadly this is not an option for himSelf when in the grips
of this horrible disease.
 


 

 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 










Re: Selective/partial upgrade from Potato -> Woody?

2000-12-09 Thread John Galt
On Sat, 9 Dec 2000, Gregory Guthrie wrote:

> I need a few packages which are not in potato, but are in woody.

Ftp them down to your box and dpkg --install them

> Can I do a selective update to get these packages only?

Not easily, and not at all with potato's apt.
 
> OR, if I add woody to the sources.list will dselect, or apt-get, 
> automatically try to get everything that is new; that is what happened to 
> me last time I think.

Yep.  

> Thanks,
> 
> Gregory Guthrie
> 
> Gregory Guthrie
> [EMAIL PROTECTED] (641)472-1125Fax: -1103
> 
> 
> 
> 

-- 
Pardon me, but you have obviously mistaken me for someone who gives a
damn.
email [EMAIL PROTECTED]



Re: What package to get konqueror to support https ?

2000-12-09 Thread John Galt

kdelibs3-crypto and kdebase-crypto: it isn't perfect yet, but it seems to
do the trick as far as I've seen (of course, I don't use https sites that
often, so YMMV).  Basically, all the packages that look like they relate
to konqueror in non-us...

On Sat, 9 Dec 2000, Michael Meding wrote:

> Hi all,
> 
> what package do I need to get konqueror to support https (I guess that is 
> encrypted html, maybe ssl ?) ?
> 
> TIA
> 
> Michael
> 
> 
> 

-- 
Pardon me, but you have obviously mistaken me for someone who gives a
damn.
email [EMAIL PROTECTED]



Re: Q: Using apt-get upgrade-Any way to get list first?

2000-12-09 Thread John Galt

Use a frontend like capt (console-apt) or aptitude.  They show you
a list of packages to be updated.  Aptitude puts the packages to be
upgraded in reverse cyan and sets the "SA" field to iu.  Capt (package
console-apt) will put them into the second list from the top--headed
Installed packages (newer version is available).  Another quick thing to
do is go ahead and upgrade, just say n when asked to continue, then you
have a list of what is being upgraded, and you can apt-get install the
packages in the priority system you see most fit.  Of course, probably the
best thing to do if you have issues with large downloads is to stay with
stable, then your daily d/l is pretty much guaranteed to be small except
when they have "point release" days.  YMMV, HTH, HAND, etc



On Sat, 9 Dec 2000, Jonathan Gift wrote:

> Using apt-get upgrade on my http line I get 44 packages and 23MB, now
> ona 56k It I'll be here until Xmas, so is therea way of seeig what it
> wants to upgarde and can I then just specify that package?
> 
> Thanks,
> 
> Jonathan
> 
> 

-- 
Pardon me, but you have obviously mistaken me for someone who gives a
damn.
email [EMAIL PROTECTED]




Re: Network Card Install

2000-12-09 Thread Philipp Schulte
On Sat, Dec 09, 2000 at 02:54:04PM -0700, Chris wrote: 

> I have just installed Debian 2.2 onto my Dell computer.
> During the module installation portion I could not get it to recognize my 
> network card, which is on the motherboard (I believe that it is a
> 3Com Etherlink XL 3C905B-TX).

What does "lspci -v" say?

> Now that the system is up and running, how can I go in and add the card.

Actually you just need to load the correct module and you should be
able to add the card with "ifconfig".
Phil



Re: Sound problem

2000-12-09 Thread Philipp Schulte
On Sat, Dec 09, 2000 at 10:42:20PM +0100, Gian Piero Ascenso wrote: 

>I started Debian 2.2 a few weeks ago. Recently I've been able to configure
> my YAMAHA sound chip with the opl3sa2 driver, but I'm baffled by a problem:
> I can drive the CD and gmix (Gnome mixer) only if I log in as root. When I
> log in as normal user I can drive the CD with gcd but I can't here anything.
> If I try to start gmix it tells me "no mixer found - make sure you have
> sound support compiled in the kernel", which I find absurd, since as root
> everything works fine. I suspect I need to grant some permission or to add
> my user login to some group. Has anyone some idea about where I should
> look at? I use WindowMaker as window manager.

I am not sure but you could try adding you user the the group "audio"
(/etc/group)

Phil



Network Card Install

2000-12-09 Thread Chris
Hello,

I have just installed Debian 2.2 onto my Dell computer.
During the module installation portion I could not get it to recognize my 
network card, which is on the motherboard (I believe that it is a
3Com Etherlink XL 3C905B-TX).

Now that the system is up and running, how can I go in and add the card.
Further, what information do I need and where can I get it.
I think that it may be looking for an interrupt and I/O address.

Thanks

Chris



permission problems

2000-12-09 Thread Umum Wijoyo
Hi!

After I do an upgrade, I always experience users being able to do a
"wall" (quite annoying!), and other programs there not supposed to. 
Why is this? How come the permissions get screwed up? How can I
handle/prevent this? Should I check every program/binary and do a chmod
accordingly? 

TIA

Umum Wijoyo



Re: Who are the shitheads at Debian?

2000-12-09 Thread Jeff Green
You find it hard to believe a PhD student in a department of Psychology
is incapable of stupidity??? have you ever met one???

Jeff

Maciej Kalisiak wrote:
> 
> On Fri, Dec 08, 2000 at 10:10:50PM -0500, Jim Kroger wrote:
> > unsubscribe me, stick these 60 emails a day up your ass
> > _
> > James K. Kroger, Ph.D.
> > Center for the Study of Brain, Mind, and Behavior
> > Department of Psychology
> > 3-N-4D Green Hall
> > Princeton University
> > Princeton, NJ 08544-1010, USA
> > Tel: (609) 258-1291
> > Fax: (609) 258-1113
> > [EMAIL PROTECTED]
> > http://www.princeton.edu/~kroger/home/
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> To the folks flaming (albeit gently) this guy:
> Somehow I have a hard time believing that a PhD student, especially from a
> decent university, would write such drivel.  I suspect that instead someone
> has sniffed his password and is having a bit of "fun".  So I recommend we just
> ignore this post.
> 
> --
> Maciej Kalisiak [EMAIL PROTECTED] www.dgp.toronto.edu/~mac
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: SYN flood?

2000-12-09 Thread kmself
on Sat, Dec 09, 2000 at 08:16:44PM +0100, Peczoli Zoltan ([EMAIL PROTECTED]) 
wrote:
> hi, 
> 
> My system just seems to underwent a SYN attack. Kernel log says
> 
> Dec  9 19:45:10 abcde kernel: possible SYN flooding on port 80. Sending
> cookies.
> 
> and repeats the message
> 
> What could be the reason and how can I prevent this happening in the
> future?
> 
> Bye:
>   pocok

http://www.willamowius.de/syn_flood.html
http://cs.baylor.edu/~donahoo/NIUNet/SYNFlood.html

-- 
Karsten M. Self  http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgp6v1bSTlBwE.pgp
Description: PGP signature


Re: putting packages on hold

2000-12-09 Thread Defresne Sylvain
Hello

* John O Sullivan ([EMAIL PROTECTED]) wrote:
> Hi,
> I've been scouring the documentation, but I can't find the answer I
> want to a simple question.
> I want to put a package on hold, actually I've done it with dselect,
> but I don't like dselect, and I'm sure theres some way of doing it
> with dpkg. the manpage for dpkg says that 'hold' is a flag you can set
> for a package but doesn't say how to do it.

You can do:

echo "packagename hold" | dpkg --set-selections

> Can anyone help me out?
> 
> johno

Bye
-- 
DEFRESNE Sylvain



Sound problem

2000-12-09 Thread Gian Piero Ascenso
Hi,

   I started Debian 2.2 a few weeks ago. Recently I've been able to configure
my YAMAHA sound chip with the opl3sa2 driver, but I'm baffled by a problem:
I can drive the CD and gmix (Gnome mixer) only if I log in as root. When I
log in as normal user I can drive the CD with gcd but I can't here anything.
If I try to start gmix it tells me "no mixer found - make sure you have
sound support compiled in the kernel", which I find absurd, since as root
everything works fine. I suspect I need to grant some permission or to add
my user login to some group. Has anyone some idea about where I should
look at? I use WindowMaker as window manager.

Thanks.

gian piero



Re: Inappropriate postings: [kroger@Princeton.EDU: Re: OT: regular expression question]

2000-12-09 Thread kmself
It had occured to me previously, and it's now being actively discussed
on the debian-user mailing list, that Dr. Kroger's account or computer
may have been commandeered by another person claiming the same name.  In
which case, I'd modify my previous admonition to a suggestion that Dr.
Kroger take care that he secure his account and systems in such a way
that similar events not occur in the future.

I'd meant to suggest this possibility in my earlier mail but omitted it
unintentionally.

Cheers.

on Fri, Dec 08, 2000 at 08:52:45PM -0800, karsten (karsten) wrote:
> Dr. Kroger:
> 
> Attached are several recent posts you've made to the debian-users
> mailing list concerning the Debian GNU/Linux operating system
> (http://www.debian.org/).  I think you'll find that instructions for
> unsubscribing from the list are included, as well as a fallback address
> for reaching a real live person, with a copy of these instructions
> included in the signature line of each and every message posted,
> including the posts of Dr. Kroger attached to this email.  Abusive
> actions and words are wholly unnecessary.
> 
> Drs. Cohen, Holyoak, Bookheimer, and Cohen, my apologies for dragging
> you into this matter, but I'm given to understand that you've worked
> with Dr. Kroger.  If you have any continued personal contact and might
> be convinced to use moral suasion to discourage further similar
> outbursts, it would be appreciated.
> 
> Thank you all.
> 
> Cheers.
> 
> -- 
> Karsten M. Self  http://www.netcom.com/~kmself
>   What part of "Gestalt" don't you understand?  There is no K5 cabal
>http://gestalt-system.sourceforge.net/http://www.kuro5hin.org

> >From karsten  Fri Dec  8 19:20:26 2000
> X-Envelope-Sender: [EMAIL PROTECTED]
> Date: Fri, 8 Dec 2000 22:16:03 -0500
> To: debian-user@lists.debian.org
> From: Jim Kroger <[EMAIL PROTECTED]>
> Subject: Re: OT: regular expression question
> 
> At 10:49 PM +0100 12/8/00, Viktor Rosenfeld wrote:
> >Hubert Chan wrote:


-- 
Karsten M. Self  http://www.netcom.com/~kmself
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgpWjc8C47tcB.pgp
Description: PGP signature


Re: What package to get konqueror to support https ?

2000-12-09 Thread Michael Meding
Hi all,

thanks for the info and the help. Guess that works.

Greetings

Michael Meding



Re: tar help

2000-12-09 Thread kmself
on Thu, Dec 07, 2000 at 10:33:05PM +0100, Thomas Wegner ([EMAIL PROTECTED]) 
wrote:
> Hallo Karsten! Am Mit, 06 Dez 2000 schrieb kmself@ix.netcom.com:
> 
> > > 2) forward the band to the second archive (mt -f /dev/nst0 fsf)
> > > 3) tar -xvf /dev/nst0 path/of/the/files/*
> > ^^^
> > 
> > This is your problem.
> > 
> > You're also not going to get a restore quite as you want it, I suspect.
> > 
> > First issue:  you need to supply a list of files to your restore
> > command, something like:
> > 
> >tar xvf /dev/nst0 mypath/myfile1 mypath/myfile2 mypath/myfile3
> > 
> > You're essentially asking for files which don't exist -- there isn't a
> > file "path/of/the/files/*" -- with a literal '*' (tar doesn't do
> > wildcard expansion on its own archive).
> Thank you for yout tip. I'm surprised about the solution is a little bit
> complicated.  :-((

Not particularly, IMO, it's rational -- you have to think about how the
archive is constructed.  Tape's forte isn't its convenience, it's cost
and reliability.

If you want an easier-to-maintain set of archives, you might investigate
a dedicated backup tool such as dump.

-- 
Karsten M. Self  http://www.netcom.com/~kmself
 Evangelist, Zelerate, Inc.  http://www.zelerate.org
  What part of "Gestalt" don't you understand?  There is no K5 cabal
   http://gestalt-system.sourceforge.net/http://www.kuro5hin.org


pgprzq1U7biv8.pgp
Description: PGP signature


putting packages on hold

2000-12-09 Thread John O Sullivan
Hi,
I've been scouring the documentation, but I can't find the answer I
want to a simple question.
I want to put a package on hold, actually I've done it with dselect,
but I don't like dselect, and I'm sure theres some way of doing it
with dpkg. the manpage for dpkg says that 'hold' is a flag you can set
for a package but doesn't say how to do it.
Can anyone help me out?

johno



compiling of gnome app fails

2000-12-09 Thread GBechly
Hello,

I have a problem with compiling some gnome apps (e.g. glitter).
Configure does usually work without errors, but make fails
with the following error messages:
make[3]: *** [glitter] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis
»/usr/src/glitter-1.0beta1/src«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis
»/usr/src/glitter-1.0beta1/src«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis
»/usr/src/glitter-1.0beta1«
make: *** [all-recursive-am] Fehler 2
This happens with about half of the tarballs, while many
others compile without problems.
What's the common reason for these errors?

Regards,
Guenter

-- 
Linux: Who needs GATES in a world without fences?



Re: Who are the shitheads at Debian?

2000-12-09 Thread C. Falconer

At 01:33 PM 12/9/00 -0500, you wrote:

> James K. Kroger, Ph.D.



To the folks flaming (albeit gently) this guy:
Somehow I have a hard time believing that a PhD student,...



In New Zealand you're not allowed to claim a qualification if you're 
working on it - so he can't be a Ph.D student (ie, studying for a doctorate)


He wrote James K. Kroger, Ph.D.

which to me means he is a doctor of something already.


--
Criggie



Re: Who are the shitheads at Debian?

2000-12-09 Thread Antonio Rodriguez
HIS PICTURE IS ON HIS WEBSITE!!!
click on http://www.princeton.edu/~kroger/home/

"Brian Stults,,," wrote:
> 
> Jim Kroger wrote:
> 
> > unsubscribe me, stick these 60 emails a day up your ass
> > _
> > James K. Kroger, Ph.D.
> > Center for the Study of Brain, Mind, and Behavior
> > Department of Psychology
> > 3-N-4D Green Hall
> > Princeton University
> > Princeton, NJ 08544-1010, USA
> > Tel: (609) 258-1291
> > Fax: (609) 258-1113
> > [EMAIL PROTECTED]
> > http://www.princeton.edu/~kroger/home/
> 
> Perhaps someone should track down the email addresses of Professor
> Kroger's co-authors from the vita on his website.  Then forward his
> eloquent emails to them.  I'm sure they would be happy to know what
> their colleague is really like.
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Debian 2.2r2 CD images

2000-12-09 Thread Umum Wijoyo
Hi!

Have the Debian 2.2r2 CD images been released anywhere yet?
I'd like to make some; I've been looking and only found 2.2r0 images.

OK! TIA.

Umum Wijoyo



Re: This list is rudderless, damn it, damn it, damn it

2000-12-09 Thread John Galt
On Sun, 10 Dec 2000 [EMAIL PROTECTED] wrote:

> Quoting Davide Libenzi <[EMAIL PROTECTED]>:
> 
> > > James K. Kroger, Ph.D.
> > > Center for the Study of Brain, Mind, and Behavior
> > ^^^
> > 
> > 
> > Is this a joke ?
> > 
> > 
> > 
> > - Davide
> > 
> > 
> > -- 
> no , it's just another stupid Ph.d
> 

Piled higher and deeper?

-- 
Pardon me, but you have obviously mistaken me for someone who gives a
damn.
email [EMAIL PROTECTED]



CD-RW information

2000-12-09 Thread Norbert Veber
Hi,

Can someone point me to information about supported CD burners in linux? 
I've finelly decided to go out and buy one, but I have no idea which one
would work well.  Also, what software do you recommend for cd writing?

I did a search in the list archives, but didnt see anything relevant..

PS: please CC me any replies.

Thanks,

Norbert


pgpsxSt3Nwn0E.pgp
Description: PGP signature


Installing Debian/2.2r2 Over Existing Redhat/6.2 System

2000-12-09 Thread Jonathan B. Horen
Shalom!

I've been reading about the Debian distribution (I guess I should
probably refer to it as GNU/Linux), and last week ordered a 3-CD set
from CheapBytes.  Looking forward to its arrival.

Trying to be a good sysadmin for my home system, and I'm curious: has
anyone installed Debian/2.2r2 over an existing Redhat/6.2 installation? 
I don't want/need to change ANY partition information, nor do I want to
over-write my current kernel/modules information (I've got a nicely
customized 2.2.17 setup, with Win4Lin patches) or my Win4Lin
installation.

So, anyone care to share her/his experiences/wisdom with me?

TIA!


-- 
JONATHAN B. HORENUNIX SYSTEM ADMINISTRATION
[EMAIL PROTECTED]IUCC/MACHBA
T: +972-(0)3-640-5203   Tel-Aviv University
F: +972-(0)3-640-9118 Tel-Aviv 69978 Israel



PCMCIA support on Desktop system

2000-12-09 Thread Antonio Rodriguez
Has anyone gotten the Actiontex pc-700 to work on a Gigabyte GA71XE4
mobo with an AMD Duron?

I wanted to use it to transfer my digital camera pics w/o using Windoze,
but I keep on getting the following error when trying to start card
services after having compiled everything specifically for my setup:

/etc/init.d/pcmcia start
Starting PCMCIA services: modules/lib/modules/2.2.17/pcmcia/i82365.o:
init_module: Device or resource busy
Hint: this error can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
/lib/modules/2.2.17/pcmcia/ds.o: init_module: Device or resource busy
Hint: this error can be caused by incorrect module parameters, including
invalid IO or IRQ parameters
 cardmgr.
clientmaster:~#

Here is my /etc/pcmcia.conf:
clientmaster:~# cat /etc/pcmcia.conf
PCMCIA=yes
PCIC=i82365
PCIC_OPTS=
CORE_OPTS=
CARDMGR_OPTS="-v"
clientmaster:~#



I have tried any number of setups and a number of the suggestions in the
PCMCIA-HOWTO, but I seem to be getting nowhere fast.

Thanks


Antonio

PS Here is my /proc/pci:


clientmaster:~# cat /proc/pci
PCI devices found:
  Bus  0, device   0, function  0:
Host bridge: AMD Unknown device (rev 37).
  Vendor id=1022. Device id=7006.
  Medium devsel.  Master Capable.  Latency=120.
  Prefetchable 32 bit memory at 0xe800 [0xe808].
  Prefetchable 32 bit memory at 0xefdff000 [0xefdff008].
  I/O at 0xdc00 [0xdc01].
  Bus  0, device   1, function  0:
PCI bridge: AMD Unknown device (rev 1).
  Vendor id=1022. Device id=7007.
  Medium devsel.  Master Capable.  Latency=120.  Min Gnt=10.
  Bus  0, device   7, function  0:
ISA bridge: AMD Unknown device (rev 1).
  Vendor id=1022. Device id=7408.
  Medium devsel.  Master Capable.  No bursts.
  Bus  0, device   7, function  1:
IDE interface: AMD Unknown device (rev 7).
  Vendor id=1022. Device id=7409.
  Medium devsel.  Master Capable.  Latency=32.
  I/O at 0xf000 [0xf001].
  Bus  0, device   7, function  3:
Bridge: AMD Unknown device (rev 3).
  Vendor id=1022. Device id=740b.
  Medium devsel.  Fast back-to-back capable.
  Bus  0, device   7, function  4:
USB Controller: AMD Unknown device (rev 6).
  Vendor id=1022. Device id=740c.
 Medium devsel.  Fast back-to-back capable.  IRQ 12.  Master Capable.
Laten
y=16.  Max Lat=80.
  Non-prefetchable 32 bit memory at 0xeffcf000 [0xeffcf000].
  Bus  0, device  10, function  0:
Ethernet controller: Realtek 8139 (rev 16).
  Medium devsel.  Fast back-to-back capable.  IRQ 10.  Master
Capable.  Laten
y=64.  Min Gnt=32.Max Lat=64.
  I/O at 0xde00 [0xde01].
  Non-prefetchable 32 bit memory at 0xef00 [0xef00].
  Bus  1, device   5, function  0:
VGA compatible controller: Silicon Integrated Systems Unknown device
(rev 11)
  Vendor id=1039. Device id=6326.
  Medium devsel.  IRQ 11.  Master Capable.  Latency=64.  Min Gnt=2.
  Prefetchable 32 bit memory at 0xe700 [0xe708].
  Non-prefetchable 32 bit memory at 0xefef [0xefef].
  I/O at 0xcc00 [0xcc01].
clientmaster:~#




Debian 2.2: download stops during "apt-get update"

2000-12-09 Thread Jeff Kelm
I am in the process of trying to upgrade my computers to 2.2.  My
workstation was running 2.0 and my server was running 1.3.  When I upgraded
my workstation, I started having network problems.  Downloading files seems
to frequently stop after 1-5 minutes.  The network is still up, pinging the
source still works.  Other connections (e.g., http) still are running. 
There is just no download occurring!  Sometimes everything works great.  My
slrnpull cron job hasn't worked since the upgrade because it aborts after
downloading one group and part way through the next group with the error
"***Connection to news.concentric.net lost. Performing shutdown.".

I thought there might be some problem with the server (acting as my Internet
gateway) running 1.3, and since I needed to install a larger hard drive
anyway, I did a clean install of 2.2 on the server.  Everything goes great
until I get to the point of downloading the rest of the system using ftp and
apt-get.  When I try to do "apt-get update" the same downloading problem
occurs and apt-get times out without getting the full packages listing.

I've been using Linux for a couple years now, but I'm no expert.  Usually
the Debian installs and upgrades work without any big problems.  I'm not
sure how to go about troubleshooting this one.  The log files don't show
anything curious.  I've checked the archives of this mailing list, but
haven't found any mention of a similar problem.  So it must be something I'm
not doing correctly.  Both machines are using 486 processors.  They use
different network cards (NE2000 and HP J2405A).

Last night I upgraded my workstation to 2.2r2, but the problem persists.  I
would appreciate any help this group can provide.

Thanks,
   Jeff



Re: X only as root

2000-12-09 Thread Eric G . Miller
On Sat, Dec 09, 2000 at 01:02:25PM +0100, Dr. Guenter Bechly wrote:
> Hi,
> 
> On Sat, Dec 09, 2000 at 10:31:48AM +, sena wrote:
> > Well, I removed "rootonly" and put "console" instead and.. it worked... :)
> 
> Yes, but note: Setting allowed_users=console does only work if you
> start X from console with the startx command, but it fails if you use a
> graphical login (xdm, gdm, kdm, wdm, etc). In the latter case you have to
> set allowed_users=anybody!

Funny, I have allowed_users=rootonly and gdm works fine.

-- 
Eric G. Miller 



Re: Removing print spooler

2000-12-09 Thread Sebastiaan
Hi,

I have a little firewall server with no printer and I removed lpd, until
now without difficulties.

However, there still hangs around a lot of stuff in /etc/init.d /etc/rcS.d
/etc/rcX.d /etc/cron.weekly and so forths. You have to remove that by hand
as far as I know, but your system will keep on running. 
I do not know about reinstalling, but I guess everything works fine after
a apt-get install lpd (and printfilters if needed).

Greetz,
Sebastiaan


On Sat, 9 Dec 2000, Tom Huckstep wrote:

> I don't have a printer attached to my (standalone) potato machine.  Is
> it a good idea, and safe, to remove the lpr package, given that its
> priority is standard?
> 
> Is it easy to add lpr again if I do get a printer in the future?
> 
> Are there any other printing packages that I might need to remove?
> 
> Tom
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



Removing print spooler

2000-12-09 Thread Tom Huckstep
I don't have a printer attached to my (standalone) potato machine.  Is
it a good idea, and safe, to remove the lpr package, given that its
priority is standard?

Is it easy to add lpr again if I do get a printer in the future?

Are there any other printing packages that I might need to remove?

Tom



GNU Emacs - smaller font

2000-12-09 Thread Tom Huckstep
I would like a slightly smaller font for use in GNU Emacs.

I currently have

(custom-set-faces
 '(default ((t (:family "Courier" :size "10pt"))) t))

In my .emacs file, which I imaging was put there when Emacs was
configured, because I didn't put it there.  It may have been made by
XEmacs, because it changes the font size on XEmacs, but not GNU emacs.

How do I make my font size smaller in GNU Emacs?

Tom



Re: voodoo5 and debian

2000-12-09 Thread Peter Jay Salzman
hi reiner and all,

thanks for replying!

i have console and 2D X going perfectly.  unfortunately, my system seems to
hang when quake 3 loads in.  i'm praying that you can tell me what might be
wrong.  i ...  need ... quake ...

i'm running 2.4.0test11.  kernel config options are shown below:

CONFIG_AGP=y
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_I810 is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
CONFIG_DRM=y
CONFIG_DRM_TDFX=y

plus, i got rid of everything except for glide version 3:

un  glide-v2(no description available)
un  glide-v3(no description available)
un  glide-vg(no description available)
pn  glide2-base (no description available)
pn  glide2-bin  (no description available)
un  glide2x-sdk (no description available)
un  libggi-target-  (no description available)
un  libglide-dev(no description available)
pn  libglide2   (no description available)
pn  libglide2-dev   (no description available)
pn  libglide2-v2(no description available)
pn  libglide2-v3(no description available)
pn  libglide2-vg(no description available)
ii  libglide3  2000.11.02.06  Graphics library for 3Dfx Voodoo 
un  llibglide-dev   (no description available)
pn  mesag-glide2-d  (no description available)
un  mesag3-glide(no description available)
pn  mesag3-glide2   (no description available)

i know this isn't much to go on, but can you take a guess as to what might
be happening?  basically, when i run quake3, the screen goes black and the
keyboard/mouse lose focus.  i have to ssh in from another local machine to
reboot.  :(   

thanks!
pete

On Sat 09 Dec 00,  4:52 PM, reiner said...
> Hi,
> 
> 
> You need a recent kernel for 3d/dri support (2.2.18preXX or 2.4.0-testX)
> 
> (Compile in tdfx support and maybe agpgart-support; in 2.2.18pre tdfx
> needs agpgart) and you don' need mesa, its part of XFree 4.0.1
> You will also need libglide3.
> Run dexter to get a basic XF86Config-4 file. (Choose tdfx as
> video-driver)
> Then change it to your preferences.
> If you got troubles, look in the XFree86-logfile (/var/log/
> XFree86.?.log)
> 
> I have a voodoo4 4500 AGP (runs nice)
> At the moment the voodoo5 is supported with single chip vsa100 = same
> performance like voodoo4
> 
> Good luck
> Reiner Stallknecht<[EMAIL PROTECTED]>
> 
> As an example, my XF86Config-4 (you don't need the modelines; because
> the server will use default modes) :
> 
> # XF86Config-4 (XFree86 server configuration file) generated by Dexter,
> the
> # Debian X Configuration tool.
> #
> # Edit this file with caution, and see the XF86Config manual page.
> # (Type "man XF86Config" at the shell prompt.)
> 
> Section "Files"
> #FontPath   "unix/:7100"# local font
> server
> # if the local font server has problems, we can fall back on
> these
> FontPath"/usr/lib/X11/fonts/misc"
> FontPath"/usr/lib/X11/fonts/cyrillic"
> #FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
> FontPath"/usr/lib/X11/fonts/Type1"
> FontPath"/usr/lib/X11/fonts/Speedo"
> #FontPath   "/usr/lib/X11/fonts/100dpi"
> FontPath"/usr/lib/X11/fonts/75dpi"
> EndSection
> 
> Section "ServerFlags"
> EndSection
> 
> Section "Module"
> Load"ddc"
> Load"GLcore"
> Load"dbe"
> Load"dri"
> Load"extmod"
> Load"glx"
> Load"pex5"
> Load"record"
> Load"xie"
> Load"bitmap"
> Load"freetype"
> Load"speedo"
> Load"type1"
> Load"vbe"
> Load"int10"
> EndSection
> 
> Section "InputDevice"
> Identifier  "Generic Keyboard"
> Driver  "keyboard"
> Option  "CoreKeyboard"
> Option  "XkbRules"  "xfree86"
> Option  "XkbModel"  "pc102"
> Option  "XkbLayout" "de"
> EndSection
> 
> Section "InputDevice"
> Identifier  "Generic Mouse"
> Driver  "mouse"
> Option  "CorePointer"
> Option  "Protocol"  "IMPS/2"
> Option  "Device""/dev/psaux"
> Option  "Resolution""250"
> Option  "ZAxisMapping"  "4 5"
> Option  "Buttons"   "5"
> EndSection
> 
> Section "Device"
> Identifier  "

SYN flood?

2000-12-09 Thread Peczoli Zoltan
hi, 

My system just seems to underwent a SYN attack. Kernel log says

Dec  9 19:45:10 abcde kernel: possible SYN flooding on port 80. Sending
cookies.

and repeats the message

What could be the reason and how can I prevent this happening in the
future?

Bye:
  pocok



  1   2   >