dpkg dependencies

2000-12-01 Thread patd
i'm thinking of removing python, but before i do, i want to know which 
packages depends on it.  is there a dpkg/apt command that will show me 
what the dependencies are?

thanks
pd
-- 


"As a general rule, if you have trouble 
 with the binary system, then probably it 
 is because you do not really understand 
 the decimal system ..."
R.W. Hamming



Compiling pcmcia-source using make-kpkg fails

2000-12-01 Thread Mark Phillips

I've just tried compiling pcmcia-source 3.1.22 using make-kpkg but it
fails, telling me:

make[4]: Entering directory `/usr/src/modules/pcmcia-cs/modules'
MD -O2 -Wall -Wstrict-prototypes -pipe -I../include
-I/usr/src/linux/include  -D__KERNEL__ -DMODULE -c cs.c
make[4]: MD: Command not found
make[4]: [cs.o] Error 127 (ignored)
mv: cs.d: No such file or directory
make[4]: *** [cs.o] Error 1
make[4]: Leaving directory `/usr/src/modules/pcmcia-cs/modules'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/modules/pcmcia-cs'
make[2]: *** [build-modules] Error 2
make[2]: Leaving directory `/usr/src/modules/pcmcia-cs'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/pcmcia-cs'
Module /usr/src/modules/pcmcia-cs failed.

Any ideas what is wrong?

Thanks,

Mark.

_/___/~~
/~~_/~~__/~~__Mark_Phillips
/~~_/[EMAIL PROTECTED]
/~~\HE___/~~__/~~\APTAIN_
/~~__/~~
__
"They told me I was gullible ... and I believed them!" 





Boot Module Error Message

2000-12-01 Thread Christopher W. Aiken
I just did a fresh install of Debian 2.2  When I boot the
system I get the following error:

insmod: /lib/modules/2.2.17/misc/unix.o: cannot create 
/var/log/ksymoops/20001201182539.ksyms  Read-only file system

Any one know what this is about?   How to fix or remove.
What is "unix.o" module?  Is it needed?

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



Re: what is > ?

2000-12-01 Thread Jimmy O'Regan
On Fri, 1 Dec 2000, cls-c/s wrote:

> debs,
> 
> in bash, i sometimes hit ' at the end of a command and i then get > on the 
> next line.  what does > do?
It's the secondary prompt ($PS2), which means it's waiting for you to
finish your command (i.e.,close the quotes)
> 
> ia, t.
> 
> bentley taylor.
> 
> //
> 
>  
> 

--
"The Information Superhighway made it possible for the average person
to find out what some nerd thinks about Star Trek"

http://lit.compsoc.com/
http://www.litsu.ie/

GPG Fingerprint: B6C4 9E2B C62F 1B05 FC0D  F543 6800 67C7 FF5D 8291



Re: Hi all

2000-12-01 Thread Tim Uckun

At 10:07 PM 12/1/2000 -0600, Dean wrote:

Hi Tim:
  congrats on the install. As to your question:

I'm not sure what you where trying to type but
the error message sounds like what I get when I
1.have the wrong location. 2.using the wrong command
to open it. 3.don't have proper authority to get into it
( need to be root.) hth   Dean


I kept getting all kinds of weird errors and problems like that. Then 
digging around a bit I found out I was running on runlevel 2! WTF?? I then 
changed the inittab and did a reboot (just to be sure) and bash segfaulted 
on me.


I think that when dpkg (or dselect) segfaulted on me it must have messed up 
a few things.


I am going to try and redo the install and see where that gets me. This 
machine had NT, redhat and freebsd on it at one time or another and I am 
pretty sure there is no hardware problems.


I have my fingers crossed.
--
 Tim Uckun
  Mobile Intelligence Unit.
--
   "There are some who call me TIM?"
--



missing info pages (eg emacs)

2000-12-01 Thread Jeremiah H. Savage

I'm running a freshly installed Potato system on i386. It seems there
are 14 packages for which no info pages have been installed, most
notably emacs. But I have installed emacs20 and xemacs21. I have checked 
for a package such as emacs-doc or emacs-manual, but haven't found

anything yet. However, the info pages for Xemacs21 *are* present. Any
ideas on how to get the pages working properly for vanilla emacs and others?

Below is the list of missing info pages. Even though *Info: (info) is in 
this list, the documentation is present for info. Thanks for the help.


Jeremiah



File: dir   Node: Top   This is the top of the INFO tree
   This (the Directory node) gives a menu of major topics.
   Typing "d" returns here, "q" exits, "?" lists all INFO commands, "h"
   gives a primer for first-timers, "mEmacs" visits the Emacs 
topic,

   etc.
   In Emacs, you can click mouse button 2 on a menu item or cross reference
   to select it.
   --- PLEASE ADD DOCUMENTATION TO THIS TREE. (See INFO topic first.) ---

* Menu: The list of major topics begins on the next line.

* Info: (info). Documentation browsing system.
* Emacs: (emacs).   The extensible self-documenting text editor.
* VIPER: (viper).   The newest Emacs VI-emulation mode.
* VIP: (vip).   An older VI-emulation for Emacs.
* Forms: (forms).   Emacs package for editing data bases
   by filling in forms.
* Gnus: (gnus). The news reader Gnus.
* Message: (message).   Mail and news composition mode that goes with Gnus.
* MH-E: (mh-e). Emacs interface to the MH mail system.
* CL: (cl). Partial Common Lisp support for Emacs Lisp.
* SC: (sc). Supercite lets you cite parts of messages you're
   replying to, in flexible ways.
* Dired-X: (dired-x).   Dired Extra Features.
* Ediff: (ediff).   A comprehensive visual interface to diff & patch.
* CC mode: (ccmode).The GNU Emacs mode for editing C, C++, Objective-C
   and Java code.
* RefTeX: (reftex). Emacs support for LaTeX cross-references and
citations.
* Widget: (widget). Documenting the "widget" package used by the
   Emacs Custom facility.



Re: Hi all

2000-12-01 Thread Dean
Hi Tim:
  congrats on the install. As to your question:

Tim Uckun wrote:
 cut
> right now I am having an odd problem when I type which "something" it says
> shell-init: could not get directory: getcwd: cannot access parent
> directories: nosuch file or directory

I'm not sure what you where trying to type but
the error message sounds like what I get when I
1.have the wrong location. 2.using the wrong command
to open it. 3.don't have proper authority to get into it
( need to be root.) hth   Dean



Re: what is > ?

2000-12-01 Thread Harry Henry Gebel
On Fri, Dec 01, 2000 at 07:41:01PM -0700, cls-c/s wrote:
> in bash, i sometimes hit ' at the end of a command and i then get > on the 
> next line.  what does > do?

> [EMAIL PROTECTED]:~$ top'
> > 
> > 
> > 
> > 
> > 
> [EMAIL PROTECTED]:~$ exit

The > prompt is bash's way of telling you that you haven't finished typing
in a command yet. When you typed the single quote you tell bash that you
are starting to type an argument and that characters that normally have
special meanings such as *, $, the space, and the carriage return, no
longer have those special meanings. Since the carriage return no longer has
it's special meaning (to tell bash you are done typing a command) bash just
interprets it as one more character to put into that argument. It will stay
in this mode until you type another single quote. The single quote retains
it's special meaning because otherwise you would have no way to stop typing
the argument, the backslash retains it's special meaning in case you have
to insert a single quote character into the argument. You can also still
abort the command with CTRL-C .

-- 
Harry Henry Gebel, ICQ# 76308382
West Dover Hundred, Delaware



Re: swap size

2000-12-01 Thread Greg Baker
The magic amount of swap is the totaly memory you ever expect to need,
minus the amount of physical RAM you have.  That's it, really.  These
1xRAM, 2xRAM, etc. rules are just vague hand-wavey guidelines. Just
guess how much memory you might need and subtract 1G (in your case).

Note: some systems mirror the physical RAM in swap, so having less swap
than RAM is meaningless and having the same amount is pointless.  Linux
doesn't do that, so the amount of swap you allocate is added to your
total RAM available.

Greg

---
"With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea."  --RFC-1925 



why doesn't modprobe log errors?!?

2000-12-01 Thread Peter Jay Salzman
sorry if this is a repost; i just installed a firewall and had to
reconfigure exim.  my helo was all screwed up and i didn't see this email
come back via the list.


dear all,

1. whenever i boot, i get warnings that modules rtl8139, ppp and sg can't be
   found by modprobe.  for example:

 Calculating module dependencies
 done
 Loading modules: ppp modprobe:
Can't locate module ppp

2. presumably, this is because they were once built as modules, but are now
   either built right into the kernel or not needed, so i compiled the
   kernel without the feature.

3. it doesn't "harm" anything.  it's just a warning.

4. the messages don't appear in dmesg, or any log file i know about.


question: granted this is not a life-threatening error, but why doesn't
modprobe log these errors?  surely ANY warning concerning the loading of
kernel modules would be of general interest?!?

thanks!
peter




what is > ?

2000-12-01 Thread cls-c/s
debs,

in bash, i sometimes hit ' at the end of a command and i then get > on the next 
line.  what does > do?

ia, t.

bentley taylor.

//

 
Script started on Fri Dec  1 19:34:51 2000
[EMAIL PROTECTED]:~$ top'
> 
> 
> 
> 
> 
[EMAIL PROTECTED]:~$ exit

Script done on Fri Dec  1 19:35:07 2000


Re: swap size

2000-12-01 Thread Alvin Oga

hi ya..

it also depends on the largest sized programs you gonna be using...

if the binary is yoru typical 100K binarys and its datafiles is
just 100Myou will never need 1Gb of disks

also depends on hwo the apps are written to be tunable or not
for thevarious hardware configlots or memory or virtual mem
and fast/slow drives...

the 1x or 2x ram rule came from the old days of running 100K  binaries
with 10M or 100M data files with 64Mb of ram setc...
and going backwards in time

c ya
alvin

On Fri, 1 Dec 2000, Nate Amsden wrote:

> depends what the machine is doing and how many disks you have, i for one
> never like to have more then 256MB of swap on any one disk.. more then
> that and the system can slow to a crawl(which is better then a
> crash). Unless you got really really fast hdds. My desktop has 512MB
> of ram and 377MB of swap(usually i do 128MB of swap per disk ..and as i
> mentioned above, 256MB max) ..so if it were my machine i would have in
> the range of 700-800MB of swap.
> 
> but of course that depends on what the box will be doing.
> 
> nate
> 
> [EMAIL PROTECTED] wrote:
> > 
> > a couple of days ago a was configuring a bunch of boxes with 1G ram
> > and i allocated 1G of swap, because my boss said so.  a co-worker then
> > told me that the appropriate amount of swap to allocate should be
> > twice the ram.  i really don't see the point of having the swap to be
> > twice the size of ram, especially since i have 1G of it.  there must
> > be a point of diminishing return regarding swap allocation.  is there
> > even a point of allocating swap on a system with 1G ram if so what's
> > the magic size?
> > 
> > thanks
> > pd
> > 
> > --
> > 
> > "As a general rule, if you have trouble
> >  with the binary system, then probably it
> >  is because you do not really understand
> >  the decimal system ..."
> > R.W. Hamming
> > 
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> -- 
> :::
> ICQ: 75132336
> http://www.aphroland.org/
> http://www.linuxpowered.net/
> [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Which gives an error message.

2000-12-01 Thread Tim Uckun

I am having an odd problem when I type which "something" it says
shell-init: could not get directory: getcwd: cannot access parent 
directories: nosuch file or directory


Can anybody clue me in as to why it does this? Do I need to install it all 
over again?


--
 Tim Uckun
  Mobile Intelligence Unit.
--
   "There are some who call me TIM?"
--



Re: swap size

2000-12-01 Thread Nate Amsden
depends what the machine is doing and how many disks you have, i for one
never like to have more then 256MB of swap on any one disk.. more then
that and the system can slow to a crawl(which is better then a
crash). Unless you got really really fast hdds. My desktop has 512MB
of ram and 377MB of swap(usually i do 128MB of swap per disk ..and as i
mentioned above, 256MB max) ..so if it were my machine i would have in
the range of 700-800MB of swap.

but of course that depends on what the box will be doing.

nate

[EMAIL PROTECTED] wrote:
> 
> a couple of days ago a was configuring a bunch of boxes with 1G ram
> and i allocated 1G of swap, because my boss said so.  a co-worker then
> told me that the appropriate amount of swap to allocate should be
> twice the ram.  i really don't see the point of having the swap to be
> twice the size of ram, especially since i have 1G of it.  there must
> be a point of diminishing return regarding swap allocation.  is there
> even a point of allocating swap on a system with 1G ram if so what's
> the magic size?
> 
> thanks
> pd
> 
> --
> 
> "As a general rule, if you have trouble
>  with the binary system, then probably it
>  is because you do not really understand
>  the decimal system ..."
> R.W. Hamming
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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



swap size

2000-12-01 Thread patd
a couple of days ago a was configuring a bunch of boxes with 1G ram
and i allocated 1G of swap, because my boss said so.  a co-worker then
told me that the appropriate amount of swap to allocate should be
twice the ram.  i really don't see the point of having the swap to be
twice the size of ram, especially since i have 1G of it.  there must
be a point of diminishing return regarding swap allocation.  is there
even a point of allocating swap on a system with 1G ram if so what's
the magic size?

thanks
pd

-- 


"As a general rule, if you have trouble 
 with the binary system, then probably it 
 is because you do not really understand 
 the decimal system ..."
R.W. Hamming



Re: recommend a secure shell client for Windows

2000-12-01 Thread Alvin Oga

hi ya...

been collecting the list of ssh clients for windows...
and its urls...

http://www.Linux-Consulting.com/Security/ssh.windows.txt

have fun
alvin
http://www.linux-1u.net... 1U Raid5 .. aka 1U with 6x80Gb drives ...


On Thu, 30 Nov 2000, Keith G. Murphy wrote:

> Harry Henry Gebel wrote:
> > 
> > A friend of mine wants me to set up an account for him on our server, and
> > since I do not allow telnet logins he needs a Windows SSH client. I checked
> > around and there are quite a number of them out there, can anybody
> > recommend which is the best? I do not have a Windows machine to test them
> > out on, but I figured this must be a pretty common problem so somebody must
> > have a good idea of which one is the best. Once he has attained
> > proficiency on the command line I want him to be able to use X, so it would
> > be nice if it is a client that supports port forwarding (of course at that
> > point I will have to find a Windows X server for him, but that is a problem
> > I'll deal with when it comes up, maybe by then he'll be willing to put
> > Linux on one of his machines.)
> > 
> There's an add-on for the TeraTerm telnet client.  I don't remember the
> name or where to get it, but I'm pretty sure it's referenced from the
> TeraTerm site.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



[OT] Apple IIe help please

2000-12-01 Thread D-Man

Hi all.  I apologize for the off topic-ness of the message and the cross-post. 
I have a friend who has a program she likes (written in BASIC) on an Apple IIe. 
I have a way to get into the code and list it on the screen.  What I am looking
for is someone who has had some experience using an Apple IIe who can tell me
how I can get the listing to be redirected to the printer port.  Also if it is
possible to get a copy of the program file onto a disk for an IBM compatible
comptuer (Windows or Linux) that would be great.

Thanks in advance for all the gurus out there who can help me.
-D



Re: gnome without window manager

2000-12-01 Thread Timmy Douglas
"Marcelo Chiapparini" <[EMAIL PROTECTED]> writes:

> Hi!
> 
> I've just installed helix-gnome in my potato box. The default for the gdm is 
> to boot with helix-gnome running.
>  After typing my username and password I found myself with a helix-gnome 
> desktop without the 
> window manager (sawfish in my case) running! (I cannot take control over any 
> window I open ). But sawfish 
> is already installed and capable of running because if I choose, in the gdm 
> window, the "debian" boot, I end 
> with a desktop running Window Maker (no gnome running) and from it I can 
> change to sawfish without 
> problems. 
> 
> How can I enable sawfish in the gnome boot? 
> 

if you have gnome-session in your ~/.xsession
you should be able to choose your window manager
by running the gnome control panel.

if that doesn't work, you can try

update-alternatives --config x-window-manager

as root.



Richiesta informazioni

2000-12-01 Thread Chrisdaloa



Vorri prelevare la vostra release di Linux per 
poterla installare sul mio pc (P III 700 Mhz). Quali sono i file da prelevare 
dalla vostra sezione FTP? E' possibile eventualmente ricevere un CD? 
Grazie


Re: DESTROY (perl experts please) (fwd)

2000-12-01 Thread Wayne Topa

Subject: Re: DESTROY (perl experts please) (fwd)
Date: Fri, Dec 01, 2000 at 12:07:06PM +1100

In reply to:Damien

Quoting Damien([EMAIL PROTECTED]):
> > > 
> > > deb http://spidermonkey.helixcode.com/distributions/debian unstable main
> >Thats Woody, not Potato   
> >  Potato is stable _not_ unstable
> 
> hrm. afaik, unstable refers to the helixcode distribution - thus unstable
> helixcode will work fine with potato.
> 

Ok, I'm wrong.  I guess

-- 
Real programmers disdain structured programming.  Structured programming 
is for compulsive neurotics who were prematurely toilet-trained.  They 
wear neckties and carefully line up pencils on otherwise clear desks.
___



iportfw vs autofw

2000-12-01 Thread [EMAIL PROTECTED]
hi

although its not a major issue i am still curious. I have never, to this
day gotten the ipmasqdm module portfw to work on any machines when i self
compile the kernel, the rules load, and lists when i tell it to l ist, but
it doesn't forward the packets. When i change the rule to use autofw
instead it works fine. all the ipmasq modules are loaded:

CONFIG_IP_FIREWALL=y
# CONFIG_IP_FIREWALL_NETLINK is not set
# CONFIG_IP_ROUTE_FWMARK is not set
# CONFIG_IP_TRANSPARENT_PROXY is not set
CONFIG_IP_MASQUERADE=y
CONFIG_IP_MASQUERADE_ICMP=y
CONFIG_IP_MASQUERADE_MOD=y
CONFIG_IP_MASQUERADE_IPAUTOFW=y
CONFIG_IP_MASQUERADE_IPPORTFW=y
CONFIG_IP_MASQUERADE_MFW=y
CONFIG_IP_ROUTER=y

yet it doesn't work. no errors, just sits there. when i nmap the ports it
shows the ports that should be forwarded as filtered. I flushed the
firewall, and all policys are at ACCEPT and nmap still says those ports
are being filtered.

I can't find a real difference between portfw and autofw at least as far
as my needs are concerned(forwarding a port on the firewall to a machine
on the inside).

this may become a moot point as i am attempting to configure OpenBSD
machines to replace the linux boxen for the firewall machines.

but that doesn't stop the curiosity as to why this(portfw) doesn't want to
work. The exact same rules on a redhate box work fine(using redhate's
default kernel ...)

a sample rule
/usr/sbin/ipmasqadm portfw -a  -P tcp -L real_ip 25 -R 192.168.1.2 25

yes ip forwarding is turned on, if packet forwarding was broken then i
think the autofw rule wouldnt work(ipmasq works too)

i should mention that the machines behind the firewall are responding on
the respected ports.

btw, running linux 2.2.17+openwall patch from www.openwall.com/linux +
lm_sensors patch from lm-sensors-source package, + ide patch from
www.linux-ide.org, and running an updated intel eepro ethernet driver(its
a dual port NIC). happens on all other configurations located on other
networks as well.

any ideas ..?

thanks!

nate


:::
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]
4:58pm up 77 days, 2:16, 1 user, load average: 0.00, 0.00, 0.00



why doesn't modprobe log errors?!?

2000-12-01 Thread Peter Jay Salzman
dear all,

1. whenever i boot, i get warnings that modules rtl8139, ppp and sg can't be
   found by modprobe.  for example:

 Calculating module dependencies
 done
 Loading modules: ppp modprobe:
Can't locate module ppp

2. presumably, this is because they were once built as modules, but are now
   either built right into the kernel or not needed, so i compiled the
   kernel without the feature.

3. it doesn't "harm" anything.  it's just a warning.

4. the messages don't appear in dmesg, or any log file i know about.


question: granted this is not a life-threatening error, but why doesn't
modprobe log these errors?  surely ANY warning concerning the loading of
kernel modules would be of general interest?!?

thanks!
peter



xlibs vs. app-defaults

2000-12-01 Thread Burton Windle
Hello. I am having a prblem with the app-defaults directory on my woody
machine. For the longest time I used to get this mesg when installing
certain programs:

Warning: /usr/X11R6/lib/X11/app-defaults is a directory that should be a
symbolic link.  Packages containing files in
/usr/X11R6/lib/X11/app-defaults
need to move them to /etc/X11/app-defaults instead; they will not be used
by the X Window System until they are moved.

So I "fixed" the problem by making this:

toy:~# ls -l /usr/X11R6/lib/X11/app-defaults lrwxrwxrwx 1 root root 21 Nov
25 22:38 /usr/X11R6/lib/X11/app-defaults -> /etc/X11/app-defaults

Now, however, I get this message:

Unpacking replacement xlibs ...
dpkg: error processing /var/cache/apt/archives/xlibs_4.0.1-9_i386.deb 
(--install):
 trying to overwrite `/usr/X11R6/lib/X11/app-defaults', which is also in
