imwheel

1999-11-24 Thread Eric Hagglund
I still am having problems getting my wheel mouse to
work in Netscape and other programs. Several weeks ago
I downloaded imwheel and added the following code to
my ~/.Xdefaults file. This caused the wheel to work
like a third button, but it also caused the undesired
result of limiting the range of fonts available to me
in my Netscape display:
!## NETSCAPE
Netscape*drawingArea.translations:  #replace\
:   ArmLink()   \n\
:   ArmLink()   \n\
~Shift:   ActivateLink()  \n\
~Shift:   ActivateLink(new-window)
 \
DisarmLink()  
 \n\
Shift:ActivateLink(save-only) 
\
DisarmLink()  
 \n\
Shift:ActivateLink(save-only) 
\
DisarmLink()  
 \n\
: DisarmLinkIfMoved() 
\n\
: DisarmLinkIfMoved() 
\n\
: DisarmLinkIfMoved() 
\n\
: DescribeLink()  \n\
:   xfeDoPopup()\n\
: ActivatePopup() \n\
Ctrl: PageUp()\n\
Ctrl: PageDown()\n\
Shift: LineUp()\n\
Shift: LineDown()\n\
 None:
LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\
 None:
LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\
Alt: xfeDoCommand(forward)\n\
Alt: xfeDoCommand(back)\n

Netscape*globalNonTextTranslations: #override\n\
 Shift: LineUp()\n\
 Shift: LineDown()\n\

None:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\

None:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\
 Alt: xfeDoCommand(forward)\n\
 Alt: xfeDoCommand(back)\n

Can anyone tell me what's going on here? Also, am I
going to have to edit the configuration file for every
program I run to make the wheelmouse work?
__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


Re: How do I change which logfiles are rotated when?

1999-11-24 Thread Marc-Adrian Napoli
HI all,

>Look in /etc/cron.daily/ and /etc/cron.weekly/ for the invocation
>of syslogd-listfiles, and the rotation frequency.

>>Hi,
>>The logfile rotation stuff makes use of syslogd-listfiles, which
>>claims in its man page to be controlled by /etc/syslog.conf
>>Unfortunately, I can't find anything in man syslog.conf, or the file
>>itself that mentions what it is about an entry in /etc/syslog.conf
>>that flags it as requiring a certain frequency of rotation.

Just reading over this, I want to share what i have done, and see if anyone
else is doing the same.

Look at the /etc/cron.daily/sysklogd and /etc/cron.weekly/sysklogd files.

The way debian rotates logs is a little tricky.

I have edited my syslog.conf file to do the following:

syslog.*-/var/log/syslog
daemon.*-/var/log/daemon.log
kern.*  -/var/log/kern.log
user.*  -/var/log/user.log
#mail.* -/var/log/mail.log
#news.* -/var/log/news.log
#uucp.* -/var/log/uucp.log
#cron.* -/var/log/cron.log
#lpr.*  -/var/log/lpr.log

Comment\uncomment these out at will.

This way... each facility is being logged to its own file. Then you can
decide which ones you want rotated daily, and which ones you want rotated
weekly.

ie. in my /etc/cron.daily/sysklogd file i have the following:

savelog -u root -g adm -m 640 -c 7 /var/log/auth.log >/dev/null
savelog -u root -g adm -m 640 -c 7 /var/log/lastlog >/dev/null

and in my /etc/cron.weekly/sysklogd file i have the following:

savelog -g -adm -m 640 -u root -c 4 /var/log/syslog >/dev/null
savelog -g -adm -m 640 -u root -c 4 /var/log/daemon.log >/dev/null
savelog -g -adm -m 640 -u root -c 4 /var/log/kern.log >/dev/null
savelog -g -adm -m 640 -u root -c 4 /var/log/user.log >/dev/null


I basically commented out the little if/then loop that uses the
sysklogd-listfiles command to see which log files to rotate.. it doens't
work too well because you can only specify either --all, --auth,
or --weekly.

If you need more control (like i did) then you have to put the savelog
commands in manually.

Regards,

Marc-Adrian Napoli
Connect Infobahn Australia
+61 2 92811750


Re: Squid or DNS

1999-11-24 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>,
Paulo Henrique Baptista de Oliveira  <[EMAIL PROTECTED]> wrote:
>   Hi all,
>   I installed DNS and Squid in my server and when a client is browsing the
>web, sometimes the following error occurs and the client has to reload the
>page two or three times to load the page. What is wrong?

[snip]
>Unable to determine IP address from host name for www.lplanning.com.br
>The dnsserver returned:
>
>DNS Domain 'www.lplanning.com.br' is invalid: Host not found
>(authoritative).

You should ask the administrators of lplanning.com.br really, 
since right now www.lplanning.com.br doesn't seem to exist either:

% host -a www.lplanning.com.br
www.lplanning.com.br does not exist (Authoritative answer)

Even worse the whole domain doesn't exist:

% host -t ns lplanning.com.br
lplanning.com.br does not exist (Authoritative answer)

Mike.
-- 
First things first, but not necessarily in that order.


Re: Why is /dev/console linked to /dev/tty0?

1999-11-24 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>,
Colin Marquardt  <[EMAIL PROTECTED]> wrote:
>Okay, I lied when I said that I have a plain slink system: I compiled
>2.2.x kernels myself, and not using a Debian package for this. Shame
>on me :-)
>
>Would the Debian kernel package have removed that link and created
>that device?

No idea, I always compile my own kernels.

>Should/could I do this myself?

Sure. Read Documentation/serial-console.txt in the 2.2.x kernel
source, it contains some more info about the new console device

Mike.
-- 
First things first, but not necessarily in that order.


Re: recommend mp3 encoder

1999-11-24 Thread Sean Johnson
Go here:
ftp://geek.rcc.se/pub/mp3encoder/lame/

Grab the latest one (3.51 as of 11/24/99).
Untar-unzip the .tar.gz file
cd lame3.51
make
(as root) make install

You may need to edit the Makefile, but I did not on my system.

Sean

Stuart Ballard wrote:
> 
> Dumb question - could anyone give me an "idiots walk-through" of
> installing LAME? It's probably somewhere simple, but all the stuff about
> "LAME won't even compile by itself" on the web page put me off. And of
> course there's no package for it...
> 
> Thanks very much in advance,
> Stuart.
> 
> Sean Johnson wrote:
> >
> > I used to compress @ 224 or 256 kbps with bladeenc, but now that I've
> > been using lame instead, I encode at 128 kbps and end up with files that
> > are quite a bit smaller and sound just as good. Lame also allows for
> > variable rate encoding which for many songs lets me drop the bitrate
> > down to 112 kbps and still maintain the same audio quality.
> >
> > Sean
> >


Removing all SCSI drivers except mine from potato images

1999-11-24 Thread Bart Szyszka
Hi,

I've needed to use the modified set of images for slink that are at:
http://www.debian.org/~adric/aic7xxx/slink/5.1.19/

, which have all the SCSI drivers removed except for the one for
Adaptec aic7xxx SCSI cards. Is there anyone here who might be
able to help me get something similar done with potato and a 2.2.x
kernel? The person who made the images from the site above told
me he wouldn't be able to do that since the images wouldn't be able
to fit on a floppy if he did modify them. What if we just changed them,
but I'd run the installation off a DOS partition with install.bat?

I'm becoming very desperate here. An upgrade from slink to potato 
still is causing me a lot of problems while the Corel Linux installation
won't start (boot images bring up the graphical installation screen,
but after floppy disk activity stops, it doesn't try to look for anything
on my cd-rom drive or harddrive to continue). This is really frustrating
because I didn't have these problems before at all and I haven't changed
any of my hardware. Could the Debian potato folks have made any
changes to it in the past month or so that would make an slink to potato
upgrade troublesome? It all seems to come down to PCMCIA and the
module stuff. That keeps on sticking itself into my slink installation.
Removing the pcmcia-cs package and putting it on hold through dselect
before upgrading has gotten rid of the long list of:
depmod: /lib/modules/2.0.36/pcmcia/SOMETHING.o is not owned by root

while doing the dist-upgrade/upgrade, but when I restart that still comes
up during the bootup process. Going straight to potato sounds like my last
hope.

-- 
Bart Szyszka [EMAIL PROTECTED] ICQ:4982727
B Grafyx http://www.bgrafyx.com
L.J.R. Engineering http://www.ljreng.com
PHP Interest Group http://www.gigabee.com/pig/


Re: pon script

1999-11-24 Thread aphro
pppd will log to /var/log/messages include an excerpt from there when you
post, if you need to it should tell u exactly wahts goin on

nate


On Wed, 24 Nov 1999, Antonio Rodriguez wrote:

arodri >What could the reason be for the following? I have a serial modem in
arodri >tty0, now, some times when I do pon it works, some times it does not. I
arodri >didn't think that a chain of instructions could be moody.
arodri >Please help.
arodri >
arodri >
arodri >-- 
arodri >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
arodri >

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
2:32pm up 97 days, 2:10, 2 users, load average: 1.77, 1.67, 1.63


Re: X server fatal error: can't find fixed font!

1999-11-24 Thread Antonio Rodriguez
Which probably corresponds to the problem with apt-get reported a while ago.
Was it your case?
Let me include a copy of the report below
* Copy
I did apt-get update , apt-get dist-upgrade, after this the Xserver was
not working. Complained about fonts not installed, couldn't find them
etc. By pure chance I did apt-get install after a while and it fixed the
problem. The fonts had not been installed. Wasn't apt-get supposed to
handle the installation fully after doing apt-get dist-upgrade?
End Copy**

Peter Schuller wrote:

> > I  upgraded my XFree to 3.35 from slink without having installed the
> > slink one ( I had had to make a reinstallation because of a mistake
> > while root). Any way, when I started startx after runnig the xf86config,
> > it couldn't satrt any server, complained about fonts not found, asked to
> > run mkfontdir, which I did. After that I tried again and the the
> > complain was about "fixed font not found".
>
> I had a similar problem after upgrading to potato, and it turned out that
> the xfonts pacakges hadn't been installed correctly. Try veritying that
> xfonts-base is correctly installed (dpkg --list reported that is *was*
> intalled on on my system, but with no version number, but a dpkg --contents
> on the archive showed that is was, in fact, not installed properly).
>
> --
> / Peter Schuller
>
> PGP userID: 0x5584BD98 or 'Peter Schuller '
> Key retrival: Send an E-Mail to [EMAIL PROTECTED]
> E-Mail: scode@scode.webprovider.com Web: http://www.scode.webprovider.com


Re: telnetd can't get ttys

1999-11-24 Thread aphro
i had to to the same to get identd working ..not sure why ..

let me know what u find out if its not posted to the list

nate


On Wed, 24 Nov 1999, Brian White wrote:

bcwhit >I installed the new telnetd (v0.14-8) in an upgrade from Slink, but 
every
bcwhit >connection attempt failed until I modified /etc/inetd.conf to say 
"root.root"
bcwhit >instead of "telnetd.telnetd".
bcwhit >
bcwhit >The user and group telnetd exist, and telnetd belongs to the utmp group.
bcwhit >Is there something else that needs to be set?  There doesn't seem to be
bcwhit >any mention of this in the telnetd manpage, nor is there any other
bcwhit >documentation.
bcwhit >
bcwhit >Any ideas?  Thanks!
bcwhit >
bcwhit >  Brian
bcwhit > ( [EMAIL PROTECTED] )
bcwhit >
bcwhit 
>---
bcwhit >   Friends are relatives that you make for yourself.
bcwhit >
bcwhit >
bcwhit >-- 
bcwhit >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
bcwhit >

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
2:32pm up 97 days, 2:10, 2 users, load average: 1.77, 1.67, 1.63


Re: email forwarding

1999-11-24 Thread aphro
On Wed, 24 Nov 1999, Alexander P. Barkey (hypnotic) wrote:

a.p.ba >is there any way?

echo [EMAIL PROTECTED] >~/.forward


where [EMAIL PROTECTED] is the addy u want to forward to

nate

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
2:32pm up 97 days, 2:10, 2 users, load average: 1.77, 1.67, 1.63


Re: pon script

