Re: setting memory limits for ssh and xdm logins

2000-10-03 Thread Dan Christensen
Ethan Benson <[EMAIL PROTECTED]> writes:
> On Mon, Oct 02, 2000 at 10:36:39PM -0400, Dan Christensen wrote:
> > I have put limits in /etc/security/limits.conf to prevent a user from
> > bringing down my machine by using up all the memory, and I have
> > uncommented the line
> > 
> > sessionrequired   pam_limits.so
> > 
> > in /etc/pam.d/login so that this is read.  When I log in using
> > a virtual terminal this works perfectly, but these settings are
> > ignored by both ssh and xdm logins.
> > 
> > Moreover, the tcsh limit command and the bash ulimit command are
> > also ignored, in all cases.
> 
> sprinkle ulimit commands in /etc/X11/Xsession

Ahh, you are right, that solves the xdm problem.  ulimit -v is what I
wanted.  I missed this because I use tcsh which doesn't seem to have
an analog of this limit using its built-in limit command.  Is there a
way to set a limit on virtual memory use within tcsh?

And is there a natural place to put a ulimit -v command for ssh logins?
Somewhere that can't be overridden by users and which works for users
who use tcsh?

Thanks for the help!

Dan

-- 
Dan Christensen
[EMAIL PROTECTED]



Re: MX300

2000-10-03 Thread loki
On Mon, Oct 02, 2000 at 04:41:42PM -0700, ObeseWhale wrote:

> Do any of you have a Diamond Monster Sound MX300 or other
> au8830-based sound card working in Potato?  I tried doing make
> install on the latest public release from linux.aureal.com and I
> get an error...  Error 1 in particular.

I have 1.1.1 working fine here on my potato box with an MX300.
Didn't encounter any problems.  Maybe if you post more detail about
the error..?



-- 
loki
[EMAIL PROTECTED]

Dare I disturb the universe?  You bet I do! :)



Re: Can not allocate colormap

2000-10-03 Thread Johann Spies
On Mon, Oct 02, 2000 at 10:49:24AM -0400, Michael P. Soulier wrote:
> On Mon, Oct 02, 2000 at 04:43:59PM +0200, Johann Spies wrote:
> > I get the following message when I run gvim or gv (maybe other
> > applications also) on gnome (slink version):
> > 
> > Warning: Cannot allocate colormap entry for "gray71"
> > Warning: Cannot allocate colormap entry for "AntiqueWhite3"
> > Warning: Cannot allocate colormap entry for "AntiqueWhite2"
> > Warning: Cannot allocate colormap entry for "AntiqueWhite4"
> > Warning: Cannot allocate colormap entry for "gray78"
> > Warning: Cannot allocate colormap entry for "gray85"
> > Warning: Cannot allocate colormap entry for "#D3B5B5"
> 
> files=`ps aux | grep netscape | grep -v grep`
> for i in $files
> do
> kill -9 $i
> done
> 
> Or start netscape with the -install option. ;-)

I can not see how that can rectify the situation.  I get this problem
without netscape or any other colour intensive application running.

Johann

-- 
J.H. Spies - Tel/Faks +27-21-876-2337 Sel/Cell +27-82 898 1528
 "Set your affection on things above, not on things on 
  the earth."  Colossians 3:2 



install-info error when installing package

2000-10-03 Thread Alan Davis
One of the most usual errors I have received over the years when installing
debian packages has been the failure of install-info.   
  
So what is the solution?

The problem is an error in both prerm and postinst scripts when running
install-info.  

Thanks in advance.  

Alan Davis
-- 
[EMAIL PROTECTED]  1-670-235-6580
Alan E. Davis,  PMB 30, Box 10006, Saipan, MP 96950-8906, NMI

 I have steadily endeavored to keep my mind free, so as to give up any
 hypothesis, however much beloved -- and I cannot resist forming one on
 every subject -- as soon as facts are shown to be opposed to it.  
  -- Charles Darwin (1809-1882)

 Madmen in authority, who hear voices in the air, are distilling their
 frenzy from some academic scribbler of a few years back.
   -- John Maynard Keynes
 



Re: setting memory limits for ssh and xdm logins

2000-10-03 Thread Ethan Benson
On Tue, Oct 03, 2000 at 01:09:40AM -0400, Dan Christensen wrote:
> 
> Ahh, you are right, that solves the xdm problem.  ulimit -v is what I
> wanted.  I missed this because I use tcsh which doesn't seem to have
> an analog of this limit using its built-in limit command.  Is there a
> way to set a limit on virtual memory use within tcsh?

well im making assumptions here, but since Xsession is run with bash
(as i changed it to do) and the limits are set there, they SHOULD
apply to any child processes, including the windowmanager and any
processes it spawns, such as terms and the shells they run.  so even
if tcsh does not have a limit command it should still be subject to
the resource limits in effect by parent processes.  (netscape does not
have a limit command either but is still subject to my limits in
/etc/X11/Xsession) 

as for the console, login should set these limits before it runs your
shell via pam_limits.so

> And is there a natural place to put a ulimit -v command for ssh logins?
> Somewhere that can't be overridden by users and which works for users
> who use tcsh?

add 

sessionrequired pam_limits.so

to /etc/pam.d/ssh

this will work with OpenSSH.  

pam_limits is shell agnositic since it sets the limits before the
shell is even spawned.

-- 
Ethan Benson
http://www.alaska.net/~erbenson/


pgpF9rY17Vnnl.pgp
Description: PGP signature


Runaway printer!

2000-10-03 Thread Glyn Millington

Can you help me with a runaway printer?  (Canon BJ200, using
Potato and with apsfilter).  Somehow, being careless, I have
managed to put a huge (around 1mb) file into the printer queue;
and I cannot stop the SOAB from printing, reams and reams of
Postscript code.

I've switched it off and tried "lprm" both  as user and as root;
I located the folder in /var/spool/lp where the job was being
sourced and removed the two files and the lockfile that applied
to that task - that approach did the trick n Mandrake but not
with debian - STILL it keeps printing.  I have tried "killing"
lpd while the thing is printing...

There must be a cheaper way than lettinmg the thing run through
two ink cartridges.  Can anyone tell me how?

Thanks in advance,

Glyn M

-- 
   **
   * "The soul is greater than the hum of its parts. "  *
   * Douglas Hoftstatder*
   **



Re: Canon BJC-1000 problem

2000-10-03 Thread loki
On Sun, Oct 01, 2000 at 01:16:51AM -0700, Willy Lee wrote:

> There was already a line there appearing to do the same thing, but
> using enscript instead of a2ps.  
> 
> Now the problem is worse: after fiddling with it a bit and restarting
> lpd several times, I get this error:
> 
> geldar:~# a2ps dbootstrap_settings
> [dbootstrap_settings (plain): 1 page on 1 sheet]
> lpr: connect: Connection refused
> jobs queued, but cannot start daemon.
> [Total: 1 page on 1 sheet] sent to the default printer
> geldar:~# lpq
> waiting for lp to become ready (offline ?)
> Rank   Owner  Job  Files Total Size
> 1stroot   11   (standard input)  14164 bytes
> 
> I wonder if apsfilter, lprng, or CUPS would be better choices...
> anyone have any experience with them?  The guy who wrote the
> Printing HOWTO seems to think they are better...

Firstly, does printing of other formats (eg. Postscript) work?  If
so, I guess it's just that particular magicfilter line.  If you
can't print anything, check your /proc/parport/0/hardware to make
sure you have one.

A friend of mine had this problem and I only solved it for her
today.  Basically we purged lprng and then reinstalled it, then
reran magicfilterconfig afterwards.  If you can't find other reasons
why it doesn't work, this is worth a try.



-- 
loki
[EMAIL PROTECTED]

Dare I disturb the universe?  You bet I do! :)



Re: mounting /home?

2000-10-03 Thread Willy Lee
"Dale" == Dale Morris <[EMAIL PROTECTED]> writes:

> This is probably embarassingly simple, but I'd better ask.. I'm
> thinking of doing a reinstall of 2.2 and would like to use my
> existing /home directory. That will allow me to keep lots of
> existing info. I tried this once before w/ Redhat but it didn't work
> right after the reinstall.  Do I just do a regular install *not*
> mounting the /home partition? After the install, how do I get the
> /home partion mounted? Can I just copy my /etc/fstab file and /home
> will mount automatically?  thanks

I just installed Debian 2.2 just over a week ago.  I managed to keep
my old /home partition from a previous RH install.  It was actually
pretty easy.

I took note of what partition was already mounted as /home (in my
case, /dev/hda7).  During the partitioning phase of installation,
Debian noted that I had existing ext2 partitions, and gave me the
option to make new partitions or mount the existing ones.  I chose the
options (can't remember the exact wording) that meant make filesystems
on most partitions (I think the phrase was "Initialize"), while
mounting /dev/hda7 as /home (perhaps the phrase was "Activate").

Actually the real sequence of events was a little more complicated
because it involved installing a new hard drive at the same time and
copying the contents of /home to a larger partition, but I'm positive
that it was close enough that the above should work fine.

=wl
-- 
Albert ``Willy'' Lee, Emacs user, game programmer
"They call me CRAZY - just because I DARE to DREAM of a RACE of 
SUPERHUMAN MONSTERS!"



RAM problems

2000-10-03 Thread Vincent Perdrix
Hi everyone.

I just managed to get "Potato" but it seems that I have a
problem with my RAM.

I currently have 192M installed in my AMD/Athlon 700 Box.
Of course I added the correct line, ie: append="mem=192M"
in lilo.conf and ran /sbin/lilo.

Linux swap partition: >600 MB

Everything was fine, for 2-3 minutes after the command
prompt appeared. cat /proc/meminfo would show me that
indeed 192MB were recognized. X starts just fine, but for
no reason, the system crashes. I then have to violently
reboot my box (I choosed Debian to precisely avoid that!),
and it won't reboot correctly: the disks partitions are
definitely corrupted ie: Repartitioning of the Hard Drive +
re-installation (I know it's not the best way to solve
that).

The strangest thing is that the systems worked just fine
with 192MB installed but without the correct "append" line
in lilo.conf.

Removing 64MB of SDRAM and adding append="mem=128M" in
lilo.conf lead to the same results: system crash.

-Just to be sure, I tried to install a RedHat 6.2 and got
the same problems-

Shall I accuse my SDRAM, or my Mainboard, shall I accuse
Murphy or did I miss something important?

Thanks for your help.
__
Boîte aux lettres - Caramail - http://www.caramail.com



Re: Ati Rage Furo Pro 128

2000-10-03 Thread Willy Lee
"stefan" == stefan goeman <[EMAIL PROTECTED]> writes:

> Hello, I installed Debian GNU/Linux (potato). All went well except
> for the setup of my X environement.

> I have a Ati Rage Furo Pro 128 graphics card. (ASIC Type: Rage 128
> Pro ASIC ID: 5046 Bus type: AGP Mem Size: 16 Mb SDR SGRAM 1:1
> /SDRAM)

> I have the impression this is not supported by Xfree86-3.3.6?
> Anybody any idea how I should install this card under Xfree86-3.3.6
 
I am not sure if the Rage 128 Pro is the same as the Rage 128 AGP that
I have, but I think it should be fine.  If you go to the XFree86 site,
and look at the supported cards list for 3.3.6, they mention Rage
128.  It needs to use the SVGA server, and in the "Device" section of
your XF86Config, have a line like:

Section "Device"
Identifier  "r128"

XF86Setup had an option for the Rage 128, if I recall correctly, the
only thing I had to add was change the Identifier line.  It's worked
perfectly ever since. 

> Or should I try to install Xfree86-4.0 or Xfree86-4.0.1 ?  If so,
> can I find some debain packages somewhere?

I believe the XFree86 site mentions that the Rage 128 has 3d accel
support under the 4.0* versions, using DRI.  I haven't tried that yet
however.

=wl

-- 
Albert ``Willy'' Lee, Emacs user, game programmer
"They call me CRAZY - just because I DARE to DREAM of a RACE of 
SUPERHUMAN MONSTERS!"



ATI Rage Fury Pro 128

2000-10-03 Thread stefan goeman
Hello,

I installed Debian GNU/Linux (potato). All went well except for the setup of my 
X environement.

I have a ATI Rage Fury Pro 128 graphics card
(ASIC Type: Rage 128 Pro
ASIC ID: 5046
Bus Type: AGP
Mem Size: 16 Mb  SDR SGRAM 1:1 /SDRAM)

I have the impression that this card is not supported by XFree86-3.3.6?
Anybody any idea how I should install this card under XFree86-3.3.6?

Or should I try to install XFree86-4.0.1?
If so, can I find some debian packages somewhere?


Greetings,

Stefan Goeman.
-- 

* SIEMENS ATEA NV  *
*  *
*  ICN D NC A: *
*Ir. Stefan Goeman *
*Tel: +32 14 253020*
*e-mail: [EMAIL PROTECTED] *
*  *
*  P.S.: Linux is great!!  *





Re: RAM problems

2000-10-03 Thread George Bonser
> 
> The strangest thing is that the systems worked just fine
> with 192MB installed but without the correct "append" line
> in lilo.conf.
> 

Which kernel are you running? 

Remove the line from lilo.conf, rerun lilo, reboot and see what
cat /proc/meminfo says.

If you are running 2.2-Linux or better, no need to put the mem line in
there.





Re: Canon BJC-1000 problem

2000-10-03 Thread Willy Lee
"loki" == loki  <[EMAIL PROTECTED]> writes:

> Firstly, does printing of other formats (eg. Postscript) work?  If
> so, I guess it's just that particular magicfilter line.  If you
> can't print anything, check your /proc/parport/0/hardware to make
> sure you have one.

Hm, I don't have anything in /proc/parport... in fact I don't have a
/proc/parport directory at all.  This would seem to be bad

> A friend of mine had this problem and I only solved it for her
> today.  Basically we purged lprng and then reinstalled it, then
> reran magicfilterconfig afterwards.  If you can't find other reasons
> why it doesn't work, this is worth a try.

You mentioned in an earlier message something about BIOS settings?  Do
you think that has something to do with it?

I think I shall have to sit down and read up on parallel port stuff.
I didn't even know until a couple days ago about the parport stuff,
I'd only heard of /dev/lp0 etc

Thanks loki, and John, for your help!

=wl

-- 
Albert ``Willy'' Lee, Emacs user, game programmer
"They call me CRAZY - just because I DARE to DREAM of a RACE of 
SUPERHUMAN MONSTERS!"



Re: 3c509 troubles

2000-10-03 Thread Stephan Hachinger
Hello!

Maybe, it could be a "normal" hardware resource conflict. But, why is the
module loaded properly although the card has a conflict? I think, the card
has a resource conflict, but the 3c509 module doesn't detect it. When
ifconfig wants to configure the interface, it therefore cannot succeed. Hmm,
as I said, the card works absolutely ok in pnp mode in my machine, but if
you use jumperless, but non-pnp mode, you maybe have to assign the resources
to this isa card in bios. In pnp mode, it could be possible that it has to
be configured with isapnp (but not at my machine :)). Just write me some
more about your hardware settings, maybe some interrupt and i/o listings
from /proc and we'll see.

Regards,

Stephan Hachinger



- Original Message -
From: "Jan- Hendrik Palic" <[EMAIL PROTECTED]>
To: "Stephan Hachinger" <[EMAIL PROTECTED]>
Sent: Monday, October 02, 2000 9:37 PM
Subject: Re: 3c509 troubles


>
>
> Stephan Hachinger schrieb:
> >
> > Hello!
> >
> > I've also got a 3c509b and it works fine. I switched on PnP mode in the
> > DOS-based "3com utilites" setup program and then you don't really have
to do
> > anything complicated any more, because the bios automatically assigns
> > irq/dma. Perhaps, there's just another pnp card using the interrupt of
the
> > 3com and this could be changed by switching the 3com to pnp. And: You've
got
> > to compile and install the kernel module for 3c509, it normally is able
to
> > autodetect irq, i/o etc.. For the irq etc... configuration, you could
use
> > isapnp, but it doesn't seem to be necessary for this card. I never used
> > linux 3c...setup in my life.
> >
> Hi Stephan...
>
> I've the card, too. My problem is, that, the module for this card is
> loaded succesfully and dmesg says:
>
> eth0 3c509 
>
> so, I thing, the device eth0 is enabled.
>
> But:
>
> "ifconfig etho 192.168.252.10 netmask 255.255.255.0" returns, that the
> resources is temprarily in use!
>
> But why..
>
> any suggestions?
>
> thnx
>
> Jan
>
> PS.:
>
> Please sent a cc to my private adress: [EMAIL PROTECTED], thnx..
>
>
> --
> ---Aus dem Noc---
> Jan- Hendrik Palic
> Mail: [EMAIL PROTECTED]
> Url : http://www.billgotchy.de
> PGP : Key:  2048bit id: 9AEF805D create: 2000/03/28
>   Sign: Jan- Hendrik Palic <[EMAIL PROTECTED]>
>   Fingerprint = C7 CE E3 16 10 B8 DE B8  8D 54 03 E6 E7 1A 16 6C
>