package ghostview dpkg-deb: subprocess paste killed by signal (Broken
pipe)

It used to give a similar message because app-defaults was also in
xscreen-saver, and/or xscreen-saver-gl, untill I removed them and
reinstalled.  

What is the correct way to resolve this, and to stop getting these errors?

--
Burton Windle   [EMAIL PROTECTED]
Linux: the "grim reaper of innocent orphaned children."
  from /usr/src/linux/init/main.c:1384



Re: apt-get libgnomeprint

2000-12-01 Thread Defresne Sylvain
Hello

* Some Linux User ([EMAIL PROTECTED]) wrote:
> i wrote previously about this. whenever i run apt-get i get stuck on this:
> Unpacking libgnomeprint-bin (from
> .../libgnomeprint-bin_0.25-0.1_i386.deb) ...
> dpkg: error processing
> /var/cache/apt/archives/libgnomeprint-bin_0.25-0.1_i386.deb (--unpack):
>  trying to overwrite `/usr/bin/gnome-font-install', which is also in
> package libgnomeprint6
> Unpacking libgnomeprint-data (from
> .../libgnomeprint-data_0.25-0.1_all.deb) ...
> dpkg: error processing
> /var/cache/apt/archives/libgnomeprint-data_0.25-0.1_all.deb (--unpack):
>  trying to overwrite `/usr/share/fonts/afms/adobe/pagd8a.afm', which is
> also in package libgnomeprint6
> dpkg-deb: subprocess paste killed by signal (Broken pipe)
> Errors were encountered while processing:
>  /var/cache/apt/archives/libgnomeprint-bin_0.25-0.1_i386.deb
>  /var/cache/apt/archives/libgnomeprint-data_0.25-0.1_all.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)

See bugs: #76751, #78414

> i have tried the 
> dpkg --configure --pending
> followed by 
> apt-get -f upgrade 

If you want to install them, uses:
dpkg --force-overwrite --install .deb

> multiple times. i have tried to delete the packages. all with no luck.
> does anyone else have suggestion on how to either fix this problem,
> or to make apt-get ignore those packages since it is not letting me
> continue with either apt-get upgrade or apt-get install. thank you.

If you want APT to invoke DPKG with the `--force-overwrite'
option, you have to add the following lines to your
/etc/apt/apt.conf file:

 DPkg
 {
Options {"--force-overwrite";}
 }

Good luck
-- 
DEFRESNE Sylvain



Re: apt-get libgnomeprint

2000-12-01 Thread Corey Popelier
I had this exact problem about 2 days ago when I installed
task-helix-gnome. I cannot remember the exact order I did things in (the
task metapackge is REALLY forked at the moment, does everything around the
wrong way causing more breaks than I could count at the time) but I think
the command dpkg --force-overwrite -i  gets around the
libgnomeprint issues. Then use dpkg --configure -a to try and get the rest
sorted. It will be fussy about which order you install the packages
though, but it can work, you just might have to pay close attention to the
errors (sometimes one package will say cant do this cause xxx, you just
then install xxx and try again).

Cheers,
 Corey J. Popelier
 http://members.dingoblue.net.au/~pancreas


On Fri, 1 Dec 2000, Some Linux User wrote:

> i wrote previously about this. whenever i run apt-get i get stuck on this:
> Unpacking libgnomeprint-bin (from
> .../libgnomeprint-bin_0.25-0.1_i386.deb) ...
> dpkg: error processing
> /var/cache/apt/archives/libgnomeprint-bin_0.25-0.1_i386.deb (--unpack):
>  trying to overwrite `/usr/bin/gnome-font-install', which is also in
> package libgnomeprint6
> Unpacking libgnomeprint-data (from
> .../libgnomeprint-data_0.25-0.1_all.deb) ...
> dpkg: error processing
> /var/cache/apt/archives/libgnomeprint-data_0.25-0.1_all.deb (--unpack):
>  trying to overwrite `/usr/share/fonts/afms/adobe/pagd8a.afm', which is
> also in package libgnomeprint6
> dpkg-deb: subprocess paste killed by signal (Broken pipe)
> Errors were encountered while processing:
>  /var/cache/apt/archives/libgnomeprint-bin_0.25-0.1_i386.deb
>  /var/cache/apt/archives/libgnomeprint-data_0.25-0.1_all.deb
> E: Sub-process /usr/bin/dpkg returned an error code (1)
> i have tried the 
> dpkg --configure --pending
> followed by 
> apt-get -f upgrade 
> multiple times. i have tried to delete the packages. all with no luck. does 
> anyone else have suggestion on how to either fix this problem, or to make 
> apt-get ignore those packages since it is not letting me continue with either 
> apt-get upgrade or apt-get install. thank you.
> -holland
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



apt-get libgnomeprint

2000-12-01 Thread Some Linux User
i wrote previously about this. whenever i run apt-get i get stuck on this:
Unpacking libgnomeprint-bin (from
.../libgnomeprint-bin_0.25-0.1_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/libgnomeprint-bin_0.25-0.1_i386.deb (--unpack):
 trying to overwrite `/usr/bin/gnome-font-install', which is also in