1999-11-24 Thread Antonio Rodriguez
Sorry, is ttyS0, rushed to write. That is not the problem, remember, it works 
at times

Pollywog wrote:

> On 24-Nov-1999 Antonio Rodriguez wrote:
> > What could the reason be for the following? I have a serial modem in
> > tty0, now, some times when I do pon it works, some times it does not. I
> > didn't think that a chain of instructions could be moody.
> > Please help.
>
> Do you mean ttyS0 ?  Could that be the problem?
>
> --
> Andrew
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


Re: X server fatal error: can't find fixed font!

1999-11-24 Thread Peter Schuller
> I  upgraded my XFree to 3.35 from slink without having installed the
> slink one ( I had had to make a reinstallation because of a mistake
> while root). Any way, when I started startx after runnig the xf86config,
> it couldn't satrt any server, complained about fonts not found, asked to
> run mkfontdir, which I did. After that I tried again and the the
> complain was about "fixed font not found".

I had a similar problem after upgrading to potato, and it turned out that
the xfonts pacakges hadn't been installed correctly. Try veritying that
xfonts-base is correctly installed (dpkg --list reported that is *was*
intalled on on my system, but with no version number, but a dpkg --contents
on the archive showed that is was, in fact, not installed properly).

-- 
/ Peter Schuller

PGP userID: 0x5584BD98 or 'Peter Schuller '
Key retrival: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: scode@scode.webprovider.com Web: http://www.scode.webprovider.com


lpd problem after hamm->potato upgrade

1999-11-24 Thread Peter Schuller
Hello!

After finally upgrading to hamm->potato, one small problem remains unsolved
(the rest I managed to kill :).

While printing works fine when I do 'cat  > /dev/', lpd seems
to think the printer is offline (lpc claims the daemon is waiting for
the printer).

What could be the cause of such a problem?

Thanks!

-- 
/ Peter Schuller

PGP userID: 0x5584BD98 or 'Peter Schuller '
Key retrival: Send an E-Mail to [EMAIL PROTECTED]
E-Mail: scode@scode.webprovider.com Web: http://www.scode.webprovider.com


RE: pon script

1999-11-24 Thread Pollywog

On 24-Nov-1999 Antonio Rodriguez wrote:
> What could the reason be for the following? I have a serial modem in
> tty0, now, some times when I do pon it works, some times it does not. I
> didn't think that a chain of instructions could be moody.
> Please help.

Do you mean ttyS0 ?  Could that be the problem?

--
Andrew


pon script

1999-11-24 Thread Antonio Rodriguez
What could the reason be for the following? I have a serial modem in
tty0, now, some times when I do pon it works, some times it does not. I
didn't think that a chain of instructions could be moody.
Please help.


telnetd can't get ttys

1999-11-24 Thread Brian White
I installed the new telnetd (v0.14-8) in an upgrade from Slink, but every
connection attempt failed until I modified /etc/inetd.conf to say "root.root"
instead of "telnetd.telnetd".

The user and group telnetd exist, and telnetd belongs to the utmp group.
Is there something else that needs to be set?  There doesn't seem to be
any mention of this in the telnetd manpage, nor is there any other
documentation.

Any ideas?  Thanks!

  Brian
 ( [EMAIL PROTECTED] )

---
   Friends are relatives that you make for yourself.


apt-get isn't working properly?

1999-11-24 Thread Antonio Rodriguez
I did apt-get update , apt-get dist-upgrade, after this the Xserver was
not working. Complained about fonts not installed, couldn't find them
etc. By pure chance I did apt-get install after a while and it fixed the
problem. The fonts had not been installed. Wasn't apt-get supposed to
handle the installation fully after doing apt-get dist-upgrade?


Re: Mail Q

1999-11-24 Thread Klaus Drews
I am using exim for sending and fetchmail receiving mail. So its easy to 
compose mail on
my machine and exim delivers it. At the same time (to save money) fetchmail is 
started,
when the link to my ISP is up. 
To see if you can access your telnet-account-machine try telnet  25. 
That
lets your telnet connect to port 25, which is the mail port. If this works, you 
can setup your
programs, connect to your ISP, uni, whatever and let the programms get the mail.

KD



--- Begin Message ---
|>From root  Thu Nov 25 14:28:52 1999
Return-Path: [EMAIL PROTECTED]
Received: from mail.ngi.de
by localhost with POP3 (fetchmail-5.1.3)
for [EMAIL PROTECTED] (single-drop); Thu, 25 Nov 1999 14:28:52 +0100 
(CET)
Received: from murphy.debian.org (murphy.debian.org [209.41.108.199])
by mail.ngi.de (8.9.3/8.9.3) with SMTP id XAA20345
for <[EMAIL PROTECTED]>; Tue, 23 Nov 1999 23:44:23 +0100 (CET)
(envelope-from [EMAIL PROTECTED])
Received: (qmail 9721 invoked by uid 38); 23 Nov 1999 22:35:00 -
Resent-Date: 23 Nov 1999 22:35:00 -
Resent-Cc: recipient list not shown: ;
X-Envelope-Sender: [EMAIL PROTECTED]
Date: Wed, 24 Nov 1999 00:35:28 +0200 (GMT+0200)
From: Micha Feigin <[EMAIL PROTECTED]>
To: Debian-user , Linux-il@cs.huji.ac.il
Subject: Mail Q
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-Message-ID: <[EMAIL PROTECTED]>
Resent-From: debian-user@lists.debian.org
X-Mailing-List:  archive/latest/73036
X-Loop: debian-user@lists.debian.org
Precedence: list
Resent-Sender: [EMAIL PROTECTED]
X-UIDL: f48dde78f495a0a7b9289345088588ae


I have one pop account and another acount which I have telnet/ftp access
to that i have mail accounts on. I want to download the mail automaticlly
each time on conection, How do i do this?
For the telnet/ftp account I don't know if I can connect via pop or imap.
I tried pop to names that could be servers, but i got a responce for both
that the pass word is wrong (for the people of ilug, offtopic, but if
anyone works with libra or associates, and knows how to connect remotely
to the mail servers, the help desk couldn't tell me if its possible).
Also, how can I compose mail locally and automaticly send it through the
server on connect?
Also, can anyone recomand any good documentation or books on the subject?
Thanx
[EMAIL PROTECTED]


-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



--- End Message ---


Re: too many files open

1999-11-24 Thread Bill Stilwell
On Wed, Nov 24, 1999 at 01:17:43PM -0800, aphro wrote:
> i believe this is a hard coded limit in the kernel, edit
> /usr/src/linux/include/linux/limits.h and recompile
> 
> nate

This is true for 2.0 kernels, but can be adjusted without rebooting or
recompiling on 2.2 kernels by adjusting the value in
/proc/sys/fs/file-max

See previous debian-user dicussion at
http://www.debian.org/Lists-Archives/debian-user-9906/msg0.html

-- 
   bill stilwell  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-  [EMAIL PROTECTED]
"It hurts to breathe."
 "Of course it does."
 _Henry Fool_


Re: Pentium III and Slink

1999-11-24 Thread aphro
yep, and nope.  it supports it fine no tuning is needed.  if you want to
run an optimized version you should look into stampede or
turbolinux.. debian is optimzied for i486 and above i think ? p3 will
still fly but it wont go as fast as it can go...

nate


On Wed, 24 Nov 1999, Howard Mann wrote:

archiv >This message was sent from Geocrawler.com by "Howard Mann" <[EMAIL 
PROTECTED]>
archiv >Be sure to reply to that address.
archiv >
archiv >Hi All,
archiv >
archiv >Does Slink/kernel 2.0.36 support the Pentium III 
archiv >processor?
archiv >
archiv >Is any special "tuning"/configuration required ?
archiv >
archiv >Thanks.
archiv >
archiv >
archiv >Howard Mann.
archiv >
archiv >Geocrawler.com - The Knowledge Archive
archiv >
archiv >
archiv >-- 
archiv >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
archiv >

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
1:16pm up 97 days, 53 min, 1 user, load average: 1.70, 1.71, 1.70


Re: too many files open

1999-11-24 Thread aphro
i believe this is a hard coded limit in the kernel, edit
/usr/src/linux/include/linux/limits.h and recompile

nate


On Thu, 25 Nov 1999 [EMAIL PROTECTED] wrote:

zdrysd >Hi
zdrysd >
zdrysd >is there any way to increase the allowed amount of open files in Debian?
zdrysd >Yesterday i tried to telnet to my samba server and it disallowed it
zdrysd >returning with an error "too many files open".
zdrysd >
zdrysd >thanx
zdrysd >
zdrysd >
zdrysd >
zdrysd >-- 
zdrysd >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
zdrysd >

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
1:16pm up 97 days, 53 min, 1 user, load average: 1.70, 1.71, 1.70


email forwarding

1999-11-24 Thread Alexander P. Barkey \(hypnotic\)




hi
i'm looking for a way to forward the 
email i receive on my linux server to my real email adress...
 
is there any way?
 
i hate it to log on everyday to see that there is 
no mail :)
 
peace
Alexander P. Barkey


Squid or DNS

1999-11-24 Thread Paulo Henrique Baptista de Oliveira
Hi all,
I installed DNS and Squid in my server and when a client is browsing the
web, sometimes the following error occurs and the client has to reload the
page two or three times to load the page. What is wrong?

The requested URL could not be retrieved




While trying to retrieve the URL: http://www.lplanning.com.br/finacas.htm

The following error was encountered:

Unable to determine IP address from host name for www.lplanning.com.br
The dnsserver returned:

DNS Domain 'www.lplanning.com.br' is invalid: Host not found
(authoritative).
This means that:

 The cache was not able to resolve the hostname presented in the URL.
 Check if the address is correct.






Generated Wed, 24 Nov 1999 20:48:46 GMT by ns.netnauta.com.br
(Squid/2.2.STABLE5)


- End forwarded message -

-- 
Abraços,PH
Paulo Henrique Baptista de Oliveira -- [EMAIL PROTECTED]
Information Technology Consultant
Linux Solutions -- http://www.linuxsolutions.com.br
Av. Presidente Vargas, 509/4o andar - 852-4564 - Rio de Janeiro - RJ
Brazil


Re: Why is /dev/console linked to /dev/tty0?

1999-11-24 Thread Colin Marquardt
* Miquel van Smoorenburg <[EMAIL PROTECTED]> writes:

>> lrwxrwxrwx   1 root  root  4 Apr  7  1999 /dev/console -> tty0

> Then there is a bug in Eterm. Or you are trying to let multiple
> programs catch the output of /dev/console - TIOCCONS (the mechanism
> that provides "console output cloning to ptys") can only redirect
> to ONE pty at the time.

Wonderful! That was it: I ran xconsole already as I tried to start
Eterm --console.

> There is nothing to fix. The link from /dev/console to /dev/tty0
> is standard in all distributions. Only with 2.2.x kernels did
> /dev/console get its own major/minor device, c 5 1. Using that
> with 2.0.x kernels won't work at all.

Okay, I lied when I said that I have a plain slink system: I compiled
2.2.x kernels myself, and not using a Debian package for this. Shame
on me :-)

Would the Debian kernel package have removed that link and created
that device? Should/could I do this myself?

Thanks,
  Colin

-- 
| Re: Kernel size is 666K! I kid you not! 
| by Anonymous Coward on Tuesday January 26, @08:50AM 
| I came home from a Barry Manilow concert once and had 666 burned into
| my forehead! I shit you not![Kernel 2.2.0 is announced on /.]


Re: errors

1999-11-24 Thread Klaus Drews

Late reply, but I had the same problem. Seems like you have unsolved links up 
there.
On my machine, it came through some software, upgrading the libaries, but not 
the links.
All works fine, but I fixed it for a better look.




Re: Mail problems and procmail

1999-11-24 Thread J C Lawrence
On Wed, 24 Nov 1999 11:29:58 -0800 
Mark Wagnon <[EMAIL PROTECTED]> wrote:

> Does anyone have any suggestions? 

The total contents of your .forward under Exim should be:

  "| /usr/bin/procmail -f-"

Even better is to get rid of the .forward and have Exim recognise
that you are using procmail as an LDA by inserting the following
director and transport in exim.conf:

The director:

  procmail_pipe:
driver = pipe
command = "/usr/bin/procmail"
user = ${local_part}
delivery_date_add
envelope_to_add
return_path_add
from_hack

The transport:

  procmail:
driver = localuser
require_files = ${local_part}:${home}/.procmailrc
transport = procmail_pipe

Voila!  Exim will see that you have a .procmailrc in your $HOME and
automagically invoke procmail as an LDA.

-- 
J C Lawrence  Internet: [EMAIL PROTECTED]
--(*)Internet: [EMAIL PROTECTED]
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...


Re: recommend mp3 encoder

1999-11-24 Thread Stuart Ballard
Dumb question - could anyone give me an "idiots walk-through" of
installing LAME? It's probably somewhere simple, but all the stuff about
"LAME won't even compile by itself" on the web page put me off. And of
course there's no package for it...

Thanks very much in advance,
Stuart.

Sean Johnson wrote:
> 
> I used to compress @ 224 or 256 kbps with bladeenc, but now that I've
> been using lame instead, I encode at 128 kbps and end up with files that
> are quite a bit smaller and sound just as good. Lame also allows for
> variable rate encoding which for many songs lets me drop the bitrate
> down to 112 kbps and still maintain the same audio quality.
> 
> Sean
> 
> Stephan Hachinger wrote:
> >
> > Hello!
> >
> > IMHO, encoding with more than 128 kbps makes sense. I use bladeenc, which
> > offers much better sound quality at 160 or 256 kbps. At 128, I can hear the
> > blips clearly (maybe because of BladeEnc).


NEC versa install

1999-11-24 Thread Evan Moore
I am about to install debian on my boss's NEC Versa LX notebook, are there
any issues that I should be aware of before I kill the machine and he
kills me?

thanks evan


[no subject]

1999-11-24 Thread Skynet
212.210.122.9 ???


VPN setup

1999-11-24 Thread zdrysdal
Hi

we are planning to establish a VPN using cisco routers to do PPTP (GRE).
There is a debian firewall at our end which has 3 network cards.. one
connects to our isp via isdn, the second is for our DMZ quarantine zone,
and the third is for our local network.  Where would be the best place to
setup the cisco router?  would it be in the DMZ?

Debian version is old 1.3 with kernel 2.0.34 which uses ipfwadm as opposed
to the more secure ipchains...at present i am not too sure how to upgrade
to use ipchains so i am temporarily using our current setup so as to
quickly establish the VPN...at a later date i will look into upgrading to a
newer Debian version/kernel that supports ipchains.

I do not think we need ipmasquerading as we connect to the outside with a
registered address via the first ethernet card... the following ipfwadm
commands is what i am going to add to the ipforwarding rules :

# Allow the PPTP control channel in and out.
ipfwadm -I -a accept -W eth1 -V 200.200.200.200 -P tcp -S 199.0.0.2/32 -D
222.0.0.2/32 1723
ipfwadm -O -a accept -W eth1 -V 200.200.200.200 -P tcp -D 199.0.0.2/32 -S
222.0.0.2/32 1723

# Specify the acceptable clients explicitly for tighter security.
# Note that this is too open since we're forced to
# specify "-P all" rather than "-P 47" or "-P 50"...
# Allow the PPTP data channel and IPsec ESP traffic in and out.
ipfwadm -I -a accept -W eth1 -V 200.200.200.200 -P all -S 199.0.0.2/32 -D
222.0.0.2/32
ipfwadm -0 -a accept -W eth1 -V 200.200.200.200 -P all -D 199.0.0.2/32 -S
222.0.0.2/32


Are there any other considerations that i have not thought of...?

i appreciate your help as VPN/firewalling is new and slightly cryptic to
me.

thanx



Pentium III and Slink

1999-11-24 Thread Howard Mann
This message was sent from Geocrawler.com by "Howard Mann" <[EMAIL PROTECTED]>
Be sure to reply to that address.

Hi All,

Does Slink/kernel 2.0.36 support the Pentium III 
processor?

Is any special "tuning"/configuration required ?

Thanks.


Howard Mann.

Geocrawler.com - The Knowledge Archive


Re: ICMP error

1999-11-24 Thread Ernest Johanson
I recently had this problem with a misconfigured printer on our network.
Turned out that the subnet mask was improperly set. Once that was fixed,
the messages stopped.

Ernest Johanson
Web Systems Administrator
Fuller Theological Seminary


On Tue, 23 Nov 1999, Colin Watson wrote:

> Date: Tue, 23 Nov 1999 22:15:51 +
> From: Colin Watson <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: debian-user@lists.debian.org
> Subject: Re: ICMP error
> 
> Vicente Torres wrote:
> >I receive hundreds of times pro day 
> >the following message on my text screens:
> >
> >193.152.56.57 sent an invalid ICMP error to a broadcast
> >
> >?Can I do anything to avoid receiving this message?
> 
> I had the same problem, due to an apparently misconfigured LANManager
> server on this network. I used a firewall to filter it out:
> 
> ipchains -A input -j DENY -p icmp -s 131.111.212.123
> 
> ... on > 2.1.101 or 2.2 kernels, or:
> 
> iptables -A INPUT -j DROP -p icmp -s 131.111.212.123
> 
> ... on 2.3 kernels. (Can't remember what you need for 2.0 and <= 2.1.101
> kernels (ipfwadm), sorry.)
> 
> -- 
> Colin Watson   [EMAIL PROTECTED]
> Trinity College, Cambridge, and Computer Science [riva.ucam.org]
> 


Mail problems and procmail

1999-11-24 Thread Mark Wagnon
Okay,

I checked my /var/log/exim/mainlog file and it turns out that exim (?)
doesn't like my .forward file. Here's the log entry:

1999-11-24 11:19:43 11qhx9-FY-00 ** |"IFS=' ' && exec /usr/bin/procmail
-f- || exit 75 #mwagnon" <[EMAIL PROTECTED]> D=userforward T=addr
ess_pipe: "IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #mwagnon"
command not found for address_pipe transport
1999-11-24 11:19:43 11qhx9-FY-00 Frozen (delivery error message)

I'm using the .forward from the Mail Filtering FAQ (and I tried several
others listed there), and this worked before (on another potato machine).

Should I be looking into filtering/forwarding from within exim like a
previous thread discussed?

I can send mail to other local accounts (with no .forward files in the other
account's home dir) and I can send to remote addresses.

Does anyone have any suggestions? Bail on the .forward?

Thanks a LOT for the help.


Graphics Support for I752

1999-11-24 Thread Fraser Campbell
I have a computer with onboard AGP video.  Motherboard is a AOpen MX3W-L. 
The graphics processor is an Intel I752.  There is 2 MB video RAM which
appears to be borrowed from system RAM ... although the option to modify
the amount of video RAM doesn't appear in the BIOS???  The motherboard is
an AOpen MX3W-L.

The SVGA server is supposed to support the I740 so I figured it was worth a
shot.  The best I have got so far is 800x600x16 with the VGA16 server.  I
checked SUSE's site hoping they might have a server for I752 but I didn't
see anything ... perhaps it's just a configuration issue?

I've been trying with xf86config and XF86Setup ... xf86config always gets
me better results but still no better than the 800x600 I mentioned.

Is there a server that can support the I752 chip in SVGA mode?  FWIW, this
system actually has Corel Linux but that it ships with the same 3.3.5
server as potato.

Any ideas?

Thanks,

Fraser


too many files open

1999-11-24 Thread zdrysdal
Hi

is there any way to increase the allowed amount of open files in Debian?
Yesterday i tried to telnet to my samba server and it disallowed it
returning with an error "too many files open".

thanx



X server fatal error: can't find fixed font!

1999-11-24 Thread Antonio Rodriguez
I  upgraded my XFree to 3.35 from slink without having installed the
slink one ( I had had to make a reinstallation because of a mistake
while root). Any way, when I started startx after runnig the xf86config,
it couldn't satrt any server, complained about fonts not found, asked to
run mkfontdir, which I did. After that I tried again and the the
complain was about "fixed font not found".
There was earlier a message from Shaul Karl about that, where he said he
had the same problem, and that he fixed it by copying xfonts-base.alias
to /usr/X11R6/lib/X11/fonts/misc/fonts.alias from /etc/X11/fonts/misc/.
Well, what I have there is a file called xfonts-base.alias.dpkg-new, so
I can't repeat his cure.
What should I do?
 Please help.


Re: Help with a Dell Latitude CPia

1999-11-24 Thread Joe Block
Chris Larson wrote:
> 
> I have installed corel linux onto my laptop. Everything looks great and runs
> fine except for three things.
> 
> 1. My ethernet card is not working. I can ping myself but I cannont ping
> anything else.

Coincidentally enough, I installed Corel on a friend's Latitude this
weekend.  What you need to do is edit /etc/modules and add a 3c59x line,
then add 'alias eth0 3c59x' to the end of your /etc/conf.modules file.

I don't have the laptop in front of me so these may not be precisely
right, but it should point you in the right direction.

> 2. I have no sound. sndconfig cannot detect a sound card. I think these
> laptops use some Neomagic sound chip.

If you figure out how to get sound working, please post to the list, I
didn't get Darin's laptop sound working either, mostly due to lack of
time.

jpb
-- 
Joe Block <[EMAIL PROTECTED]>
CREOL System Administrator

Social graces are the packet headers of everyday life.


Re: xterminal out of old 386?

1999-11-24 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said...

> I have an old 386 running slink and want to install X. The system only
> has a 100MB drive and I've got slink + xserver-common and xserver-svga
> installed. Right now there is about 38MB free space. I would like to
> get X running and run apps on my much faster Alpha running potato over
> the network (10BaseT). Does this sound possible, even though the 386
> is very low on HDD space?

Yes, it should be possible.  I would strongly recommend doing _something_
over NFS to your Alpha (like, /usr) so that you can have quite a bit of
swap space set aside for the X server - it likes to take a lot of memory.

> If so, what packages do I need to tell apt-get to install?

Install the base system _only_, then 'apt-get install' only enough to get
a X server installed and running.

-- 
--
Phil Brutsche   [EMAIL PROTECTED]

"There are two things that are infinite; Human stupidity and the
universe. And I'm not sure about the universe." - Albert Einstein


ppp _won't_ _authenticate_ with mschap anymore

1999-11-24 Thread Peter S Galbraith

Man, don't you hate it when you misspell the Subject line!
I wrote: 
 Subject: ppp work autheticate with mschap anymore


Re: two questions (about X and PGp)

1999-11-24 Thread David Z. Maze
Pablo De Napoli <[EMAIL PROTECTED]> writes:
PDN> I'm running a debian system where I have an X server. I want to
PDN> conect to a unix SCO System V host , and conect some X clients
PDN> running on that host to the X server on my debian host.

Right.  Various techniques for doing this are in the Remote-X-Apps
mini-HOWTO, probably located somewhere under /usr/doc/HOWTO on your
system.

PDN> Who can I make that ? (I have read the documentation of xauth and xhost ,
PDN> but I'm a bit confused). How can I use a secure protocol , to be sure
PDN> that just one user is able to conect to the X server ? ( Does debian
PDN> support only the MIT-COOKIE-1 protocol ?)

Debian does support MIT-MAGIC-COOKIE-1, but I don't believe XFree86
supports any other X authentication techniques.  If you use ssh to
connect to your SysV host, though, you can tunnel X traffic over the
ssh connection, which gives you better security (it's encrypted and
harder to steal the cookie).

-- 
David Maze [EMAIL PROTECTED]  http://donut.mit.edu/dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
-- Abra Mitchell


Re: RIVA128 (nVidia) card works, but loses cursor in emacs ...

1999-11-24 Thread Jinsong Zhao
I tried XF86 3.3.5 deb. The XF86_SVGA does not support Riva128 yet. So
I was still using the one downloaded from nVidia, which is 3.3.3.

No clue ...

Jinsong

>  Yeah, I've run into that, too. I don't use emacs at home all that
> often, so I'm using the simple workaround of running emacs in "no
> window" mode in an rxvt. (Just run "emacs -nw".)
> 
>  Now, this is not acceptable for everyone. If you can't work with that,
> take a look at the list archives; there are Debian packages for XFree86
> 3.3.5, which might have fixed this bug. (Search for 'netgod' - I know
> that's part of the address where it's stored.)
> 
>  Sincerely,
>  
>  Ray Ingles   (248) 377-7735  [EMAIL PROTECTED]


Help with a Dell Latitude CPia

1999-11-24 Thread Chris Larson
I have installed corel linux onto my laptop. Everything looks great and runs
fine except for three things.

1. My ethernet card is not working. I can ping myself but I cannont ping
anything else.

2. I have no sound. sndconfig cannot detect a sound card. I think these
laptops use some Neomagic sound chip.

3. My Gold card 56K modem will dial out but will not connect to my ISP. I
get the error that the pppd died unexpectedly.

Any help would be appreciated]



xterminal out of old 386?

1999-11-24 Thread Ron Farrer

Hello all;

I have an old 386 running slink and want to install X. The system only
has a 100MB drive and I've got slink + xserver-common and xserver-svga
installed. Right now there is about 38MB free space. I would like to get
X running and run apps on my much faster Alpha running potato over the
network (10BaseT). Does this sound possible, even though the 386 is very
low on HDD space? If so, what packages do I need to tell apt-get to
install?  


TIA,

Ron
-- 
=
= Ronald Burnett Farrer =
=
---
- "mailto:[EMAIL PROTECTED]" -
- "http://www.farrer.net"; -
--- 


Re: Kernel

1999-11-24 Thread Bob Nielsen
In addition to the other fine suggestions made here, you should also
see the Kernel-HOWTO, which is in the doc-linux-text package or
available from metalab.unc.edu.

Bob

On Wed, Nov 24, 1999 at 10:49:51AM +0100, Neil D. Roberts wrote:
> Where can I find a manual on Internet about compiling kernel's ?
> -- 
> *
> Neil David John Roberts - Lander World Communications Server S.L.
> Calle Rufino Gonzalez, N°15 - 4° Planta  -  Madrid, Spain - 28037
> Telf : 91 789 77 10  ;  Fax  :  91 304 20 44 ; Mobile 656 377 661
> E-Mail - [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED]
> Web Sites : http://www.lander.es  ;  http://www.lander.es/~koala/
> For Urgent Contact Phone 940 331 331 And Leave Message For # NR10
> AOL Instant Messenger:Screen Name: WP00817  09:30-19:00 GMT +0200
> PGP:Name:Neil D. Roberts <[EMAIL PROTECTED]>;SignerKeyId:0xD29489C0
> Type: DH/DSS  ;  Size:2048/1024  ;  Expires:Never  ;  Cipher:CAST
> *
> 
> Bend the facts to fit the conclusion. It's easier that way.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

-- 
Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Re: console keyboard remaped (newbie)

1999-11-24 Thread Laurent PICOULEAU
On Tue, 23 Nov, 1999 à 10:35:52AM -0500, David Wilson wrote:
> Yesterday I just installed potato.  Today I was adding programs using dselect 
> and apt.  After finishing dselect, my console keyboard was remaped (e.g., ";" 
> is now "m", "q" and "a" are switched).  The keyboard is fine under X (even in 
> a xterm).  This problem makes login difficult, since I must remember which 
> keys are associated with the letters of my password.
> 
You seem to have selected a french keyboard (or any other country using the
AZERTY mapping). Use kbdconfig to set it to what you wish. (BTW, Z and W are
switched too in case you search one of them)

-- 
 ( >-   Laurent PICOULEAU  -< )
 /~\   [EMAIL PROTECTED]  /~\
|  \)Linux : mettez un pingouin dans votre ordinateur !(/  |
 \_|_Seuls ceux qui ne l'utilisent pas en disent du mal.   _|_/


[Re: ICMP error]

1999-11-24 Thread Vicente Torres

Colin Watson wrote:
> 
> Vicente Torres wrote:
> >I receive hundreds of times pro day
> >the following message on my text screens:
> >
> >193.152.56.57 sent an invalid ICMP error to a broadcast
> >
> >¿Can I do anything to avoid receiving this message?
> 
> I had the same problem, due to an apparently misconfigured LANManager
> server on this network. I used a firewall to filter it out:
> 
> ipchains -A input -j DENY -p icmp -s 131.111.212.123
> 
> ... on > 2.1.101 or 2.2 kernels, or:
> 
> iptables -A INPUT -j DROP -p icmp -s 131.111.212.123
> 
> ... on 2.3 kernels. (Can't remember what you need for 2.0 and <= 2.1.101
> kernels (ipfwadm), sorry.)
> 
> --
> Colin Watson   [EMAIL PROTECTED]
> Trinity College, Cambridge, and Computer Science [riva.ucam.org]

Thank you very much,
your help is exactly what I was looking for.


Re: kdm hanging on return from console screen

1999-11-24 Thread aphro

i had that problem to, and i attributed it to the hardware not liking
switching in and out of video modes when the driver is still active. (on
the other hand EXITING out of X and restarting it always worked fine) my
solution was to just not change consoles anymore :)  or change vga cards
that better supports doing this(driver issue i believe).  I also rebound
CTRL ALT DEL to go to runlevel 1, so i dont have to reboot when something
bad happens(unless something REALLY bad happens) it just goes to single
user and i ^D back to normal.