Re: Re[1] RAM problems

2000-10-03 Thread George Bonser

> Current kernel: 2.2.17
> If I don't add the 'append' line to lilo.conf and run
> /sbin/lilo after rebooting, a cat /proc/meminfo will
> display that I have 64MB of RAM when 192MB are physically
> installed.

Hmmm, are you SURE?

Maybe you dont HAVE more that 64MB even though you THINK you do.

I have not had to add a mem line since I upgraded from 2.0 to 2.2 and it
works just fine here. That would also explain why it crashes when you try
to tell it you have more.

Get into the BIOS on boot. How much RAM does the BIOS say you have?











Re: partitions and lilo

2000-10-03 Thread Gil Elad
5 OS's ?!
WOW good luck!
you might have a problem loading some of them, though, if they start
after the 1024th cylinder (roughly 8.5 GB). The BIOS won't be able to
see your kernel image after that.
If they're all linuces (that's plural for linux) try partitioning only
the root partition (no more than 50 MB) for each version, but mounting
the same /usr and /home partitions for all of them. That way you can
squeeze as many root partitions as you like before the 1024 cylinder
mark and leaving the hefty /usr and /home partitions for last, to be
mounted after the kernel has been loaded (at which point the 1024
cylinder barrier disappears).
This idea is just off the top of my head. I don't know if it'll work if
you use different distros ( i'm relatively new to linux too).
As for primary vs. extended partitions - I'd recommend putting all your
linux partitions (except maybe your swap partition) in one extended
partition. IDE drives can have 63 logical partitions in one extended
one, but only 4 primary ones (with SCSI the number shrinks to 12, but
that's still plenty).

Try reading the partition mini-HOWTO at  
http://www.linuxdoc.org/HOWTO/mini/Partition/index.html

or the large disk HOWTO at

http://www.linuxdoc.org/HOWTO/Large-Disk-HOWTO.html

good luck

GIL


Jaye Inabnit ke6sls wrote:
> 
> Hello,
> 
> Am doing project here loading up many versions of linux. I wish to
> use my 20gb hd. All was going well until I reached the 4 primary partition
> mark - and fdisk said no in no uncertain terms and complained that I
> should wack a partition and build an extended partion.
> 
> I won't bore the list with details, but I have no good "howtos" on my deb
> box - does anyone know where I can find a good resource on partitioning
> drives for say 5 or more OS's? Would like to keep working away on this
> as it has been a great learning experience.
> 
> tia - regards
> 
> Please - reply to: [EMAIL PROTECTED]
> 
> tatah
> 
> --
> 
> Jaye Inabnit, ARS ke6sls e-mail: [EMAIL PROTECTED]
> 707-442-6579 h/m 707-441-7096 p
> http://www.qsl.net/ke6slsICQ# 12741145
> This mail composed with kmail on kde on X on linux warped by debian
> If it's stupid, but works, it ain't stupid.
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: procmail recipe to detect fetchmailed addrs?

2000-10-03 Thread Damon Muller
Hi will,

Quoth will trillich, 
> i meant, procmail. it only FEELs like prickmail.

While this probably isn't exactly what you are asking for, I believe
maildrop and reformail will do what you want. Though I have never tried
it, there is an example in the maildrop man page that seems very similar
to this (the actual example is of a vacation-type responder, but the
concept is pretty similar to what you want).

While procmail is certainly the most commonly used MDA around here,
judging from the list, I quite like maildrop. It natively supports
Maildir, and the rules are very simple to work out, using bog-standard
regex's. It also has a very comprehensive set of man pages and is under
active development. It's also a debian package, so no pain installing
it.

cheers,

damon

-- 
Damon Muller  | Did a large procession wave their torches
Criminologist/Linux Geek  | As my head fell in the basket,
http://killfilter.com | And was everybody dancing on the casket...
PGP (GnuPG): A136E829 |  - TBMG, "Dead"


pgpstmNicpkSp.pgp
Description: PGP signature


RE: ps2pdf and LaTeX's seminar style

2000-10-03 Thread Stephenson, Paul
Douglas Bates <[EMAIL PROTECTED]> wrote:

> I have created a presentation in LaTeX using the seminar style.  I use
> landscape orientation for the slides.  The room where I want to give
> the presentation has a computer running Windows with Acrobat Reader
> available.  I would like to convert the slides to PDF and use the
> full-screen feature of Acrobat to display them.
> 
> My difficulty is that ps2pdf does not follow the papersize hints.  The
> resultant PDF file is rotated 90 degrees when I try to view it.

Just a thought: have you tried generating PDF directly from the LaTeX
source with pdflatex?  I have no idea whether this will solve your
problem, but it might be worth a try.

Regards,

Paul



No lyx mini-window in WindowMaker

2000-10-03 Thread G.Angely
Hello, this is a WindowMaker specific question
(potato or woody version)

LyX parameters are handle in a strange way by WindowMaker:
While a mini-window appears the first time lyx is run,
there in no way to post-generate a mini-window for LyX in WindowMaker.

My problem: I lose the default mini-window I docked, and can not find a
way to re-create it.
I should use the parameters window, but when it is opened (named
lyx.XForm), the "application specific" parameters tag remains shaded.

Did somebody could help me with any advice?

Thank you in advance,

Gaetan A.






Re: I'm afraid I've been cracked.

2000-10-03 Thread Preben Randhol
Steve Juranich <[EMAIL PROTECTED]> wrote on 28/09/2000 (00:57) :
> Well, I wasn't paying a whole lot of attention and I had every unnecessary
> port closed... or so I thought.  I was still running the portmapper.  So
> when I ssh'd home today and nmapped myself, a couple of mysterious processes
> popped up.
> 
> To begin with: I nmapped my box and saw, much to my dismay:
> 
> PortState   Protocol  Service
> 22  opentcpssh 
> 111 opentcpsunrpc  
> 515 opentcpprinter 
> 1527opentcptlisrv  
> 6000opentcpX11 

If you go to http://www.snort.org under Port Search you can find out
what the ports are used for.

It says oracle for 1527, but nothing for 2027

> I plan on removing nntp from my box immediately, since I don't use my box as
> a server in any way.  Can anybody please explain to me what's going on?
> Has my box been compromised?  What do I do?

Whipe the disc(s) clean and reinstall. Install snort + possibly firewall.
Then set in /etc/hosts.deny :
ALL: ALL

and in /etc/hosts.allow you put in the addresses you trust.

It's a start at least.
-- 
Preben Randhol - Ph.D Student -  http://www.pvv.org/~randhol/ ._.
Debian 2.2 |"Don't think about domination, think about freedom,  / _,\
Potato | it doesn't dominate." - Richard M. Stallman| (_./
GNU/Linux  | To learn more visit => http://www.debian.org/   \,



Updated check-debian-cd

2000-10-03 Thread Francesco Potorti`
check-debian-cd is a shell script for quick checking of Debian CD images
after  having burnt them,  and for  checking of  Debian CD  images after
having rsync'ed them.  It is released under GNU GPL.  Simple usage:

   check-debian-cd
looks in /dev/cdrom and cheks the disc.  Or:

  check-debian-cd binary-i386-1_NONUS.iso
checks the image.  You can give any number of images as arguments.

Checking is  done using  the md5sum program,  and comparing  the results
with an  internal database of  sums.  The program  automatically detects
the  image, because  the internal  database contains  signatures  of the
Debian CDs.   If the  signature is not  found in the  internal database,
check-debian-cd  looks in  the  current and  parent  directories for  an
MD5SUMS file (or  one can be provided with an  option), and compares the
hash generated by md5sum with all those found in the MD5SUMS files.

Comments  and  bug  reports  welcome.   The  latest  version  is  always
available  at  ftp://fly.cnuce.cnr.it/pub/software/unix/check-debian-cd.
Please note that I am not on debian-user.



Console didn't wake up from blank

2000-10-03 Thread Christian Pernegger
Hello,

when I came home this afternoon I was rather looking forward to reading
my e-mail - only to find out that my two ttys wouldn't wake up and rather
stay blanked.

Unfortunately I did not try to shut the machine down via ctrl-alt-del
but panicked and brought it down via sysreq. I couldn't find anything
unusual in any of the logs.

I realize I don't have much to go on - I just hope this is some known
phenomenon, otherwise it'll stay a mystery.

Thanks,

Christian

PS: This is Debian 2.2, Linux 2.2.17 w/o APM.



Listing only the package names with dpkg?

2000-10-03 Thread Preben Randhol
I'm trying to list out all the packages I have installed on my system.
I can do a dpkg -l, but I only want the package names not the rest, as
I'm going to use the package names.

dpkg -l gives:

ii  xfonts-scalabl 3.3.6-2scalable fonts for X
ii  xfree86-common 3.3.6-10   X Window System (XFree86) infrastructure

I would like to have:

xfonts-scalable_3.3.6-2
xfree86-common_3.3.6-10
etc...

I've been looking through the man page, but I cannot find out how to
achieve this.

-- 
Preben Randhol - Ph.D Student -  http://www.pvv.org/~randhol/ ._.
Debian 2.2 |"Don't think about domination, think about freedom,  / _,\
Potato | it doesn't dominate." - Richard M. Stallman| (_./
GNU/Linux  | To learn more visit => http://www.debian.org/   \,



big problem !

2000-10-03 Thread Pep Ciuraneta
hello all !

i've got a big problem with my new Debian 2.2.

yesterday, i want to add a new 3GB hard disk into my system (P120, 64MB,
3GB) substituting an old 540MB HD (my /tmp). i did it without problems,
and partitioned it into three primary partitions: 1.- 2GB, 2.- 200MB 3.-
800MB.

i intended de first one to be the new /home with quotas enabled, the
second one the new /var and the third one the new /tmp. i formated them
and made the changes into fstab. finally i copied the original
directories into the new partitions and rebooted the system and  ups
!  the system gets locked trying to load the postgreSQL service.

seeing this, i reverted the situation, installing again the old 540 MB
hard disk as /tmp, but the system still gets locked at the same point.

now my question is ... can anyone tell me why? maybe i made a mistake at
some point, but i cannot figure where :_(

please i need help about this.

i don't want to bore everybody reading the list with my problem, so you
can answer directly to my e-mail address [EMAIL PROTECTED] , thank you very
much.

-- 
..PEP CIURANETA SANCHEZ..Linux registered user 123250..
. Programador de l'Area de Servei CS3  . Tel: (+34) 93.401.7715   .
. Edifici U - Despatx 407  . Fax: (+34) 93.401.5855   .
. Universitat Politecnica de Catalunya . Mail to: [EMAIL PROTECTED]  .
..C/ Pau Gargallo 5 08028..

smime.p7s
Description: S/MIME Cryptographic Signature


Re: Listing only the package names with dpkg?

2000-10-03 Thread Colin Watson
Preben Randhol <[EMAIL PROTECTED]> wrote:
>I'm trying to list out all the packages I have installed on my system.
>I can do a dpkg -l, but I only want the package names not the rest, as
>I'm going to use the package names.

  dpkg --get-selections | cut -f1

... or, if you need the version numbers too:

  dpkg -l | grep ^ii | sed 's/^[^ ]* *\([^ ]*\) *\([^ ]*\).*/\1_\2/'

'man 7 regex' for documentation on regular expressions.

-- 
Colin Watson [EMAIL PROTECTED]



Re: Listing only the package names with dpkg?

2000-10-03 Thread Christopher W. Aiken
On Tue, 3 Oct 2000, Preben Randhol wrote:

-|I'm trying to list out all the packages I have installed on my system.
-|I can do a dpkg -l, but I only want the package names not the rest, as
-|I'm going to use the package names.
-|
-|dpkg -l gives:
-|
-|ii  xfonts-scalabl 3.3.6-2scalable fonts for X
-|ii  xfree86-common 3.3.6-10   X Window System (XFree86) infrastructure
-|
-|I would like to have:
-|
-|xfonts-scalable_3.3.6-2
-|xfree86-common_3.3.6-10
-|etc...
-|
-|I've been looking through the man page, but I cannot find out how to
-|achieve this.
-|

I'm new to Debian (not to Linux/UNIX) but you could pipe the
results through "cut".  For example:

dpkg -l | cut -c 5-30 > my_log_file

This will output only columns 5-30 of the output.

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



Re: Konsole session switching...

2000-10-03 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE-

Heh, all these list newbies thinking you're asking about VT switching
don't realize that you've probably been on this list since before they
heard of Linux.  8^)

In any case, switching sessions in Konsole is done with + or .

noah

On Mon, 2 Oct 2000, Steve Lamb wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Monday, September 11, 2000, 3:05:16 AM, USM wrote:
> > I don't know about switching between sessions, but you can
> > switch between 6 consoles using Alt-F1 through Alt-F6 on
> > the same machine on console.
> 
> Konsole, with a K, as in KDE's terminal emulator.  Thanks for the attempt
> though, I do appreciate it.  :)
> 
> - --
>  Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
>  ICQ: 5107343  | main connection to the switchboard of souls.
> - 
> ---+-
> 
> -BEGIN PGP SIGNATURE-
> Version: PGP 6.5i
> 
> iQA/AwUBOdjcDXpf7K2LbpnFEQIZlQCg8HaFbWJnud++wv/R79+GsuqOklMAn0y2
> zMRS/Xlu58dX1gTzxMN37K7m
> =Q5kV
> -END PGP SIGNATURE-
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 

-BEGIN PGP SIGNATURE-
Version: PGPfreeware 5.0i for non-commercial use
Charset: noconv

iQCVAwUBOdnTE4dCcpBjGWoFAQE1gwP9GDXP5GhmkqIlxI9VasrzEzb9KzCqQhP7
gra+LeY0MVCCVEGnoCVyn3ZPJRguaT00yyh8hFbla/ZyDHXEsMV9Y++A4mn5wGiF
XV3cqhYQPcxZAOCl9dhTaew8WcXwlHlXPGGyI8YEVKgzGUK+H5Rp6YFgCHXoDcgb
Z0mJS70DyTQ=
=2EXh
-END PGP SIGNATURE-



Re: debian: dos2unix and unix2dos utilities.

2000-10-03 Thread judd
On  2 Oct, Philipp Lehman wrote:
> On Mon, 2 Oct 2000, Brendan J Simon <[EMAIL PROTECTED]> wrote:
> 
 The sysutils package contains dos2unix and unix2dos (at least in
potato).

-Chris


|   Christopher Judd, Ph. D.   |
|   Research Scientist |
|   NYS Dept. of Health   [EMAIL PROTECTED]   | 
|   Wadsworth Center - ESP |
|   P. O. Box 509518 486-7829  |
|   Albany, NY 12201-0509  |





Re: Listing only the package names with dpkg?

2000-10-03 Thread Preben Randhol
"Christopher W. Aiken" <[EMAIL PROTECTED]> wrote on 03/10/2000 (14:49) :
> I'm new to Debian (not to Linux/UNIX) but you could pipe the
> results through "cut".  For example:
> 
> dpkg -l | cut -c 5-30 > my_log_file
> 
> This will output only columns 5-30 of the output.

yes, but dpkg -l doesn't show the entire pacakge name.

-- 
Preben Randhol - Ph.D Student -  http://www.pvv.org/~randhol/ ._.
Debian 2.2 |"Don't think about domination, think about freedom,  / _,\
Potato | it doesn't dominate." - Richard M. Stallman| (_./
GNU/Linux  | To learn more visit => http://www.debian.org/   \,



Re: Listing only the package names with dpkg?

2000-10-03 Thread Preben Randhol
Colin Watson <[EMAIL PROTECTED]> wrote on 03/10/2000 (14:49) :
> Preben Randhol <[EMAIL PROTECTED]> wrote:
> >I'm trying to list out all the packages I have installed on my system.
> >I can do a dpkg -l, but I only want the package names not the rest, as
> >I'm going to use the package names.
> 
>   dpkg --get-selections | cut -f1

Ah thanks that was what I was looking for.

dpkg --get-selections | grep "install" | cut -f1

-- 
Preben Randhol - Ph.D Student -  http://www.pvv.org/~randhol/ ._.
Debian 2.2 |"Don't think about domination, think about freedom,  / _,\
Potato | it doesn't dominate." - Richard M. Stallman| (_./
GNU/Linux  | To learn more visit => http://www.debian.org/   \,



Re: RAM problems

2000-10-03 Thread Nate Amsden
George Bonser wrote:
> 
> >
> > The strangest thing is that the systems worked just fine
> > with 192MB installed but without the correct "append" line
> > in lilo.conf.
> >
> 
> Which kernel are you running?
> 
> Remove the line from lilo.conf, rerun lilo, reboot and see what
> cat /proc/meminfo says.
> 
> If you are running 2.2-Linux or better, no need to put the mem line in
> there.

theres still a need for many systems(including mine). its a bios thing
probably, on one mainboard that had 256MB i did not need the append=,
then i flashed the bios and ever since i have always needed it ..:<

nate

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



Re: RAM problems

2000-10-03 Thread Nate Amsden
what brand/model of mainboard? what speed of ram? after having a bout
with bad ram twice last week i would lean towards the ram. if its PC133
ram look at the speed it should say 6ns, i got 7ns which is 125Mhz but
they sold it as 133, and of course it crashed like mad. once i put the
ram at 100mhz(in the bios) it was ok. (ive taken the system back so the
fuckers can fix it tho)

nate

Vincent Perdrix wrote:
> 
> Hi everyone.
> 
> I just managed to get "Potato" but it seems that I have a
> problem with my RAM.
> 
> I currently have 192M installed in my AMD/Athlon 700 Box.
> Of course I added the correct line, ie: append="mem=192M"
> in lilo.conf and ran /sbin/lilo.
> 
> Linux swap partition: >600 MB
> 
> Everything was fine, for 2-3 minutes after the command
> prompt appeared. cat /proc/meminfo would show me that
> indeed 192MB were recognized. X starts just fine, but for
> no reason, the system crashes. I then have to violently
> reboot my box (I choosed Debian to precisely avoid that!),
> and it won't reboot correctly: the disks partitions are
> definitely corrupted ie: Repartitioning of the Hard Drive +
> re-installation (I know it's not the best way to solve
> that).
> 
> The strangest thing is that the systems worked just fine
> with 192MB installed but without the correct "append" line
> in lilo.conf.
> 
> Removing 64MB of SDRAM and adding append="mem=128M" in
> lilo.conf lead to the same results: system crash.
> 
> -Just to be sure, I tried to install a RedHat 6.2 and got
> the same problems-
> 
> Shall I accuse my SDRAM, or my Mainboard, shall I accuse
> Murphy or did I miss something important?
> 
> Thanks for your help.
> __
> Boîte aux lettres - Caramail - http://www.caramail.com

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



Re: partitions and lilo

2000-10-03 Thread Mike Leone
-- Original Message --
From: Gil Elad <[EMAIL PROTECTED]>
Date: Tue, 03 Oct 2000 11:48:26 +0200

>5 OS's ?!
>WOW good luck!

I've been doing that with Partition Magic (DOS, Win98, WinNT, Win2K Pro, RedHat 
6.2), across 2 IDE disks - 40G and a 17G. Never a problem, in 2+ years of using 
the product.

If you're going to multiboot, do yourself a favor, and get PM. Not only does it 
resize partitions, it manages multiple OS booting without blinking an eye.



--
*-^-*-^-*-^-*-^-*-^-*-^-*-^-*-^-*-^-*-^-*-^-*-^-*-^-*
Michael Leone 

PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
PGP Key ID:  0x5AA5BCDF
--



problems with festival

2000-10-03 Thread Jim Ziegler
I am having the following problem:

bash-2.03$ g++ -o voxmail  -g -lodbc -lFestival -lestbase -lestools -lestbase 
-leststring -lncurses voxmail.o Subscriber.o TelephoneNumber.o SQL_Database.o 
VMessageStore.o MyTime.o Lookup.o 
/usr/lib/libestbase.so: undefined reference to `esd_close'
/usr/lib/libestbase.so: undefined reference to `AuCloseServer'
/usr/lib/libestbase.so: undefined reference to `SoundCreate'
/usr/lib/libestbase.so: undefined reference to `AuDispatchEvent'
/usr/lib/libestbase.so: undefined reference to `AuOpenServer'
/usr/lib/libestbase.so: undefined reference to `AuSoundPlayFromData'
/usr/lib/libestbase.so: undefined reference to `esd_play_stream'
/usr/lib/libestbase.so: undefined reference to `AuNextEvent'
collect2: ld returned 1 exit status
bash-2.03$ 

What am I missing?

-- 
[EMAIL PROTECTED] (Jim Ziegler)



bind and address rewriting

2000-10-03 Thread Thomas Voss

Hello,

I have a linux box (Debian 2.2, kernel 2.2.17) running as an ISDN dial-on-
demand gateway to my ISP. The ISP is assigning dynamic IP adresses, and I
have address rewriting enabled (echo 2 > /proc/sys/net/ipv4/ip_dynaddr).
UDP packets from my internal network arriving for port 53 of the NS of my
ISP are masqueraded and routed through the ippp device.

On my main linux box (also Debian 2.2), I have a local caching-only
nameserver installed (bind8) which forwards to the NS of my IP.

Now, when bind tries to resolve a domain name and wants to connect to the
forwarding NS, the UDP packet is masqueraded correctly and triggers the
PPP dial-out to my ISP. But finally, the UDP packet gets dropped out there
because no address rewriting is done for UDP packets to match the newly
assigned IP address of the ippp interface.

bind seems to resend the request after one long minute has passed, but by
this time, my dial-on-demand configuration has closed the connection due
to inactivity on the link.

Is there something reasonable good to work around this? Since no address
rewriting is done for UDP packets, it would be an alternative to make bind
resend its requests much earlier than after one minute (say, 5 seconds or
so), but it seems to me that there is no option for setting the delay
between the retransmissions.

Does anybody has an idea about that?

Greetings,
Thomas



Re: ps2pdf and LaTeX's seminar style

2000-10-03 Thread Douglas Bates
"Stephenson, Paul" <[EMAIL PROTECTED]> writes:

> Douglas Bates <[EMAIL PROTECTED]> wrote:
> 
> > I have created a presentation in LaTeX using the seminar style.  I use
> > landscape orientation for the slides.  The room where I want to give
> > the presentation has a computer running Windows with Acrobat Reader
> > available.  I would like to convert the slides to PDF and use the
> > full-screen feature of Acrobat to display them.
> > 
> > My difficulty is that ps2pdf does not follow the papersize hints.  The
> > resultant PDF file is rotated 90 degrees when I try to view it.
> 
> Just a thought: have you tried generating PDF directly from the LaTeX
> source with pdflatex?  I have no idea whether this will solve your
> problem, but it might be worth a try.

Thanks for the suggestion.  It is not easy to do that because the
seminar style uses several PostScript specials.  These would all have
to be rewritten to used pdflatex.  Also, I am incorporating PostScript
figures into the slides.  I would have to convert all of them to PDF
for pdflatex.

Another person showed me that I can do what I wish by changing the
PostScript Prolog.  Dvips produces 

%%BeginSetup
%%Feature: *Resolution 1200dpi
TeXDict begin
 @landscape
%%EndSetup

If I modify this to 

%%BeginSetup
%%Feature: *Resolution 1200dpi
TeXDict begin
  << /PageSize [792 612] /Orientation 0 >> setpagedevice
%%EndSetup

I can convert the PostScript file to PDF with ps2pdf and get the
desired orientation.



Re: Listing only the package names with dpkg?

2000-10-03 Thread Colin Watson
Preben Randhol <[EMAIL PROTECTED]> wrote:
>"Christopher W. Aiken" <[EMAIL PROTECTED]> wrote on 03/10/2000 (14:49) :
>> I'm new to Debian (not to Linux/UNIX) but you could pipe the
>> results through "cut".  For example:
>> 
>> dpkg -l | cut -c 5-30 > my_log_file
>> 
>> This will output only columns 5-30 of the output.
>
>yes, but dpkg -l doesn't show the entire pacakge name.

Ah, this will be fixed soon (i.e. it's in the version of dpkg in CVS,
I'm told), by allowing you to set the COLUMNS environment variable to
say how wide you want the output to be. Or you could just resize your
xterm, if you're using one and not the console; you might need to type
'reset' to force the terminal to notice the resize, if it hasn't
already.

-- 
Colin Watson [EMAIL PROTECTED]



access.log (apache) not rotated

2000-10-03 Thread Andreas Palsson
Hello.

Is it just me or isn't Apache's "access.log" rotated?

When I browse it there's still information from 2-3 days ago.

/Andreas - Debian Potato
--
   == andreas pålsson == [EMAIL PROTECTED] ==




Re: bind and address rewriting

2000-10-03 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A long time ago, in a galaxy far, far way, someone said...

> 
> Hello,
> 
> I have a linux box (Debian 2.2, kernel 2.2.17) running as an ISDN dial-on-
> demand gateway to my ISP. The ISP is assigning dynamic IP adresses, and I
> have address rewriting enabled (echo 2 > /proc/sys/net/ipv4/ip_dynaddr).
> UDP packets from my internal network arriving for port 53 of the NS of my
> ISP are masqueraded and routed through the ippp device.
> 
> On my main linux box (also Debian 2.2), I have a local caching-only
> nameserver installed (bind8) which forwards to the NS of my IP.
> 
> Now, when bind tries to resolve a domain name and wants to connect to the
> forwarding NS, the UDP packet is masqueraded correctly and triggers the
> PPP dial-out to my ISP. But finally, the UDP packet gets dropped out there
> because no address rewriting is done for UDP packets to match the newly
> assigned IP address of the ippp interface.

If no address rewriting is done you need to check your ipchains rules.

Can you post them here?

- -- 
- --
Phil Brutsche   [EMAIL PROTECTED]

GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D  7E5E FD94 D264 50DE 1CFC
GPG key id: 50DE1CFC
GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE52enS/ZTSZFDeHPwRAg3QAJ9OGG7fOtYxWXvdodVrtsaSOk6Q9gCgrWV9
Yz4CRSGWI67G3RZwcl7/mF0=
=zXY5
-END PGP SIGNATURE-



Re: tr '\verb|\|000' '\verb|\|\n'?

2000-10-03 Thread David Wright
Quoting Johann Spies ([EMAIL PROTECTED]):
> On Sat, Sep 30, 2000 at 12:49:04PM -0400, David Z Maze wrote:
> > Johann Spies <[EMAIL PROTECTED]> writes:
> 
> > JS> but what is '\verb|\|000'?  And the use of |\|?  
> > 
> > Are you reading this out of the source of a LaTeX document?  
> 
> No. It is a postscript document.

Yes but what has probably happened is that the TeX code was accidently
displayed instead of interpreted - a typically modern typo.

BTW the last \ in the subject line should not be there either.
\verb|\|  will print the \
n is enough to print the n

Cheers,

-- 
Email:  [EMAIL PROTECTED]   Tel: +44 1908 653 739  Fax: +44 1908 655 151
Snail:  David Wright, Earth Science Dept., Milton Keynes, England, MK7 6AA
Disclaimer:   These addresses are only for reaching me, and do not signify
official stationery. Views expressed here are either my own or plagiarised.



Re: no ppp.log

2000-10-03 Thread Shaul Karl
> bentley taylor writes:
> > i don't have a /var/log/ ppp.log,
> 
> File a bug against ppp.


[17:31:39 /tmp]$ zgrep -A9 "Syslog facility level" 
/usr/share/doc/ppp/README.Debian.gz | tail -10 -
Syslog facility level:
--

The default level of LOG_DAEMON has been overridden (as described in the
pppd(8) man page), to be LOG_LOCAL2.  The intent being that local2 be sent
to /var/log/ppp.log for use by plog, if you add the following line to your
/etc/syslog.conf file:

local2.*-/var/log/ppp.log

[17:31:54 /tmp]$ 


> -- 
> John Hasler
> [EMAIL PROTECTED] (John Hasler)
> Dancing Horse Hill
> Elmwood, WI
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
-- 

Shaul Karl <[EMAIL PROTECTED]>




RE: partitions and lilo

2000-10-03 Thread Anderson, Tim TL33E
Don't know if anyone's suggested this yet - it might be easier to manage if
you put lilo on a partition and point to all your linuces from there.
Solves the 1024 cylinder problem anyway.  I use BootMagic (which comes with
PartitionMagic) on my MBR to go to LILO or any proprietary OS.
Tim



Re: Info

2000-10-03 Thread Shaul Karl
> Hi
> I want to know if Debian is suporting the arabic font ?
> 


There are Arabic console fonts (/usr/share/consolefonts/iso06.f??.psf.gz) and 
I suppose you can find Arabic fonts for X too.
However, as you are probably aware of, a major problem with Arabic support is 
its right to left requirements.

You might want to ask your question on [EMAIL PROTECTED]

(I believe that Mandrake is one of the Linux distros that works a lot on i18n).


> thanx alot
> 
> 
> Tarig
> 
> -- 
> Sent through GMX FreeMail - http://www.gmx.net
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

-- 

Shaul Karl <[EMAIL PROTECTED]>




strange errors on leaving Enlightenment

2000-10-03 Thread William Jensen
When I exit E, I notice this:

libmikmod.so.2 <-- no found
libGL.so.1 <-- not found

I have a stock potato install except I added iptables, a 2.4-test7 kernel, and
sftp from unstable.  Does anyone know what might be calling to those files
listed above?  Or if/why I need them?

Wm



shutdown problem

2000-10-03 Thread stefan goeman
Hello,

I notice a strange behaviour when I want to shutdown my PC. 
When I do shutdown -h now it shuts down linux as it should.
But when I then turn of the Power my PC restart after one or two seconds.

I have the same behaviour with WinNT (i have a dual boot system) but i did not 
care about that to much. Now, suddenly it seems to occur with linux also??

Anybody any ideas ??

Greetings 

Stefan Goeman.
-- 

* SIEMENS ATEA NV  *
*  *
*  ICN D NC A: *
*Ir. Stefan Goeman *
*Tel: +32 14 253020*
*e-mail: [EMAIL PROTECTED] *
*  *
*  P.S.: Linux is great!!  *





Re: shutdown problem

2000-10-03 Thread scott worley
On Tue, Oct 03, 2000 at 04:53:23PM +, stefan goeman wrote:
> Hello,
> 
> I notice a strange behaviour when I want to shutdown my PC. 
> When I do shutdown -h now it shuts down linux as it should.
> But when I then turn of the Power my PC restart after one or two seconds.
> 
> I have the same behaviour with WinNT (i have a dual boot system) but i did 
> not care about that to much. Now, suddenly it seems to occur with linux also??
> 
> Anybody any ideas ??
> 
> Greetings 
> 
> Stefan Goeman.
> -- 
> 
> * SIEMENS ATEA NV  *
> *  *
> *  ICN D NC A: *
> *Ir. Stefan Goeman *
> *Tel: +32 14 253020*
> *e-mail: [EMAIL PROTECTED] *
> *  *
> *  P.S.: Linux is great!!  *
> 
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

It's ACPI BIOS.  Many new BIOS have a setting which make the power switch 
behave as standby/power switch.  This changes the power off behaviour.  Try 
pushing the power switch and holding for 4-5 seconds before releasing.  It 
should stay off.  Also, look through your BIOS setup menu's to find the power 
switch setting.

scott worley
[EMAIL PROTECTED]
> 



RE: big problem !

2000-10-03 Thread Anderson, Tim TL33E

When you say you copied the files to the new partitions, do you mean you
used cp?  This doesn't preserve the permissions - you should have used tar
instead.   I don't know of a fix besides chmod 777 (horrible!) or
reinstalling.  At least you still have your /home.

Tim

-Original Message-
From:   Pep Ciuraneta [SMTP:[EMAIL PROTECTED]
Sent:   Tuesday, October 03, 2000 8:11 AM
To: debian-user@lists.debian.org
Subject:big problem !

hello all !

i've got a big problem with my new Debian 2.2.

yesterday, i want to add a new 3GB hard disk into my system (P120,
64MB,
3GB) substituting an old 540MB HD (my /tmp). i did it without
problems,
and partitioned it into three primary partitions: 1.- 2GB, 2.- 200MB
3.-
800MB.

i intended de first one to be the new /home with quotas enabled, the
second one the new /var and the third one the new /tmp. i formated
them
and made the changes into fstab. finally i copied the original
directories into the new partitions and rebooted the system and 
ups
!  the system gets locked trying to load the postgreSQL service.

seeing this, i reverted the situation, installing again the old 540
MB
hard disk as /tmp, but the system still gets locked at the same
point.

now my question is ... can anyone tell me why? maybe i made a
mistake at
some point, but i cannot figure where :_(

please i need help about this.

i don't want to bore everybody reading the list with my problem, so
you
can answer directly to my e-mail address [EMAIL PROTECTED] , thank you
very
much.

-- 
..PEP CIURANETA SANCHEZ..Linux registered user
123250..
. Programador de l'Area de Servei CS3  . Tel: (+34) 93.401.7715
.
. Edifici U - Despatx 407  . Fax: (+34) 93.401.5855
.
. Universitat Politecnica de Catalunya . Mail to: [EMAIL PROTECTED]
.
..C/ Pau Gargallo 5
08028..



Re: Need CPAN Perl mods help

2000-10-03 Thread John Foster
will trillich wrote:

> so i broke down and read the manual. i hate that.
> 
> % man CPAN

OOPS!! I was trying > man cpan with no results :-/

> 
> FAQ
> 
> I installed a new version of module X but CPAN keeps saying,
> I have the old version installed
> 
> Most probably you do have the old version installed.
> 
> This can happen if a module installs itself into
> a different directory in the @INC path than it was
> previously installed. This is not really a CPAN.pm
> problem, you would have the same problem when installing
> the module manually. The easiest way to prevent this
> behaviour is to add the argument UNINST=1 to the make
> install call, and that is why many people add this
> argument permanently by configuring
> 
> o conf make_install_arg UNINST=1
> 
> i'm pretty sure it's talking about issuing a command at the
> 'CPAN shell' prompt there. that's not a bullet, by the way:
> 
> > o conf make_install_arg UNINST=1
---
I tried this and it seems to work. The command has to be entered from
the cpan command line at the beginning of each session though. That is
the case on my setup anyway.

> 
> actually consists of
> 
>  'conf' 'make_install_arg' 'UNINST=1'
> 
> which certainly had me going there for a while.
> 
> (one thing that has me going every time there's an upgrade
> to cpan itself, is, i do the recommended two-step to get
> and reload it, but the next three or four times i start
> cpan it says the same thing over again. after about four
> upgrade attempts, all is hunky/dory. fuy.)
> 
> ...
> 
> still, the question remains:
> 
> is there a debian-approved override for cpan download/installs?
-
In my opinion there should be some kind of wrapper similar to the
RealPalyer or Netscape installer for these CPAN mods and also for
Apache. It would allow for removal of specific debianized mods in the
distro and allow for updates that would be recognized by debian. I
wonder why that has not been done? I suggested some time back that this
function be considered for Alien. There were no replies.
Thanks for the pointers Will!!
-- 
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



Software-RAID and partitioning

2000-10-03 Thread Christian Pernegger
I have 3 18GB SCSI disks I want to use in a "new-style" Soft-RAID-5
configuration. At the moment I have

1. partitionsd.4swap
2. partitionsd.3ext2(for squid)
3. partitionsd.1raid-auto

This of course means I have to have the whole md device under one
mountpoint (the directories under which are the targets of symlinks under / .)

I'd rather be able to have a real seperate partition on the array for at least
/home.

Is it feasible to split the raid partitions (sd.1) on the disks and create an
md0 and an md1, or does this hamper performance?

Thanks

Christian



Re: Need CPAN Perl mods help

2000-10-03 Thread will trillich
John Foster wrote:
> 
> will trillich wrote:
> 
> > so i broke down and read the manual. i hate that.
> >
> > % man CPAN
> 
> OOPS!! I was trying > man cpan with no results :-/

go figure. the command-line command is
% cpan
but the perl package name is
CPAN
as the actual module is called
CPAN.pm
... why they didn't keep it all upper-case, i dunno.
just to cause folks like us, stress. 


> > > o conf make_install_arg UNINST=1
> ---
> I tried this and it seems to work. The command has to be entered from
> the cpan command line at the beginning of each session though. That is
> the case on my setup anyway.

there may be a config file it reads. check the manpage
(i haven't) or* browse the source code (very, very large)
looking for /open or /config or suchlike.

*of course, with the perldoc facility, they are actually
the same file...

in my laziness, the quickest way i've found to determine where
a library is, is with:
% perl -de 1
> use Module::Submodule
> v
> q


> Thanks for the pointers Will!!

glad i can help reduce the anguish quotient on the planet,
even if by half an iota. (maybe you can do the same for
me some day...)

-- 
mailto:[EMAIL PROTECTED]
http://www.dontUthink.com/



Qs from a newbie (help ASAP?) (long)

2000-10-03 Thread Erin Lewy
Hi.  Well here I am finally subscribed.  Actually I've been reading selected
bits of the list for a while (ooh I wanted to join in on the why Debian vs 
Redhat
thread...) because my BF is subscribed to this list and has been for a while
(Hi, Tom!)

The very short version of why I'm here is that I'm a hopeless apt-get addict
and could never go back to the hell that is RPM-searching (and not finding...)
ever again once I saw this thing.

I'm a relative linux newbie going to an artsy fartsy college where I am rapidly
realizing I am the most linux-savvy person on campus unless I am severely 
miscalculating
(my immediate boss in the computer lab sometimes doesn't seem WINDOWS-competant
but that's another story altogether).

Anyway, my Linux savvy (yeah right) has landed me as co-admin of a student-run
webserver. I'm the linux geek, she's the HTML guru.  Well, me being the newbie
that I am, I did mess some stuff up and I NEED YOU GUYS' HELP! No laughing.
:)

Okay. Here's the deal. The poor machine was an ANCIENT P75 running (I didn't
do it!) RedHat  5.1.  They wanted a hardware upgrade, I wanted a system upgrade.
 When the hard drive failed, they REALLY wanted a hardware upgrade, and I REALLY
wanted to never see RedHat again.  So here we are. The new machine is a Xenon
somewhere in the neighborhood of 350MHZ (it doesn't matter with Linux so I've
forgotten already...) and 64 RAM. We're thinking of upping the RAM but not sure
we need to right now.We got this machine free from the nice lab boy so we're
not complaining as yet.  We popped in the RAM from the old machine as well as
a huge hard drive and I did the install okay. Only one small problem:

The domain is registered with internic and we have a static IP. Only, I, being
the doofus that I often am, said yes when Debian's nice little install asked
me if I wanted to use DHCP/BOOTP.  Why not?  It works. I wanted to FTP the 
backups
off my home machine anyway and just wanted to get us up and running ASAP.  We
got Apache up and running and everything (Unfortunately I can't get into the
box right now to let you know what version it is...but I would assume it is
the most recent in the "Potato" directories...I just want to get everything
running before I mess with Woody because I'm paranoid as all hell.)

Well of course now we can't get it to take the old static IP due to using DHCP
so for all intents and purposes even though the machine is running we won't
be accessable save by IP address. And that IP address is dynamic. So it's not
happy. Not at all. Yes, I know, but earlier in the mail you promised not to
laugh at me, so don't start now. ;)

So at some point after realizing our dilemma we found this web site which I've
been trying to search for for the past half hour and can't find it. In any case
it told us to edit a file which was to have our current IP address on the second
line and we could just change it and be done with it (I know I am being 
excessively
vague here but at this point I was otherwise occupied and a fellow geek was
handling this aspect of it). Well this file had everything on one line and 
changing
the IP (along with restarting inetd) did nothing We are quite at a loss.


So my question is, how do I set the static IP in such a way that it will 
actually
work? Permanently? ;)  A swift response would really be appreciated as I have
to go deal with more networking and web server people relatively early in the
afternoon. I'm sorry I rambled so much





Re: Software-RAID and partitioning

2000-10-03 Thread Mike Fedyk
Christian Pernegger wrote:
> 
> I have 3 18GB SCSI disks I want to use in a "new-style" Soft-RAID-5
> configuration. At the moment I have
> 
> 1. partitionsd.4swap
> 2. partitionsd.3ext2(for squid)
> 3. partitionsd.1raid-auto
> 
> This of course means I have to have the whole md device under one
> mountpoint (the directories under which are the targets of symlinks under / .)
> 
> I'd rather be able to have a real seperate partition on the array for at least
> /home.
> 
> Is it feasible to split the raid partitions (sd.1) on the disks and create an
> md0 and an md1, or does this hamper performance?
> 
> Thanks
> 
> Christian
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

I'm looking into making a raid setup also, and I'm not familiar with the
"new-style" you're talking about.

You would have to resize all of the partitions on each drive.  

I'm not too familiar with Raid5.  Does the parity partition have to be the same
size as the data partitions?
-- 

Mike Fedyk   "They that can give up essential liberty
Information Systems   to obtain a little temporary safety
Match Mail Productions Inc.   deserve neither liberty nor safety."
[EMAIL PROTECTED]   Ben Franklin



Re: Qs from a newbie (help ASAP?) (long)

2000-10-03 Thread Christian Pernegger
On Tue, Oct 03, 2000 at 04:14:01PM +, Erin Lewy wrote:


> So my question is, how do I set the static IP in such a way that it will 
> actually
> work? Permanently? ;)  A swift response would really be appreciated as I have
> to go deal with more networking and web server people relatively early in the
> afternoon. I'm sorry I rambled so much

Oh, that's ok. I always thought I was a bit on the rambling side :)

You want to edit /etc/network/interfaces, read 'man interfaces'. A snippet
from mine:

iface eth0 inet static
address 192.168.0.254
netmask 255.255.255.0

Do 'ifdown eth0'. Adjust the ip and netmask, do 'ifup eth0'. Edit /etc/hostname
to contain the unqualified (???) hostname.

That's basically what's needed, you'll have to set the domain somewhere...

Christian 






Re: strange errors on leaving Enlightenment

2000-10-03 Thread Aaron Brashears
Those are libraries used by xmms. You can do apt-get install libmikmod2
to get the first. I'm not certain about this, but I think that
libGL.so.1 is supposed to be a sym link to your open gl library - such
as mesa.

William Jensen wrote:
> 
> When I exit E, I notice this:
> 
> libmikmod.so.2 <-- no found
> libGL.so.1 <-- not found
> 
> I have a stock potato install except I added iptables, a 2.4-test7 kernel, and
> sftp from unstable.  Does anyone know what might be calling to those files
> listed above?  Or if/why I need them?



Onboard NIC problem

2000-10-03 Thread Matt Grant
I have Debian Potato 2.2 with Gnome running on this PC
with an on board NIC.
The motherboard is a PR440BX with 2 Ppro CPU's w/256 MB RAM
and 2 scsi drive's I have win 2000 on /dev/sda and Debian on /dev/sdb
Debian found the onboard Scsi Controller but not the NIC or 2nd CPU
the 2nd CPU isn't important( Linux works great with one Ppro)

The Nic comes up in 2000 as intel 8255x-10/100 io=ff40-ff5f irg=24(huh)
but in modconf I can't find a driver for it or I'm missing something.

If someone could shed some light on this It would be greatly appreciated



Re: Qs from a newbie (help ASAP?) (long)

2000-10-03 Thread Mike Fedyk
Erin Lewy wrote:
> 
> Hi.  Well here I am finally subscribed.  Actually I've been reading selected
> bits of the list for a while (ooh I wanted to join in on the why Debian vs 
> Redhat
> thread...) because my BF is subscribed to this list and has been for a while
> (Hi, Tom!)
> 

Heh, why isn't he helping? ;)

> The very short version of why I'm here is that I'm a hopeless apt-get addict
> and could never go back to the hell that is RPM-searching (and not finding...)
> ever again once I saw this thing.
> 
> I'm a relative linux newbie going to an artsy fartsy college where I am 
> rapidly
> realizing I am the most linux-savvy person on campus unless I am severely 
> miscalculating
> (my immediate boss in the computer lab sometimes doesn't seem 
> WINDOWS-competant
> but that's another story altogether).
> 
> Anyway, my Linux savvy (yeah right) has landed me as co-admin of a student-run
> webserver. I'm the linux geek, she's the HTML guru.  Well, me being the newbie
> that I am, I did mess some stuff up and I NEED YOU GUYS' HELP! No laughing.
> :)
> 
> Okay. Here's the deal. The poor machine was an ANCIENT P75 running (I didn't

Ancient, huh?  How bout a 486 DX2 66, or a 486 DX4 100?  That's what I have at
home as my firewall. :)

> do it!) RedHat  5.1.  They wanted a hardware upgrade, I wanted a system 
> upgrade.
>  When the hard drive failed, they REALLY wanted a hardware upgrade, and I 
> REALLY
> wanted to never see RedHat again.  So here we are. The new machine is a Xenon
> somewhere in the neighborhood of 350MHZ (it doesn't matter with Linux so I've
> forgotten already...) and 64 RAM. We're thinking of upping the RAM but not 
> sure
> we need to right now.We got this machine free from the nice lab boy so we're

Check your load average every once in a while, and mem usage.  Then you'll
know.  Try the top and w command.

> not complaining as yet.  We popped in the RAM from the old machine as well as
> a huge hard drive and I did the install okay. Only one small problem:
> 
> The domain is registered with internic and we have a static IP. Only, I, being
> the doofus that I often am, said yes when Debian's nice little install asked
> me if I wanted to use DHCP/BOOTP.  Why not?  It works. I wanted to FTP the 
> backups
> off my home machine anyway and just wanted to get us up and running ASAP.  We
> got Apache up and running and everything (Unfortunately I can't get into the
> box right now to let you know what version it is...but I would assume it is
> the most recent in the "Potato" directories...I just want to get everything
> running before I mess with Woody because I'm paranoid as all hell.)

I wouldn't run anything but stable on my servers, but that's just me.

> 
> Well of course now we can't get it to take the old static IP due to using DHCP
> so for all intents and purposes even though the machine is running we won't
> be accessable save by IP address. And that IP address is dynamic. So it's not
> happy. Not at all. Yes, I know, but earlier in the mail you promised not to
> laugh at me, so don't start now. ;)

OK, NP.

> 
> So at some point after realizing our dilemma we found this web site which I've
> been trying to search for for the past half hour and can't find it. In any 
> case
> it told us to edit a file which was to have our current IP address on the 
> second
> line and we could just change it and be done with it (I know I am being 
> excessively
> vague here but at this point I was otherwise occupied and a fellow geek was
> handling this aspect of it). Well this file had everything on one line and 
> changing
> the IP (along with restarting inetd) did nothing We are quite at a loss.
> 
> So my question is, how do I set the static IP in such a way that it will 
> actually
> work? Permanently? ;)  A swift response would really be appreciated as I have
> to go deal with more networking and web server people relatively early in the
> afternoon. I'm sorry I rambled so much
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

The immediate solution?  Use the ifconfig command to set a static ip, remove the
dhcp client with apt-get.

Here's how to use ifconfig (more in the man page) I'm assuming that eth0 is your
ethernet card for your static address:

killall -9 dhcpcd

this will stop the dhcp client process, unless you're not using dhcpcd.

ifconfig eth0 

edit /etc/init.d/network and place your static ip address in there.

All of my machines are upgrades from slink and have customizations, so I cant'
give you exact instructions on the changes needed.

Is this soon enough for the afternoon? ;)

-- 

Mike Fedyk   "They that can give up essential liberty
Information Systems   to obtain a little temporary safety
Match Mail Productions Inc.   deserve neither liberty nor safety."
[EMAIL PROTECTED]   Ben Franklin



Re: Qs from a newbie (help ASAP?) (long)

2000-10-03 Thread Mike Fedyk
Christian Pernegger wrote:
> 
> On Tue, Oct 03, 2000 at 04:14:01PM +, Erin Lewy wrote:
> 
> 
> > So my question is, how do I set the static IP in such a way that it will 
> > actually
> > work? Permanently? ;)  A swift response would really be appreciated as I 
> > have
> > to go deal with more networking and web server people relatively early in 
> > the
> > afternoon. I'm sorry I rambled so much
> 
> Oh, that's ok. I always thought I was a bit on the rambling side :)
> 
> You want to edit /etc/network/interfaces, read 'man interfaces'. A snippet
> from mine:
> 
> iface eth0 inet static
> address 192.168.0.254
> netmask 255.255.255.0
> 
> Do 'ifdown eth0'. Adjust the ip and netmask, do 'ifup eth0'. Edit 
> /etc/hostname
> to contain the unqualified (???) hostname.
> 
> That's basically what's needed, you'll have to set the domain somewhere...
> 
> Christian
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Set you domain in /etc/resolv.conf

add:

search 
-- 

Mike Fedyk   "They that can give up essential liberty
Information Systems   to obtain a little temporary safety
Match Mail Productions Inc.   deserve neither liberty nor safety."
[EMAIL PROTECTED]   Ben Franklin



Re: Onboard NIC problem

2000-10-03 Thread Mike Fedyk
Matt Grant wrote:
> 
> I have Debian Potato 2.2 with Gnome running on this PC
> with an on board NIC.
> The motherboard is a PR440BX with 2 Ppro CPU's w/256 MB RAM
> and 2 scsi drive's I have win 2000 on /dev/sda and Debian on /dev/sdb
> Debian found the onboard Scsi Controller but not the NIC or 2nd CPU
> the 2nd CPU isn't important( Linux works great with one Ppro)
> 
> The Nic comes up in 2000 as intel 8255x-10/100 io=ff40-ff5f irg=24(huh)

what's 2000?  you mean win2k?

> but in modconf I can't find a driver for it or I'm missing something.
> 
> If someone could shed some light on this It would be greatly appreciated
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Did you look in /proc/pci?

Sometimes I get defices that are unknown, and that's the first thing I do to
identify it.


-- 

Mike Fedyk   "They that can give up essential liberty
Information Systems   to obtain a little temporary safety
Match Mail Productions Inc.   deserve neither liberty nor safety."
[EMAIL PROTECTED]   Ben Franklin



Re: Onboard NIC problem

2000-10-03 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A long time ago, in a galaxy far, far way, someone said...

> I have Debian Potato 2.2 with Gnome running on this PC
> with an on board NIC.
> The motherboard is a PR440BX with 2 Ppro CPU's w/256 MB RAM
> and 2 scsi drive's I have win 2000 on /dev/sda and Debian on /dev/sdb
> Debian found the onboard Scsi Controller but not the NIC or 2nd CPU
> the 2nd CPU isn't important( Linux works great with one Ppro)

You'll need to recompile the kernel to get the 2nd CPU working.

> The Nic comes up in 2000 as intel 8255x-10/100 io=ff40-ff5f irg=24(huh)
> but in modconf I can't find a driver for it or I'm missing something.

The driver eepro100 might work.

What's the output of '/sbin/lspci -v'?

> 
> If someone could shed some light on this It would be greatly appreciated

- -- 
- --
Phil Brutsche   [EMAIL PROTECTED]

GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D  7E5E FD94 D264 50DE 1CFC
GPG key id: 50DE1CFC
GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE52hPo/ZTSZFDeHPwRAsHfAKCtigvpeEtufaDNmSn76/7vBOEuRgCfYtvY
LD5gJ7VObLPAQSTrv2alOyY=
=AgLi
-END PGP SIGNATURE-



modprobe problems

2000-10-03 Thread Chris Mason
I have a firewall using two rtl8139 cards, which I had to compile my own
kernel to use. I have had probelms with uploading files through the firewall
so I installed the kernel binary 2.2.17. I removed these cards and installed
two linksys LNE100TX4 cards. The instructions with the card told me to use
the tulip driver. When I tried to run modprobe
/lib/module/2.2.17/net/tulip.o I got "cannot find module tulip.o"
I have tried a Inter pro 100 using eepro100.o and can;'t get that to
modprobe.
What am I doing wrong? I would like to use the linksys cards. Do I need to
compile a module?

Chris Mason
Box 340, The Valley, Anguilla, British West Indies
Tel: 264 497 5670 Fax: 264 497 8463
USA Fax (561) 382-7771
Take a virtual tour of the island
http://net.ai/ The Anguilla Guide
Find out more about NetConcepts
www.netconcepts.ai
Talk to me in real time with Instant Messenging: [EMAIL PROTECTED]




Just had to share...

2000-10-03 Thread Erin Lewy
Well, I felt like posting this because it still baffles me and makes me laugh:
a little snippet of some distro dick wars. ;)

So as I was being dragged on board as this web server's co admin the question
of upgrades came up and I voiced that if I was going to run anything on a server
it would be Debian.

The former admin (now a grad student) is still in touch with us semi-regularly
and is very close with my co-admin and so she feels compelled to ask him stuff
quite often. So she suggested we discuss distribution changes with him because
she's a Windows girl and knows HTML, not Linux (as I said)...  Well, I wasn't
going to--the guy's a grad student and a little bit too clingy (That P75 was
his home machine)...but I like him and figured I might as well mail him since
I was sure my co-admin was doing so.

He wrote me back this rambling rah-rah-redhat e-mail saying that A) He had never
heard of Debian, B) He'd not be able to help us and C) switching to Debian would
increase our maintanence time by 5-10 hrs a week.  

I kinda laughed, was annoyed, laughed some more, was annoyed, laughed some more,
discussed what I was going to say with the BF just to make sure I wasn't 
misrepresenting
things, and e-mailed him back saying that he was full of shit.

He very soon afterwards e-mailed me back saying "THIS LOOKS LIKE A GREAT 
DECISION
ON YOUR PART, ERIN."  Tail between his legs...

5-10 hrs a week I'm still giggling.

Erin (mmm apt-get...)



glibc dependencies problem

2000-10-03 Thread Pascal Hos
Hi,

I tried installing the kde2 packages from the woody tree into my
potato distribution and it seems to have upgraded the glibc. The 
install was faulty otherwise too. Some of the packages couldn't
be configures due to independencies (not sure what failed anymore).
Now I'm trying to get my system back to where it was before but
that seems to be a problem. First of all ldconfig has disappeared
but apt-get tells me that package ldso is installed. Next whenever
I try to do anything with apt-get it now gives me the dependency 
problems for glibc versions.
Here is an output of the program:

mems159:/home/paashaas# apt-get install ldso
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, ldso is already the newest version
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
  abbrowser: Depends: libc6 (>= 2.1.93) but 2.1.3-10 is to be installed
  amor: Depends: libc6 (>= 2.1.93) but 2.1.3-10 is to be installed
  ..
E: Unmet dependencies. Try 'apt-get -f install' with no packages 
(or specify a solution).

I'm not quite sure where to go from here. I someone has a suggestion.

Thanks,

Pascal Hos


-- 
[EMAIL PROTECTED]



/dev/video: Operation not permitted

2000-10-03 Thread Erik van der Meulen
I am trying to install a Webcam to my Debian 2.2 Laptop. I run kernel
2.2.17 and have installed the backport to get usb working. This seems to
work. Also I have the camera operational and I have installed xawtv
which (according to people who have done so) can be used to display the
camera image. If I start:

  xawtv -c /dev/video -geometry 352x288-0+0

I get:

  This is xawtv-3.06, running on Linux/i686 (2.2.17)
  visual: id=0x22 class=4 (TrueColor), depth=16
  x11: 1024x768, 16 bit/pixel, 2048 byte/scanline, DGA, VidMode
  can't open /dev/video: Operation not permitted
  waitpid: No child processes
  v4l-conf had some trouble, trying to continue anyway
  open /dev/video: Operation not permitted
  can't open /dev/video: Operation not permitted
  waitpid: No child processes
  v4l-conf had some trouble, trying to continue anyway
  open /dev/video: Operation not permitted
  no video grabber device available

I have added myself to the group video, that should be okay.
ls -l /dev/video shows:

  lrwxrwxrwx1 root root6 Oct  3 17:19 /dev/video ->
  video0

Have I overlooked some obvious thing?

Thanks a lot.

--
  Erik van der Meulen <[EMAIL PROTECTED]>



OT: Re: Qs from a newbie (help ASAP?) (long)

2000-10-03 Thread Jim Lisi
Mike Fedyk wrote:
> 
> Erin Lewy wrote:
> > Okay. Here's the deal. The poor machine was an ANCIENT P75 running (I didn't
> 
> Ancient, huh?  How bout a 486 DX2 66, or a 486 DX4 100?  That's what I have at
> home as my firewall. :)
> 
how about a 486DX-33? or a Kaypro II (bet you never heard of it! shame i
only
has 64k of memory, and no HD)



Re: Onboard NIC problem

2000-10-03 Thread Peter Wilke
Hi Matt,

try the EtherExpress100 driver. You can compile this code directly into
the kernel or load it as a module. The module name is eepro100.o. 
If you NIC won't be found after that, specify the appropriate parameters
for irq and io. You should have a diskette whith a little DOS-Program on
it. With this program you can find out the vaklues that are stored onto
the card itself. 
Hope, it helps!

Peter Wilke 


On Tue, 3 Oct 2000, Matt Grant wrote:

> I have Debian Potato 2.2 with Gnome running on this PC
> with an on board NIC.
> The motherboard is a PR440BX with 2 Ppro CPU's w/256 MB RAM
> and 2 scsi drive's I have win 2000 on /dev/sda and Debian on /dev/sdb
> Debian found the onboard Scsi Controller but not the NIC or 2nd CPU
> the 2nd CPU isn't important( Linux works great with one Ppro)
> 
> The Nic comes up in 2000 as intel 8255x-10/100 io=ff40-ff5f irg=24(huh)
> but in modconf I can't find a driver for it or I'm missing something.
> 
> If someone could shed some light on this It would be greatly appreciated
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 




Re: Onboard NIC problem

2000-10-03 Thread Jeff Green
Intel 8255x network cards are better known as Ether Express Pro, to get
multiple processors you need to use a multiple processor kernel and if
you think Linux flies on one processor watch it on 2!!
On the bios on that motherboard you can have 32 irqs, which makes it
much easier if you have oodles of devices.

Jeff

Mike Fedyk wrote:
> 
> Matt Grant wrote:
> >
> > I have Debian Potato 2.2 with Gnome running on this PC
> > with an on board NIC.
> > The motherboard is a PR440BX with 2 Ppro CPU's w/256 MB RAM
> > and 2 scsi drive's I have win 2000 on /dev/sda and Debian on /dev/sdb
> > Debian found the onboard Scsi Controller but not the NIC or 2nd CPU
> > the 2nd CPU isn't important( Linux works great with one Ppro)
> >
> > The Nic comes up in 2000 as intel 8255x-10/100 io=ff40-ff5f irg=24(huh)
> 
> what's 2000?  you mean win2k?
> 
> > but in modconf I can't find a driver for it or I'm missing something.
> >
> > If someone could shed some light on this It would be greatly appreciated
> >
> > --
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> Did you look in /proc/pci?
> 
> Sometimes I get defices that are unknown, and that's the first thing I do to
> identify it.
> 
> --
> 
> Mike Fedyk   "They that can give up essential liberty
> Information Systems   to obtain a little temporary safety
> Match Mail Productions Inc.   deserve neither liberty nor safety."
> [EMAIL PROTECTED]   Ben Franklin
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Mozilla M17-3 on Woody

2000-10-03 Thread RvB
Hi ...

I tried Mozilla M17-3 on Woody (mozilla_m17-3_i386.deb) and when i want to 
start it, it says:

[EMAIL PROTECTED]:~ $ mozilla
Starting Mozilla
Could not obtain CmdLine processing service
[EMAIL PROTECTED]:~ $

what does this mean? ... it also happened with an older M17 package ... :/
 
bye :)
RvB <[EMAIL PROTECTED]>

-- 
Rene van Bevern /|\ RvB-Web:   www.rvb-web.de
Haeckelstr. 02  ||| XMultiGrab:xmultigrab.rvb-web.de
07318 Saalfeld   \-  |  -/  Pro-Linux: www.pro-linux.de
Linux User #171461   | 



Samba problems

2000-10-03 Thread Alec Smith
I'm noticing that if I copy some files from Windows NT onto my Samba
server I end up with the wrong permissions. Instead of files being owned
by alec.mp3 as I'd like, they appear to be owned by root.mp3.

  97153 drwxr-sr-x2 alec mp3  4.0k Oct  3 13:28 ./
  32385 drwxr-sr-x3 alec alec 4.0k Oct  3 13:25 ../
  97157 -rwxrw-r--1 root mp3  4.6M Jul  9 05:14 [Barry
Sadler] - Ballad of the Green Berets.mp3*
  97154 -rwxrw-r--1 root mp3  2.7M Jul  9 04:54
oldies.shelly fabres-johnny angel.mp3*

Although I used the MP3 share to copy these files, the same effect is
seen when copying a file into home directories (root.correct group
name) using the homes share. How can I go about getting Samba to place the
correct ownerships on files? My smb.conf is included below. The server is
running Potato and Samba 2.0.7 (from the .deb).

Thanks,
Alec


# Samba config file created using SWAT
# from rs229202.resnet.wright.edu (130.108.229.202)
# Date: 2000/10/03 13:31:04

# Global parameters
[global]
workgroup = SHADOWSTAR
netbios name = TWEETY
server string = %h server (Samba %v)
encrypt passwords = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spa$
syslog = 0
max log size = 1000
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096
SO_RCVBUF=40$
os level = 128
preferred master = Yes
domain master = Yes
dns proxy = No
wins support = Yes
invalid users = root
admin users = alec
hosts allow = 130.108.229.200, 130.108.229.201, 130.108.229.202,
130.10$
hosts deny = 130.108
printing = lprng

[homes]
comment = Home Directories
writeable = Yes   
create mask = 0700
directory mask = 0700
inherit permissions = Yes
browseable = No

[printers]
comment = All Printers
path = /tmp
create mask = 0700
printable = Yes
browseable = No

[mp3]
comment = MP3 files
path = /home/alec/mp3
valid users = alec, carl
read list = carl
write list = alec
force group = mp3
create mask = 0774
inherit permissions = Yes



Re: glibc dependencies problem

2000-10-03 Thread Kevin Krafthefer
I just had this problem, it's a pain but you don't have to rebuild your entire 
system.
I think it's a bug but it is too low level for me to characterize very well.

Anyway, this should help (it saved me from having to reinstall):

http://lists.debian.org/debian-user-0009/msg04260.html

krafty



Pascal Hos wrote:

> Hi,
>
> I tried installing the kde2 packages from the woody tree into my
> potato distribution and it seems to have upgraded the glibc. The
> install was faulty otherwise too. Some of the packages couldn't
> be configures due to independencies (not sure what failed anymore).
> Now I'm trying to get my system back to where it was before but
> that seems to be a problem. First of all ldconfig has disappeared
> but apt-get tells me that package ldso is installed. Next whenever
> I try to do anything with apt-get it now gives me the dependency
> problems for glibc versions.
> Here is an output of the program:
>
> mems159:/home/paashaas# apt-get install ldso
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Sorry, ldso is already the newest version
> You might want to run `apt-get -f install' to correct these:
> Sorry, but the following packages have unmet dependencies:
>   abbrowser: Depends: libc6 (>= 2.1.93) but 2.1.3-10 is to be installed
>   amor: Depends: libc6 (>= 2.1.93) but 2.1.3-10 is to be installed
>   ..
> E: Unmet dependencies. Try 'apt-get -f install' with no packages
> (or specify a solution).
>
> I'm not quite sure where to go from here. I someone has a suggestion.
>
> Thanks,
>
> Pascal Hos
>
> --
> [EMAIL PROTECTED]
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: Listing only the package names with dpkg?

2000-10-03 Thread will trillich
On Tue, Oct 03, 2000 at 02:53:00PM +0200, Preben Randhol wrote:
> Colin Watson <[EMAIL PROTECTED]> wrote on 03/10/2000 (14:49) :
> > Preben Randhol <[EMAIL PROTECTED]> wrote:
> > >I'm trying to list out all the packages I have installed on my system.
> > >I can do a dpkg -l, but I only want the package names not the rest, as
> > >I'm going to use the package names.
> > 
> >   dpkg --get-selections | cut -f1
> 
> Ah thanks that was what I was looking for.
> 
> dpkg --get-selections | grep "install" | cut -f1

careful -- that'll also show "deinstall" items:
% dpkg --get-selections | grep "deinstall"
apache  deinstall

-- 
things are more like they used to be than they are now.

[EMAIL PROTECTED] *** http://www.dontUthink.com/



Re: /dev/video: Operation not permitted

2000-10-03 Thread Jens P. Elsner
>   lrwxrwxrwx1 root root6 Oct  3 17:19 /dev/video ->
>   video0
> 
> Have I overlooked some obvious thing?
Yes. /dev/video is a symlink. :)

how about you set the right permissions on /dev/video0 ?

jp



Re: Off Topic: mutt and threading

2000-10-03 Thread will trillich
On Mon, Oct 02, 2000 at 09:11:21PM -0500, William Jensen wrote:
> When I change into debian-user folder I have to always use o t for sort by
> thread.  There has to be a way that I can tell mutt to always use threaded
> mode?

you've got part of the answer.

what if you also want the mailboxes displayed in date order?

there may be another way, but here's how i did it:

% alias m 'mutt -y -e "push Od"'

then to read my mutt email i just enter

m

at the shell command prompt. handy!

-- 
things are more like they used to be than they are now.

[EMAIL PROTECTED] *** http://www.dontUthink.com/



RE: partitions and lilo

2000-10-03 Thread mike
The version of LILO that comes with potato doesn't
have the 1024 cylinder limit anymore.
I use it to boot 4 os . I am using a 13GB disc with 3
primary partitions and an extended partition. I have LILO
in my last partition above 10GB.

On Tue, 3 Oct 2000 10:50:20 -0400 , Anderson, TimTL33E said:

> Don't know if anyone's suggested this yet - it might be easier to manage if
>  you put lilo on a partition and point to all your linuces from there.
>  Solves the 1024 cylinder problem anyway.  I use BootMagic (which comes with
>  PartitionMagic) on my MBR to go to LILO or any proprietary OS.
>   Tim
>  
>  
>  -- 
>  Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
>  
>  



Re: glibc dependencies problem

2000-10-03 Thread Pascal Hos
Thanks, that did the trick

> I just had this problem, it's a pain but you don't have to rebuild your 
> entire system.
> I think it's a bug but it is too low level for me to characterise very well.
> 
> Anyway, this should help (it saved me from having to reinstall):
> 
> http://lists.debian.org/debian-user-0009/msg04260.html
> 
> krafty
> 
> 

-- 
home (713) 524 1822
off  (713) 348 3626
[EMAIL PROTECTED]



Re: Debian and compaq presario

2000-10-03 Thread Francesco Bochicchio
On Mon, Oct 02, 2000 at 02:07:53PM -0500, Daniel E. Baumann wrote:
> On Mon, 02 Oct 2000, Francesco Bochicchio wrote:
> > On Mon, Oct 02, 2000 at 01:29:21PM +0200, Olivier Billet wrote:
> > > Hi everybody,
> > > 
> > > I've well installed --well, more or less : I just set the X server, some
> > > config files correctly-- Debian 2.2 on my Compaq Presario 1200 laptop,
> > > but I still have a problem:
> > > 
> > > Is there somwhere someone that has successfully installed the so famous
> > > Lucent Winmodem correctly on the same compaq presario?
> > >
> > Uhm ... close. I have a Compaq presario 1610, and I managed to make the
> > ltmodem work with kernel 2.2.13. If you don'tf find a closer match, feel
> > free to e-mail me and I'll give you the details.
> > 
> > N.B : if you dig in the archives of this mailing list (and debian-user 
> > too), you'll find a  couple of threads on the 'ltmodem' subject, with some 
> > useful info.
> > 
> >  
> > Ciao.
> > -- 
> > FB
> > 
> > 
> > --  
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> The lucent winmodem driver will not work with a kernel newer then 2.2.14. you
> can try and use an old ppp module with a newer kernel, but I could never get
> this to work for me.
> 

I know. I tried too, without success :-(. 


Ciao
-- 
FB



RE: Debian and compaq presario

2000-10-03 Thread George Wright
Are there any card (pcmcia) type modems out there that anyone has had luck
w/using 
the 2.2.17 kernel?  Are any made that aren't so heavily "win"-driven?


-Original Message-
From: Francesco Bochicchio [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 03, 2000 11:37 PM
To: debian-laptop@lists.debian.org; debian-user@lists.debian.org
Subject: Re: Debian and compaq presario


On Mon, Oct 02, 2000 at 02:07:53PM -0500, Daniel E. Baumann wrote:
> On Mon, 02 Oct 2000, Francesco Bochicchio wrote:
> > On Mon, Oct 02, 2000 at 01:29:21PM +0200, Olivier Billet wrote:
> > > Hi everybody,
> > > 
> > > I've well installed --well, more or less : I just set the X server,
some
> > > config files correctly-- Debian 2.2 on my Compaq Presario 1200 laptop,
> > > but I still have a problem:
> > > 
> > > Is there somwhere someone that has successfully installed the so
famous
> > > Lucent Winmodem correctly on the same compaq presario?
> > >
> > Uhm ... close. I have a Compaq presario 1610, and I managed to make the
> > ltmodem work with kernel 2.2.13. If you don'tf find a closer match, feel
> > free to e-mail me and I'll give you the details.
> > 
> > N.B : if you dig in the archives of this mailing list (and debian-user
too), you'll find a  couple of threads on the 'ltmodem' subject, with some
useful info.
> > 
> >  
> > Ciao.
> > -- 
> > FB
> > 
> > 
> > --  
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
> 
> The lucent winmodem driver will not work with a kernel newer then 2.2.14.
you
> can try and use an old ppp module with a newer kernel, but I could never
get
> this to work for me.
> 

I know. I tried too, without success :-(. 


Ciao
-- 
FB


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



RE: Debian and compaq presario

2000-10-03 Thread Daniel E. Baumann
On Tue, 03 Oct 2000, George Wright wrote:
> Are there any card (pcmcia) type modems out there that anyone has had luck
> w/using 
> the 2.2.17 kernel?  Are any made that aren't so heavily "win"-driven?
> 
> 
> -Original Message-
> From: Francesco Bochicchio [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 03, 2000 11:37 PM
> To: debian-laptop@lists.debian.org; debian-user@lists.debian.org
> Subject: Re: Debian and compaq presario
> 
> 
> On Mon, Oct 02, 2000 at 02:07:53PM -0500, Daniel E. Baumann wrote:
> > On Mon, 02 Oct 2000, Francesco Bochicchio wrote:
> > > On Mon, Oct 02, 2000 at 01:29:21PM +0200, Olivier Billet wrote:
> > > > Hi everybody,
> > > > 
> > > > I've well installed --well, more or less : I just set the X server,
> some
> > > > config files correctly-- Debian 2.2 on my Compaq Presario 1200 laptop,
> > > > but I still have a problem:
> > > > 
> > > > Is there somwhere someone that has successfully installed the so
> famous
> > > > Lucent Winmodem correctly on the same compaq presario?
> > > >
> > > Uhm ... close. I have a Compaq presario 1610, and I managed to make the
> > > ltmodem work with kernel 2.2.13. If you don'tf find a closer match, feel
> > > free to e-mail me and I'll give you the details.
> > > 
> > > N.B : if you dig in the archives of this mailing list (and debian-user
> too), you'll find a  couple of threads on the 'ltmodem' subject, with some
> useful info.
> > > 
> > >  
> > > Ciao.
> > > -- 
> > > FB
> > > 
> > > 
> > > --  
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > > with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> > 
> > The lucent winmodem driver will not work with a kernel newer then 2.2.14.
> you
> > can try and use an old ppp module with a newer kernel, but I could never
> get
> > this to work for me.
> > 
> 
> I know. I tried too, without success :-(. 
> 
> 
> Ciao
> -- 
> FB
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
> /dev/null
> 
> 
> --  
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

I have the linksys 10/100 + 56K modem combo card that was mentioned on this
list before and the modem works great for linux. Most of linksys products are
extremely linux friendly.

Dan



bind and address rewriting

2000-10-03 Thread Thomas Voss

Hello Phil,

 PB> > the UDP packet is masqueraded
 PB> > correctly and triggers the PPP dial-out to my ISP. But
 PB> > finally, the UDP packet gets dropped out there because no
 PB> > address rewriting is done for UDP packets

 PB> If no address rewriting is done you need to check your ipchains
 PB> rules.

Hm, AFAIK there is only address rewriting for TCP packets with SYN set, or
am I wrong here? Address rewriting works perfectly with my configuration
for TCP packets with SYN bit set (see below).

 PB> Can you post them here?

Hm, there is nothing very critical about them, so I can do that. I hope
nobody minds this lengthly posting.

'localnet' is my local network which host 'gateway' connects to the
internet. 'nameserver' is the nameserver of my ISP.
'100.100.100.1' is the actual dynamic IP address of the ippp interface
(the firewall rules are updated to match the actual dynamic addresses each
time the link comes up with an ip-up script).

Those chains "Cx" which the build-in chains branch to are for accepting
selected TCP and ICMP packets from localnet to gateway, and from the
internet to gateway, resp. (Simple packet forwarding using kernel IP
masquerading is only done for those UDP connections with 'nameserver'.)

- Schnipp! ---
Chain input (policy DENY: 0 packets, 0 bytes):
target prot optifname source destination   ports
C1 all  -- eth0   localnet/24   gateway   n/a
C7 all  -- ippp0  anywhere  100.100.100.1 n/a
ACCEPT udp  l- eth0   localnet/24   nameserver1024:65535 -> domain
ACCEPT udp  l- ippp0  nameserver100.100.100.1 domain -> 1024:65535
DENY   all  l- anyanywhere  anywhere  n/a

Chain forward (policy DENY: 0 packets, 0 bytes):
target prot optifname source destination   ports
MASQ   udp  l- ippp0  localnet/24   nameserver1024:65535 -> domain
DENY   all  l- anyanywhere  anywhere  n/a

Chain output (policy DENY: 0 packets, 0 bytes):
target prot optifname source destination   ports
C3 all  -- eth0   gateway   localnet/24   n/a
C5 all  -- ippp0  100.100.100.1 anywhere  n/a
ACCEPT udp  l- ippp0  100.100.100.1 nameserver1024:65535 -> domain
ACCEPT udp  l- eth0   nameserverlocalnet/24   domain -> 1024:65535
DENY   all  l- anyanywhere  anywhere  n/a
--


Here is some debug output.

181.119.93.94 is the nameserver of my ISP.
10.20.30.* is my local net.


This is a dialup triggered by a TCP packet. One can see that address
rewriting works:

- Schnipp! ---
Oct  3 14:15:13 gateway kernel: Packet log: output - ippp0 PROTO=6
  181.120.8.51:1687 XX.XX.XX.XX:80 L=60 S=0x00 I=8225 F=0x T=64
  SYN (#1)
Oct  3 14:15:13 gateway kernel: ippp0: dialing 1 0191011...
Oct  3 14:15:15 gateway ipppd[169]: Remote message:
Oct  3 14:15:15 gateway ipppd[169]: MPPP negotiation, He: No We: No
Oct  3 14:15:15 gateway ipppd[169]: local  IP address 183.113.37.180
Oct  3 14:15:15 gateway ipppd[169]: remote IP address 183.22.65.43
Oct  3 14:15:16 gateway kernel: tcp_v4_rebuild_header(): shifting sk->saddr
  from 181.120.8.51 to 183.113.37.180
Oct  3 14:15:22 gateway kernel: Packet log: output - ippp0 PROTO=6
  183.113.37.180:1687 XX.XX.XX.XX:80 L=60 S=0x00 I=8227 F=0x T=64
  SYN (#1)

[...]

Oct  3 14:16:37 gateway ipppd[169]: Modem hangup
Oct  3 14:16:37 gateway ipppd[169]: Connection terminated.
--

Later, a forwarding request from bind from the internal network triggers
the next dialout, but no address rewriting takes place. In particular, it
seems that the UDP packet has successfully made its way across ippp0,
since there is no more log entry (all UDP packets would have been logged
in this configuration):

- Schnipp! ---
Oct  3 14:51:46 gateway kernel: Packet log: input ACCEPT eth0 PROTO=17
  10.20.30.200:1038 181.119.93.94:53 L=56 S=0x00 I=4922 F=0x T=64
  (#4)
Oct  3 14:51:46 gateway kernel: Packet log: forward MASQ ippp0 PROTO=17
  10.20.30.200:1038 181.119.93.94:53 L=56 S=0x00 I=4922 F=0x T=63
  (#2)
Oct  3 14:51:46 gateway kernel: Packet log: output ACCEPT ippp0 PROTO=17
  183.113.37.180:61033 181.119.93.94:53 L=56 S=0x00 I=4922 F=0x T=63
  (#4)
Oct  3 14:51:46 gateway kernel: ippp0: dialing 1 0191011...
Oct  3 14:51:48 gateway ipppd[169]: Remote message:
Oct  3 14:51:48 gateway ipppd[169]: MPPP negotiation, He: No We: No
Oct  3 14:51:48 gateway ipppd[169]: local  IP address 181.120.8.211
Oct  3 14:51:48 gateway ipppd[169]: remote IP address 183.22.65.41

[nothing happens here until I start the call to 'nslookup' again:]

Oct  3 14:52:07 gateway kernel: Packet log: input ACCEPT eth0 PROTO=17
  10.20.30.200:1038 181

RE: Re: Qs from a newbie (help ASAP?) (long)

2000-10-03 Thread Anderson, Tim TL33E

Luxury.  When I were a lad I had to run a webserver on a ZX81,
without even a 16K RAM Pack.  I 'ad to load all me data from C90 
audio tapes and play'em over t'phone to me users.


Mike Fedyk wrote:
> 
> Erin Lewy wrote:
> > Okay. Here's the deal. The poor machine was an ANCIENT P75
running (I didn't
> 
> Ancient, huh?  How bout a 486 DX2 66, or a 486 DX4 100?  That's
what I have at
> home as my firewall. :)
> 
how about a 486DX-33? or a Kaypro II (bet you never heard of it!
shame i
only
has 64k of memory, and no HD)



Fax (hylafax)

2000-10-03 Thread Pedro Quaresma de Almeida
Hi

I am trying to use the hylafax (tkhylafax) program to send a fax but,
whenever I try to send the fax (or the other comands faxstat, ...) it
ask me for a password, and I do nor know what to do, I have already
tried my own password, the root password, ...

Can you help me? Tank you.

(Notice that my mail is [EMAIL PROTECTED])

-- 

Pedro Quaresma de Almeida
e-mail: [EMAIL PROTECTED]



Confused on iptables and ftp..yes still...

2000-10-03 Thread William Jensen
My iptable rule:

$IPT -A INPUT -p tcp ! --syn --source-port 20 --destination-port 1024:65535 -j 
ACCEPT

I read this as any packed that is not a --syn type from source 20 on the ftp
server i'm hooking up to, destined to my pc port 1024:65535 jumps to ACCEPT

here's a snip of my log files:

Oct  3 14:32:44 stimpy kernel: Firewall:IN=eth0 OUT= MAC=00:10:5a:15:35:f1:00:30
:71:78:24:00:08:00 SRC=209.10.41.242 DST=24.216.244.106 LEN=60 TOS=0x00 PREC=0x0
0 TTL=54 ID=29441 DF PROTO=TCP SPT=20 DPT=32778 WINDOW=32120 RES=0x00 SYN URGP=0

And that's telling me that it's coming from port 20, it's tcp, and it's headed
to my port 32778, which should jump to ACCEPT!  I simply cannot understand why
the firewall is dropping those packets.  Allan was nice enough to point me to
a web site talking about firewalls and ftp and I 'thought' I had the right 
stuff being let thru.

Here's a twist...the exact same firewall rules were successfull when I was
runnin woody, but now that I'm on a standard potato with 'iptables' added
separately it's not working.

Any ideas?

Frustrated,

Bill



Re: Konsole session switching...

2000-10-03 Thread Steve Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tuesday, October 03, 2000, 5:37:33 AM, Noah wrote:
> Heh, all these list newbies thinking you're asking about VT switching
> don't realize that you've probably been on this list since before they
> heard of Linux.  8^)

Ungh, don't remind me.  :)

> In any case, switching sessions in Konsole is done with + arrow> or .

Hmmm, doesn't appear to be working through Exceed.  Of course IceWM's
desktop switching doesn't work through Exceed, either.  I'll have to try it
native when I get home.  Thanks for the tip.

- --
 Steve C. Lamb | I'm your priest, I'm your shrink, I'm your
 ICQ: 5107343  | main connection to the switchboard of souls.
- ---+-

-BEGIN PGP SIGNATURE-
Version: PGP 6.5i

iQA/AwUBOdo1lnpf7K2LbpnFEQJ8nQCeJD5frdCvht4IFYEiLMJ7+3FiltYAoM5y
VTalb43vtCBO6n/6afRL6R3d
=ct5u
-END PGP SIGNATURE-




Re: /dev/video: Operation not permitted

2000-10-03 Thread Erik van der Meulen
On Tue, Oct 03, 2000 at 20:12:45 +0200, Jens P. Elsner wrote:

> >   lrwxrwxrwx1 root root6 Oct  3 17:19 /dev/video ->
> >   video0
> > 
> > Have I overlooked some obvious thing?
> Yes. /dev/video is a symlink. :)
> 
> how about you set the right permissions on /dev/video0 ?

Thanks for your response. Maybe I do not understand properly. I
understood that the 'Debian way' of doing permission things was by
adding users to groups. For example, if a user wants to do ppp, she
should be member of 'dip'.
If I look at /dev/video0, I get:

  crw-rw1 root video 81,   0 Oct  3 17:19 /dev/video0

So I assume my membership of group 'video' should work.
Also, if I start xawtv when logged in as root, the problems are
identical.

Not sure how to proceed...

--
  Erik van der Meulen <[EMAIL PROTECTED]>



Re: Re: Qs from a newbie (help ASAP?) (long)

2000-10-03 Thread will trillich
On Tue, Oct 03, 2000 at 03:21:31PM -0400, Anderson, TimTL33E wrote:
>   
>   Luxury.  When I were a lad I had to run a webserver on a ZX81,
>   without even a 16K RAM Pack.  I 'ad to load all me data from C90 
>   audio tapes and play'em over t'phone to me users.

surely, now.

a webserver? on a zx? once upon a time in the mid '70's where the
internet was under conception before delivery?

thee pullest mine leg.

-- 
things are more like they used to be than they are now.

[EMAIL PROTECTED] *** http://www.dontUthink.com/



pty for Linux

2000-10-03 Thread Paul D. Smith
Has anyone had a go at porting Dan Bernstein's "pty" program to Linux?
The latest I found was Oct 1990, in the comp.unix.sources archives, and
it's pretty out-of-date.  There were a _LOT_ of configuration options,
and it wasn't at all clear to me how best to handle them for a Debian
installation.

I know I could use expect to get somewhat similar behavior, but I'd
prefer to use pty if possible as it's simpler and lighter-weight (as far
as I can tell).

Anyone ported pty to Linux, or thinking of packaging it for Debian?

-- 
---
 Paul D. Smith <[EMAIL PROTECTED]> Network Management Development
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist
---
   These are my opinions---Nortel Networks takes no responsibility for them.



Re: partitions and lilo

2000-10-03 Thread Jaye Inabnit ke6sls

Hello,

In response to a large number of replies, I'll send this via the deb-user
list instead.

Below are links to great reading and WHY I wasn't able to do what
I originally tried. I did install 5 OS's tho, and left room for 2 more.

I did run into the 1024 cylinder problem - anoying to say the least. So
during instals, I used fdisk (from red hat 6.2) and made the following:

hda1 - fat32 (fdisk type c) win98se installed 1500mb
hda5 - "the EXTENDED partition" = boot for hda1240mb
hda6 - boot for hda1340mb
hda7 - boot for hda1440mb
hda8 - boot for hda1540mb
hda9 - boot for hda1640mb
hda10 - boot for hda17  40mb
hda11 - swap file for all my linux installs  64mb
hda12 - root for first linux ext2  2048mb
hda13 - root for second linux ext22048mb
hda14 - root for third linux ext2 2048mb
hda15 - root for forth linux ext2 2048mb

On my forth and last linux install, I asked for lilo to be installed onto the
mbr. This was fully sucessful, and all I had to do was edit that lilo.conf and
add the other 3 linux images. All boot wonderfully, as well as win98se. So I
have my five OS's all booting via the mbr and all boot sectors are before
1024 on this 20GB hard drive. I still have room for 2 more OS's (hda9 & hda10).

I'm not sure if I could of done this more effectively. Perhaps used a common
BOOT partition for all my distro's. But this does work and will allow for 
tweaking each as class progresses. Now if only X was as easy to configure!

IHTH

Thanks to all for the help, best regards

On Tue, 03 Oct 2000, you wrote:

Try reading the partition mini-HOWTO at  
http://www.linuxdoc.org/HOWTO/mini/Partition/index.html

or the large disk HOWTO at

http://www.linuxdoc.org/HOWTO/Large-Disk-HOWTO.html

> 
> Jaye Inabnit ke6sls wrote:
> > 
> > Hello,
> > 
> > Am doing project here loading up many versions of linux. I wish to
> > use my 20gb hd. All was going well until I reached the 4 primary partition
> > mark - and fdisk said no in no uncertain terms and complained that I
> > should wack a partition and build an extended partion.
> > 
> > I won't bore the list with details, but I have no good "howtos" on my deb
> > box - does anyone know where I can find a good resource on partitioning
> > drives for say 5 or more OS's? Would like to keep working away on this
> > as it has been a great learning experience.
> > 
> > tia - regards
> > 
> > Please - reply to: [EMAIL PROTECTED]
> > 
> > tatah
> > 
-- 

Jaye Inabnit, ARS ke6sls e-mail: [EMAIL PROTECTED]
707-442-6579 h/m 707-441-7096 p
http://www.qsl.net/ke6slsICQ# 12741145
This mail composed with kmail on kde on X on linux warped by debian
If it's stupid, but works, it ain't stupid.



Re: Confused on iptables and ftp..yes still...

2000-10-03 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A long time ago, in a galaxy far, far way, someone said...

> My iptable rule:
> 
> $IPT -A INPUT -p tcp ! --syn --source-port 20 --destination-port 1024:65535 
> -j ACCEPT
> 
> I read this as any packed that is not a --syn type from source 20 on the ftp
> server i'm hooking up to, destined to my pc port 1024:65535 jumps to ACCEPT

Try taking out the "! --syn" and see what you get.

> here's a snip of my log files:
> 
> Oct  3 14:32:44 stimpy kernel: Firewall:IN=eth0 OUT= 
> MAC=00:10:5a:15:35:f1:00:30
> :71:78:24:00:08:00 SRC=209.10.41.242 DST=24.216.244.106 LEN=60 TOS=0x00 
> PREC=0x0
> 0 TTL=54 ID=29441 DF PROTO=TCP SPT=20 DPT=32778 WINDOW=32120 RES=0x00 SYN 
> URGP=0
> 
> And that's telling me that it's coming from port 20, it's tcp, and it's headed
> to my port 32778, which should jump to ACCEPT!  I simply cannot understand why
> the firewall is dropping those packets.  Allan was nice enough to point me to
> a web site talking about firewalls and ftp and I 'thought' I had the right 
> stuff being let thru.
> 
> Here's a twist...the exact same firewall rules were successfull when I was
> runnin woody, but now that I'm on a standard potato with 'iptables' added
> separately it's not working.

Part of the problem is that you're treating iptables like ipchains as if
they are the same; they are totally different packet filtering/mangling
mechanisms.

I see you're not using the super nifty connection tracking capabilities of
iptables.  Perhaps it'll help to see a working configuration:

$IPT -t nat -A POSTROUTING -o $OUTSIDE_IFACE -j MASQUERADE
$IPT -P FORWARD ACCEPT
$IPT -A INPUT -s localnet/24 -j ACCEPT
   
$IPT -A INPUT -s localhost -j ACCEPT
$IPT -P INPUT DROP
$IPT -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
echo 1 > /proc/sys/net/ipv4/ip_forward

This is all you effectively need for a firewall that does internet
connection sharing.  These lines will block all new and invalid incoming
connections, but allow through services that need to connect to a port on
your computer, like IRC, web and FTP.

- -- 
- --
Phil Brutsche   [EMAIL PROTECTED]

GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D  7E5E FD94 D264 50DE 1CFC
GPG key id: 50DE1CFC
GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE52j1T/ZTSZFDeHPwRAtdKAJ9mpHkGjxUBoUz27HQMZTbp9frD9QCeN+Kp
9oksHocHIWODtbbDey5ld6Q=
=7UVf
-END PGP SIGNATURE-



Re: How to set Xserver resolution

2000-10-03 Thread Brian Potkin
On Mon, Oct 02, 2000 at 09:57:52AM +1100, Brian May wrote:

> > "Debian" == Debian Linux User <[EMAIL PROTECTED]> writes:
> 
> Debian> You could set up an alias.  HTH
> 
> That doesn't work to well if you are starting X via gdm...
> 
> Yes, you could alter /etc/X11/gdm/gdm.conf, but this often gets
> changed upstream (forcing you to merge the changes each time).
> 
> You can change lots of things via XF86Config, including BPP, power
> saver mode, etc, so I wonder how you go about changing the DPI
> setting.

I use startx to bring up X and like you wondered whether a dpi setting
in XF86Config is possible.  The man page for XF86Config does not appear
to have anything relevant but man startx mentions an xserverrc file.

So after creating .xserverrc I put in it the line:

exec X :0  -dpi 100

This worked for me so maybe it will also be of use when starting X via
gdm.

Brian.
-- 
email: [EMAIL PROTECTED]



ISP modem connection

2000-10-03 Thread romeu

Hi,
I'm sorry the long mail, but I would have no way of describing my problem
without it.

I'm trying to connect to my ISP, using my Lucent Venus Voice Modem, since
august, 2000.
I made these things:
-  ISA PnP issues, with pnpdump --> isapnp.conf
- setserial /dev/ttyS1 - the port whas detected as 16550A.

Well, now I have access to the modem. So I used pppconfig to set the chat
scripts.
But the connection with my ISP is not going on. The modem dials, makes the
modem noise, but I think there's no handshake with my ISP. I tried PAP,
CHAP (even  Chat, but my ISP is windows based).

So I tought: the modem is not yet configured. I'll try to do it with AT
commands. This is my modem log under windows:

09-11-2000 02:52:45.44 - Lucent Venus Voice Modem in use.
09-11-2000 02:52:45.45 - Modem type: Lucent Venus Voice Modem
09-11-2000 02:52:45.45 - Modem inf path: ASKVENUS.INF
09-11-2000 02:52:45.45 - Modem inf section: Modem_Venus_IN
09-11-2000 02:52:45.70 - 115200,N,8,1
09-11-2000 02:52:45.70 - 115200,N,8,1
09-11-2000 02:52:45.70 - Initializing modem.
09-11-2000 02:52:45.70 - Send: AT
09-11-2000 02:52:45.72 - Recv: AT
09-11-2000 02:52:45.72 - Recv: OK
09-11-2000 02:52:45.72 - Interpreted response: Ok
09-11-2000 02:52:45.72 - Send: AT &F E0 &C1 &D2 V1 S0=0\V1w0
09-11-2000 02:52:45.75 - Recv: AT &F E0 &C1 &D2 V1 S0=0\V1w0
09-11-2000 02:52:45.75 - Recv: OK
09-11-2000 02:52:45.75 - Interpreted response: Ok
09-11-2000 02:52:45.75 - Send: ATS7=60S30=0L0M1\N3%C1&K3B0B15N1X4
09-11-2000 02:52:45.76 - Recv: OK
09-11-2000 02:52:45.76 - Interpreted response: Ok
09-11-2000 02:52:45.76 - Send: Ats109=2
09-11-2000 02:52:45.76 - Recv: OK
09-11-2000 02:52:45.76 - Interpreted response: Ok
09-11-2000 02:52:45.76 - Dialing.
09-11-2000 02:52:45.76 - Send: ATDT;
09-11-2000 02:52:49.30 - Recv: OK
09-11-2000 02:52:49.30 - Interpreted response: Ok
09-11-2000 02:52:49.32 - Dialing.
09-11-2000 02:52:49.32 - Send: ATDT###
09-11-2000 02:53:21.68 - Recv: CONNECT 115200 V42bis
09-11-2000 02:53:21.68 - Interpreted response: Connect
09-11-2000 02:53:21.68 - Connection established at 115200bps.
09-11-2000 02:53:21.68 - Error-control on.
09-11-2000 02:53:21.68 - Data compression on.

So I tried this, with my /etc/chatscripts/provider  :

# This chatfile was generated by pppconfig 2.0.5.
# Please do not delete any of the comments.  Pppconfig needs them.
#
# ispauth PAP
# abortstring
ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO
DIAL TONE' ABORT 'NO ANSWER'
# modeminit
'' 'AT &F0 E0 &C1 &D2 V1 S0=0\V1W0'
# ispnumber
OK-AT-OK ATDT6129220
# ispconnect
CONNECT CLIENT
# prelogin
# ispname
# isppassword
# postlogin
# end of pppconfig stuff


This is my pap-secrets file:

#
# /etc/ppp/pap-secrets
#
# This is a pap-secrets file to be used with the AUTO_PPP function of
# mgetty. mgetty-0.99 is preconfigured to startup pppd with the login
option
# which will cause pppd to consult /etc/passwd (and /etc/shadow in turn)
# after a user has passed this file. Don't be disturbed therfore by the
fact
# that this file defines logins with any password for users. /etc/passwd
# (again, /etc/shadow, too) will catch passwd mismatches.
#
# This file should block ALL users that should not be able to do AUTO_PPP.
# AUTO_PPP bypasses the usual login program so its necessary to list all
# system userids with regular passwords here.
#
# ATTENTION: The definitions here can allow users to login without a
# password if you don't use the login option of pppd! The mgetty Debian
# package already provides this option; make sure you don't change that.
# INBOUND connections
# Every regular user can use PPP and has to use passwords from /etc/passwd
*frijole   ""   *
# UserIDs that cannot use PPP at all. Check your /etc/passwd and add any
# other accounts that should not be able to use pppd!
guest frijole   "*"  -
masterfrijole   "*"  -
# rootfrijole   "*"  -   --> I'm
using my machine as root - this line was enabled and disabled
support   frijole   "*"  -
stats frijole   "*"  -
# OUTBOUND connections
# Here you should add your userid password to connect to your providers via
# PAP. The * means that the password is to be used for ANY host you connect
# to. Thus you do not have to worry about the foreign machine name. Just
# replace password with your password.
# If you have different providers with different passwords then you better
# remove the following line.
rffjr provider 

I think I'm doing the same steps I use under windows, but nothing works.
When I type plog, the only information I have is that the chat script
failed.

These are the last lines of my /var/log/syslog:
Oct  3 04:12:35 colorado pppd[664]: pppd 2.3.11 started by root, uid 0
Oct  3 04:12:36 colorado chat[665]: abort on (BUSY)
Oct  3 04:12:36 colorado chat[665]: abort on (NO CARRIER)
Oct  3 04:12:36 colorado chat[665]: abort on (VOICE)
Oct  3 04:12:36 colorado chat[665]: abort on (NO DIALTONE)
Oct  3 04:12:36 colorado chat[665]: abort

X-windows + Rage Fury Pro Vivo compatibility

2000-10-03 Thread Valentín Alba
Does anybody make X-windows run with ATI Rage 128 Pro with Debian 2.2?
Even in VGA or SVGA mode?
Thanks



2.4.0-test kernels?

2000-10-03 Thread Damian Menscher
Can anyone provide some info on how to get working with a 2.4 kernel?  
I need to switch so I can get my scsi card working with raid support.  
Other than the kernel, I'd prefer to have everything as stable as
possible.

So far I've learned that I need to get an updated modutils, but that
causes all sorts of grief since the one in Woody depends on libc6,
etc.  And I've been unable (so far) to find any source .deb's.

BTW: what's up with #debian being an invite-only channel?

Damian Menscher
-- 
--==## Grad. student & Sys. Admin. @ U. Illinois at Urbana-Champaign ##==--
--==## <[EMAIL PROTECTED]> www.uiuc.edu/~menscher/ Ofc:(217)333-0038 ##==--
--==## Physics Dept, 1110 W Green, Urbana IL 61801 Fax:(217)333-9819 ##==--



Re: 2.4.0-test kernels?

2000-10-03 Thread Jeff Lessem
In your message of: Tue, 03 Oct 2000 15:44:31 CDT, you write:
>Can anyone provide some info on how to get working with a 2.4 kernel?  

About a month ago I started running 2.4-testX on an otherwise potato
system.  I had to upgrade modutils, nfs-common, and nfs-kernel-server
to make things work.  If you aren't running kernel nfs, then you
probably will only need modutils.  Fortunately I still had the .deb's
on the machine, so you can download them at
http://ibgwww.colorado.edu/~lessem/2.4/

They are dated 26 Aug 2000, so they aren't the latest, but they did
dpkg -i right onto an otherwise potato system.

--
Jeff Lessem.



[very OT] Qs from a newbie (help ASAP?) (long)

2000-10-03 Thread Bruce Sass
On Tue, 3 Oct 2000, will trillich wrote:
> On Tue, Oct 03, 2000 at 03:21:31PM -0400, Anderson, TimTL33E wrote:
> > 
> > Luxury.  When I were a lad I had to run a webserver on a ZX81,
> > without even a 16K RAM Pack.  I 'ad to load all me data from C90 
> > audio tapes and play'em over t'phone to me users.
> 
> surely, now.
> 
> a webserver? on a zx? once upon a time in the mid '70's where the
> internet was under conception before delivery?

really, eh.  I had a ZX81 in '78 (stock with 2k of RAM, IIRC), the 'net
was around (if you were at a university) but there was no WWW - it must
have been a ZX81 that made it through to the early-mid 80's without an
upgrade (and some really efficient Z80 machine code)...

> thee pullest mine leg.

... or what you said.  :)


later,

Bruce



Re: 2.4.0-test kernels?

2000-10-03 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A long time ago, in a galaxy far, far way, someone said...

> Can anyone provide some info on how to get working with a 2.4 kernel?  
> I need to switch so I can get my scsi card working with raid support.  
> Other than the kernel, I'd prefer to have everything as stable as
> possible.
> 
> So far I've learned that I need to get an updated modutils, but that
> causes all sorts of grief since the one in Woody depends on libc6,
> etc.  And I've been unable (so far) to find any source .deb's.

All you need to worry about is modutils, and maybe updating the NFS stuff
if you're going to use the kernel NFS server.  I didn't need to update.  
TMMW.

Keep in mind that the 2.4.0-testx kernels have been crash-prone recently,
although 2.4.0-test9 (what I'm using now) seems to be pretty solid and
makes 2.2.x look slow as molasses going uphill (I'm exaggerating, but you
get the idea).

- -- 
- --
Phil Brutsche   [EMAIL PROTECTED]

GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D  7E5E FD94 D264 50DE 1CFC
GPG key id: 50DE1CFC
GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE52kmB/ZTSZFDeHPwRAjWpAJ0Z977yWsEBRviDz0FoHIWXGrQJ5gCgoat2
o8/XCf+3l7TF9133QOO6OVI=
=7JG3
-END PGP SIGNATURE-



Re: partitions and lilo

2000-10-03 Thread csj
Now how did you manage to install FOUR different distros? I tried installing
two (Mandrake + Storm, a debian derivative). While I was able to run stuff like
Gnome (practically the whole bunch I guess), I ran into module loading problems.
My Storm installation kept looking for the Mandrake modules.

How did you keep the different distros from stepping on each other's
filesystems?

On Wed, 04 Oct 2000, Jaye Inabnit ke6sls wrote:
> Hello,
> 
> In response to a large number of replies, I'll send this via the deb-user
> list instead.
> 
> Below are links to great reading and WHY I wasn't able to do what
> I originally tried. I did install 5 OS's tho, and left room for 2 more.
> 
> I did run into the 1024 cylinder problem - anoying to say the least. So
> during instals, I used fdisk (from red hat 6.2) and made the following:
> 
> hda1 - fat32 (fdisk type c) win98se installed 1500mb
> hda5 - "the EXTENDED partition" = boot for hda1240mb
> hda6 - boot for hda1340mb
> hda7 - boot for hda1440mb
> hda8 - boot for hda1540mb
> hda9 - boot for hda1640mb
> hda10 - boot for hda17  40mb
> hda11 - swap file for all my linux installs  64mb
> hda12 - root for first linux ext2  2048mb
> hda13 - root for second linux ext22048mb
> hda14 - root for third linux ext2 2048mb
> hda15 - root for forth linux ext2 2048mb
> 
> On my forth and last linux install, I asked for lilo to be installed onto the
> mbr. This was fully sucessful, and all I had to do was edit that lilo.conf and
> add the other 3 linux images. All boot wonderfully, as well as win98se. So I
> have my five OS's all booting via the mbr and all boot sectors are before
> 1024 on this 20GB hard drive. I still have room for 2 more OS's (hda9 & 
> hda10).
> 
> I'm not sure if I could of done this more effectively. Perhaps used a common
> BOOT partition for all my distro's. But this does work and will allow for 
> tweaking each as class progresses. Now if only X was as easy to configure!
> 
> IHTH
> 
> Thanks to all for the help, best regards
> 
> On Tue, 03 Oct 2000, you wrote:
> 
> Try reading the partition mini-HOWTO at  
> http://www.linuxdoc.org/HOWTO/mini/Partition/index.html
> 
> or the large disk HOWTO at
> 
> http://www.linuxdoc.org/HOWTO/Large-Disk-HOWTO.html
> 
> > 
> > Jaye Inabnit ke6sls wrote:
> > > 
> > > Hello,
> > > 
> > > Am doing project here loading up many versions of linux. I wish to
> > > use my 20gb hd. All was going well until I reached the 4 primary partition
> > > mark - and fdisk said no in no uncertain terms and complained that I
> > > should wack a partition and build an extended partion.
> > > 
> > > I won't bore the list with details, but I have no good "howtos" on my deb
> > > box - does anyone know where I can find a good resource on partitioning
> > > drives for say 5 or more OS's? Would like to keep working away on this
> > > as it has been a great learning experience.
> > > 
> > > tia - regards
> > > 
> > > Please - reply to: [EMAIL PROTECTED]
> > > 
> > > tatah
> > > 
> -- 
> 
> Jaye Inabnit, ARS ke6sls e-mail: [EMAIL PROTECTED]
> 707-442-6579 h/m 707-441-7096 p
> http://www.qsl.net/ke6slsICQ# 12741145
> This mail composed with kmail on kde on X on linux warped by debian
> If it's stupid, but works, it ain't stupid.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: Off Topic: mutt and threading

2000-10-03 Thread Sven Burgener
On Tue, Oct 03, 2000 at 01:23:20PM -0500, will trillich wrote:
> On Mon, Oct 02, 2000 at 09:11:21PM -0500, William Jensen wrote:
> > When I change into debian-user folder I have to always use o t for sort by
> > thread.  There has to be a way that I can tell mutt to always use threaded
> > mode?
> 
> you've got part of the answer.
> 
> what if you also want the mailboxes displayed in date order?
> 
> there may be another way, but here's how i did it:
> 
>   % alias m 'mutt -y -e "push Od"'

Neat.

I also have a mutt-related question:

If I leave a mailbox having new mails, they become _O_ld. I don't
like this.  Can this be changed so that mails stay _N_ew even when I
leave a mailbox and return to it later?

-- 
"We will run this with the same kind of openness we have run Windows,"
 Steve Ballmer on their .net service



Re: Samba problems (fwd)

2000-10-03 Thread Alberto Pereira

The problem is the windows system not found the printers!
I use potato with samba2.0.7-3

On Tue, 3 Oct
2000, Alec Smith wrote:

I use the default Samba printers share, and then the standard method of
mapping the network printers on my Windows machine. There's nothing
special to printing from Windows to a Samba machine. (Samba to Windows is
a little trickier) Once Windows knows which printers it has available on
the network, you can use the regular Print menu in applications.



On Tue, 3 Oct 2000, Alberto Pereira wrote:

> Sir, 
> I read your message on the list and I want to make a question to you.
> What the command you put in your client to print??
> I assume your client is windows system.
> 
> Thanks so much
> 
> Atenciosamente,
>   .
>,,$,Alberto Pereira  
>   ;$'  ':  Analista de Suporte 
>   $: :  
>$   o_)$$$: -"E ai linux, o que faremos hoje a noite??" 
>;$,_/\ &&:' -"O que fazemos todas as noites link, 
>  ' /( &&&tentaremos dominar o mundo"
>  \_'
> .  -DEBIAN, THE CHOICE OF NEW GNU LINUX GENERATION 
>   &&&:  
>  
> 
> 



Atenciosamente,
  .
   ,,$,Alberto Pereira  
  ;$'  ':  Analista de Suporte 
  $: :  
   $   o_)$$$: -"E ai linux, o que faremos hoje a noite??" 
   ;$,_/\ &&:' -"O que fazemos todas as noites link, 
 ' /( &&&tentaremos dominar o mundo"
 \_'
.  -DEBIAN, THE CHOICE OF NEW GNU LINUX GENERATION 
  &&&:  
 





Re: ISP modem connection

2000-10-03 Thread Christoph Simon
[...]
> These are the last lines of my /var/log/syslog:
> Oct  3 04:12:35 colorado pppd[664]: pppd 2.3.11 started by root, uid 0
> Oct  3 04:12:36 colorado chat[665]: abort on (BUSY)
> Oct  3 04:12:36 colorado chat[665]: abort on (NO CARRIER)
> Oct  3 04:12:36 colorado chat[665]: abort on (VOICE)
> Oct  3 04:12:36 colorado chat[665]: abort on (NO DIALTONE)
> Oct  3 04:12:36 colorado chat[665]: abort on (NO DIAL TONE)
> Oct  3 04:12:36 colorado chat[665]: abort on (NO ANSWER)
> Oct  3 04:12:36 colorado chat[665]: send (AT &F0 E0 &C1 &D2 V1 S0=0\V1W0^M)
> Oct  3 04:12:37 colorado chat[665]: expect (OK)
> Oct  3 04:13:05 colorado chat[665]: ^M
> Oct  3 04:13:05 colorado chat[665]: OK
> Oct  3 04:13:05 colorado chat[665]:  -- got it
> Oct  3 04:13:05 colorado chat[665]: send (ATDT6129220^M)
> Oct  3 04:13:05 colorado chat[665]: expect (CONNECT)
> Oct  3 04:13:05 colorado chat[665]: ^M
> Oct  3 04:13:50 colorado pppd[664]: Connect script failed
> Oct  3 04:13:50 colorado chat[665]: alarm
> Oct  3 04:13:50 colorado chat[665]: Failed
> Oct  3 04:13:51 colorado pppd[664]: Exit.

Well, not a solution, but try to add "kdebug 1" to your ppp options
file. I'm experiencing a similar situation, but had no time to
continue work on it. In my case, it seems that my configuration is
rejecting pap authentication, but I couldn't see why. Maybe such a log
might help somebody else on this list to find the solution.

Christoph Simon
[EMAIL PROTECTED]

-- 
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
shit
.




Re: Samba problems

2000-10-03 Thread Alberto Pereira
Yes,
the samba is rigth configured but the printer not appears in the windows 
net box!!
:(
All others folders appears in the net windows box.

On Tue, 3 Oct 2000, Alec
Smith wrote:

Can the Windows machine see other shares on the Samba machine?


On Tue, 3 Oct 2000, Alberto Pereira wrote:

> The problem is the windows system not found the printers!
> I use potato with samba2.0.7-3
> 
> On Tue, 3 Oct
> 2000, Alec Smith wrote:
> 
> I use the default Samba printers share, and then the standard method of
> mapping the network printers on my Windows machine. There's nothing
> special to printing from Windows to a Samba machine. (Samba to Windows is
> a little trickier) Once Windows knows which printers it has available on
> the network, you can use the regular Print menu in applications.
> 
> 
> 
> On Tue, 3 Oct 2000, Alberto Pereira wrote:
> 
> > Sir, 
> > I read your message on the list and I want to make a question to you.
> > What the command you put in your client to print??
> > I assume your client is windows system.
> > 
> > Thanks so much
> > 
> > Atenciosamente,
> >   .
> >,,$,Alberto Pereira  
> >   ;$'  ':  Analista de Suporte 
> >   $: :  
> >$   o_)$$$: -"E ai linux, o que faremos hoje a noite??" 
> >;$,_/\ &&:' -"O que fazemos todas as noites link, 
> >  ' /( &&&tentaremos dominar o mundo"
> >  \_'
> > .  -DEBIAN, THE CHOICE OF NEW GNU LINUX GENERATION 
> >   &&&:  
> >  
> > 
> > 
> 
> 
> 
> Atenciosamente,
>   .
>,,$,Alberto Pereira  
>   ;$'  ':  Analista de Suporte 
>   $: :  
>$   o_)$$$: -"E ai linux, o que faremos hoje a noite??" 
>;$,_/\ &&:' -"O que fazemos todas as noites link, 
>  ' /( &&&tentaremos dominar o mundo"
>  \_'
> .  -DEBIAN, THE CHOICE OF NEW GNU LINUX GENERATION 
>   &&&:  
>  
> 
> 



Atenciosamente,
  .
   ,,$,Alberto Pereira  
  ;$'  ':  Analista de Suporte 
  $: :  
   $   o_)$$$: -"E ai linux, o que faremos hoje a noite??" 
   ;$,_/\ &&:' -"O que fazemos todas as noites link, 
 ' /( &&&tentaremos dominar o mundo"
 \_'
.  -DEBIAN, THE CHOICE OF NEW GNU LINUX GENERATION 
  &&&:  
 




Re: Samba problems

2000-10-03 Thread Alec Smith
Your Samba machine does have a [Printers] share, right? If that share is
there, I'm not sure what's wrong. I'm by no means a Samba god... :(



On Tue, 3 Oct 2000, Alberto Pereira wrote:

> Yes,
> the samba is rigth configured but the printer not appears in the windows 
> net box!!
> :(
> All others folders appears in the net windows box.
> 
> On Tue, 3 Oct 2000, Alec
> Smith wrote:
> 
> Can the Windows machine see other shares on the Samba machine?
> 
> 
> On Tue, 3 Oct 2000, Alberto Pereira wrote:
> 
> > The problem is the windows system not found the printers!
> > I use potato with samba2.0.7-3
> > 
> > On Tue, 3 Oct
> > 2000, Alec Smith wrote:
> > 
> > I use the default Samba printers share, and then the standard method of
> > mapping the network printers on my Windows machine. There's nothing
> > special to printing from Windows to a Samba machine. (Samba to Windows is
> > a little trickier) Once Windows knows which printers it has available on
> > the network, you can use the regular Print menu in applications.
> > 
> > 
> > 
> > On Tue, 3 Oct 2000, Alberto Pereira wrote:
> > 
> > > Sir, 
> > > I read your message on the list and I want to make a question to you.
> > > What the command you put in your client to print??
> > > I assume your client is windows system.
> > > 
> > > Thanks so much
> > > 
> > > Atenciosamente,
> > >   .
> > >,,$,Alberto Pereira  
> > >   ;$'  ':  Analista de Suporte 
> > >   $: :  
> > >$   o_)$$$: -"E ai linux, o que faremos hoje a noite??" 
> > >;$,_/\ &&:' -"O que fazemos todas as noites link, 
> > >  ' /( &&&tentaremos dominar o mundo"
> > >  \_'
> > > .  -DEBIAN, THE CHOICE OF NEW GNU LINUX GENERATION 
> > >   &&&:  
> > >  
> > > 
> > > 
> > 
> > 
> > 
> > Atenciosamente,
> >   .
> >,,$,Alberto Pereira  
> >   ;$'  ':  Analista de Suporte 
> >   $: :  
> >$   o_)$$$: -"E ai linux, o que faremos hoje a noite??" 
> >;$,_/\ &&:' -"O que fazemos todas as noites link, 
> >  ' /( &&&tentaremos dominar o mundo"
> >  \_'
> > .  -DEBIAN, THE CHOICE OF NEW GNU LINUX GENERATION 
> >   &&&:  
> >  
> > 
> > 
> 
> 
> 
> Atenciosamente,
>   .
>,,$,Alberto Pereira  
>   ;$'  ':  Analista de Suporte 
>   $: :  
>$   o_)$$$: -"E ai linux, o que faremos hoje a noite??" 
>;$,_/\ &&:' -"O que fazemos todas as noites link, 
>  ' /( &&&tentaremos dominar o mundo"
>  \_'
> .  -DEBIAN, THE CHOICE OF NEW GNU LINUX GENERATION 
>   &&&:  
>  
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 



  1   2   >