package libgnomeprint6
Unpacking libgnomeprint-data (from
.../libgnomeprint-data_0.25-0.1_all.deb) ...
dpkg: error processing
/var/cache/apt/archives/libgnomeprint-data_0.25-0.1_all.deb (--unpack):
 trying to overwrite `/usr/share/fonts/afms/adobe/pagd8a.afm', which is
also in package libgnomeprint6
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libgnomeprint-bin_0.25-0.1_i386.deb
 /var/cache/apt/archives/libgnomeprint-data_0.25-0.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
i have tried the 
dpkg --configure --pending
followed by 
apt-get -f upgrade 
multiple times. i have tried to delete the packages. all with no luck. does 
anyone else have suggestion on how to either fix this problem, or to make 
apt-get ignore those packages since it is not letting me continue with either 
apt-get upgrade or apt-get install. thank you.
-holland



Re: gnome without window manager

2000-12-01 Thread Hubert Chan
> "Marcelo" == Marcelo Chiapparini <[EMAIL PROTECTED]> writes:

Marcelo> Hi!  I've just installed helix-gnome in my potato box. The default
Marcelo> for the gdm is to boot with helix-gnome running.  After typing my
Marcelo> username and password I found myself with a helix-gnome desktop
Marcelo> without the window manager (sawfish in my case) running! (I cannot
Marcelo> take control over any window I open ). But sawfish is already
Marcelo> installed and capable of running because if I choose, in the gdm
Marcelo> window, the "debian" boot, I end with a desktop running Window
Marcelo> Maker (no gnome running) and from it I can change to sawfish
Marcelo> without problems.

Marcelo> How can I enable sawfish in the gnome boot?

Start the Gnome control centre (from the foot menu, somewhere in there), go to
the "Window Manager" section (should be near the top), and select sawfish and
hit OK.  If sawfish is already selected, select another window manager (IIRC,
twm should be there too), hit try, then select sawfish, and hit OK.  When it
asks, say OK to save the session.

Hubert

-- 
 | ---
|  /   --+--
| /   ___|___Hubert Chan <[EMAIL PROTECTED]>
| \   | _|_ |
|__|  |__|__|GCS/M d- s:- a-- C++ UL+() P++ L++ E++ W++ N++ o?
||   K? w--- O++ M- V- PS-- PE+++ Y+ PGP+ t+ 5 X R- tv+ b+
|  / | \ DI D G e++ h! !r !y
| /  |  \
|| <><-- http://www.crosswinds.net/~hackerhue/

PGP/GnuPG fingerprint: 6CC5 822D 2E55 494C 81DD  6F2C 6518 54DF 71FD A37F
Key can be found at http://www.crosswinds.net/~hackerhue/hackerhue.asc



Re: ip source routing

2000-12-01 Thread Alson van der Meulen
On Thu, Nov 30, 2000 at 09:51:20AM -0600, Luis Gustavo Madrigal Salazar wrote:
> Is there a program to use the IPv4 source routing feature? 
> I need to send some DNS requests (UPD packets port 53) but specifying
> through which routers it is going to be routed.
install iproute, the ip and tc programs

look in /usr/share/doc/iproute and the Adv-routing-HOWTO for more info

-- 
,---.
> Name:   Alson van der Meulen  <
> Personal:   [EMAIL PROTECTED]   <
> School:   [EMAIL PROTECTED]<
`---'
hey, what does mkfs do?
-



Re: SMP Machines and motherboards

2000-12-01 Thread Karl E. Jørgensen
On Fri, Dec 01, 2000 at 11:50:05PM +0100, scr wrote:
> SMP route? To do something fast and cheap? You are clearly
> not looking at other architectures than x86?
> 
> Well, a dual PowerPC (G4 Mac, do those units run well under
> Debian?) is *way* cheaper than a dual ev67 Alpha machine ...
Perhaps I'm wrong narrowing my search this early. However, I do have a bit of 
hardware from my existing machines that I'd like to continue on using. Do 
PowerPC/MAC take PCI cards? I presume that IDE isn't a problem, but I need SCSI 
support too. I have to admit my complete ignorance about the PowerPC/MAC side 
of things.

Where do I find out more? And what is the correct mailing list for that? I 
presume that debian-user won't be too interested...

And yes - I do run Debian :-)

-- 
Karl E. Jørgensen
[EMAIL PROTECTED]
www.karl.jorgensen.com
 Today's fortune:
All great ideas are controversial, or have been at one time.


pgp09uikpVsq4.pgp
Description: PGP signature


RE: Exim Install & localhost configuration.

2000-12-01 Thread Arlen Carlson
IIRC, when running eximconfig (script that does the configuration) don't select
the option that involves smart-hosting.  Instead set your system up as an
"Internet server" that does SMTP transfer of mail...option 1 or 2, IIRC.

On 01-Dec-2000 [EMAIL PROTECTED] wrote:
> I just installed Exim, how can I configure it to send mail from localhost? I
> don't want
> to relay my mail to my ISP, or anyone... Anyone have any idea's? Any help is
> greatly
> appreciated!
> 
> Thank you in advance.
> 
> Jason
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 

---
Arlen Carlson <[EMAIL PROTECTED]>

So so is good, very good, very excellent good:
and yet it is not; it is but so so.
-- William Shakespeare, "As You Like It"


This message was sent by XFmail (Linux)

-o)
/\\
   _\_v

The penguins are coming...
 the penguins are coming...




Re: MegaImage MegaBook 880

2000-12-01 Thread C. Falconer
Debian doesn't need drivers as such - you will need to know the type of 
chipset used in each component...  for example you need to know that your 
video card uses a neomagic 256-abc (for example)


If you want windows drivers (asking in a linux mailing list is not the most 
optimal way to answer this kind of question) look at http://www.driverzone.com/


A lot of smaller laptops are just not supported by anyone any more - this 
is why name-brand laptops are worth more when they're older.  You can still 
get support for a compaq 286 potable 10 years after it was discontinued, 
but god help you with a philips P100.



At 09:03 AM 12/2/00 +1100, you wrote:

Hello, I saw a message on a message board from you
regarding the MegaImage MegaBook 880.

I have one and am looking for the latest driver updates etc.

But MOST importantly, I have not been able to find the MegaImage
manufacturer website.

I have tried www.megaimage.com and www.megai.com
but they do not exist.

Do you know of the address of the MegaImage home site or
another site with full support for this notebook?


--
Criggie



scanner doesn't scan...

2000-12-01 Thread Peter Wollny
Hello,

I've got a Mustek 6000SP scanner which refuses to work with Debian. I tried 
to use the same configuration as with SuSE 6.3 but xsane still prompts "no 
devices available".

I made MAKEDEV sg,
the scsi card (advansys) finds the scanner,
the scanner is recognized at boot,
even xcdroast recognizes it,
card and generic scsi support are compiled as modules,
kernel is 2.2.17

What did I miss?

Thanks for any help
 
-- 
pit




Re: netscape 4.75 as root

2000-12-01 Thread Arlen Carlson
Try editing /etc/netscape4/config

The line your looking for to enable root access is in there.

On 01-Dec-2000 Joerg Johannes wrote:
> Marcelo Chiapparini schrieb:
>> 
>> Hi!
>> 
>> I don't know why, but I cannot run netscape 4.75 as root. For example,
>> when in the popup Window maker
>> desktop menu I choose apps->net->netscape nothing happens. As normal user
>> I can run netscape without
>> any problem. But not  as root!
>> Any suggestion will be very appreciated.
>> Thanks!
>> 
>> 
>> Marcelo
>> _
>> Marcelo Chiapparini
>> [EMAIL PROTECTED]
>> 
> 
> If you type "netscape" in a console window as root, you will get the
> explanation: Netscape is not allowed to be run as root for security
> reasons.
> If you absolutely want to run netscape as root, you can edit the startup
> script for netscape. I don't know where it lies, but you can follow the
> symlinks from /usr/X11R6/bin/netscape until you find the script. In this
> script, change the line allow_root from "no" to "yes". 
> Hope this helps, sorry I'm not using my Debian box to read and write to
> this list, but a SUN-workstation at univerity, so I cannot look for the
> file names right now :-(
> 
> joerg
> 
> -- 
> Did you know that if you play a Windows 2000 cd backwards, you 
> will hear the voice of Satan?
> 
> That's nothing!  If you play it forward, it'll install Windows 2000.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 

---
Arlen Carlson <[EMAIL PROTECTED]>

Break into jail and claim police brutality.


This message was sent by XFmail (Linux)

-o)
/\\
   _\_v

The penguins are coming...
 the penguins are coming...




gnome without window manager

2000-12-01 Thread Marcelo Chiapparini
Hi!

I've just installed helix-gnome in my potato box. The default for the gdm is to 
boot with helix-gnome running.
 After typing my username and password I found myself with a helix-gnome 
desktop without the 
window manager (sawfish in my case) running! (I cannot take control over any 
window I open ). But sawfish 
is already installed and capable of running because if I choose, in the gdm 
window, the "debian" boot, I end 
with a desktop running Window Maker (no gnome running) and from it I can change 
to sawfish without 
problems. 

How can I enable sawfish in the gnome boot? 

Thanks in advance!

Marcelo
__
Marcelo Chiapparini   
[EMAIL PROTECTED]




Re: Creative Labs sound card

2000-12-01 Thread Ray Percival
Go to www.creative.com and search on those numbers (You might also try
 google) This will give you a card name at that point the best source
 of info for Linux drivers is opensource.creative.com.


-- Original Message --
From: "Andrew Dixon" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
Date: Fri, 1 Dec 2000 13:45:49 -0500

>Hi All,
>I'm trying to get my sound card to work.  It's a Creative Labs card but I
>don't know much else about it.  I have found the Model No. which is CT3600
>and another number on one of it's bigger chips, CT2502-SDQ.
>
>Does anybody know what kernel options I need for it?
>
>Thanks,
>Andy
>
>

>__

>Do You Yahoo!?

>Talk to your friends online with Yahoo! Messenger.

>http://im.yahoo.com

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



Re: Sound Card

2000-12-01 Thread Ray Percival
With the sblive you go to creative.opensource.com get the latest source
 snapshot compile and install like you would any other module the readme 
has good Debian instructions (read the *whole* thing first :)) Very easy
 and a very sweet card.


-- Original Message --
From: "Thomas J. Hamman" <[EMAIL PROTECTED]>
Date: Fri, 1 Dec 2000 16:56:48 -0500

>On Fri, Dec 01, 2000 at 04:23:34PM -0500, Eileen Orbell wrote:
>> Could someone tell me what SOUND CARD would be the best to install on a 
>> Debian Box?
>> Also the easiest would help..
>
>Try a Creative Soundblaster PCI 128 (or 64).  I just got the SB 128 for
>around $25, and all you have to do to get it working is load the es1371
>kernel module.  That's as easy as it gets.  Also the Ensoniq cards are
>just as easy to set up (and use the same modules, es1370 or es1371), and
>usually even a bit cheaper.
>
>As for "best", though, I suppose the Creative Soundblaster Live! is a
>bit higher quality, particularly for games that use 3D audio.  I know
>that one works just fine in Linux, but I have no experience with it so
>can't say anything about how easy it is to set up.
>
>-- 
>Tom
>"Pray: To ask that the laws of the universe be nullified on behalf of a
>single petitioner, admittedly unworthy."
>-Ambrose Bierce: The Devil's Dictionary
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>



Re: Sound Card

2000-12-01 Thread Ray Percival
IMHO the SoundBlaster Live is a great card and very easy to set up.

-- Original Message --
From: Timmy Douglas <[EMAIL PROTECTED]>
Date: 01 Dec 2000 15:55:23 -0600

>Eileen Orbell <[EMAIL PROTECTED]> writes:
>
>> Could someone tell me what SOUND CARD would be the best to install on a 
>> Debian Box?
>> 
>> Also the easiest would help..
>> 
>
>
>I use a soundblaster pci 128. the es1371 kernel module works.
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>



Re: debian-user-digest Digest V100 #706

2000-12-01 Thread Kenward Vaughan
More of a clue about your question would be in order, it seems.  

Kenward

On Fri, Dec 01, 2000 at 03:49:32PM -0500, [EMAIL PROTECTED] wrote:
> 
> ** Original Message **
> FROM: debian-user@lists.debian.org
> SENT: Fri 12/01/2000 12:44 PM
> TO: [EMAIL PROTECTED]
> SUBJECT:  debian-user-digest Digest V100 #706
...

-- 
It is not so very important for a person to learn facts.  For that he
doesn't really need a college education, for he can learn them from
books.  The value of an education in a liberal arts college is not the
learning of many facts but the training of the mind to thinking--something
that cannot be learned from books. Albert Einstein



Re: SMP Machines and motherboards

2000-12-01 Thread scr

"Karl E. Jørgensen" schrieb:
> 
> I'm considering building my own box - and with lower-spec processors being
> a *lot* cheaper, I figure that I can get better value for money by going
> the SMP route.
> 
> So where do I find out what motherboards/chipsets/CPUs support SMP? Any
> pointers in the right direction will be greatly appreciated.

SMP route? To do something fast and cheap? You are clearly
not looking at other architectures than x86?

Humm, Dual Celerons are end-of-life, I think. PIV comes as
"single only" in the first place and Dual-Athlons are still
not available.