nate

On Wed, 24 Nov 1999 [EMAIL PROTECTED] wrote:

alice >Hi, I'm seeing a strange behavior on my computer. If I ctrl-alt-fX to 
alice >any of the console screens while in kdm I can move around among 
alice >console screens all I like, but if I try to go back to kdm it just sits 
alice >there on a login prompt and won't go back to any other screens... it 
alice >will respond to a ctrl-alt-del, however. I noticed this behavior also 
alice >when I had slackware on this computer a few weeks ago with 
alice >Xwindows. One of my friends said they thought it was my Number 
alice >Nine series 2 video card that was the culprit, but before I try and hunt 
alice >up another video card I thought I'd see if anyone could think of 
alice >anything else I should try first.
alice >Alice M. Pinard
alice >Casco Indemnity Company
alice >[EMAIL PROTECTED] 
alice >
alice >
alice >-- 
alice >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
alice >

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
8:42am up 96 days, 20:20, 1 user, load average: 1.64, 1.61, 1.65


Re: Kernel

1999-11-24 Thread aphro
On Wed, 24 Nov 1999, Neil D. Roberts wrote:

koala >Where can I find a manual on Internet about compiling kernel's ?

The README file that comes with the kernel was sufficient guide to teach
me how to compile the first time around.  the hardest part is deciding
what you need and what you dont..just have a rescue disk handy. i never
went the route of having a backup kernel seutp in LILO ..maybe i should.

nate

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
8:42am up 96 days, 20:20, 1 user, load average: 1.64, 1.61, 1.65


Re: Kernel 2.2 on Slink == possible && safe?

1999-11-24 Thread aphro

make sure your running 2.1r3 of slink and you should have -no- trouble,
anything earlier *might* be missing a package.  some things like lsof i
had to recompile for myself.

nate

On Wed, 24 Nov 1999, andreas [iso-8859-1] p?lsson wrote:

andrea >Hello.
andrea >
andrea >I have a Slink system which runs very fine with the 2.0.38 kernel. No
andrea >problems or shutdowns at all.
andrea >
andrea >Now I want to use the 2.2.x kernel because of some features, but I want
andrea >to know first if it is possible to run v2.2.x kernel on a Slink system.
andrea >
andrea >And second, which steps do I have to take to get a stable and safe
andrea >system?
andrea >
andrea >Last, which kernel is recommended? 2.2.12?
andrea >
andrea >Ideas, pointers and documentation are much welcome.
andrea >
andrea >Regards...
andrea >Andreas
andrea >--
andrea >
andrea >
andrea >-- 
andrea >Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
andrea >

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
8:42am up 96 days, 20:20, 1 user, load average: 1.64, 1.61, 1.65


Re: kern.log error/hdb: irq timeout

1999-11-24 Thread aphro
On Wed, 24 Nov 1999, ktb wrote:

xyf >Sorry for the post I see there are a million messages about this in the
xyf >archives.  I just panicked.  I am using a brand new IDE Western Digital
xyf >HD (6.4 gig one) if anyone has any specific info about this HD and the

i had that on ibm and maxtor drives too, i think it was cuz the system was
trying to draw data too fast.. i never looked into it..once i changed to
scsi all was smooth sailin.

it only happened to me during periods of high i/o activitiy, was using an
AOpen AP5T-3 i430TX based board with UDMA33 drives.  what chipset/board is
controlling your drive?

nate

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
8:42am up 96 days, 20:20, 1 user, load average: 1.64, 1.61, 1.65


ppp work autheticate with mschap anymore

1999-11-24 Thread Peter S Galbraith

After slightly breaking my home system attempting to downgrade
from glibc2.1 back to full slink, I lost the use of bash and
_fixed_ my system by manually unpacking base again and fugding
with the status file.

But now ppp won't work anymore,  I originally got it to work by
simply replying to pppconfig's question, but now pppd refuses to
use mschap authentification:

pppd[202]: Serial connection established.
pppd[202]: Using interface ppp0
pppd[202]: Connect: ppp0 <--> /dev/ttyS3
pppd[202]: sent [LCP ConfReq id=0x1 ]
pppd[202]: rcvd [LCP ConfReq id=0x0 ]
pppd[202]: sent [LCP ConfNak id=0x0 ]
pppd[202]: rcvd [LCP ConfRej id=0x1 ]
pppd[202]: sent [LCP ConfReq id=0x2
]
pppd[202]: rcvd [LCP ConfReq id=0x1 ]
pppd[202]: sent [LCP ConfNak id=0x1 ]
pppd[202]: rcvd [LCP ConfAck id=0x2
]
pppd[202]: rcvd [LCP ConfReq id=0x2 ]
pppd[202]: sent [LCP ConfNak id=0x2 ]
pppd[202]: rcvd [LCP ConfReq id=0x3 ]
pppd[202]: sent [LCP ConfNak id=0x3 ]
pppd[202]: rcvd [LCP ConfReq id=0x4 ]
pppd[202]: sent [LCP ConfNak id=0x4 ]
pppd[202]: rcvd [LCP ConfReq id=0x5 ]
pppd[202]: sent [LCP ConfRej id=0x5 ]
pppd[202]: rcvd [LCP TermReq id=0x6 00 00 02 dc]
pppd[202]: sent [LCP TermAck id=0x6]
pppd[202]: Hangup (SIGHUP)
pppd[202]: Modem hangup
pppd[202]: Connection terminated.
pppd[202]: Exit.

However, it's possible that some hardware is now broken, beacuse
I also sometimes don't get as far as that and chat fails
immediately with a kernel fault:

pppd[746]: pppd 2.3.5 started by root, uid 0
chat[747]: abort on (BUSY)
chat[747]: abort on (NO CARRIER)
chat[747]: abort on (VOICE)
chat[747]: abort on (NO DIALTONE)
chat[747]: abort on (NO ANSWER)
chat[747]: send (ATZ^M)
kernel: general protection:  
kernel: CPU:0 
pppd[746]: Exit.


Any clues?  (I probably need to wipe it clean and reinstall...)
-- 
Peter Galbraith, research scientist  <[EMAIL PROTECTED]>
Maurice Lamontagne Institute, Department of Fisheries and Oceans Canada
P.O. Box 1000, Mont-Joli Qc, G5H 3Z4 Canada. 418-775-0852 FAX: 775-0546
6623'rd GNU/Linux user at the Counter - http://counter.li.org/ 


Re: presentation graphics

1999-11-24 Thread Peter S Galbraith

I put the resulting PostScript file from my gri example on

 http://www.debian.org/~psg/bar.ps

Peter


Re: kernel

1999-11-24 Thread Peter S Galbraith

[EMAIL PROTECTED] wrote:

> 
> |> Where can I find a manual on Internet about compiling kernel's ?
> 
> For good clear Debian-specific information, you can read Dale Scheetz'
> book `The Debian Linux User's Guide' on-line at
> www.linuxpress.com. Around p.170, I think.

Also packaged for Debian:

Slink:   http://www.debian.org/~psg/tdlug_2.0-1_all.deb
Potato:  http://www.debian.org/Packages/unstable/doc/tdlug.html


Base slink without pcmcia-cs

1999-11-24 Thread Bart Szyszka
Hello, 

I just noticed that the place I probably downloaded the base
install disks for Debian slink have the pcmcia-cs package which
appears to be the one causing my problems instead of the
modutils package. Are there any Debian images without that
package included or is there a way for me to prevent it from being
installed?

-- 
Bart Szyszka [EMAIL PROTECTED] ICQ:4982727
B Grafyx http://www.bgrafyx.com
L.J.R. Engineering http://www.ljreng.com
PHP Interest Group http://www.gigabee.com/pig/


Re: presentation graphics

1999-11-24 Thread Peter S Galbraith

Russell Coker wrote:

> I want to produce some simple bar charts showing the difference between
> different products.  Gnuplot doesn't seem to be able to do what I want (just
> nice clean bars with numbers at the tops and descriptions at the bottom).

Ok, here's my shoot at it using `gri' 

 http://www.debian.org/Packages/unstable/math/gri.html
 http://www.phys.ocean.dal.ca/~kelley/gri/