Well, a dual PowerPC (G4 Mac, do those units run well under
Debian?) is *way* cheaper than a dual ev67 Alpha machine ...

Regards,
scr



SMP Machines and motherboards

2000-12-01 Thread Karl E. Jørgensen
I'm considering building my own box - and with lower-spec processors being a 
*lot* cheaper, I figure that I can get better value for money by going the SMP 
route. 

So where do I find out what motherboards/chipsets/CPUs support SMP? Any 
pointers in the right direction will be greatly appreciated.

Sorry if this is going to the wrong mailing list, but I need a starting point...
-- 
Karl E. Jørgensen
[EMAIL PROTECTED]
www.karl.jorgensen.com
 Today's fortune:
Algebraic symbols are used when you do not know what you are talking about.
-- Philippe Schnoebelen


pgpHca41OWest.pgp
Description: PGP signature


Re: Partitioning disk

2000-12-01 Thread scr
Lazar Fleysher schrieb:
> 
> Hi Everybody,
> 
> This question has been a topic of many discussions but I still do not
> understand the reason why people suggest to have separate partitions of
> /usr
> /usr/local/
> 
> In early days when disks were small, this was the only choise, but now,
> why do not just have a 1 - 2G partition for the system and other
> partitions for other things as needed?

Back to the original question:

I can't see a conflict in both of your statements.
/usr goes to "system" as it contains distribution-specific stuff
/usr/local belongs to "other things", i.e. stuff, that you install
locally on your machine(s).

scr



Re: Sound Card

2000-12-01 Thread Timmy Douglas
Eileen Orbell <[EMAIL PROTECTED]> writes:

> Could someone tell me what SOUND CARD would be the best to install on a 
> Debian Box?
> 
> Also the easiest would help..
> 


I use a soundblaster pci 128. the es1371 kernel module works.



Re: Who is 'nobody'?

2000-12-01 Thread Timmy Douglas
Johann Spies <[EMAIL PROTECTED]> writes:

> I have seen this message two times now after using apt-get on a
> dialup-system:
> 
> 
> Unusual System Events
> =-=-=-=-=-=-=-=-=-=-=
> Nov 30 06:25:03 spyker su[6400]: + ??? root-nobody
> Nov 30 06:25:03 spyker PAM_unix[6400]: (su) session opened for user
> nobody by
> +(uid=0)
> 
> 
> At this time (06:25:03) I was not online.
> 
> Who is this "nobody"?

i think it is just a user with like almost no privledges...
root would su to it to lose privledges and be less dangerous.



MegaImage MegaBook 880

2000-12-01 Thread Marco Damieri

Hello, I saw a message on a message board from you
regarding the MegaImage MegaBook 880.

I have one and am looking for the latest driver updates etc.

But MOST importantly, I have not been able to find the MegaImage
manufacturer website.

I have tried www.megaimage.com and www.megai.com
but they do not exist.

Do you know of the address of the MegaImage home site or
another site with full support for this notebook?

Thank you.

Marco
[EMAIL PROTECTED]
_
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com



Re: Sound Card

2000-12-01 Thread Thomas J. Hamman
On Fri, Dec 01, 2000 at 04:23:34PM -0500, Eileen Orbell wrote:
> Could someone tell me what SOUND CARD would be the best to install on a 
> Debian Box?
> Also the easiest would help..

Try a Creative Soundblaster PCI 128 (or 64).  I just got the SB 128 for
around $25, and all you have to do to get it working is load the es1371
kernel module.  That's as easy as it gets.  Also the Ensoniq cards are
just as easy to set up (and use the same modules, es1370 or es1371), and
usually even a bit cheaper.

As for "best", though, I suppose the Creative Soundblaster Live! is a
bit higher quality, particularly for games that use 3D audio.  I know
that one works just fine in Linux, but I have no experience with it so
can't say anything about how easy it is to set up.

-- 
Tom
"Pray: To ask that the laws of the universe be nullified on behalf of a
single petitioner, admittedly unworthy."
-Ambrose Bierce: The Devil's Dictionary



Re: pppd or pptp is not funny :(

2000-12-01 Thread Sebastiaan
> 
> Do you have the "usepeerdns"-option set in ppp/options? If so, a quick 
>  glance at `man pppd` wouldn´t hurt ;-)

Cool, that works.
thanks,
Sebastiaan




Re: Xterm Font

2000-12-01 Thread Erik Steffl
  all three mouse buttons have popup menus, right one (mouse button 3)
is the one that pop-ups the font menu (just size of font).

  you can also specify font to use at startup (see man xterm).

erik

Andrea Vettorello wrote:
> 
> Jack Morgan wrote:
> 
> > I want to make my Xterm font bigger. I tried control + middle mouse
> > click but didn't see any option to change the font as the FAQ says. Any
> > pointers to appropriate docs would be great
> > Thanks!
> 
> To quick change the font size try "SHIFT +" and "SHIFT -" using the "+" and 
> "-"
> from the num pad...
> 
> Andrea
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: CD to MP3 Util

2000-12-01 Thread Erik Steffl
  you don't have to mount it, just tell paranoia (or other ripper) which
device should be used (often /dev/cdrom).

  I like grip as well, it lets you specify exactly the name of the file
and where to put it (you can use artist, track number, album name a song
name as part of file/directory names any way you want).

erik

"Timothy C. Phan" wrote:
> 
> Hi,
> 
>   What is the file system type should I use to mount a music CD?
> 
> -Original Message-
> From:   Jens Gecius [SMTP:[EMAIL PROTECTED]
> Sent:   Thursday, November 30, 2000 7:18 PM
> To: debian-user@lists.debian.org
> Subject:Re: CD to MP3 Util
> 
> "Timothy C. Phan" <[EMAIL PROTECTED]> writes:
> 
> > Hi ,
> >
> >   Is there any utility to convert CD files to MP3 files on Linux?
> >   TIA!
> 
> Take a look at grip in conjunction with cdparanoia and lame (or any
> other cd-ripper and mp3-encode; be careful about patent issue,
> therefore not included in debian package system).
> 
> --
> 
> Tschoe,
>  Jens
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: pppd or pptp is not funny :(

2000-12-01 Thread Robert Waldner
On Fri, 01 Dec 2000 22:23:51 +0100, Sebastiaan writes:
>Hello,
>
>before I use a non-trivial solution, I would like to ask for one first.
>Everytime when I start my adsl connection, which goes via pptp and then
>pppd, my resolv.conf is edited and contains the nameservers my provider
>gives me (I see them in /var/log/messages). However, I have more (useful)
>information in my original resolv. When the connection is broken, I get my
>original back.

Do you have the "usepeerdns"-option set in ppp/options? If so, a quick 
 glance at `man pppd` wouldn´t hurt ;-)

If, for whatever reason, "usepeerdns"-handling is broken, simply edit 
 ppp/ip-[up,down].d/0dns-[up,down] accordingly.

>Of course I can edit my dialin script so it overwrites the file with the
>data I want, but I would like to know how I can pppd stop from beying
>annoying.

OT: I have difficulties believing that anyone besides our local 
$quasimonopolytelco is stupid enough to provide adsl-service only over 
a poor excuse for a protocol like pptp. Life never ceases to amaze me, 
though.

hth,
&rw
-- 
/  Ing. Robert Waldner  | Network Engineer | T: +43 1 89933  F: x533 \ 
\ <[EMAIL PROTECTED]> |KPNQwest/AT   | Diefenbachg. 35, A-1150 / 




Re: Sound Card

2000-12-01 Thread Sebastiaan
Hi,
I have no experience with this, but as far as I know is Creative a good
choice. They have good support for Linux and the sound is very good too.

But hey, that's only what I have heard, so please double-check this.

Greetings,
Sebastiaan

On Fri, 1 Dec 2000, Eileen Orbell wrote:

> Could someone tell me what SOUND CARD would be the best to install on a 
> Debian Box?
> Also the easiest would help..
> 
> Thanks
> 
> 
> Eileen Orbell
> Software & Internet Applications
> Capitol College
> mailto:[EMAIL PROTECTED]
> mailto:[EMAIL PROTECTED]
> Don't Fear the Penguin.
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



Re: Sound Card

2000-12-01 Thread Peter Jay Salzman
any sound card based on the ensoniq chipset is pretty darned easy.  the most
popular of these cards is the famous creative pci-128.

note that pci soundcards in general don't support midi.  midi needs to be
emulated by something like timidity for pci sound cards.

the drivers for these cards is either es1370 or es1371.

pete


On Fri, 1 Dec 2000, Eileen Orbell wrote:

> Date: Fri, 01 Dec 2000 16:23:34 -0500
> From: Eileen Orbell <[EMAIL PROTECTED]>
> To: debian-user@lists.debian.org
> Subject: Sound Card
> Resent-Date: Fri, 01 Dec 2000 13:13:42 -0800
> Resent-From: debian-user@lists.debian.org
> 
> Could someone tell me what SOUND CARD would be the best to install on a 
> Debian Box?
> Also the easiest would help..
> 



Re: Email cleanup

2000-12-01 Thread kmself
on Fri, Dec 01, 2000 at 02:36:15PM -0500, Brian Schramm ([EMAIL PROTECTED]) 
wrote:
> I am running Debian Potato.  
> 
> I would like to go into the imap directories (~/mail) and remove old
> messages from each users system automaticly.  I would of sorce like to do
> the same thing tolally automaticly.  What can I use to do this?  And how
> whould I do this?

Don't.

Use quotas.  Users don't like losing old mail.

Rejected new mail means that:

  - The user doesn't lose something they thought they were saving.

  - The sender is aware of the problem and (may) contact the user
out-of-band to indicate the problem.

  - System reporting may indicate to the user that their mailbox is
full.

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


pgpdxobHJ7JNn.pgp
Description: PGP signature


Re: Partitioning disk

2000-12-01 Thread kmself
on Fri, Dec 01, 2000 at 05:11:13AM -0800, Lazar Fleysher ([EMAIL PROTECTED]) 
wrote:
> 
> Hi Everybody,
> 
> This question has been a topic of many discussions but I still do not
> understand the reason why people suggest to have separate partitions of
> /usr
> /usr/local/
>  
> In early days when disks were small, this was the only choise, but now,
> why do not just have a 1 - 2G partition for the system and other
> partitions for other things as needed?

http://www.netcom.com/~kmself/Linux/FAQs/partition.html

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


pgpLBOVDtcnqp.pgp
Description: PGP signature


Sound Card

2000-12-01 Thread Eileen Orbell
Could someone tell me what SOUND CARD would be the best to install on a 
Debian Box?

Also the easiest would help..

Thanks


Eileen Orbell
Software & Internet Applications
Capitol College
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
Don't Fear the Penguin.





pppd or pptp is not funny :(

2000-12-01 Thread Sebastiaan
Hello,

before I use a non-trivial solution, I would like to ask for one first.
Everytime when I start my adsl connection, which goes via pptp and then
pppd, my resolv.conf is edited and contains the nameservers my provider
gives me (I see them in /var/log/messages). However, I have more (useful)
information in my original resolv. When the connection is broken, I get my
original back.

Of course I can edit my dialin script so it overwrites the file with the
data I want, but I would like to know how I can pppd stop from beying
annoying.

Thanks,
Sebastiaan





Creative Labs sound card

2000-12-01 Thread Andrew Dixon
Hi All,
I'm trying to get my sound card to work.  It's a Creative Labs card but I
don't know much else about it.  I have found the Model No. which is CT3600
and another number on one of it's bigger chips, CT2502-SDQ.

Does anybody know what kernel options I need for it?

Thanks,
Andy


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com



Re: debian-user-digest Digest V100 #706

2000-12-01 Thread nilly

** Original Message **
FROM: debian-user@lists.debian.org
SENT: Fri 12/01/2000 12:44 PM
TO: [EMAIL PROTECTED]
SUBJECT:  debian-user-digest Digest V100 #706

>
>
>
>Content-Type: text/plain
>
>
>
>debian-user-digest Digest  Volume 100 : Issue 706
>
>
>
>Today's Topics:
>
>  Re: coping with a high-volume mailin  [ Krzys Majewski <[EMAIL PROTECTED]> ]
>
>  Xterm Font[ Jack Morgan <[EMAIL PROTECTED]> ]
>
>  [OT] gnus automatic-expiry[ Krzys Majewski <[EMAIL PROTECTED]> ]
>
>  RE: coping with a high-volume mailin  [ "Kenrick, Chris" <[EMAIL PROTECTED] ]
>
>  Re: gpg: "Warning: using shared memo  [ kmself@ix.netcom.com ]
>
>  Re: gpg: "Warning: using shared memo  [ kmself@ix.netcom.com ]
>
>  Re: executable compatible with Debia  [ kmself@ix.netcom.com ]
>
>  Re: Command to determine resolution   [ kmself@ix.netcom.com ]
>
>  Re: Sound [ Krzys Majewski <[EMAIL PROTECTED]> ]
>
>  Re: gpg: "Warning: using shared memo  [ Ethan Benson <[EMAIL PROTECTED]> ]
>
>  Re: coping with a high-volume mailin  [ Known Human Nick Rusnov <[EMAIL 
> PROTECTED] ]
>
>  Re: executable compatible with Debia  [ D-Man <[EMAIL PROTECTED]> ]
>
>  Sendmail from localhost?  [ <"\"Jason C. Hammons\" 
>
>
>-
 
__
Make A Buck Or Two @ TheMail.com - Free Internet Email
Sign-up today at http://www.themail.com/ref.htm?ref=1763925 





Re: non-free packages

2000-12-01 Thread David Z Maze
Richard Hunt <[EMAIL PROTECTED]> writes:
RH> Are there official cd images?
RH> I have bought three CDs called "Official Debian 2.2" CDs 1-3.
RH> From the Linux Emporium in the UK.

Part of the point of the DFSG is that everything in Official Debian
(TM) is free to redistribute pretty much without restriction.
Non-free contains, among other things, software that you can't charge
money for to redistribute or software that can't be used
"commercially"; it's easier for CD vendors to categorically exclude
non-free (including Netscape) than to go through on a
package-by-package basis and include the things that are legal to
distribute.

Note that non-US is different from non-free, and there do exist CD
images which contain non-US on them.  I don't know details on this,
though.

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



HD de 13GB vs Debian 2.2

2000-12-01 Thread Flavio Alberto
Estou a pelos menos 6 meses tentando instalar o Debian 2.2 em um HD de 
13GB... o que acontece e quando vou particionar o HD le emostra a SWAP como 
/dev/hda6 e o Linux / como /dev/hda5 mas quando vou iniciar a instalacao e 
montar as particoes ele joga /dev/hda5 como /dev/hda7 e /dev/hda6 como 
/dev/hda8 dai eu consigo instlar so que com 80MB quando se tem 800MB na 
particoa /dev/hda5 



Re:during make-kpkg I get i386-none not in remapping table

2000-12-01 Thread Marvin Stodolsky

When working with these Very Recent sources, its important to have
required versions of the software. After installing sources, do a 
 
grep ";" /usr/src/kernel-source-2.4.0-test11/Documentation/Changes

which picks out a table relating how to test versions of critical
software:

o  Gnu C  2.91.66 # gcc --version
o  Gnu make   3.77# make --version
o  binutils   2.9.1.0.25  # ld -v
o  util-linux 2.10o   # kbdrate -v
o  modutils   2.3.18  # insmod -V
o  e2fsprogs  1.19# tune2fs --version
o  pcmcia-cs  3.1.21  # cardmgr -V
o  PPP2.4.0   # pppd --version
o  isdn4k-utils   3.1beta7   # isdnctrl 2>&1|grep
version

Which is on top of the 2.2.nn requirements grepped with (say):
grep " ; " /usr/src/kernel-source-2.2.17/Documentation/Changes

After thus satisfied version requirements, and using the UnStable
kernel-package.deb and pcmcia-source, several compiles have proceeded
without problems.

Also make sure you have the bin86.deb needed for PC architechure.

MarvS

Hi all,

I use potato with dpkg and debhelper from woody. When I try to compile
2.4.0-test11-pre7 after configuring it and doing a make-kpkg I get an
error saying that i386-none is not in remapping table and not found in
arch. So I have to specify --arch=i386. Doing this I get after a while
of compiling a make 1 error saying that i386-linux-gcc could not be
found. Doing an ln -s gcc i386-linux-gcc in /usr/bin I get i386-linux-ld
command not found again with error make 1.
So what is the proper way to do this, respectively, what am I doing
wrong.



Re: Partitioning disk

2000-12-01 Thread Rick


also, /var can have a tendency to fill up rapidly, and if it's on the same
partition as / there can be some pretty significant problems cropping up.

rick

Ethan Benson writes:

> On Fri, Dec 01, 2000 at 05:11:13AM -0800, Lazar Fleysher wrote:
> > 
> > Hi Everybody,
> > 
> > This question has been a topic of many discussions but I still do not
> > understand the reason why people suggest to have separate partitions of
> > /usr
> > /usr/local/
> >  
> > In early days when disks were small, this was the only choise, but now,
> > why do not just have a 1 - 2G partition for the system and other
> > partitions for other things as needed?
> 
> a seperate partition for /usr/local is useful so you can do a clean
> install of the rest of the system without trashing /usr/local, or
> mucking with tarring it into /home or such.
> 
> seperating /usr /var /tmp and /home keeps your root filesystem small
> and static reducing the chances of it ever becomming corrupted.  this
> also has security benifits since ordinary users have no write
> permission to the root partition any longer (through /tmp /home or
> /var) otherwise they could completely fill up the root partition which
> tends to cause corruption and other Bad Things.  
> 
> speaking from experience having all /var /tmp /home /usr /usr/local
> and /var/tmp seperated makes recovering from filesystem corruption
> much simpler, if i had gone the MS style `one huge bloated all
> encompassing / partition' i would have lost alot of configuration and
> user data several times now.  (i have a particular machine that must
> have a buggy IDE chipset or something) 
> 
> another advantage of having /usr and /usr/local on seperate partitions
> is you can mount them read-only which saves alot of fsck time if the
> machine is shut off improperly or every 20th boot if you shutdown at
> night.  since /usr is the largest filesystem it takes the longest to
> fsck.  
> 
> keep / small 64MB is way more then enough, split off everything else:
> /var /home /usr and /tmp at a minimum, splitting /usr/local and
> /var/tmp is also a good idea.  IMO
> 
> -- 
> Ethan Benson
> http://www.alaska.net/~erbenson/




--
A picture is worth about 25000 characters.
Any more and it takes too long to download.



Re: debian-user-digest Digest V100 #707

2000-12-01 Thread nilly

** Original Message **
FROM: debian-user@lists.debian.org
SENT: Fri 12/01/2000 4:11 PM
TO: [EMAIL PROTECTED]
SUBJECT:  debian-user-digest Digest V100 #707

>
>
>
>Content-Type: text/plain
>
>
>
>debian-user-digest Digest  Volume 100 : Issue 707
>
>
>
>Today's Topics:
>
>  Re: gpg: "Warning: using shared memo  [ Harry Henry Gebel <[EMAIL PROTECTED] 
> ]
>
>  Starting KDE with startx (was: Re: s  [ Rogerio Brito <[EMAIL PROTECTED]> ]
>
>  Re: Frozen message in exim[ Johann Spies <[EMAIL PROTECTED]> ]
>
>  xmahjongg Version 3.0b10 geometry pr  [ Johann Spies <[EMAIL PROTECTED]> ]
>
>  Problems install debconf  [ Mike <[EMAIL PROTECTED]> ]
>
>  Re: Wierd ISP Email Processing[ Robert Waldner <[EMAIL PROTECTED] ]
>
>  Re: Command to determine resolution   [ "Eric G . Miller"  ]
>
>  Re: Xterm Font[ "Eric G . Miller"  ]
>
>  Re: Xterm Font[ Jack Morgan <[EMAIL PROTECTED]> ]
>
>  XF86_SVGA consuming over 60% of my m  [ Greg Strockbine <[EMAIL PROTECTED] ]
>
>  Potato install termwrap problem   [ Brian Lavender <[EMAIL PROTECTED]> ]
>
>  Re: executable compatible with Debia  [ [EMAIL PROTECTED] (Colin Watson ]
>
>  Re: Sendmail from localhost?  [ Rino Mardo <[EMAIL PROTECTED]> ]
>
>  Re: Problem with Z32 in a Woody box   [ Manegold <[EMAIL PROTECTED]> ]
>
>  Re: unzip [ John Bagdanoff <[EMAIL PROTECTED]> ]
>
>  Exim Install & localhost configurati  [ <[EMAIL PROTECTED]> ]
>
>  Re: executable compatible with Debia  [ Harry Henry Gebel <[EMAIL PROTECTED] 
> ]
>
>  Re: Wierd ISP Email Processing[ [EMAIL PROTECTED] ]
>
>  Re: Exim Install & localhost configu  [ Rino Mardo <[EMAIL PROTECTED]> ]
>
>  Re: Exim Install & localhost configu  [ <[EMAIL PROTECTED]> ]
>
>
>
>-
 
__
Make A Buck Or Two @ TheMail.com - Free Internet Email
Sign-up today at http://www.themail.com/ref.htm?ref=1763925 





RE: CD to MP3 Util

2000-12-01 Thread Timothy C. Phan
Hi,

  What is the file system type should I use to mount a music CD?

-Original Message-
From:   Jens Gecius [SMTP:[EMAIL PROTECTED]
Sent:   Thursday, November 30, 2000 7:18 PM
To: debian-user@lists.debian.org
Subject:Re: CD to MP3 Util

"Timothy C. Phan" <[EMAIL PROTECTED]> writes:

> Hi ,
> 
>   Is there any utility to convert CD files to MP3 files on Linux?
>   TIA!

Take a look at grip in conjunction with cdparanoia and lame (or any
other cd-ripper and mp3-encode; be careful about patent issue,
therefore not included in debian package system).

-- 

Tschoe,
 Jens


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



Re: debian-user-digest Digest V100 #708

2000-12-01 Thread nilly

** Original Message **
FROM: debian-user@lists.debian.org
SENT: Fri 12/01/2000 6:30 PM
TO: [EMAIL PROTECTED]
SUBJECT:  debian-user-digest Digest V100 #708

>
>
>
>Content-Type: text/plain
>
>
>
>debian-user-digest Digest  Volume 100 : Issue 708
>
>
>
>Today's Topics:
>
>  FWD: use deb for programming  [ Joey Hess <[EMAIL PROTECTED]> ]
>
>  Redhat to Debian  [ Nicolas SABOURET 
>  Re: FWD: use deb for programming  [ [EMAIL PROTECTED] ]
>
>  Re: Command to determine resolution   [ kmself@ix.netcom.com ]
>
>  Java Debian Package   [ FIOL BONNIN Antonio <[EMAIL 
> PROTECTED] ]
>
>  Re: Redhat to Debian  [ kmself@ix.netcom.com ]
>
>  gnome-gettext.m4  [ Craige McWhirter <[EMAIL PROTECTED] ]
>
>  Re: DNS problem after upgrade to woo  [ kmself@ix.netcom.com ]
>
>  Re: XF86_SVGA consuming over 60% of   [ kmself@ix.netcom.com ]
>
>  Re: Wierd ISP Email Processing[ Robert Waldner <[EMAIL PROTECTED] ]
>
>  Can't see my mouse-pointer[ Joerg Johannes <[EMAIL PROTECTED]> ]
>
>  What is devpts[ Sunil Thomas Thonikuzhiyil 
>  Re: hdparm[ Gilbert Laycock <[EMAIL PROTECTED]> ]
>
>  make menuconfig fails - what's missi  [ Anthony Campbell <[EMAIL PROTECTED] ]
>
>  Re: make menuconfig fails - what's m  [ sena <[EMAIL PROTECTED]> ]
>
>  Re: gnome-gettext.m4  [ Joerg Johannes <[EMAIL PROTECTED]> ]
>
>  Wrong colors with Xvfb on potato  [ Jerome Zago <[EMAIL PROTECTED] ]
>
>  Re: Logitech MouseManPlus, gpm, and   [ Damon Muller <[EMAIL PROTECTED] ]
>
>
>
>-
 
__
Make A Buck Or Two @ TheMail.com - Free Internet Email
Sign-up today at http://www.themail.com/ref.htm?ref=1763925 





Re: mkboot

2000-12-01 Thread Andrea Vettorello
Andrew McRobert wrote:

> hi all
>
> Can anyone tell me a reliable way to make a boot disk? I've tried the
> mkboot util, and I have to say it's pretty average - it hasn't
> successfully booted a disk, only get's to:
>
> "LILO boot:
> Loading linux"
>
> and dies ... I'm pretty sure there's a way to make a boot disk with dd,
> but can't remember how. The machine I'm trying to boot uses a 2.2.14
> kernel and mounts the second SCSI drive as the root partition ...
>

I don't remember well, but you should set in what partition the root file system
(/) would be installed:

# rdev /dev/fd0 /dev/hda1

to use the first partition on the first (master) ide drive...


Andrea



Re: Xterm Font

2000-12-01 Thread Andrea Vettorello
Jack Morgan wrote:

> I want to make my Xterm font bigger. I tried control + middle mouse
> click but didn't see any option to change the font as the FAQ says. Any
> pointers to appropriate docs would be great
> Thanks!

To quick change the font size try "SHIFT +" and "SHIFT -" using the "+" and "-"
from the num pad...


Andrea



Email cleanup

2000-12-01 Thread Brian Schramm
I am running Debian Potato.  

I would like to go into the imap directories (~/mail) and remove old
messages from each users system automaticly.  I would of sorce like to do
the same thing tolally automaticly.  What can I use to do this?  And how
whould I do this?

Thanks


Brian Schramm
[EMAIL PROTECTED]
www.linuxexpert.org

   



Re: keyboard auto repeat in X stops

2000-12-01 Thread Erik Steffl
  use xset to set the repeat and other stuff (mouse acceleration/speed/
monitor dpms...) (man xset)

  not sure why it happens, probably one of the programs that you run
sets the autorepeat off...

  login out and login back in using xdm restarts X server AFAIK

erik

Christoph Groth wrote:
> 
> Hello all,
> 
> I have a strange problem in X (potato 2.2r1): After some time in X the
> keyboard auto repeat ceases to work (the keyboard behaves correctly in
> the console, though) and I have to log out and log in again (I am
> using xdm) to switch it on again.  Restarting the X Server is not
> necessary.
> 
> This is rather annoying as I often run large simulations in X and
> cannot log out without canceling them.  Is there a solution to this
> problem?  Or is it a bug?
> 
> regards,
> Christoph
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: debian-user-digest Digest V100 #709

2000-12-01 Thread nilly

** Original Message **
FROM: debian-user@lists.debian.org
SENT: Sat 12/02/2000 12:15 AM
TO: [EMAIL PROTECTED]
SUBJECT:  debian-user-digest Digest V100 #709

>
>
>
>Content-Type: text/plain
>
>
>
>debian-user-digest Digest  Volume 100 : Issue 709
>
>
>
>Today's Topics:
>
>  APSfilter [ "Marcelo Chiapparini" <[EMAIL 
> PROTECTED] ]
>
>  netscape 4.75 as root [ "Marcelo Chiapparini" <[EMAIL 
> PROTECTED] ]
>
>  Re: netscape 4.75 as root [ David Purton <[EMAIL PROTECTED] ]
>
>  Re: netscape 4.75 as root [ Joerg Johannes <[EMAIL PROTECTED]> ]
>
>  Re: Redhat to Debian  [ Jiri Klouda <[EMAIL PROTECTED] ]
>
>  Re: Exim Install & localhost configu  [ Rino Mardo <[EMAIL PROTECTED]> ]
>
>  Re: Redhat to Debian  [ Rino Mardo <[EMAIL PROTECTED]> ]
>
>  Re: netscape 4.75 as root [ raider <[EMAIL PROTECTED]> ]
>
>  Xfree 4.0.1 and exporting display [ xav <[EMAIL PROTECTED]> ]
>
>  Partitioning disk [ Lazar Fleysher <[EMAIL PROTECTED] ]
>
>  Re: netscape 4.75 as root [ Sebastiaan <[EMAIL PROTECTED]> ]
>
>  keyboard auto repeat in X stops   [ Christoph Groth <[EMAIL PROTECTED]> ]
>
>  Re: Partitioning disk [ Ethan Benson <[EMAIL PROTECTED]> ]
>
>  (nearly solved): s3virge server cras  [ Bernhard Josef Rieder <[EMAIL 
> PROTECTED] ]
>
>  Re: netscape 4.75 as root [ "Marcelo Chiapparini" <[EMAIL 
> PROTECTED] ]
>
>  Re: make menuconfig fails - what's m  [ Anthony Campbell <[EMAIL PROTECTED] ]
>
>  Log rotation error[ Eileen Orbell <[EMAIL PROTECTED]> ]
>
>  Re: Why non-free (was Re: unzip - ag  [ Santiago Vila <[EMAIL PROTECTED]> ]
>
>  w.manager [ "Marcelo Chiapparini" <[EMAIL 
> PROTECTED] ]
>
>  hda not recognized during install [ Hannes Schuddel <[EMAIL PROTECTED]> ]
>
>  What is devpts[ Sunil Thomas Thonikuzhiyil 
>  Re: w.manager [ Antonio Rodriguez <[EMAIL PROTECTED] 
> ]
>
>  Re: recommend a secure shell client   [ Susumu Takuwa <[EMAIL PROTECTED] ]
>
>  Re: Why not dselect?  [ "Michael P. Soulier" <[EMAIL 
> PROTECTED] ]
>
>  non-free packages [ "Richard Hunt" 
>  oops  [ "Richard Hunt" 
>  Secured FTP?  [ Peczoli Zoltan <[EMAIL PROTECTED]> ]
>
>
>
>-
 
__
Make A Buck Or Two @ TheMail.com - Free Internet Email
Sign-up today at http://www.themail.com/ref.htm?ref=1763925 





Re: debian-user-digest Digest V100 #710

2000-12-01 Thread nilly

** Original Message **
FROM: debian-user@lists.debian.org
SENT: Sat 12/02/2000 12:49 AM
TO: [EMAIL PROTECTED]
SUBJECT:  debian-user-digest Digest V100 #710

>
>
>
>Content-Type: text/plain
>
>
>
>debian-user-digest Digest  Volume 100 : Issue 710
>
>
>
>Today's Topics:
>
>  Q: What's "XWF"?  [ Jonathan Gift <[EMAIL PROTECTED]> ]
>
>  RE: Secured FTP?  [ "Jason Holland" <[EMAIL PROTECTED] ]
>
>  Re: gnome-gettext.m4  [ Craige McWhirter <[EMAIL PROTECTED] ]
>
>  Re: Xfree 4.0.1 and exporting displa  [ "Robert L. Harris" 
>  RE: Re: netscape 4.75 as root [ "Anderson, Tim TL33E" 
>  Debian / Redhat comparison[ "Jonathan D. Proulx" <[EMAIL 
> PROTECTED] ]
>
>  Re: Log rotation error[ Timothy Burt <[EMAIL PROTECTED]> ]
>
>  Re: gpg: "Warning: using shared memo  [ Chris Gray <[EMAIL PROTECTED]> ]
>
>  RE: Secured FTP?  [ Peczoli Zoltan <[EMAIL PROTECTED]> ]
>
>  RE: Secured FTP?  [ Joel Dudley <[EMAIL PROTECTED] ]
>
>  Re: Why not dselect?  [ David Wright <[EMAIL PROTECTED]> ]
>
>  Re: Xfree 4.0.1 and exporting displa  [ xav <[EMAIL PROTECTED]> ]
>
>  2.4.0-test11, PCMCIA ethernet card t  [ Marvin Stodolsky <[EMAIL PROTECTED] ]
>
>  Re: non-free packages [ John Hasler <[EMAIL PROTECTED]> ]
>
>  Re: 2.4.0-test11, PCMCIA ethernet ca  [ Andy Bastien <[EMAIL PROTECTED]> ]
>
>  Re: unzip [ "Seung-woo Nam" <[EMAIL PROTECTED]> ]
>
>  Re: filter[ [EMAIL PROTECTED] ]
>
>  Re: ISDN says "no channel for ippp0"  [ Wouter de Vries <[EMAIL PROTECTED] ]
>
>  Re: Logitech MouseManPlus, gpm, and   [ Wouter de Vries <[EMAIL PROTECTED] ]
>
>  Re: hda not recognized during instal  [ "Silver" <[EMAIL PROTECTED]> ]
>
>  X at boot time[ "Marcelo Chiapparini" <[EMAIL 
> PROTECTED] ]
>
>
>
>-
 
__
Make A Buck Or Two @ TheMail.com - Free Internet Email
Sign-up today at http://www.themail.com/ref.htm?ref=1763925 





Re: debian-user-digest Digest V100 #710

2000-12-01 Thread nilly

** Original Message **
FROM: debian-user@lists.debian.org
SENT: Sat 12/02/2000 12:49 AM
TO: [EMAIL PROTECTED]
SUBJECT:  debian-user-digest Digest V100 #710

>
>
>
>Content-Type: text/plain
>
>
>
>debian-user-digest Digest  Volume 100 : Issue 710
>
>
>
>Today's Topics:
>
>  Q: What's "XWF"?  [ Jonathan Gift <[EMAIL PROTECTED]> ]
>
>  RE: Secured FTP?  [ "Jason Holland" <[EMAIL PROTECTED] ]
>
>  Re: gnome-gettext.m4  [ Craige McWhirter <[EMAIL PROTECTED] ]
>
>  Re: Xfree 4.0.1 and exporting displa  [ "Robert L. Harris" 
>  RE: Re: netscape 4.75 as root [ "Anderson, Tim TL33E" 
>  Debian / Redhat comparison[ "Jonathan D. Proulx" <[EMAIL 
> PROTECTED] ]
>
>  Re: Log rotation error[ Timothy Burt <[EMAIL PROTECTED]> ]
>
>  Re: gpg: "Warning: using shared memo  [ Chris Gray <[EMAIL PROTECTED]> ]
>
>  RE: Secured FTP?  [ Peczoli Zoltan <[EMAIL PROTECTED]> ]
>
>  RE: Secured FTP?  [ Joel Dudley <[EMAIL PROTECTED] ]
>
>  Re: Why not dselect?  [ David Wright <[EMAIL PROTECTED]> ]
>
>  Re: Xfree 4.0.1 and exporting displa  [ xav <[EMAIL PROTECTED]> ]
>
>  2.4.0-test11, PCMCIA ethernet card t  [ Marvin Stodolsky <[EMAIL PROTECTED] ]
>
>  Re: non-free packages [ John Hasler <[EMAIL PROTECTED]> ]
>
>  Re: 2.4.0-test11, PCMCIA ethernet ca  [ Andy Bastien <[EMAIL PROTECTED]> ]
>
>  Re: unzip [ "Seung-woo Nam" <[EMAIL PROTECTED]> ]
>
>  Re: filter[ [EMAIL PROTECTED] ]
>
>  Re: ISDN says "no channel for ippp0"  [ Wouter de Vries <[EMAIL PROTECTED] ]
>
>  Re: Logitech MouseManPlus, gpm, and   [ Wouter de Vries <[EMAIL PROTECTED] ]
>
>  Re: hda not recognized during instal  [ "Silver" <[EMAIL PROTECTED]> ]
>
>  X at boot time[ "Marcelo Chiapparini" <[EMAIL 
> PROTECTED] ]
>
>
>
>-
 
__
Make A Buck Or Two @ TheMail.com - Free Internet Email
Sign-up today at http://www.themail.com/ref.htm?ref=1763925 





Re: Log rotation error

2000-12-01 Thread Eileen Orbell
Thanks that fixed my error.  I did not have the file you mentioned so I 
created and edited it..


At 10:49 AM 12/1/2000 -0500, you wrote:


On Fri, Dec 01, 2000 at 09:09:13AM -0500, Eileen Orbell wrote:
> Hi All
>
> I have this error emailed to me daily from root.  Does anyone know how I
> can repair this?  I recall I had this when I used RH but can not remember
> how to fix it?
>
> Thanks
>
> errors occured while rotating /var/log/mysql.err
> /usr/bin/mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)'
> error running postrotate script
>


Do you have a file called .my.cnf in root's home directory with a
[mysqladmin] section?  If not, this is the problem.  Add the following
lines to the .my.cnf file (if you're creating new, make sure it's
root-only readable):

[mysqladmin]
password= 
user= root

where  is of course the same password you use when invoking
mysql -u root -p, etc.

HTH,
--Tim

__
Timothy Burt
Duke University, Dept. of Physics
Box 90305, Durham N.C. 27708-0305, USA  [EMAIL PROTECTED]



Eileen Orbell
Software & Internet Applications
Capitol College
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
Don't Fear the Penguin.





Re: executable compatible with Debian and Redhat?

2000-12-01 Thread Jinsong Zhao
Thanks to D-Man. I'm enclosing what I got from the gcc.gnu.org
website. Yes, RH7.0 is using 2.96 gcc compiler. Not only this may
produce incompatible binary codes, it also has trouble working with
gdb 5.0. Gdb cannot access locally declared variables in C++ code. I
was really scratching my head when I noticed that problem.

People would expect stability and high quality from commercial tools
and people pay for these features. It's hard to believe Redhat use the
unstable gcc 2.96 despite the very warning from the very producer.

Jinsong


It has come to our attention that some GNU/Linux distributions are
currently shipping with ``GCC 2.96''.

We would like to point out that GCC 2.96 is not a formal GCC release
nor will there ever be such a release. Rather, GCC 2.96 has been the
code- name for our development branch that will eventually become GCC
3.0.

Current snapshots of GCC, and any version labeled 2.96, produce object
files that are not compatible with those produced by either GCC 2.95.2
or the forthcoming GCC 3.0. Therefore, programs built with these
snapshots will not be compatible with any official GCC
release. Actually, C and Fortran code will probably be compatible, but
code in other languages, most notably C++ due to incompatibilities in
symbol encoding (``mangling''), the standard library and the
application binary interface (ABI), is likely to fail in some
way. Static linking against C++ libraries may make a binary more
portable, at the cost of increasing file size and memory use.

To avoid any confusion, we have bumped the version of our current
development branch to GCC 2.97.

Please note that both GCC 2.96 and 2.97 are development versions; we
do not recommend using them for production purposes.  Binaries built
using any version of GCC 2.96 or 2.97 will not be portable to systems
based on one of our regular releases.

If you encounter a bug in a compiler labeled 2.96, we suggest you
contact whoever supplied the compiler as we can not support 2.96
versions that were not issued by the GCC team.



Re: Netscape4.75 as root

2000-12-01 Thread Ray Percival
This is not a flame but it is strongly worded. First of all 
Why in the world are you trying to run Netscape as root security matters
and that is very insecure that is why by default you can not do it.
Now seems like you are pretty new so a few security pointers.
First of all DO NOT log in as root always login as a user and su or sudo to 
root. Also I would *never* run X as root you are just asking for problems at 
that point. And unless the app demands it (and if you are running such a app 
you should know why and how you are doing it) never run networking apps as 
root. This is a great big hole and there is no good reason to do it. 


-- Original Message --
From: Herman Christiani <[EMAIL PROTECTED]>
Date: Sat, 2 Dec 2000 07:31:16 -0800

>Hello,
>You wrote:
>Hi!
>
>I don't know why, but I cannot run netscape 4.75 as root. For example,
>
>Marcelo
>Not sure if Corel 2nd version is different from debian in this regard,
>but if I start Netscape first and then connect it works, if I connect first to
>the net Netscape won't start.
>HTH,
>Herman
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>



Re: Logitech MouseManPlus, gpm, and X

2000-12-01 Thread Rob VanFleet
On Fri, Dec 01, 2000 at 06:20:39PM +0100, Wouter de Vries wrote:
> And did anybody get the wheel working with imwheel? ( I did not .. )

You don't need imwheel for most applications, just add:
ZAxisMapping4 5
in the "Pointer" section of your XF86Config

-Rob



Netscape4.75 as root

2000-12-01 Thread Herman Christiani
Hello,
You wrote:
Hi!

I don't know why, but I cannot run netscape 4.75 as root. For example,

Marcelo
Not sure if Corel 2nd version is different from debian in this regard,
but if I start Netscape first and then connect it works, if I connect first to
the net Netscape won't start.
HTH,
Herman



Re: debian-user-digest Digest V100 #708

2000-12-01 Thread nilly

** Original Message **
FROM: debian-user@lists.debian.org
SENT: Fri 12/01/2000 6:30 PM
TO: [EMAIL PROTECTED]
SUBJECT:  debian-user-digest Digest V100 #708

>
>
>
>Content-Type: text/plain
>
>
>
>debian-user-digest Digest  Volume 100 : Issue 708
>
>
>
>Today's Topics:
>
>  FWD: use deb for programming  [ Joey Hess <[EMAIL PROTECTED]> ]
>
>  Redhat to Debian  [ Nicolas SABOURET 
>  Re: FWD: use deb for programming  [ [EMAIL PROTECTED] ]
>
>  Re: Command to determine resolution   [ kmself@ix.netcom.com ]
>
>  Java Debian Package   [ FIOL BONNIN Antonio <[EMAIL 
> PROTECTED] ]
>
>  Re: Redhat to Debian  [ kmself@ix.netcom.com ]
>
>  gnome-gettext.m4  [ Craige McWhirter <[EMAIL PROTECTED] ]
>
>  Re: DNS problem after upgrade to woo  [ kmself@ix.netcom.com ]
>
>  Re: XF86_SVGA consuming over 60% of   [ kmself@ix.netcom.com ]
>
>  Re: Wierd ISP Email Processing[ Robert Waldner <[EMAIL PROTECTED] ]
>
>  Can't see my mouse-pointer[ Joerg Johannes <[EMAIL PROTECTED]> ]
>
>  What is devpts[ Sunil Thomas Thonikuzhiyil 
>  Re: hdparm[ Gilbert Laycock <[EMAIL PROTECTED]> ]
>
>  make menuconfig fails - what's missi  [ Anthony Campbell <[EMAIL PROTECTED] ]
>
>  Re: make menuconfig fails - what's m  [ sena <[EMAIL PROTECTED]> ]
>
>  Re: gnome-gettext.m4  [ Joerg Johannes <[EMAIL PROTECTED]> ]
>
>  Wrong colors with Xvfb on potato  [ Jerome Zago <[EMAIL PROTECTED] ]
>
>  Re: Logitech MouseManPlus, gpm, and   [ Damon Muller <[EMAIL PROTECTED] ]
>
>
>
>-
 
__
Make A Buck Or Two @ TheMail.com - Free Internet Email
Sign-up today at http://www.themail.com/ref.htm?ref=1763925 





Re: Secured FTP?

2000-12-01 Thread Michael Smith
Use sftp--it's just a nice ftp frontend for scp that acts like a regular ftp
client.  I use it just about every day to put stuff on my webserver.

http://packages.debian.org/unstable/non-us/sftp.html


Peczoli Zoltan wrote:

> hi,
>
> Thanks, maybe it's just me but I don't see how to reach my goals using
> scp:
>
> 1. security (both passwords and data) - scp ok.
> 2. separate authentication (file transfer users have nothing to do with
>system users)
> 3. home jail (users cannot explore the file system but their own homes)
> (4. M$ non-operating systems should have client program)
>
> scp does the first one but what's with the three remaining ones?
> i was advised to user sftp, but the case is just like with scp.
>
> > You can use scp, secure copy, included with openssh.  It has the same syntax
> > as rsh, but traffic is entrypted.
> >
> > Jason
>
> Suggestions?
>
> Bye:
>
>   pocok
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

--
"I was on a Boston to New York shuttle flight that gets stuck on the runway for 
3 hours
with no explanation. Worse, I'm sitting in front of three idiot consultants 
from Razorfish
who spend the whole time talking loudly and incessantly. Remarkably, not one 
word of it
resembled any productive activity in the slightest. 'So, I conducted a series 
of group
discussion sessions to quantify how they establish their procedures.' 'But, 
Bianca, how
did you formulate the framework for evaluating their paradigms?'
My favorite line - Bianca is irate because a client asked her for some 
concrete
bit of information: 'Can you believe that? Hello? I'm an Information Architect, 
not a
Knowledge Engineer!'" --dump() on slashdot





Re: Java Debian Package

2000-12-01 Thread Michael A. Miller
> "FIOL" == FIOL BONNIN Antonio <[EMAIL PROTECTED]> writes:

> Hello, I have written a program in Java, and I would like
> to create a debian package with it.

There is some discussion of this on the debian-java list which is
archived at http://lists.debian.org/.

Mike



Re: Xfree 4.0.1 and exporting display

2000-12-01 Thread Erik Steffl
  I think it's /etc/X11/xserverrc or something like that, there is a
message to that effect when you install/upgrade X server.

erik

"Robert L. Harris" wrote:
> 
> Somewhat.  I had the same problem.  When I upgraded another box I noticed
> a warning on the upgrade for X.  They put an optino "--nolisten" in a
> file.  I think it was in /usr/X11R6/bin.  Grep for "nolisten" in there on
> the machine you are trying to export to.  Remove the option and restart
> X.  Works fine for me now.
> 
> Robert
> 
> Thus spake xav ([EMAIL PROTECTED]):
> 
> > Hi all,
> >
> > I had a look at the archive but didn't find the solution of my problem :
> >
> > I have two debian linux machine running and I want to do this :
> > linux1 running X11 with xhost +
> > linux2 with setenv DISPLAY linux1:0.0
> > when I try this :
> > linux2> xterm
> > I have the following message :
> > xterm Xt error: Can't open display: linux1:0.0
> >
> > Is this a permission issue ?
> >
> > Thanks in advance for any answer...
> >
> > O+ xavier
> >
> > --
> > 33 (0) 1 69 15 79 59
> > De chacun selon ses forces, a chacun selon ses besoins
> >
> >
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> :wq!
> ---
> Robert L. Harris|  Micros~1 :
> Senior System Engineer  |For when quality, reliability
>   at RnD Consulting |  and security just aren't
> \_   that important!
> DISCLAIMER:
>   These are MY OPINIONS ALONE.  I speak for no-one else.
> FYI:
>  perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Java Debian Package

2000-12-01 Thread Aaron Brashears
On Fri, Dec 01, 2000 at 10:52:30AM +0100, FIOL BONNIN Antonio wrote:
> Well, back to the question: How do I create a simple package that contains
> the files and does VERY SIMPLE tasks in preinst/postinst/prerm? No postrm
> required.
> 
> If someone has written a similar thing, could you send it to me?


apt-get install maint-guide
$BROWSE /usr/doc/maint-guide/maint-guide.html/index.html



Re: Debian / Redhat comparison

2000-12-01 Thread Michael Janssen \(CS/MATH stud.\)
In Ard Righ's email, 02-12-2000:
> ([<> On 1 Dec 2000, some witty mortal wrote: <>])
> 
> > RedHat has kickstart which greatly simplifies the install process.
> > Currently users here can fill out a webform and get a customized boot
> > disk that will do the right thing, just boot from it go to lunch and
> > when you come back the machine is partitioned, installed and configured,
> > just just type your NIS password and go.
> 
>  I must say, scripted installs of OSes are such a great thing, I'm 
> suprised the Linux distributions haven't done similar to this earlier.
> 
>  NT4, while not the greatest operating system, has one saving grace in 
> it's unattended installs run from a boot floppy. You boot from the 
> disk, wait until the files are installing (from network for most 
> installs I've done like this), then take the disk out and walk away.
>  When you return, the install is complete, and you can get about 
> installing software (and rebooting a few times ;o)).
> 
>  I think the package layout of Linux would be ideal for this sort of 
> installation. Especially with the ability to install an OS from an FTP.
> 
>  Of course, it wouldn't be the easiest thing to setup, and like NT4, 
> configuring the unattended install files would take some time and 
> research. But the end result would mean easier installation, if you for 
> example, reinstalled from scratch.
> 
>  If the Debian folks have the inclination to look at this sort of 
> thing, I'm sure it would add so much more to Debian's already great 
> list of benefits to users (especially the corporate ones).
[bobbit .sig] 

AFAIK, the debian boot-floppies team is already looking into this
issue for their next version - there has been a innumerable amount of
emails to boot-floppies about unattended installs. 

Also, what's really nice about the kickstart-like utiilities for linux
is that if you have a large amount of systems, configured to network
by DHCP, you don't even need monitors for the install.  It will
install the OS and any packages that you need (from a specific host,
if needed), without even needing a keyboard.  This simplifies setting
up beowulf clusters immensely(sp). 

Michael Janssen 
CNS Lab Administrator
[EMAIL PROTECTED]




Re: X at boot time

2000-12-01 Thread Juergen Fiedler
You could install xdm. It starts towards the end of the boot
process and gives you a graphical login that brings you
directly into X.

HTH,
j


On Fri, Dec 01, 2000 at 02:37:10PM -0500, Marcelo Chiapparini wrote:
> Hi!
> How can I start a X session at boot time, without typing startx at the
> prompt?
> Thanks!
> 
> 
> Marcelo
> _
> Marcelo Chiapparini
> [EMAIL PROTECTED]
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Hi all

2000-12-01 Thread Tim Uckun
Ok I finally got done with the install of debian 2.2 and now I am trying to 
get my sea legs after moving from redhat 6.2.


Somewhere during the install dpkg segfaulted but it configured the packages 
it installed and when I ran dselect again it reinstalled the rest (I 
think). Then I found out I was running short of space so I uninstalled X (I 
don't need it here anyways).


right now I am having an odd problem when I type which "something" it says
shell-init: could not get directory: getcwd: cannot access parent 
directories: nosuch file or directory


Can anybody clue me in as to why it does this? Do I need to install it all 
over again?


Also is there a listserve for debian newbies?
--
 Tim Uckun
  Mobile Intelligence Unit.
--
   "There are some who call me TIM?"
--



Re: Log rotation error

2000-12-01 Thread Ernest Johanson
Eileen,

See the README.Debian doc in /usr/doc/mysql-server. It explains how to set
up a password for non-interactive access.

Ernest Johanson
Web Systems Administrator
Fuller Theological Seminary


On Fri, 1 Dec 2000, Eileen Orbell wrote:

> Date: Fri, 01 Dec 2000 09:09:13 -0500
> From: Eileen Orbell <[EMAIL PROTECTED]>
> To: debian-user@lists.debian.org
> Subject: Log rotation error 
> 
> Hi All
> 
> I have this error emailed to me daily from root.  Does anyone know how I 
> can repair this?  I recall I had this when I used RH but can not remember 
> how to fix it?
> 
> Thanks
> 
> errors occured while rotating /var/log/mysql.err
> /usr/bin/mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)'
> error running postrotate script
> 
> 
> 
> Eileen Orbell
> Software & Internet Applications
> Capitol College
> mailto:[EMAIL PROTECTED]
> mailto:[EMAIL PROTECTED]
> Don't Fear the Penguin.
> 



Re: Debian / Redhat comparison

2000-12-01 Thread Ard Righ
([<> On 1 Dec 2000, some witty mortal wrote: <>])

> RedHat has kickstart which greatly simplifies the install process.
> Currently users here can fill out a webform and get a customized boot
> disk that will do the right thing, just boot from it go to lunch and
> when you come back the machine is partitioned, installed and configured,
> just just type your NIS password and go.

 I must say, scripted installs of OSes are such a great thing, I'm 
suprised the Linux distributions haven't done similar to this earlier.

 NT4, while not the greatest operating system, has one saving grace in 
it's unattended installs run from a boot floppy. You boot from the 
disk, wait until the files are installing (from network for most 
installs I've done like this), then take the disk out and walk away.
 When you return, the install is complete, and you can get about 
installing software (and rebooting a few times ;o)).

 I think the package layout of Linux would be ideal for this sort of 
installation. Especially with the ability to install an OS from an FTP.

 Of course, it wouldn't be the easiest thing to setup, and like NT4, 
configuring the unattended install files would take some time and 
research. But the end result would mean easier installation, if you for 
example, reinstalled from scratch.

 If the Debian folks have the inclination to look at this sort of 
thing, I'm sure it would add so much more to Debian's already great 
list of benefits to users (especially the corporate ones).

 Just my NZ$0.02 :o)

 
 Ard Righ

 S' Rioghal Mo Dhream!
 http://www.Challenge-NZ.com/

 ([XXH<>%<>HXX])=



X at boot time

2000-12-01 Thread Marcelo Chiapparini
Hi!
How can I start a X session at boot time, without typing startx at the
prompt?
Thanks!


Marcelo
_
Marcelo Chiapparini
[EMAIL PROTECTED]





LyX and HTML exports

2000-12-01 Thread Andrew Sullivan
Hi,

I posted a question the other day about exporting HTML from LyX,
specifically asking about fixed-width text from the lyxcode
environment.  I've figured out an answer that worked for me, but it's
not perfect.  I thought I'd post it here in the absence of other
suggestions.

It seems that the lyxcode environment, when exported by LyX to LaTeX,
and then from LaTeX to HTML through latex2html, gets turned into a
definition list.  I suppose this is an attempt to make it look
correct on the page; I think this is the sort of mistake that
separating layout from content was supposed to fix, but there you go. 
Anyway, if you run latex2html, it generates a style sheet.  If you
don't need s in any of the rest of your document, you can use that
tag to specify a monospaced font, and get the output you intended in
the original document.

The bibliography is also converted to a definition list, so it looks
like hell, but it's still there.  Naturally, though, this is an
imperfect solution.

Any further suggestions on something that I might be overlooking
would be more than welcome.  Thanks.

A

-- 
Andrew Sullivan  Computer Services
<[EMAIL PROTECTED]>Burlington Public Library
+1 905 639 3611 x158   2331 New Street
   Burlington, Ontario, Canada L7R 1J4



Re: hda not recognized during install

2000-12-01 Thread Silver
First for installation, don't use the ata100 controler to plug in your hard
disk, keep up with the good old ide controler. Then you will install your
system and then ensure your kernel can load the drivers for the ata100
controler !

Silver
- Original Message -
From: "Hannes Schuddel" <[EMAIL PROTECTED]>
To: 
Sent: Friday, December 01, 2000 3:10 PM
Subject: hda not recognized during install


> Hello everyone,
>
> I am trying to install Debian and ran into some problems.
>
> My harddisk is not recognized during bootup so
> I am not able to install the system from harddisk.
>
> I use an ASUS A7V mainboard,
> with ata100 controller
> and Maxtor DMax 5400/512 harddisk.
>
> Any help would be appreciated.
> So long,
> Nikolai.
>
> --
> Sent through GMX FreeMail - http://www.gmx.net
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>



Re: Logitech MouseManPlus, gpm, and X

2000-12-01 Thread Wouter de Vries
On Fri, Dec 01, 2000 at 10:15:08PM +1100, Damon Muller wrote:
> Quoth Carel Fellinger, 
> > I've a Logitech MouseMan Wheel and use Protocol "IMPS/2" instead.
> > Works for me.
> 
> That seemed to do it. Thanks.

And did anybody get the wheel working with imwheel? ( I did not .. )

Wouter



Re: ISDN says "no channel for ippp0" on dialing... why?

2000-12-01 Thread Wouter de Vries
On Fri, Dec 01, 2000 at 03:55:32AM +0100, J?rgen A. Erhard wrote:
> I've tried to install ISDN for a friend.  Now I got the Hisax module running
> (after I found the secret incantation needed for the ISA Siemens I-Surf 1.0
> (some PEEKs and POKEs (yes ;-) in isapnp.conf)).
> 
> But when I try dialing, it says
> 
>isdn_net_force_dial: No channel for ippp0
>
> I've looked for that message in the kernel sources, but the only thing I get
> is that the ISDN subsystem seems to think that all the channels are used
> up... but there's nothing using the ISDN line!
> 
> So... what do I miss?  If any config files are needed, ask me... though
> everything seems to be in order.
> 
> Really, I'm stumped...

Maybe a stupid question ... but is the cable plugged in and is the cable good?
You might consider testing it with another isdn device..

Wouter



Re: filter

2000-12-01 Thread Manegold
Hi!

On 29-Jun-2000 Frederico S. Muñoz wrote:
> 
> 
> Marcelo Chiapparini wrote:
>> 
>> On Wed, 29 Nov 2000 13:46:05 +0100, Sven Garbade wrote:
>> 
>> 
>> 
>> >Why don t you use apsfilter or magicfilter? I think you can save a
>> >lot
>> >of work.
>> >
> 
> 
> Also I found that CUPS works flawlessly on my bix, it's very easy to
> configure and comes with HP and EPSON drivers by default, network
> aware,
> etc.
> 
> I really like CUPS, it solved most of my problems, and you can still
> use
> the lp* commands (CUPS substitutes them with a new version).
> 

Did you use the deb of potato? I tried to install CUPS this way, but
apparently it only has a laserjet and a deskjet driver. Also there are no
config questions during package installation. Therefore giving an
unusable state. I'm back to lprng and apsfilter now, but am still
interested in getting CUPS to work for me.
Any hints?

Thorsten


> 
> hope it helps,
> 
> fsm
> 
> --
> Frederico Serrano Muñoz   GNU: http://www.gnu.org
> [EMAIL PROTECTED]  Debian: http://www.debian.org
> 
> SDF - Public Access Unix Systems - http://sdf.lonestar.org
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 

--
   \\|//
 ( o.o )
  \(_)/
oOOo-oOOo---
E-Mail: [EMAIL PROTECTED]
Date: 29-Nov-2000 
Time: 17:44:35 CET
PGP Keys on public keyservers
KeyID: 0xBEACCF0D

  __/ /   \ \__
 (___| |___)



Re: unzip

2000-12-01 Thread Seung-woo Nam
Hi:

apt-get install unzip

Seung-woo Nam

- Original Message -
From: "Alistair Whittle" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, November 30, 2000 8:36 AM
Subject: unzip


> Hi,
>
> I have just installed debian GNU/Linux 2.2.  The install worked fine, and
I
> am now trying to install another application which requires a file to be
> unzipped.   The unzip command for some reason does not register.   Looking
> through man pages etc, there are other like gnuzip, gzip, zcat etc, all of
> which say that to unzip a file, use unzip.  So, I have a problem.   Is
unzip
> a separate thing which needs to be installed?   Is there an alternative to
> unzip?
>
> Thanks
>
> Alistair C Whittle
> Mailto:[EMAIL PROTECTED]
> Logistics Resources Limited
> 9 - 13 Fenchurch Buildings
> London
> EC3M 5HR
>
> Tel: 020 7481 2101
> Fax: 020 7481 2201
> Mobile: 07949 104 739
> Web: http://www.lrl.co.uk
> __
> LEGAL NOTICE: information in this email is confidential & intended solely
> for the addressee.
> If you are not the intended recipient, any disclosure, copying,
distribution
> of this mail or other
> action thereon, is prohibited & may be unlawful.
> __
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>



Re: 2.4.0-test11, PCMCIA ethernet card through yenta-socket

2000-12-01 Thread Andy Bastien
Pending further investigation, we now allege that Marvin Stodolsky wrote:
> My PCMCIA "3Com Corporation", "3CCFE575BT", "LAN Cardbus Card", "001"
>   manfid: 0x0101, 0x5157
>   function: 6 (network)
>   PCI id: 0x10b7, 0x5157
> is working fine under 2.2.17 and under the 2.4.0-test11 with the "old
> way" PCMCIA support of compiling all the pcmcia modules,
> # lsmod
> Module  Size  Used by
> 3c575_cb   20064   2 
> cb_enabler  2736   2  [3c575_cb]
> ds  6672   2  [cb_enabler]
> i82365 23232   2 
> pcmcia_core43392   0  [cb_enabler ds i82365]
> 
> Thus far I've been unable to get eth0 functional with PCMCIA support
> specified "the new way" through the kernel .config file, after which
> support would presuably come from:
> 3c59x
> cb_enabler.o  
> pcmcia_core.o  
> yenta_socket.o

It doesn't work.  The 3c575 chipset is different than the 3c59x
series. You might have luck with using the kernel-level support with
the 3x575_cb.o module from pcmcia-cs, but I wouldn't lay money on it.



Re: non-free packages

2000-12-01 Thread John Hasler
Richard Hunt writes:
> I have bought three CDs called "Official Debian 2.2" CDs 1-3.
> From the Linux Emporium in the UK.

> I am told (on alt.os.linux) that they should contain the non-free section
> of the debian site, including netscape etc. But they don't.

I believe that I led you to believe that Netscape was on the CD's.  That
is not true.  You must download it from the archive.
-- 
John Hasler
[EMAIL PROTECTED]
Dancing Horse Hill
Elmwood, Wisconsin



2.4.0-test11, PCMCIA ethernet card through yenta-socket

2000-12-01 Thread Marvin Stodolsky
My PCMCIA "3Com Corporation", "3CCFE575BT", "LAN Cardbus Card", "001"
  manfid: 0x0101, 0x5157
  function: 6 (network)
  PCI id: 0x10b7, 0x5157
is working fine under 2.2.17 and under the 2.4.0-test11 with the "old
way" PCMCIA support of compiling all the pcmcia modules,
# lsmod
Module  Size  Used by
3c575_cb   20064   2 
cb_enabler  2736   2  [3c575_cb]
ds  6672   2  [cb_enabler]
i82365 23232   2 
pcmcia_core43392   0  [cb_enabler ds i82365]

Thus far I've been unable to get eth0 functional with PCMCIA support
specified "the new way" through the kernel .config file, after which
support would presuably come from:
3c59x
cb_enabler.o  
pcmcia_core.o  
yenta_socket.o

Its partially a configuation issue as the #eth0 block below does not get
loaded into /etc/resolv.conf
# eth0 begin
domain somewhere
nameserver 198.124.130.130
nameserver 198.128.2.10
# eth0 end
domain erols.com
search erols.com
nameserver 207.172.3.8
nameserver 207.172.3.9

Has any worked this out yet?
Please respond to [EMAIL PROTECTED] as well as the list.

MarvS



Re: Xfree 4.0.1 and exporting display

2000-12-01 Thread xav
"Robert L. Harris" wrote:

> Somewhat.  I had the same problem.  When I upgraded another box I noticed
> a warning on the upgrade for X.  They put an optino "--nolisten" in a
> file.  I think it was in /usr/X11R6/bin.  Grep for "nolisten" in there on
> the machine you are trying to export to.  Remove the option and restart
> X.  Works fine for me now.

The exact file for me is :
/etc/X11/xinit/xserverrc

Thanks !

--
33 (0) 1 69 15 79 59
De chacun selon ses forces, a chacun selon ses besoins





Re: Why not dselect?

2000-12-01 Thread David Wright
Quoting Michael P. Soulier ([EMAIL PROTECTED]):

> Right, so I could go to the top level, hit = and put a hold on the entire
> list then, right? That'll probably do what I want. 
> 
> What I'm curious about is why this is done in the first place. My
> situation is this, and I don't think it's uncommon:
> 
> 1. I'm running the latest stable for the base system on most things.
> 2. Every now and then I want the "latest" something, be it Vim, Mutt,
> whatever, so I temporarily point at unstable.

I don't think dselect was ever written to handle more than one
distribution.

> 3. I go into dselect to browse the packages I want, with no desire
> whatsoever to upgrade the entire system to unstable, and it's already marked
> my entire system for upgrade. 
> 
> Personally, I think that's bad default behaviour. You should have to ask
> for it explicitely.

You might try the following workaround, though it's untested as I don't
use dselect:

1, 2. As above.

3. Do this as a user, not root. That way you're limited to read-only
access.

4. Restore it to point at stable.

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: Secured FTP?

2000-12-01 Thread Joel Dudley
I have used the following porogram and found it to be very robust and
capable of all your criteria.

http://www.cs.berkeley.edu/~smcpeak/SafeTP/

Joel Dudley
Unix System Administrator 
DevelopOnline.com

"For the scientist who has lived by his faith in the power of reason, the
story ends like a bad dream. He has scaled the mountains of ignorance; he is
about to conquer the highest peak; as he pulls himself over the final rock,
he is greeted by a band of theologians who have been sitting there for
centuries."
- Dr. Robert Jastrow, Founder Goddart Space Flight Institute 




-Original Message-
From: Peczoli Zoltan [mailto:[EMAIL PROTECTED]
Sent: Friday, December 01, 2000 8:27 AM
To: Debian user list
Subject: Secured FTP?


hi,

Unfortunately I haven't found a solution to the following yet:

I need a secure(1) file transfer method (passwords and data travelling
encrypted through the network) which retrieves the authentication info
from a file other than /etc/shadow or etc/passwd but a file of the same
format(2) and where users are restricted to manipulate only in their home
directories(3).

/I managed to set up proftpd, it does (2) and (3) but not the most
important (1)/

Is there a way to do these using debian packages?
If not, non-debian-specific solutions are welcome, too :)

Thanx:
  pocok



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



RE: Secured FTP?

2000-12-01 Thread Peczoli Zoltan
hi,

Thanks, maybe it's just me but I don't see how to reach my goals using
scp:

1. security (both passwords and data) - scp ok.
2. separate authentication (file transfer users have nothing to do with
   system users)
3. home jail (users cannot explore the file system but their own homes)
(4. M$ non-operating systems should have client program)

scp does the first one but what's with the three remaining ones?
i was advised to user sftp, but the case is just like with scp.

> You can use scp, secure copy, included with openssh.  It has the same syntax
> as rsh, but traffic is entrypted.
> 
> Jason

Suggestions?

Bye:

  pocok



  1   2   >