(See http://www.debian.org/~psg for a pointer to a slink version)

Note that gri, like gnuplot I assume, doesn't have the concept of a
bar chart.  Yet you can easily program it to do what you want (and
further customize fonts, line widths, colours, etc)

Assume the two data files:

--- bar.dat ---
15
13.5
18
5
10.2
--- bar.dat ---


--- bar.labels ---
widget
bidget
squidget
midget
didget
--- bar.labels ---

Run the following bar.gri file like so:

$ gri bar.gri

to produce bar.ps

--- bar.gri ---
set x margin 5
set y margin 8
set x axis 0 10 
set y axis 0 20
set x size 10
set y size 15

.xLeft. = 1
.toggle. = 0
open bar.dat
open bar.labels
while 1
read from bar.labels
read \label
if ..eof..
break
end if
read from bar.dat
read .val.
set color hsb {rpn .xLeft. 1 - 6 /} 1 1 
draw box filled .xLeft. 0   {rpn .xLeft. .9 +} .val.
set color black
draw box.xLeft. 0   {rpn .xLeft. .9 +} .val.
sprintf \.val. "%.1lf" .val.
draw label "\.val." centered at \
{rpn .xLeft. .45 + xusertocm} \
{rpn .val. yusertocm .2 +} cm
if .toggle.
draw label "\label" centered at \
{rpn .xLeft. .45 + xusertocm} \
{rpn ..ymargin.. .7 -} cm
.toggle. = 0
else
draw label "\label" centered at \
{rpn .xLeft. .45 + xusertocm} \
{rpn ..ymargin.. 1.2 -} cm
.toggle. = 1
end if
.xLeft. += 1
end while
--- bar.gri ---

Peter Galbraith, the Debian maintainer for gri.


A student

1999-11-24 Thread 952618ae
HELLO

I wanted to ask if there was an adress where i could find the man pages
as tekst
and other info about how to use the commands like sort,cut,etc.



two questions (about X and PGp)

1999-11-24 Thread Pablo De Napoli
> > 
> > Hello!
> > 
> > I want to ask a question.
> > 
> > I'm running a debian system where I have an X server. I want to conect to
> > a unix SCO System V host , and conect some X clients running on that host
> > to the X server on my debian host.
> > 
> > Who can I make that ? (I have read the documentation of xauth and xhost ,
> > but I'm a bit confused). How can I use a secure protocol , to be sure
> > that just one user is able to conect to the X server ? ( Does debian
> > support only the MIT-COOKIE-1 protocol ?)
> > 
> > Besides that , I want to make another question: is it legal to use pgp
> > (international version) and other secure cryptographic software , here
> > in Argentina ? Does anybody knows about this ?
> > 
> > Thank you for all. Please answer to [EMAIL PROTECTED] , since I'm not a
> > member of the debian-user list.
> > 
> > Greetings
> > 
> > Pablo De Napoli
> > [EMAIL PROTECTED]
> > 
> 
> 


Re: kernel

1999-11-24 Thread mcclosk

|> Where can I find a manual on Internet about compiling kernel's ?

For good clear Debian-specific information, you can read Dale Scheetz'
book `The Debian Linux User's Guide' on-line at
www.linuxpress.com. Around p.170, I think.

Jim


Re: presentation graphics

1999-11-24 Thread Oleg Krivosheev
On Tue, 23 Nov 1999, Russell Coker wrote:

> I want to produce some simple bar charts showing the difference between
> different products.  Gnuplot doesn't seem to be able to do what I want (just
> nice clean bars with numbers at the tops and descriptions at the bottom).
> 
> Is there a good program to do this easily?  

xfig

> Preferrably something I can run
> from a makefile...

hmm...

latex

troff/pic (check http://www.bitkeeper.com/history/history.pic)

> 
> Thanks.
> 

OK


Re: MPX EN5038, dual nic cards

1999-11-24 Thread Nils Rennebarth
On Wed, Nov 24, 1999 at 05:53:29AM -0800, Kenneth Scharf wrote:
> If I configure a machine with dual nic's do they have to be the same type,
> or can I just load two drivers into the kernel for say one ne2000 card,
> and one 3-com card?
Both will work. Different cards and as modules is nicer actually because you
are easyly able to control which one will become eth0 and which one eth1.

Nils

--
Plug-and-Play is really nice, unfortunately it only works 50% of the time.
To be specific the "Plug" almost always works.--unknown source


pgpwQq8X9xTug.pgp
Description: PGP signature


Controlling access to PPP - server

1999-11-24 Thread Alex V. Toropov
Hi all

I'm trying to organize "private" ppp - server on debian mashine.

I've installed 3 modems on ttyS0 - ttyS2, mgetty with AutoPPP configured
and pppd (ver 2.3.5-2).

I've created 3 option files (/etc/ppp/options.ttyS0, ...,S2) with lines like
xxx.xxx.xxx.8:xxx.xxx.xxx.9 in options.ttyS0
xxx.xxx.xxx.8:xxx.xxx.xxx.10 in options.ttyS1
xxx.xxx.xxx.8:xxx.xxx.xxx.11 in options.ttyS2

I've also created /etc/ppp/chap-secrets file containing clients ID's and
passwords

Everything works OK.

But now I'd like to select which user can connect to which modem.
As Each modem is assigned its own ip address I try to specify user's
personal IP
address in chap-secrets file. Now when user try to connect to another modem
he should be anable to configure IP as IP-address provided foe modem in
options file
differs from one allowed for him.

The problem is that when such user connects to another modem he is
assigned IP address allowed for him in chap-secrets overriding option.ttyS?
file
and connection is allowed !

May be I'm trying to do this in a wrong way?
Can anybody suggest me how can I achieve such control of ppp - users?


TIA Alex



Re: Kernel 2.2 on Slink == possible && safe?

1999-11-24 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said...

> I have a Slink system which runs very fine with the 2.0.38 kernel. No
> problems or shutdowns at all.

Ok.

> 
> Now I want to use the 2.2.x kernel because of some features, but I want
> to know first if it is possible to run v2.2.x kernel on a Slink system.

Most definitely - I have four computers with slink and 2.2.x.

> And second, which steps do I have to take to get a stable and safe
> system?

I find that it's enough to simply compile the kernel, and update the part
of the netbase package (specifically ifconfig, route, and a couple
others).  Search http://freshmeat.net for net-tools, download, compile,
and install is all you need to do.

> Last, which kernel is recommended? 2.2.12?

I would go with the latest - 2.2.13.

-- 
--
Phil Brutsche   [EMAIL PROTECTED]

"There are two things that are infinite; Human stupidity and the
universe. And I'm not sure about the universe." - Albert Einstein


RE: RIVA128 (nVidia) card works, but loses cursor in emacs ...

1999-11-24 Thread Ingles, Raymond
> From: Jinsong Zhao [mailto:[EMAIL PROTECTED]
[...] 
> I mail-ordered a XFree86-supported video card, yet I received a Jaton
> Video-68AGP card that uses RIVA128ZX chip. [...] Now this card is
> working, [...] Except, to my surprise, that the emacs cursor does not
> show up!

 Yeah, I've run into that, too. I don't use emacs at home all that
often, so I'm using the simple workaround of running emacs in "no
window" mode in an rxvt. (Just run "emacs -nw".)

 Now, this is not acceptable for everyone. If you can't work with that,
take a look at the list archives; there are Debian packages for XFree86
3.3.5, which might have fixed this bug. (Search for 'netgod' - I know
that's part of the address where it's stored.)

 Sincerely,
 
 Ray Ingles   (248) 377-7735  [EMAIL PROTECTED]
 
 If all the muscles in your body pulled in the same direction, you
  could lift over twenty tons. But you'd walk funny. - L. M. Boyd 


eterm 0810 and backgrounds

1999-11-24 Thread Michael Perry
I notice that there is a new eterm in the unstable tree but when I run
apt-get install against it it wants to remove the eterm-backgrounds.  I dont
see a new eterm-backgrounds in the tree to upgrade to and the size of the
replacement eterm does not seem large enough to hold the several mbs of
image file I have grown to love.

This would be eterm 0810 by definition, I think.  Has anyone used this on a
slinkato system and kept the backgrounds?

-- 
Michael Perry   
[EMAIL PROTECTED]
--


MPX EN5038, dual nic cards

1999-11-24 Thread Kenneth Scharf
I found a source for 10/100 baset enet cards that use
either realtek 8139 or mpx en5038 chipsets.  I know
that the 8139 IS supported under linux, but I am not
sure about the mpx en5038 (a grep on the net sources
in 2.0.38 turned up nothing).  Does anyone know if
this chipset is supported?  Maybe I can only accept
the cards with the realtek.

Also I am planning to build a firewall machine for my
lan as I have ordered dsl service.  If I configure a
machine with dual nic's do they have to be the same
type, or can I just load two drivers into the kernel
for say one ne2000 card, and one 3-com card?


=
Amateur Radio, when all else fails!

http://www.qsl.net/wa2mze

Debian Gnu Linux, Live Free or .


__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


RE: presentation graphics

1999-11-24 Thread Ted Harding
On 24-Nov-99 joost witteveen wrote:
>> I want to produce some simple bar charts showing the difference
>> between different products.  Gnuplot doesn't seem to be able to do
>> what I want (just nice clean bars with numbers at the tops and
>> descriptions at the bottom).
> 
>> Is there a good program to do this easily?  Preferrably something I
>> can run from a makefile...
> 
> Well, I'm not claiming the stuff below is good:). But is is
> easy, and you can generate it from a makefile (just make the
> makefile insert your own table where I now got that postscript
> array).
> 
> %!PS
> 
> /width 10 def
> 
> /r{(bar.ps) run} def
> 
> [
> [10 (foo)]
> [20 (bar)]
> [30 (foobar)]
> [29 (fooba)]
> [50 (fbfb)]
> [20 (bar)]
> ]
> 
> /bar {
> aload pop
> /title exch def
> /y exch def
> gsave
> 0.5 setgray
> width 0 rlineto
> 0 y rlineto
> width -1 mul 0 rlineto
> closepath
> fill
> grestore
> gsave
> width 2 div y width 2 div add rmoveto 90 rotate title show
> grestore
> } def
> 
> /Times-Roman findfont 10 scalefont setfont
> 100 100 moveto
> {
> width 0 rmoveto
> bar
> } forall
> 
> showpage

Nice PS, Joost!

Folks, don't forget the power of PIC. It's sitting there as part
of groff.

Example: make a file called barchart with the following contents:
8<--- cut here -
.LP
.PS
vscale = 4
define bar {
x = $1
y1 = $2/vscale
ylabel = $2
line from x,0 to (x+0.25),0 to (x+0.25),y1
line from (x+0.25),y1 to (x-0.25),y1 sprintf("%0.2f",ylabel) above
line from (x-0.25),y1 to (x-0.25),0 to x,0
line from (x-0.2,-0.2) to (x,0) invis $3 rjust aligned
}

define barchart {
i=i+1
y = $2
bar(i,y,$1)
}

i=0
copy "bar.dat" thru barchart

.PE
8<--- cut here -

and a data file called "bar.dat" with contents:

8<--- cut here -
"widget" 15.0
"bidget" 13.5
"squidget" 18.0
"midget" 5
"didget" 10.2
8<--- cut here -


Then run

  groff -Tps -p -ms barchart > barchart.ps

and see what you get. (One advantage of doing it this kind of way
is that it's much easier to add complications to the figure using
PIC than it is by modifying PostScript such as Joost's).

Best wishes,
Ted.


E-Mail: (Ted Harding) <[EMAIL PROTECTED]>
Date: 24-Nov-99   Time: 13:34:47
-- XFMail --


kdm hanging on return from console screen

1999-11-24 Thread alice
Hi, I'm seeing a strange behavior on my computer. If I ctrl-alt-fX to 
any of the console screens while in kdm I can move around among 
console screens all I like, but if I try to go back to kdm it just sits 
there on a login prompt and won't go back to any other screens... it 
will respond to a ctrl-alt-del, however. I noticed this behavior also 
when I had slackware on this computer a few weeks ago with 
Xwindows. One of my friends said they thought it was my Number 
Nine series 2 video card that was the culprit, but before I try and hunt 
up another video card I thought I'd see if anyone could think of 
anything else I should try first.
Alice M. Pinard
Casco Indemnity Company
[EMAIL PROTECTED] 


Re: How do I change which logfiles are rotated when?

1999-11-24 Thread Marc Mongeon
Look in /etc/cron.daily/ and /etc/cron.weekly/ for the invocation
of syslogd-listfiles, and the rotation frequency.

Marc

--
Marc Mongeon <[EMAIL PROTECTED]>
Unix Specialist
Ban-Koe Systems
9100 W Bloomington Fwy
Bloomington, MN 55431-2200
(612)888-0123, x417 | FAX: (612)888-3344
--
"It's such a fine line between clever and stupid."
   -- David St. Hubbins and Nigel Tufnel of "Spinal Tap"


>>> <[EMAIL PROTECTED]> 11/23 6:58 PM >>>
Hi,
The logfile rotation stuff makes use of syslogd-listfiles, which
claims in its man page to be controlled by /etc/syslog.conf
Unfortunately, I can't find anything in man syslog.conf, or the file
itself that mentions what it is about an entry in /etc/syslog.conf
that flags it as requiring a certain frequency of rotation.

Thanks,
Robert.

Robert King, Australian Environmental Studies, Griffith University, Australia
3875 6677   [EMAIL PROTECTED]   http://www.ens.gu.edu.au/robertk/ 

"Life unwinds like a cheap sweater,
 Since I gave up hope, I feel a lot better"
  - Steve Taylor  
 


-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: Kernel

1999-11-24 Thread M. Tavasti
"Neil D. Roberts" <[EMAIL PROTECTED]> writes:

> Where can I find a manual on Internet about compiling kernel's ?

Get started with /usr/src/linux/README, and
/usr/src/linux/Documentation/

(They come with kernel sources)

-- 
Tavasti


Re: good book to learn perl

1999-11-24 Thread Wayne Topa

Subject: Re: good book to learn perl
Date: Tue, Nov 23, 1999 at 08:36:49AM -0600

In reply to:Dave Sherohman

Quoting Dave Sherohman([EMAIL PROTECTED]):
>| Wayne Topa said:
>| > I sure have found it that way. 99% of my books are ordered from
>| > bookpool.
>| 
>| I've had Very Bad Experiences with bookpool - lousy service (particularly in
>| dealing with backorders), slow (and expensive) shipping...  I placed one
>| order with them and will never do it again.

I find shipping costs the same as Amazon since they added Priorty mail
to their options.  They always beat or match Amazon on price and, as I
am in an adjacent State, my orders get here pretty quick.

I tend to order books which are in stock, so don't have backorder
problems.

YMMV

-- 
Micro Credo:
 Never trust a computer bigger than you can lift.
___


Re: char-major-5

1999-11-24 Thread Colin Watson
Michael Heyes wrote:
>I checked to make sure, and I did have "standard/generic (dump) serial support"
>compiled into the kernel, but it was compiled in and not a module. I tried
>compiling it as a module, which generated the serial.o file you mentioned below
>in /lib/modules/2.2.13/misc, and the message/problem went away. So, is this a
>bug? If support is compiled in the kernel, why would it try to load a module?
>
>One other char-major problem. When I start my ppp session with pon, I get a
>"Can't locate module char-major-108". The session works ok. I tried compiling
>ppp as a module instead of in the kernel (it worked with char-major-5), but 
>that
>didn't solve anything. I did modprobe -c, but the I could only find "alias
>char-major-107 3dfx", no -108 anywhere.
>
>Do you know what char-major-108 is supposed to be? Is it part of ppp?

Invariably, the easiest way to find out the answers to this class of
questions is to look in /usr/src/linux/Documentation/devices.txt. There,
you'll find that character major 108 minor 0 is indeed /dev/ppp.

-- 
Colin Watson   [EMAIL PROTECTED]
Trinity College, Cambridge, and Computer Science [riva.ucam.org]


Re: 3dfx banshee with slink + 1/2

1999-11-24 Thread Nun Yobiznez


--- "David N. Welton" <[EMAIL PROTECTED]> wrote:
> 
> I have the 'slink and a half' distribution, and I'm
> wondering if there
> is any way to wedge a driver for the 3dfx banshee
> card that I have in.
> I tried downloading one from 3dfxgamers.com (only
> rpm's... lame), but
> there were some missing symbols in the binary, so it
> didn't work.
> 
> Any other ideas?
> 
> Thanks,
> -- 
>   David N. Welton -+- [EMAIL PROTECTED] -+-
> http://www.efn.org/~davidw  
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe
> [EMAIL PROTECTED] < /dev/null
> 
> 
I have the Banshee card and was able to load 3dfx
driver, SVGA driver, and XF86 Setup from the
3dfxgamers site on my "updated" slink install and had
it working fine w/ slink. They also translated well to
the upgrade to potato w/ 2.2.12 kernel.
To circumvent the rpm only nature of the drivers I
used alien e.g.:
=>alien -d Device3Dfx-2.3-1.src.rpm

   Then used dpkg to install e.g.:
=>dpkg -i Device3Dfx-2.3-1_all.deb

   Other than the package conversion and non-rpm
command line install I followed the instructions for
the installation that were posted on the package
download page and have not had a problem. Hope it goes
the same for you.
   T.  Stetson

=
Why?  Why not?  Why not try?
The rule of an inquisitive mind.
__
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com


Re: char-major-5

1999-11-24 Thread mheyes


I checked to make sure, and I did have "standard/generic (dump) serial support"
compiled into the kernel, but it was compiled in and not a module. I tried
compiling it as a module, which generated the serial.o file you mentioned below
in /lib/modules/2.2.13/misc, and the message/problem went away. So, is this a
bug? If support is compiled in the kernel, why would it try to load a module?

One other char-major problem. When I start my ppp session with pon, I get a
"Can't locate module char-major-108". The session works ok. I tried compiling
ppp as a module instead of in the kernel (it worked with char-major-5), but that
didn't solve anything. I did modprobe -c, but the I could only find "alias
char-major-107 3dfx", no -108 anywhere.

Do you know what char-major-108 is supposed to be? Is it part of ppp?

Thanks,

Michael Heyes











Martin Fluch <[EMAIL PROTECTED]> on 11/23/99 12:56:35 PM

To:   Mike Heyes/LincolnFP/[EMAIL PROTECTED]
cc:   debian-user@lists.debian.org

Subject:  Re: char-module-5




-BEGIN PGP SIGNED MESSAGE-

On Tue, 23 Nov 1999 [EMAIL PROTECTED] wrote:

> I think I have support compiled in; using make xconfig, under
> Character Devices, I selected support for console on virtual terminal,
> and didn't select support for console on serial port. la -la shows
> /dev/console. I did modprobe -c and it showed "alias char-major-5
> serial".

It seems to me that you didnt compile in "standard/generic (dump) serial
support" (CONFIG_SERIAL) ... if you compile it as an module, you get the
module serial.o,  see the help text to this option or
/usr/src/linux/Documentation/serial-console.txt.

> I do get console messages on the x-console window. Does the "alias
> char-major-5 serial" from modprobe mean that the messages are (also)
> being set to a serial port (like /dev/tty0)?
>
> [...]

Martin

- --
Where do you want to go today? - As far from Redmond as possible!

For public PGP-key: finger [EMAIL PROTECTED]

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQCVAwUBODrVWLCGSMW7I2etAQHsGgQAmVFkNxfX5guBqbYjONk9hZ+DQKbiUN5K
RZEUGQF+5t7AIzsCoL5/mznbDqbxBplBJkqbmdsF1r1qQHNNZ82+7I4hPN04NSKh
vToY7ruz1RC2nUiDYxQPwkxFcsvczw7Uucy4xV2xyp0ddu3qXKMchhoYUV9bXBA1
Pfu57q1jlNE=
=T+y9
-END PGP SIGNATURE-






presentation graphics

1999-11-24 Thread joost witteveen
> I want to produce some simple bar charts showing the difference between
> different products.  Gnuplot doesn't seem to be able to do what I want
(just
> nice clean bars with numbers at the tops and descriptions at the bottom).

> Is there a good program to do this easily?  Preferrably something I can
run
> from a makefile...

Well, I'm not claiming the stuff below is good:). But is is
easy, and you can generate it from a makefile (just make the
makefile insert your own table where I now got that postscript
array).


%!PS

/width 10 def

/r{(bar.ps) run} def

[
[10 (foo)]
[20 (bar)]
[30 (foobar)]
[29 (fooba)]
[50 (fbfb)]
[20 (bar)]
]

/bar {
aload pop
/title exch def
/y exch def
gsave
0.5 setgray
width 0 rlineto
0 y rlineto
width -1 mul 0 rlineto
closepath
fill
grestore
gsave
width 2 div y width 2 div add rmoveto 90 rotate title show
grestore
} def

/Times-Roman findfont 10 scalefont setfont
100 100 moveto
{
width 0 rmoveto
bar
} forall

showpage

__
FREE Email for ALL! Sign up at http://www.mail.com


presentation graphics

1999-11-24 Thread joost witteveen
> I want to produce some simple bar charts showing the difference between
> different products.  Gnuplot doesn't seem to be able to do what I want
(just
> nice clean bars with numbers at the tops and descriptions at the bottom).

> Is there a good program to do this easily?  Preferrably something I can
run
> from a makefile...

Well, I'm not claiming the stuff below is good:). But is is
easy, and you can generate it from a makefile (just make the
makefile insert your own table where I now got that postscript
array).


%!PS

/width 10 def

/r{(bar.ps) run} def

[
[10 (foo)]
[20 (bar)]
[30 (foobar)]
[29 (fooba)]
[50 (fbfb)]
[20 (bar)]
]

/bar {
aload pop
/title exch def
/y exch def
gsave
0.5 setgray
width 0 rlineto
0 y rlineto
width -1 mul 0 rlineto
closepath
fill
grestore
gsave
width 2 div y width 2 div add rmoveto 90 rotate title show
grestore
} def

/Times-Roman findfont 10 scalefont setfont
100 100 moveto
{
width 0 rmoveto
bar
} forall

showpage

__
FREE Email for ALL! Sign up at http://www.mail.com


ppp problem 2

1999-11-24 Thread rnewton3


Hi all,
 I've recently upgraded to slink from hamm and now I'm having a problem with
ppp. The networking
 works much better than hamm which is good and I've configured my ISP's using
pppconfig and before so I
assumed everything was. I can use Netscape just fine, and lynx mostly works. My
problems are with ping and
 ftp. I can't ping the nameservers or any other destination out on the 'net and
I can't ftp either.
 So my question is what's changed between hamm and slik to affect ftp and
ping and how do I get them
working?

I'd appreciate a cc because I'm at work at the moment.


thanks

ps. OK it's not slink. I can remember doing an apt-get to upgrade the
distribution and a general update which
worked fine and I'd ping idsoftware.com to test the link was up. Fetchmail used
to work as well. I half suspect it's
Gnome that's done it. Gnome was the last thing I upgraded over a ppp link. Now
it appears that addresses are
not being resolved correctly. Aaarrrh.

HELP.



Re: Newbie question floppy format

1999-11-24 Thread Armin Wegner
On Mon, Nov 22, 1999 at 06:47:16PM +, julie wright wrote:
> Hi all. Very basic question - how do I format a floppy using Debian Slink? 
> Tried fdformat -n /dev/fd0H1440 which I found in a basic linux book. Did not 
> work. Returned error - command not found.
> Thanks for any help in advance.
> JRW

mkfs -t msdos /dev/fd0


presentation graphics

1999-11-24 Thread Russell Coker
I want to produce some simple bar charts showing the difference between
different products.  Gnuplot doesn't seem to be able to do what I want (just
nice clean bars with numbers at the tops and descriptions at the bottom).

Is there a good program to do this easily?  Preferrably something I can run
from a makefile...

Thanks.

-- 
Electronic information tampers with your soul.


RIVA128 (nVidia) card works, but loses cursor in emacs ...

1999-11-24 Thread Jinsong Zhao
I mail-ordered a XFree86-supported video card, yet I received a Jaton
Video-68AGP card that uses RIVA128ZX chip. To my chagrin, I spent
several hours figuring out that I have to download from nVidia a
special XF86_SVGA and do some setups. 

Now this card is working, and to my surprise, the video quality is
much better than all I have used. The speed is also much better than
the Sun workstation I used in the company.

Except, to my surprise, that the emacs cursor does not show up! If the
cursor moves to blank place, it does not show the color I specified
through set-cursor-color. If the cursor moves to a character that has
been fontified, the color is right.

Cursor in regular xterm is fine. The emacs setups are the same for the
other Linux box and the Sun workstation: seems problem is with this
new X server.

First thing I want to try is to remove the hardware cursor feature,
but I could not find a way to do that. Anyone with similar experience?
Any workaround? 

Thanks a lot.

Jinsong



XFree86 Version 3.3.3.1 / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: January 4 1999
If the server is older than 6-12 months, or if your card is newer
than the above date, look for a newer version before reporting
problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.0.36 i586 [ELF]
Configured drivers:
  SVGA: server for SVGA graphics adaptors (Patchlevel 0):
  NV1, STG2000, RIVA128, RIVATNT, RIVATNT2, RIVATNT2, RIVATNT2,
  RIVATNT2, generic
(using VT number 7)


XF86Config: /usr/X11R6/lib/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: disabled
(**) XKB: keymap: "xfree86(us)" (overrides other XKB settings)
(**) Mouse: type: intellimouse, device: /dev/ttyS1, baudrate: 1200
(**) Mouse: buttons: 5
(**) Mouse: zaxismapping: (-)4 (+)5
(**) SVGA: Graphics device ID: "Jaton 68P AGP"

(**) SVGA: Graphics device ID: "Jaton 68P AGP"
(**) SVGA: Monitor ID: "Sun Multiscan Monitor"
(--) SVGA: Mode "640x480" needs vert refresh rate of 132.24 Hz. Deleted.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75
dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts
/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X1
1R6/lib/X11/fonts/100dpi/"
(--) SVGA: PCI: NVidia/SGS-Thomson Riva128 rev 34, Memory @ 0xe400, 0xe6
00
(--) SVGA: chipset:  RIVA128
(--) SVGA: videoram: 4064k
(**) SVGA: Using 16 bpp, Depth 16, Color weight: 555
(**) SVGA: Using 16 bpp, Depth 16, Color weight: 555
(--) SVGA: Maximum allowed dot-clock: 256.000 MHz
(**) SVGA: Mode "1024x768": mode clock =  75.000
(--) SVGA: Virtual resolution set to 1024x768
(--) SVGA: RIVA128: Using hardware cursor
(--) SVGA: Using XAA (XFree86 Acceleration Architecture)
(--) SVGA: XAA: Solid filled rectangles
(--) SVGA: XAA: Screen-to-screen copy
(--) SVGA: XAA: 8x8 color expand pattern fill
(--) SVGA: XAA: Using 8 128x64 areas for pixmap caching
(--) SVGA: XAA: Caching tiles and stipples
(--) SVGA: XAA: Horizontal and vertical lines and segments
GlxExtensionInit
RIVA GLX Version = 1.0





ppp problem

1999-11-24 Thread rnewton3


Hi all,
 I've recently upgraded to slink from hamm and now I'm having a problem with
ppp. The networking
 works much better than hamm which is good and I've configured my ISP's using
pppconfig and before so I
assumed everything was. I can use Netscape just fine, and lynx mostly works. My
problems are with ping and
 ftp. I can't ping the nameservers or any other destination out on the 'net and
I can't ftp either.
 So my question is what's changed between hamm and slik to affect ftp and
ping and how do I get them
working?

I'd appreciate a cc because I'm at work at the moment.

thanks



Re: Why is /dev/console linked to /dev/tty0?

1999-11-24 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>,
Colin Marquardt  <[EMAIL PROTECTED]> wrote:
>recently, I wanted to use an Eterm as a substitute for
>xconsole. Eterm -C lets it listen to /dev/console.
>On Debian systems, however, /dev/console is linked to /dev/tty0:
>
>  lrwxrwxrwx   1 root  root  4 Apr  7  1999 /dev/console -> tty0

Yes, this is standard on all distributions that ship with a 2.0.x
kernel like Debian does.

>so *Eterm doesn't catch anything*. xconsole, OTOH, displays fine what
>I'm echoing to /dev/console.

Then there is a bug in Eterm. Or you are trying to let multiple
programs catch the output of /dev/console - TIOCCONS (the mechanism
that provides "console output cloning to ptys") can only redirect
to ONE pty at the time.

>To prevent suggestions in the wrong direction: no, I'm not using
>syslogd for these messages. I just do things like 
>
>  echo "Running exim..." > /dev/console
>
>in my /etc/ppp/ip-up.d/ scripts.
>
>Both using syslogd or removing this link to /dev/tty0 seem like
>cowardice to me.
>
>Why is this link done anyway? This is Debian specific, AFAIK.
>How could I fix this cleanly?

There is nothing to fix. The link from /dev/console to /dev/tty0
is standard in all distributions. Only with 2.2.x kernels did
/dev/console get its own major/minor device, c 5 1. Using that
with 2.0.x kernels won't work at all.

Mike.
-- 
First things first, but not necessarily in that order.


Kernel

1999-11-24 Thread Neil D. Roberts
Where can I find a manual on Internet about compiling kernel's ?
-- 
*
Neil David John Roberts - Lander World Communications Server S.L.
Calle Rufino Gonzalez, N°15 - 4° Planta  -  Madrid, Spain - 28037
Telf : 91 789 77 10  ;  Fax  :  91 304 20 44 ; Mobile 656 377 661
E-Mail - [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED]
Web Sites : http://www.lander.es  ;  http://www.lander.es/~koala/
For Urgent Contact Phone 940 331 331 And Leave Message For # NR10
AOL Instant Messenger:Screen Name: WP00817  09:30-19:00 GMT +0200
PGP:Name:Neil D. Roberts <[EMAIL PROTECTED]>;SignerKeyId:0xD29489C0
Type: DH/DSS  ;  Size:2048/1024  ;  Expires:Never  ;  Cipher:CAST
*

Bend the facts to fit the conclusion. It's easier that way.


Re: Kernel 2.2 on Slink == possible && safe?

1999-11-24 Thread Brian May
> "andreas" == andreas pålsson <[EMAIL PROTECTED]> writes:

andreas> The other option is to run Potato, since I just need the
andreas> base and enough tools to compile the 2.2 kernel.  But
andreas> this system _must_ be stable and I fear Potato ain't
andreas> really there yet.

My computer is fully slink, and I use the 2.2 kernel. I have never
noticed any problems yet.

In addition, if you really find you need a potato package, you might
be able to recompile it for slink.
-- 
Brian May <[EMAIL PROTECTED]>


Re: quickie.

1999-11-24 Thread Enrico Zini
On Tue, Nov 23, 1999 at 10:16:26AM +1100, Marc-Adrian Napoli wrote:

> sure someone will know the answer to this. whoever does, could you please
> reply to me off the list.
> i'm planning on building a new server. i want to raid 5 the hard drives for
> security, reliability etc.
> can i mount a scsi raid 5 system onto the / partition?
> will kernel 2.2 do it?

Yes to all, but it won't perhaps be an automatic install: there's a custom LILO
that boots from a Mylex DAC960 logical (raid) disk in the Linux-Mylex pages at
http://www.dandelion.com/Linux/.  I'm trying to do exactly that, but I'm having
other problems and I can't still tell you how to do it and how great it works.


Read you soon! Enrico

--
GPG public key available on finger -l [EMAIL PROTECTED]


Re: Kernel 2.2 on Slink == possible && safe?

1999-11-24 Thread andreas pålsson
Hello.

Nice see that it is possible and thanks for the tip.

Looking at the URL you gave me and the installed versions of my packages
I only saw that "Util-linux" was 2.9g but 2.9t was required. Seems like
no big deal.

I have no problem in compiling and installing programs, but I would like
to stay as close to Debian's package-system as I can, instead of
installing a lot of self-compiled stuff.
This would make things _alot_ easier if the system goes down and I have
to re-install everything.

I also looked at the
"http://www.debian.org/releases/stable/running-kernel-2.2";, and there it
suggested taking packages from Potato.
But AFAIK Potato-packages uses another version of Perl and I guess there
would be quite some conflicts.

The other option is to run Potato, since I just need the base and enough
tools to compile the 2.2 kernel.
But this system _must_ be stable and I fear Potato ain't really there
yet.


Since stable of Potato most likely is not coming out before February, I
think it would be an idea to upgrade Slink to kernel v2.2 and XFree86
v3.3.5 along with the Y2K-updates.

Just my $0.02...
-- 
Regards...
Andreas

Arcady Genkin wrote:
> 
> andreas pålsson <[EMAIL PROTECTED]> writes:
> 
> > I have a Slink system which runs very fine with the 2.0.38 kernel. No
> > problems or shutdowns at all.
> > Now I want to use the 2.2.x kernel because of some features, but I want
> > to know first if it is possible to run v2.2.x kernel on a Slink system.
> > And second, which steps do I have to take to get a stable and safe
> > system?
> > Last, which kernel is recommended? 2.2.12?
> > Ideas, pointers and documentation are much welcome.
> 
> I've been running 2.2.x kernels on slink since the first 2.2
> appeared. No problems at all. As to documentation, go to
> 
> http://www.linuxhq.com/kernel2.2/change.html
> 
> --
> Arcady Genkinhttp://wgaf.dyndns.org
> "'What good is my pity? Is not the pity the cross upon which he who
> loves man is nailed?..'" (Zarathustra - F. Nietzsche)
>


Can not bind to /dev/ttyS2 with Kernel 2.2.13

1999-11-24 Thread Jonathan Markevich
I'm getting the above message when I try to use my Palm Pilot on the new
kernel.  It works fine with 2.0.36, but doesn't like the higher ones.  It
DOES recognize them at boot, however, which confuses me.  The permissions
are identical, and the devices look fine.  I have three serial ports, in
ttySx order, mouse, modem, and Pilot cradle, mouse and Pilot sharing
interrupts as a default setup would.

I caught something in the last few days about peoples' modems not working on
ttyS2 after upgrade, is it related?

Thanks.

-- 
Jonathan Markevich <[EMAIL PROTECTED]>
http://members.xoom.com/JMarkevich

You're not my type.  For that matter, you're not even my species!!!


Re: Kernel 2.2 on Slink == possible && safe?

1999-11-24 Thread Arcady Genkin
andreas pЕlsson <[EMAIL PROTECTED]> writes:

> I have a Slink system which runs very fine with the 2.0.38 kernel. No
> problems or shutdowns at all.
> Now I want to use the 2.2.x kernel because of some features, but I want
> to know first if it is possible to run v2.2.x kernel on a Slink system.
> And second, which steps do I have to take to get a stable and safe
> system?
> Last, which kernel is recommended? 2.2.12?
> Ideas, pointers and documentation are much welcome.

I've been running 2.2.x kernels on slink since the first 2.2
appeared. No problems at all. As to documentation, go to

http://www.linuxhq.com/kernel2.2/change.html

-- 
Arcady Genkinhttp://wgaf.dyndns.org
"'What good is my pity? Is not the pity the cross upon which he who
loves man is nailed?..'" (Zarathustra - F. Nietzsche)


Re: looking for prog to synchronize files via ftp

1999-11-24 Thread Arcady Genkin
Tomas Cernaj <[EMAIL PROTECTED]> writes:

> I'm desperately looking for a program that synchronizes files on
> different computers via ftp (or possibly other methods?), whenever you
> call it by hand.
> It should work like omirr (but not online...), that is, without
> something like a master directory as with rdist(1). It should sync the
> files by their time stamps.
> 
> Background: I'm working with my PC at home, but I need the files also at
> university to go on with the work. I have access to my directory at
> univ. via ftp or telnet.

rsync is exactly what you need. My situation is identical to
yours. rsync can use rlogin, or even ssh. I use it to synchronize 20Mb
directories, and the updates never take longer than a couple of
minutes (provided there are no *major* changes/additions).

It only requires that a binary of rsync be installed on both machines,
and then it takes care of the synching. It supports deleting redundant
files, ignore lists, and a wealth of other features.

http://rsync.samba.org/

-- 
Arcady Genkinhttp://wgaf.dyndns.org
"'What good is my pity? Is not the pity the cross upon which he who
loves man is nailed?..'" (Zarathustra - F. Nietzsche)


Kernel 2.2 on Slink == possible && safe?

1999-11-24 Thread andreas pålsson
Hello.

I have a Slink system which runs very fine with the 2.0.38 kernel. No
problems or shutdowns at all.

Now I want to use the 2.2.x kernel because of some features, but I want
to know first if it is possible to run v2.2.x kernel on a Slink system.

And second, which steps do I have to take to get a stable and safe
system?

Last, which kernel is recommended? 2.2.12?

Ideas, pointers and documentation are much welcome.

Regards...
Andreas
--


strange /etc/menu-methods errors, how to fix?

1999-11-24 Thread John Miskinis

Hello,

Ever since I installed enlightment (really cool), I get these
errors whenever I install anything...

Update-menus: (checking /var/lib/dpkg/lock)

debian:/home/miskinis# In file "/etc/menu-methods//enlightenment" at line 
12:

onlyrunasroot=true
   ^
Unknown identifier
/etc/menu-methods//enlightenment: Aborting

I don't have a clue as to what is wrong, or how to fix.
I saw some errors when I typed "man dpkg" a few hours ago, and
I think they were also enlighment related.  Now it can't find
the manual page for dpkg.  I think there used to be one.

John

__
Get Your Private, Free Email at http://www.hotmail.com


3dfx banshee with slink + 1/2

1999-11-24 Thread David N. Welton

I have the 'slink and a half' distribution, and I'm wondering if there
is any way to wedge a driver for the 3dfx banshee card that I have in.
I tried downloading one from 3dfxgamers.com (only rpm's... lame), but
there were some missing symbols in the binary, so it didn't work.

Any other ideas?

Thanks,
-- 
  David N. Welton -+- [EMAIL PROTECTED] -+- http://www.efn.org/~davidw  


Re: Questions about using mrtg

1999-11-24 Thread Jason Gunthorpe

On Wed, 24 Nov 1999, John Foster wrote:

> Does anyone know if mrtg can be used as a traffice analyser for a web
> site that is hosted via an ADSL connection. I want to have info
> regarding the usage of my site and want more detail than is provided by
> webalizer. I am particularly interested in monitoring connection speeds.

It is fairly easy to get bandwidth and hit rate graphs out of mrtg, I use
these scripts:

# for traffic
#!/bin/sh
awk -F '[ \t\n\:]+' -- '/eth0/ {print $3;print $11;}' < /proc/net/dev
uptime
hostname -f

# For apache
#!/bin/sh
echo 0
wget -q -O - http://127.0.0.1/server-status?auto | awk -- '/Total Accesses:/ 
{print $3*100}'
uptime
hostname -f

And invoke them from mrtg like:

Target[master.eth0]: `/usr/local/bin/mrtg-ip-acct`

Jason


Questions about using mrtg

1999-11-24 Thread John Foster
Does anyone know if mrtg can be used as a traffice analyser for a web
site that is hosted via an ADSL connection. I want to have info
regarding the usage of my site and want more detail than is provided by
webalizer. I am particularly interested in monitoring connection speeds.
Any thoughts??
-- 
AdVance-Computing Systems

We sell fine quality servers and workstations.
We specialize in multiprocessor units. 
We install Debian Linux at no extra charge!

John Foster
[EMAIL PROTECTED] 
ICQ# 19460173


.bin files

1999-11-24 Thread Oki DZ
Hi,

Is there any way to merge (cat) all the .bin files of the floppy
distribution to a file?
Well, cat can be used, but is it the way how to do it?
If it isn't, can each .bin be mounted using -loop option? What is the
filesystem on the image file?

Oki


Re: kern.log error/hdb: irq timeout

1999-11-24 Thread ktb
Sorry for the post I see there are a million messages about this in the
archives.  I just panicked.  I am using a brand new IDE Western Digital
HD (6.4 gig one) if anyone has any specific info about this HD and the
error please let me know.
Thanks,
kent



ktb wrote:
> 
> I'm getting these errors listed below.  When these errors show up on my
> xconsole my screen is frozen for some time and then recovers.  My X
> environment is acting like Windows does sometimes:(  I hate this.
> Anyway I was wondering if anyone knew what is going on here and how I
> can fix this?  I just installed a new HD and reinstalled Slink.
> Thanks,
> kent
> 
> 
> Nov 23 23:08:19 xyf kernel: hdb: irq timeout: status=0xd0 { Busy }
> Nov 23 23:08:24 xyf kernel: ide0: reset: success
> Nov 23 23:13:40 xyf kernel: hdb: irq timeout: status=0xd0 { Busy }
> Nov 23 23:14:10 xyf kernel: ide0: reset timed-out, status=0xd0
> Nov 23 23:14:10 xyf kernel: hdb: status timeout: status=0xd0 { Busy }
> Nov 23 23:14:10 xyf kernel: hdb: drive not ready for command
> Nov 23 23:14:21 xyf kernel: ide0: reset: success
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


kern.log error/hdb: irq timeout

1999-11-24 Thread ktb
I'm getting these errors listed below.  When these errors show up on my
xconsole my screen is frozen for some time and then recovers.  My X
environment is acting like Windows does sometimes:(  I hate this. 
Anyway I was wondering if anyone knew what is going on here and how I
can fix this?  I just installed a new HD and reinstalled Slink.
Thanks,
kent

  
Nov 23 23:08:19 xyf kernel: hdb: irq timeout: status=0xd0 { Busy } 
Nov 23 23:08:24 xyf kernel: ide0: reset: success 
Nov 23 23:13:40 xyf kernel: hdb: irq timeout: status=0xd0 { Busy } 
Nov 23 23:14:10 xyf kernel: ide0: reset timed-out, status=0xd0 
Nov 23 23:14:10 xyf kernel: hdb: status timeout: status=0xd0 { Busy } 
Nov 23 23:14:10 xyf kernel: hdb: drive not ready for command 
Nov 23 23:14:21 xyf kernel: ide0: reset: success


Re: pppconfig and multiple AT commands for modem initialization

1999-11-24 Thread David Karlin
On Tue, Nov 23, 1999 at 07:09:01PM -0800, Eric G . Miller wrote:
> I have in /etc/chatscript/provider
> 
> 
> "" ATZ
> OK ATLO
> OK ATDTxxx
> CONNECT \d\c

Thanks, this is exactly what I need.

-- 
David Karlin
mailto:[EMAIL PROTECTED]
Powered by Debian GNU/Linux 2.1


Re: potato and 2 processors

1999-11-24 Thread claw
On Tue, 23 Nov 1999 11:43:18 -0200 (EDT) 
Mario Olimpio de Menezes <[EMAIL PROTECTED]> wrote:

> How good is potato, mainly 2.2.x (x>= 13), in SMP?  I means: how
> stable is it? (kernel and potato) with this config.  

I have 3 MP machines running potato as servers currently, down from
a previous high of 6.  Unsurprisingly none have evidenced any
problem not generic to Linux at those kernel revs on MP machines.

-- 
J C Lawrence Home: [EMAIL PROTECTED]
--(*)  Other: [EMAIL PROTECTED]
--=| A man is as sane as he is dangerous to his environment |=--


Re: VPN without CisCO or Red CreeK

1999-11-24 Thread claw
On Tue, 23 Nov 1999 18:02:10 +0200 
Denis J Cirulis <[EMAIL PROTECTED]> wrote:

> Hi there !  I have to make VPN like :

>  [ LAN-A ] ---> Linux router/VPN gateway -> leased line <- Linux
> router/VPN gateway <- [ LAN B ] Is here poeple who had made such a
> VPN using only Linux without special VPN hardware ?

Many.  Possible options enclude:

  IPSec/FreeSWAM
  PPP over SSH
  VPNd

A quick web search encluding Freshmeat should point you most places
you need to go.

-- 
J C Lawrence Home: [EMAIL PROTECTED]
--(*)  Other: [EMAIL PROTECTED]
--=| A man is as sane as he is dangerous to his environment |=--


Re: recommend mp3 encoder

1999-11-24 Thread Sean Johnson
I used to compress @ 224 or 256 kbps with bladeenc, but now that I've
been using lame instead, I encode at 128 kbps and end up with files that
are quite a bit smaller and sound just as good. Lame also allows for
variable rate encoding which for many songs lets me drop the bitrate
down to 112 kbps and still maintain the same audio quality.  

Sean


Stephan Hachinger wrote:
> 
> Hello!
> 
> IMHO, encoding with more than 128 kbps makes sense. I use bladeenc, which
> offers much better sound quality at 160 or 256 kbps. At 128, I can hear the
> blips clearly (maybe because of BladeEnc).
> 
> Kind Regards,
> 
> Stephan Hachinger
> 
> - Original Message -
> From: Martin Fluch <[EMAIL PROTECTED]>
> To: Arcady Genkin <[EMAIL PROTECTED]>
> Cc: 
> Sent: Monday, November 22, 1999 9:55 PM
> Subject: Re: recommend mp3 encoder
> 
> > -BEGIN PGP SIGNED MESSAGE-
> >
> > On Mon, 22 Nov 1999, Thomas Keusch wrote:
> >
> > > On Sat, Nov 20, 1999 at 03:55:55PM -0500, Arcady Genkin wrote:
> > >
> > > > I'm looking for the highest compression quality possible. I don't care
> > > > about speed (nor about interface) at all. Is there anything
> compareable
> > > > to Fraunhoffer encoder under win32 for Linux?
> > > >
> > > > I'll be encoding wavs into 256 KBps mp3's.
> >
> > AFAIK encoding with mor then 128kBps doesn't make sense, since there is no
> > significant change in quality anymore...
> >
> > Martin
> >
> > - --
> > Where do you want to go today? - As far from Redmond as possible!
> >
> > For public PGP-key: finger [EMAIL PROTECTED]
> >
> > -BEGIN PGP SIGNATURE-
> > Version: 2.6.3ia
> > Charset: noconv
> >
> > iQCVAwUBODmt4rCGSMW7I2etAQH8AwP/apwHnq0iruGDQkGLpAV25oOJl817HG+i
> > zHM9F8NSVXcYLMLSDUGrWNRLblNSvFAgJP51dVHx7DwRKJyM5At6DUY0zg7KZypV
> > /209yINlzG5pGf/a0Jmq51rnBnKg1fgj/0/P1M2UufNwNZqeZTjiad4NECVjvlbN
> > ONHcQ1SKNoE=
> > =UOQ1
> > -END PGP SIGNATURE-
> >
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
> /dev/null
> >
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


  1   2   >