Re: wish list -> My personal Debian User Manual Generator

2001-01-30 Thread hogan
> out I haven't been bothered to set up my Olivetti JP190 yet (indeed, 
> I haven't even looked whether it is supported).

I suspect the Olivetti may be a rebated lexmark.



pppoe for 2.4

2001-01-30 Thread Chun Kit Edwin Lau
Hi everyone,

I was having trouble trying to setup pppoe for 2.4, but I came
across with the problem that I needed a patched pppd 2.4 from
http://www.math.uwaterloo.ca/~mostrows/ so that I could use the plugin
pppon.so. I found out that it was not debianized. My question is will it
ever be debianized? or is that there some other good solution.

I used to use the pppoe package for 2.2 and it worked find. is
there a performance different between the kernel space pppoe like 2.4 and
user space pppoe. pls correct my termology if I am wrong. thanx!

Edwin Lau ([EMAIL PROTECTED])



Re: Intel PRO/100+ PCI ethernet card not detected

2001-01-30 Thread mike polniak
Greg Howard wrote:
> Hi,
> 
> I'm trying to install Debian 2.2 using a "base image" I've downloaded 
> to a Win98 partition; I'm using the udma66 installation images to 
> boot the system initially.  
> 
> I understand from the documents that I should be able to install 
> "base" in this way and then use ftp or http to access Debian servers 
> to install other packages.  The base package actually installed
> successfully (I've booted Linux and tooled around a bit), but the
> kernel doesn't seem to detect my ethernet card at all.  (No eth*
> devices appear in /dev.)

Before installing the base system, you select your device
driver modules (assuming they have been installed). The NIC modules
should include the Pro100. (look in net devices).
If the system detects a network device, then it asks if you want
to configure the network. Then you edit /etc/network/interfaces and
run ifup eth0 and you should be connected. 
-- 

~~~



X4.0.2 and cursor

2001-01-30 Thread Andrei Ivanov
Hi all.
I've tried to update to X4.0.2things went more or less decent, no
major burps, except one or two
1. There was no cursor visible on the screen. I've tried two window
managers, nothing. I can move it, but I have to guess where the cursor is.
Has this problem been fixed yet, and if so, how to fix it?
TIA,
  Andrei

--
First there was Explorer...
Then came Expedition.
This summer
Coming to a street near you..
Ford Exterminator.
--
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
--



Re: Firewall/Networking Problem

2001-01-30 Thread will trillich
On Tue, Jan 30, 2001 at 06:09:04PM -0800, Leonard Leblanc wrote:
> I'm setting up a linux box to act as a firewall/proxy for my 4
> computer (win98) network.  I have 2 ethernet cards in the
> linux box (both being detected) and have complete access to
> the internet on my linux box.  I can ping all the win98 boxes
> from my linux box and can ping both network ip's on the linux
> box from the win98 boxes.  The only problem is I can't ping
> anything past my firewall/proxy.  I haven't actually setup any
> firewall rules so I shouldn't be blocking myself out and I'm
> not quite sure where to look.  

if your /etc/network/interfaces is properly set up
(and from your description it seems to be) try

apt-get install ipmasq

you'll be amazed at how much work that saves you!

i presume your localnet is 192.168.[something].* ?
here's my interfaces file:

# The loopback interface
iface lo inet loopback

iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.1.255

iface eth1 inet static
address 208.33.90.85
netmask 255.255.255.0
network 208.33.90.0
broadcast 208.33.90.255
gateway 208.33.90.84

ipmasq does the rest!

-- 
See, if you were allowed to keep the money, you wouldn't
create jobs with it. You'd throw it in the bushes or
something.  But the government will spend it, thereby
creating jobs.  -- Dave Barry

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

http://groups.yahoo.com/group/newbieDoc -- next week's
newbie needs your brain: document your experience today!



Re: mutt -- slow on send

2001-01-30 Thread will trillich
On Tue, Jan 30, 2001 at 06:51:14PM -0800, kmself@ix.netcom.com wrote:
> I'm noticing in the past 24-48 hours that Mutt seems to have turned into
> a dog  on 'send'.  There's a noticeable delay -- call it 2-3 seconds,
> when I submit a message to queue.  Not sure if this is mutt or exim or
> another part of the process, and not quite sure where to start looking.
> System load hasn't changed notably.  Confusion reigns.

any chance you've munged your .procmailrc or /etc/aliases
lately? i did a few days ago, and as a result i compressed my
server under a heavy load of exim-recursion loops ad infinitum.
load average was up to 36.2 !!

i have a secondary login that i forward stuff to as a
fall-through default, and i'd inserted an alias for "*" to be
for my primary login. so round and round it went...

it brought even the command line to a crawl -- i couldn't stand
the wait even for "man exim" to figure out how to kill the
suckers. so i renamed my ~/.procmailrc file and all the dust
finally settled, after which i figured out the snag (the *
alias) and then restored my .procmailrc.

i'm feeling much better, now.

-- 
See, if you were allowed to keep the money, you wouldn't
create jobs with it. You'd throw it in the bushes or
something.  But the government will spend it, thereby
creating jobs.  -- Dave Barry

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

http://groups.yahoo.com/group/newbieDoc -- next week's
newbie needs your brain: document your experience today!



Re: Linux Partitions

2001-01-30 Thread kmself
on Mon, Jan 29, 2001 at 02:46:06PM -0600, ktb ([EMAIL PROTECTED]) wrote:
> On Mon, Jan 29, 2001 at 01:42:12PM -0800, Leonard Leblanc wrote:
> > Hello Everyone,
> > 
> > I am going to be running a Linux box as Firewall/DNS/WWW/FTP/POP and maybe 
> > some other network applications.  I was wondering what your suggestions 
> > would be for Partitions.  I have already ready the Partition HOWTO, but 
> > still aren't quite sure what partitions would be best for my applications.
> > 
> > Any help would be greatly appreciated.
> > 
> 
> Karsten has put together a mini-FAQ at -
> http://kmself.home.netcom.com/Linux/FAQs/partition.html

Thanks for the plug.  I'm going to update that with the partitioning for
my laptop (one 20G drive rather than three 2G's) for a divergent
viewpoint.

Note that despite comments by others that it's overkill, I *did* in fact
give var roughly 1 GB of space, currently 41% utilized as follows:

1  292200  cache
2  51108   log
3  41353   lib
4  5399state
5  207 spool
6  86  run
7  32  backups
8  8   mail
9  4   www
10  1   tmp
11  0   lock
12  0 local

...with the bulk of that being apt.  Package downloads *can* consume the
better part of a GB of themselves.

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


pgpHN2BqcXy5a.pgp
Description: PGP signature


Re: mutt -- slow on send

2001-01-30 Thread Vinod Kurup
On Tue, Jan 30, 2001 at 06:51:14PM -0800, kmself@ix.netcom.com wrote:
> I'm noticing in the past 24-48 hours that Mutt seems to have turned into
> a dog  on 'send'.  There's a noticeable delay -- call it 2-3 seconds,
> when I submit a message to queue.  Not sure if this is mutt or exim or
> another part of the process, and not quite sure where to start looking.
> System load hasn't changed notably.  Confusion reigns.

You could try opening up another xterm and tail the exim mainlog

# tail -f /var/log/exim/mainlog

Then go to mutt and send a message. As soon as you hit the send key, the
message should log to exim. At least you could identify which program
is delaying.

Beyond that, I'm not sure what the next step would be...

HTH,

Vinod

-- 
_
Vinod Kurup, MD
email: [EMAIL PROTECTED]
phone: 617.277.2012
cell:  617.359.5990
http://www.medicalrecords.com



Intel PRO/100+ PCI ethernet card not detected

2001-01-30 Thread Greg Howard
Hi,

I'm trying to install Debian 2.2 using a "base image" I've downloaded 
to a Win98 partition; I'm using the udma66 installation images to 
boot the system initially.  

I understand from the documents that I should be able to install 
"base" in this way and then use ftp or http to access Debian servers 
to install other packages.  The base package actually installed
successfully (I've booted Linux and tooled around a bit), but the
kernel doesn't seem to detect my ethernet card at all.  (No eth*
devices appear in /dev.)

It's an Intel PRO/100+.  I consulted the ethernet-howto, but I
couldn't make any of their suggestions work: modutils apparently 
doesn't like /etc/conf.modules, and /etc/modules.conf doesn't want to
be modified since it's automatically generated.  Unfortunately the
man pages are not part of the base package, so I'm not quite sure
how to go about updating /etc/modules.conf "legitimately".  My 
unauthorized modification--
alias eth0 eepro100
--didn't seem to make a difference: modprobe still couldn't find
the card.  Perhaps I need an updated driver, but I can't install
gcc & friends until I have access to the Internet... chicken and
egg.

Is there anything else I can try (without access to a
compiler-equipped linux box) to get this card working?  Or am I going
to have to break down and mail-order some debian CD's :-) ?

Thanks for any ideas 
- Greg Howard



Re: How can I install VMware inside Debian?

2001-01-30 Thread Dr. Aldo Medina
Thanks. The problem was I was using the include in kernel-header, not in
kernel-source. Now everything works ok.

Martin Albert wrote:
> 
> On Fri, 26 Jan 2001, Dr. Aldo Medina wrote:
> > but now it says my kernel-headers don't match my kernel. I got
> > kernel-headers-2.2.18-1 and a custom-kernel compiled from
> > kernel-source-2.2.18-1. What do you think?
> 
> With modules? And no make clean / distclean after that?
> make config before  :^)
> 
> I'm using 2.2.17 - fine. Won't compile under 2.4, yet, errors with
> headers.
> 
> Only thing, you have to get used, after each problem/kernel change you
> have to run hmware-config.pl anew. It will happily reinstall/recompile
> with your saved answers. I now like to have fresh modules in my kernel
> ;-)

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




X keyboard problems

2001-01-30 Thread Andrei Ivanov
Hi all.
I have had to rebuild the system half way from scratch (messed up X). I've
installed X 3.3.6 from stable as a base, and then upgraded some of X
components to 4.0.2 (some apps like gimp1.2 is precompiled for 4.0.2
only). Right now 90% of the X on my system is 4.0.2,, the rest 10%
3.3.6. They both coexist happily, except for one thing...
XKB doesnt work, which means that I dont have delete and backspace
buttons, I have to ^H my way through my typoes.
The message X spits out is this:
"cannot open keymap/xfree86 for reading
 Could not open XKB keymap, falling back to pre-XKB"
Can anyone please help me with this? I dont know how much code without
typoes I can write :)
Andrei



--
First there was Explorer...
Then came Expedition.
This summer
Coming to a street near you..
Ford Exterminator.
--
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
--



mutt -- slow on send

2001-01-30 Thread kmself
I'm noticing in the past 24-48 hours that Mutt seems to have turned into
a dog  on 'send'.  There's a noticeable delay -- call it 2-3 seconds,
when I submit a message to queue.  Not sure if this is mutt or exim or
another part of the process, and not quite sure where to start looking.
System load hasn't changed notably.  Confusion reigns.

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


pgpHEYSLgwatO.pgp
Description: PGP signature


Re: remote modem access

2001-01-30 Thread Andrew Perrin
I have a simple system I wrote in perl/tk that is one step short of this,
that is, if you want users to have to request a connection each time
instead of having it dial up transparently as in diald.

The system consists of:

rdiald - perlscript that runs as a daemon and manages pppd; and
rdial  - perl/tk script to be run on clients.

Requirements: perl and the Tk package.

Basically rdiald runs as a user who has permissions to dial up and keeps
track of the status of the dialup line; when a user starts rdial, it
contacts the host running rdiald and requests a lock. If everything works
okay, rdiald assigns a lock and dials up the system. The client runs fine
on windows hosts as well as *nix.

There are no *obvious* security holes, but it's not exactly fort knox -
it's designed for a home network (like mine) in which you're not really
worried about one host connecting and deleting somebody else's lock.  I do
make it listen only on 192.168.0.*, so there's no concern of opening a
hole from the outside when dialled up.

I'll throw the two scripts on http://demog.berkeley.edu/~aperrin/tips/src
soon; feel free to use it but no guarantees.

Cheers,
Andy

--
Andrew J Perrin - Ph.D. Candidate, UC Berkeley, Dept. of Sociology  
Chapel Hill, North Carolina, USA - http://demog.berkeley.edu/~aperrin
[EMAIL PROTECTED] - [EMAIL PROTECTED]
On Tue, 30 Jan 2001 kmself@ix.netcom.com wrote:

> on Mon, Jan 29, 2001 at 08:38:39AM -0500, [EMAIL PROTECTED] ([EMAIL 
> PROTECTED]) wrote:
> > I have just setup a VERY small ethernet network with one user box and one
> > server. User and server can see each other, ping, etc and user can access
> > Internet provided the server is already logged on to my ISP. What is the
> > best way to enable the user to access the server's modem to dial out and
> > connect to the ISP? I was thinking of trying a shell script to rlogin and
> > pon, but is there a better way?
> > 
> > Thanks! Just starting to learn a bit about networking (obviously).
> 
> For an application such as this, diald, if you don't mind the modem
> being used _whenever_ network access is being requested.  I have a 2nd
> dedicated phoneline and use a demand-dialed persistent PPP connection --
> it's always live, and reconnects when it goes down.  DSL will happen
> eventually.
> 
> -- 
> Karsten M. Self http://kmself.home.netcom.com/
>  What part of "Gestalt" don't you understand?   There is no K5 cabal
>   http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
> 



Creative Flash 56 V.90 Modemblaster (ISA bus) in Linux

2001-01-30 Thread Neilen Marais
HI all

I have baught said modem, in the seemingly mistaken belief that it is a normal 
internal serial modem, usable with no extra tricks, besides sorting the PnP out.

With the arrival of kernel 2.4.0, the PnP turned out not to be a problem, (I 
can see that the device is active by looking at /proc/isapnp, as well as the 
ioport and IRQ), but setting up setserial to use those port and IRQ settings is 
unsucsessful

Setseial seems to tell me that it is not a UART... 

Any ideas?  Is there any hope of getting this modem to work in linux?

Thanks 
Neilen



Re: Problems with dist-upgrade and XFree86

2001-01-30 Thread mike polniak
The Snyder Family wrote:
> I had been running testing (Woody) for nearly a month without any problems,
> and then I did an apt-get dist-upgrade last Sunday and things totally
> botched up with the XFree86.
> 
> Here's the deal:
> I have 4 XF86Config files:
> XF86Config-4 is located in /etc/ and has instructions for XFree86 4
> XF86Config is located in /etc/ Another is located in /usr/X11R6/lib/X11/
> Both contain the old configuration.
> 
> If I run startx tries to load modules for XFree3.3.6 indicated at
> /usr/X11R6/lib/X11/XF86Config (These include PEX and XIE). I've already
> reinstalled the latest version of xbase-clients (for testing and unstable),
> with no effect.
> 
> If I run dexconf, it edits the XF86Config for XFree3.3.6
> If I run , XFree86 -configure  it creates /root/XF86Config.new for XFree4
> (and the mouse works)
> If I run xf86config, it edits XF86Config-4 but startx does not access this.

If you have /etc/XF86Config-4 and you want to run XFree86 check that
/etc/X11/X points--> /usr/bin/X11/XFree86
-- 

~~~



Re: Still No Cursor in X

2001-01-30 Thread Jose Gracia Neto
I had the same problem with my serial mouse.

Here is what works for me; you can adapt to your ps/2 mouse:

for gpm.conf, use directly /dev/psaux

for XF86Config, use /dev/mouse

in the /dev directory, create a symlink by typing:

ln -s /dev/psaux /dev/mouse

Somehow in that way both applications finally share the device.

Sincerely,

Jose Gracia Neto

hammack wrote:

> Andrea, Thanks for the response.  I think I tried your suggestins.  Below is
> my setup for the mouse in gpm.config and XF86Config:
> gpm.config:
> device=/dev/psaux
> responsiveness=
> repeat_type=raw
> type=psw
> append=""
> 
> XF86Config Pointer section:
> Section "Pointer"
> Protocol"PS/2"
> Device  "/dev/gpmdata"
>BaudRate1200
>Emulate3Timeout50
>Resolution   100
> #  Buttons   3   this line is commeted out
>Emulate3Buttons
> EndSection
> 
> I am about to give up and so skiing.  Thanks John
> - Original Message -
> From: "Andrea Vettorello" <[EMAIL PROTECTED]>
> To: 
> Cc: "User Debian" 
> Sent: Monday, January 29, 2001 12:29 PM
> Subject: Re: Still No Cursor in X
>
> > hammack wrote:
> >
> > > Problem:  I cannot get a cursor in X with my PS/2 generic mouse.  I do
> > > get a cursor in the Text mode and can cut and paste between VC's.  In
> > > X I can click in the window and get menus to pop up and occasionally I
> > > will lite up a button all in the blind.Below are the two
> > > configurations that work. XF86Config:Protocol  "PS/2"Device
> > > "/dev/gpmdata"orProtocol  "PS/2"Device"/dev/mouse"and gpm.conf
> > > wasDevice/dev/psauxtype   ps2
> >
> > Try adding in your gpm.conf the line "repeat_type=raw"...
> >
> >
> > Andrea
> >
> >
> >
> >
> > --
> > 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]

--
Atenciosamente,

José Gracia Neto
[EMAIL PROTECTED]





Re: How can I install VMware inside Debian?

2001-01-30 Thread Dr. Aldo Medina
Bob Nielsen wrote:
> 
> On Fri, Jan 26, 2001 at 12:51:13AM -0600, Dr. Aldo Medina wrote:
> > Thanks. I was trying doing this (installing in /usr/local/ directories)
> > but now it says my kernel-headers don't match my kernel. I got
> > kernel-headers-2.2.18-1 and a custom-kernel compiled from
> > kernel-source-2.2.18-1. What do you think?
> 
> If you installed (and compiled from ) kernel source, you don't need the
> kernel-headers, just run 'vmware-config.pl' and point to the headers in
> the source directory tree when you get to the point where you create
> the modules.
> 
> Bob

Thanks. That was exactly the problem as I discovered by trial-and-error.
I should check my email more frequently.  Thank you very much. So I
asume I can uninstall kernel-headers?

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




Re: Our Apologies

2001-01-30 Thread kmself
on Mon, Jan 29, 2001 at 11:37:45AM -0500, Chris Kesler ([EMAIL PROTECTED]) 
wrote:
> We apologize for the intrusion to your mailing list.  Your list address
> (debian-user@lists.debian.org) was added to our mailing list in error by one
> of our interns and we have proactively removed it from our list.

No problem.  Your site has been added to our sitewide blocklist.

Spam:  zero tolerance.

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


pgpHz98MdbPDC.pgp
Description: PGP signature


Re: remote modem access

2001-01-30 Thread kmself
on Mon, Jan 29, 2001 at 08:38:39AM -0500, [EMAIL PROTECTED] ([EMAIL PROTECTED]) 
wrote:
> I have just setup a VERY small ethernet network with one user box and one
> server. User and server can see each other, ping, etc and user can access
> Internet provided the server is already logged on to my ISP. What is the
> best way to enable the user to access the server's modem to dial out and
> connect to the ISP? I was thinking of trying a shell script to rlogin and
> pon, but is there a better way?
> 
> Thanks! Just starting to learn a bit about networking (obviously).

For an application such as this, diald, if you don't mind the modem
being used _whenever_ network access is being requested.  I have a 2nd
dedicated phoneline and use a demand-dialed persistent PPP connection --
it's always live, and reconnects when it goes down.  DSL will happen
eventually.

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


pgp3KggwJpxXQ.pgp
Description: PGP signature


Re: Linux - DNS/WWW/POP

2001-01-30 Thread ktb
On Tue, Jan 30, 2001 at 11:19:51PM +0100, Viktor Rosenfeld wrote:
> ktb wrote:
> 
> > > A related question:  Can I have a box serve both as a server (DNS, mail,
> > > proxy, web, ...) for the local network _and_ as a firewall for the local
> > > network at the same time?
> > >
> > > [snipped]
> >
> > What ever services you run you need a port open so the "outside" can
> > access it.  In other words if you want to run a web server you must have
> > say, port 80 open.  I use openbsd for a firewall using NAT.  From what
> > little I have read the new firewall stuff in 2.4 works similar.
> > "Stateful" is a great thing.  You can set up a default rule to block all
> > incoming and another to allow any communication from the outside, if you
> > initiate it.
> > 
> > What I would do if I were you is set up a three legged network (three
> > network cards in your firewall).  One card connecting to the outside,
> > one connecting to a server (dmz) and one to your internal network
> > (workstation).  Set up your firewall with a default 'deny all' from the
> > outside.  Then set up rules to let in just the services you want to
> > offer such as a web server, dns server, etc.  Have these services
> > redirected by your firewall to your server.  You could leave port 22
> > open on your firewall for ssh.  So you would have one port open on your
> > firewall and all other services redirected to your server and still be
> > able to send and receive mail, surf the web etc.  I think that is pretty
> > close to what you want.
> 
> Not really, I think you have misunderstood me a little.  I probably
> haven't made myself clear enough.
> 
> The server will only serve the local network.  That is, the web server
> should not be seen to the outside, as well as the DNS and the mail.  So
> I actually want to deny any connection that is made from the outside,
> except SSH and commmunication, that I've initiated.  Thus, the
> statefulness of netfilter will probably help.  However, for the
> firewall, the internal server is just another peer on the local net, it
> should not care about requests made to any port on the server made from
> the inside.  It should block all access to the server to the outside,
> but that is easily done by NATing the local net and denying any traffic
> at all.
> 
> My question is, whether I really need two machines for this scenario, or
> whether one machine will do it, by blocking any and all
> outside-initiated traffic on the interface that is connected to the
> outside (except for SSH) and not bothering what's going on on the
> interface connected to the local net.
> 

It will work.  I guess it depends on how intensive the machine is going
to be worked, what the specs of the computer are etc.
kent

-- 
I'd really love ta wana help ya Flanders but... Homer Simpson



Re: Sound using Gigabyte GA60XM7E Motherboard with SigmaTel AC97(STAC97001) chipset

2001-01-30 Thread Dr. Aldo Medina
Casey Webster wrote:
> 
> try
> 
> modprobe ac97
> 
> and then sound should work for you.
> 
> -casey
> 
> On Tue, 30 Jan 2001, Dr. Aldo Medina wrote:
> 
> > Does any body know if its possible to get sound from my Motherboard?
> > Thanks.

Thanks. I try the command and I get something like: "couldn't find the
kernel version the module was compiled for" and "insmod
/lib/modules/2.2.18/misc/ac97.o" failed."

I'm using a recompiled 2.2.18 kernel. However, I can't find an AC97
module/option in this kernel. Any ideas?

_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




perl / cgi

2001-01-30 Thread Mario Zuppini



Hey people's
 
runnign debian potato and with apache web server, 
does anyone know why cant execute some cgi's/perl scripts through the web 
browser
while others we can.
 
What it seems to be is simple scripts wont work but 
complex scripts are working, below are the error messages :
 
Internal Server Error : following error msgs in the 
error log
[Wed Jan 31 11:43:49 2001] [error] [client 
203.34.142.9] malformed header from script. Bad Header Groovy": 
/services/www/cybersol/trash.cybersol.com.au/cgi-bin/hello.pl
 
[Wed Jan 31 11:45:31 2001] [error] [client 
203.34.142.9] Premature end of script headers: 
/services/www/cybersol/trash.cybersol.com.au/cgi-bin/hello.pl


Re: Bash Scripting

2001-01-30 Thread Nate Bargmann
On Tue, Jan 30, 2001 at 09:40:53PM +0100, William Leese wrote:
> hi all
> 
> i need a little help on a script. the following scripts function is to merge 
> several parts of a html page together and insert a new piece of text from 
> text.txt also it has to replace some words (the title, author, submittor, and 
> date) with the words given at prompt.

No expert at shell scripting, but based on your description of what
you're trying to do, have you looked at WSMake (http://www.wsmake.org)?
I've used it for over a year doing the things you seem to be trying to
accomplish.

- Nate >>

-- 
 Wireless | Amateur Radio Station N0NB  | "None can love freedom
 Internet | [EMAIL PROTECTED]   | heartily, but good
 Location | Wichita, Kansas USA EM17hs  | men; the rest love not
   Wichita area exams; ham radio; Linux info @  | freedom, but license."
 http://www.qsl.net/n0nb/   | -- John Milton



Re: Romanian translation

2001-01-30 Thread Mircea Luca
Ionel Mugurel Ciob?c? wrote:
> 
> > >
> > > Why is no list debian-user-romanian, I am de only Romanian using
> > > Debian?
> > >
> >
> > Nope,you're not,but I guess most of us learned everything computer_related 
> > in
> > English so we don't need a
> > romanian translation.:-)
> 
> Yes, I agree, but I am thinking of those who doesn't understand English
> and they would like to get in touch with a computer. They have to see
> that the computer is frendly. It will help if the computer can speak
> Romanian.
> 
> > I've tried to install RedHat(5.2 at the time) in Romanian and gave up after 
> > 5
> > screens or so.I actually had to think what they ment.
> 
> I know what you mean. I also tried once to install redhat, many people
> is talking about. I went for the Romanian version, but I give up because
> it propose only gnome or kde. I could not escape and I gave up. I also
> had to think what they ment with some options...
> 
> > But if you start a translation project I'm willing to help-I don't use the
> > romanian key-mappings though so.your call.
> >
> I would like to get in touch with the guy responsable with the Romanian
> translation of the web site of Debian. I could not find his name or a
> hint. The link from the Romanian page from the internatinalization lied
> to RLUG and there the translator list is dead. And they are not Debian
> users.
> 
> I also don't use the romanian key-mappings, I make an other one...
> 
> Ionel
> 
> --

Ok then

I would suggest then that we shall find exactly what to do.For one I
think
we should start translating the template files .So let's pick up what we
translate and see what's going on the Debian's web site with the
translation team.



LILO+IDE+SCSI Problems

2001-01-30 Thread Andrew n marshall

Hi,
  I just installed debian for the first time and have run into a problem
getting LILO to boot properly.  I think it is the standard 'LI' problem
with SCSI and IDE disks, but I have tried several things I found on the
web, none of which have been successful.

  My set up is one primary master IDE hard drive with WinNT on a FAT16
partition and the NT boot loader in the MBR.  Then I have a IDE CD-ROM in
the secondary master and two SCSI hard drives, IDs 0 and 1.  The first
SCSI hard drive has LILO on the MBR, a 20G /boot partition and the
remainder (4GB) is /.

  My lilo.conf has boot=/dev/sda and root=/dev/sda2.  I have tried
disk=/dev/sda, bios=0x80 through 0x82 with no success.  Yes, I
(eventually) remembered to rerun lilo after each change, but have not seen
any change.  I also tried booting with a disabled BIOS detection of all
IDE channels, with and without the above disk & bios settings.

  Can someone give me a clue?  Is there a way to determine which bios
setting I should be using?  Do I need to include the bios settings of the
other drives?

  Thanks in advance.



Anm



Re: Problems with dist-upgrade and XFree86

2001-01-30 Thread Bart Szyszka
On Tuesday 30 January 2001 20:13, Bart Szyszka wrote:
> > Here's the deal:
> > I have 4 XF86Config files:
> > XF86Config-4 is located in /etc/ and has instructions for XFree86 4
> > XF86Config is located in /etc/ Another is located in /usr/X11R6/lib/X11/
> > Both contain the old configuration.
> > If I run startx tries to load modules for XFree3.3.6 indicated at
> > /usr/X11R6/lib/X11/XF86Config (These include PEX and XIE). I've already
> > reinstalled the latest version of xbase-clients (for testing and
> > unstable), with no effect.
> I'm having the exact same problem (except I formatted to potato). 

Sorry, I should have been more clear. I had the exact same problem when
I was trying to get unstable working, but now I formatted to potato and potato
works fine. I'd just rather be using unstable (well testing if it actually had
KDE2 in it), but can't get it to work because of the startx problems and
the issues with Perl/debconf.

- Bart



Re: XMMS + Gnome + Sawfish

2001-01-30 Thread debuser
Perhaps your Sawfish stacking is set to be on top. Press
Alt+Middle_Mouse_Button when your pointer is over the play list window and
your sawfish menu should come up. Select Stacking->Lower and maybe
History->Forget saved state. Also make sure Options->Always on top is not
selected from the XMMS menu.

Good luck,

Gerry

On Mon, 29 Jan 2001, Jeremy Nickurak wrote:

> I've been having problems for ages with XMMS, and I just thought I'd
> put a little flag up to see if anyone else has has similar
> experiences. In particular, XMMS seems to have a really hard time
> playing nicely with respect to it's Always-On-Top-ness. As far as I
> can tell, there's litterally no way for me to get the playlist to
> _not_ be always-on-top. I've reported this problem on the XMMS tech
> support boards, but nobody there seems to know anything about it, so I
> thought it might have something to do with the debianization of
> something. Comments, suggestions, and random murmerings would be
> appreciated.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Re: New locale environment variables in woody

2001-01-30 Thread kmself
on Sat, Jan 27, 2001 at 01:54:46PM +0100, Mario Vukelic ([EMAIL PROTECTED]) 
wrote:
> Hi,
> 
> After my upgrade to woody some day ago I noticed that there are new
> locale variables:
> 
> LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT, and
> LC_IDENTIFICATION, all set to "C".
> 
> However,  I can't find where they are set (grepping /etc didn't help) or
> any other information about them.
> Thanks in advance for any pointers or help,

Slaved off of 'LANG', AFAIK, though you can set them distinctly as well
if you want to customize, say, paper, independently of your primary
locale.

See also 'locale'.

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


pgpz0xfsNXZM6.pgp
Description: PGP signature


Re: apache configuration, ssi don't work in users public_html dirs SOLVED

2001-01-30 Thread Forrest English
well, i fixed it.

dpkg --purge apache apache-common
cd /usr/src && wget http://httpd.apache.org/dist/apache_1.3.17.tar.gz
tar -xvvzf apache_1.3.17.tar.gz
cd apache_1.3.17
/configure
make
make install

and edit the config.  total time, 20 mins.   well, i guess thats the last
time i trust packages for my webserver  


On Tue, 30 Jan 2001 21:19:18 +, Rob VanFleet whispered to the router:

!!On Tue, Jan 30, 2001 at 12:18:26PM -0800, Forrest English wrote:
!! > exactly like that?   "+Includes", or just "Includes" (without the
quotes
!! > of course).
!! > 
!! > cause +Includes doesn't change a thing.
!! 
!! It should... read this:
!!
http://httpd.apache.org/docs/howto/ssi.html#configuringyourservertopermit
ssi
!! 
!! 
!! 

-- 
Forrest English
http://truffula.net

"I don't like this air, but that doesn't
mean I'm going to stop breathing."
-Doug Martsch



Re: SSH connection problem.

2001-01-30 Thread kmself
on Sat, Jan 27, 2001 at 01:32:33AM -0700, Curtis Hogg ([EMAIL PROTECTED]) wrote:
> Whenever I try to connect to any of my machines running the latest updates
> from testing, i get
> --
> 
> [EMAIL PROTECTED]:~$ ssh tomoe-hotaru
> ssh_exchange_identification: Connection closed by remote host
> 
> --
> my SSH was working just fine until i moved to the testing set...
> 
> the SSH in question is 2.3.0p1-1.11.
> 
> Has anyone else been having this problem, and more importantly, does
> anyone have an idea how to fix it?

Try verbose output with -v.

Check your ssh connection protocol settings.  Order matters, and it's
snagged me before.

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


pgpmFipAtN63W.pgp
Description: PGP signature


Re: Problems with dist-upgrade and XFree86

2001-01-30 Thread Bart Szyszka
> Here's the deal:
> I have 4 XF86Config files:
> XF86Config-4 is located in /etc/ and has instructions for XFree86 4
> XF86Config is located in /etc/ Another is located in /usr/X11R6/lib/X11/
> Both contain the old configuration.
> If I run startx tries to load modules for XFree3.3.6 indicated at
> /usr/X11R6/lib/X11/XF86Config (These include PEX and XIE). I've already
> reinstalled the latest version of xbase-clients (for testing and unstable),
> with no effect.

I'm having the exact same problem (except I formatted to potato). I just
can't get it to work. startx looks for the file in .usr/X11R6/... and X won't
start with that command, *but* if I run "XFree86" (the command), it does
work. What's confusing me is that normally I need the xserver-svga
package, which has a 3.x version number, so I don't even know what 
it's doing with all these XF86Config/XF86Config-4 files although normally
I've never had a problem with any of this.

- Bart



Re: [OT] Broken CD-ROM drive

2001-01-30 Thread kmself
on Tue, Jan 30, 2001 at 11:09:01PM +0100, Viktor Rosenfeld ([EMAIL PROTECTED]) 
wrote:
> kmself@ix.netcom.com wrote:
> 
> > Can you read from the CDR from another OS?  Can you swap the drive to a
> > different system?  Have you checked all cables carefully?  I mention the
> > last because I had a dead CDR (though it wasn't registering on boot
> > either) which turned out to have a disconnected IDE cable
> 
> Well, I do have a Windows system on that machine, but I haven't yet
> tried to read the CD with it.  (I simply don't use Windows anymore, can
> you imagine?  :)
> 
> Anyway, considering that

> - I can't boot from CDs anymore using that drive (it works with the same
>   BIOS settings and CD, but with another drive)
> - it worked before I used this machine to bootstrap another one
>   (exchanging boards, hard disks, and stuff)
> - everything works fine, when I put in another CD-ROM drive
> - it won't work, when I put this drive on the primary IDE controller or

>   connect it to another board
> I'm pretty sure that it's the drive that's broken.
> 
> So any ideas?

As I said -- try HW and OS configurations until you've ruled out
alternatives.  That's work you'll have to do.  You *have* checked
cables?  Broken, loose, or dirty connectors are not going to help you
much.

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


pgpByUeNQvtDN.pgp
Description: PGP signature


Re: XFree86 4.02 eating CPU

2001-01-30 Thread RAccess
On Tue, 30 Jan 2001, Reine Johansson wrote:

> Hi!
>
> Just upgraded to XFree86 4.02 (with a little trouble) on my woody-box (Linux
> 2.4.1).
>
> After using it a while I noticed that while playing a mp3 and scrolling the
> Netscape-window the sound from the mp3 got distorted. I thought this was very
> strange cause I've never experienced anything like this on this machine (Dual
> Celeron 533).
>
> Then I ran "top" a saw that the process "X" had a nicevalue of -10. The
> processes state was marked as "S<" (which is High Priority Process). I asked a
> friend who is also using XFree86 4.02 and he had a nice-value of 0.
>
> Have anyone experienced the same. Any suggestions?
>
> TIA!
>
> /Reine
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>

I thought your problem was interesting because I had not noticed any
slowdowns with mp3 or netscape. In fact, I run gkrellm and I keep a close
watch @ the numbers. After reading your mail, I openned top to see for
myself what you are talking about and noticed that X was NI=0. But in a
matter of seconds (while top was running) the value became -10!

I also upgraded X, just few days ago. (woody)


RAccess
#geeks/irc.openprojects.net

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS GIT GP d- s+: a-- C+++ ULSB+++ 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+
--END GEEK CODE BLOCK--




Problem with set_rtc_mmss

2001-01-30 Thread Walter L. Preuninger II



I get messages on my dual pII-233 running 
2.2.18pre21 SMP.
 
Are these messages bad, and how do I 
fix?
 
I run ntpd.
 
Thanks,
 
Walter


Problems with dist-upgrade and XFree86

2001-01-30 Thread The Snyder Family
I had been running testing (Woody) for nearly a month without any problems,
and then I did an apt-get dist-upgrade last Sunday and things totally
botched up with the XFree86.

Here's the deal:
I have 4 XF86Config files:
XF86Config-4 is located in /etc/ and has instructions for XFree86 4
XF86Config is located in /etc/ Another is located in /usr/X11R6/lib/X11/
Both contain the old configuration.

If I run startx tries to load modules for XFree3.3.6 indicated at
/usr/X11R6/lib/X11/XF86Config (These include PEX and XIE). I've already
reinstalled the latest version of xbase-clients (for testing and unstable),
with no effect.

If I run dexconf, it edits the XF86Config for XFree3.3.6
If I run , XFree86 -configure  it creates /root/XF86Config.new for XFree4
(and the mouse works)
If I run xf86config, it edits XF86Config-4 but startx does not access this.

Should I overwrite the XFree86Config files with a copy of XF86Config-4, or
is there a better way do do this? In what package is dexter located (if I
must upgrade it?) dexter and dexconf are not on the Debian package database
on the web.

Incidentally, right now I cannot do another apt-get update becuase I cannot
make a modem connection from the command prompt. I can download things on
another windows drive and do dpkg -i after logging into linux again.

Thanks again for the help.
-Glen



Re: syslog.conf

2001-01-30 Thread Nathan E Norman
On Wed, Jan 31, 2001 at 11:35:34AM +1100, Marc-Adrian Napoli wrote:
> hi,
> 
> is it possible to put two lines for the same facility? 
> 
> ie.
> 
> *.emerg root
> *.emerg -/var/log/emerg
> 
> will that do both?

Yes, though why you want the dash in front of /var/log/emerg is beyond
me; I'd think you'd want any emerg logitem synced to disk as soon as
possible.

Your example is clearly documented in the man page btw.

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Inc. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpviFZXxtnS1.pgp
Description: PGP signature


Re: apt-get install debconf problem

2001-01-30 Thread Vinod Kurup
On Tue, Jan 30, 2001 at 05:48:42PM -0500, Bart Szyszka wrote:
> > I am having some trouble installing/upgrading debconf from unstable...is
> > anybody having a similar problem?
> 
> Yeah, I got several errors related to Perl and installing Perl 5.6 (which
> it did, since it or whatever depended on it also depended on Perl
> 5.6) didn't help. I ended up formatting and installing potato instead.
> I'd be nice if there was some way of finding out whether or not
> it's safe to upgrade to testing/unstable.
> 

Well, I upgraded from testing to unstable today and I had similar problems.
It seemed that Perl 5.6-base wasn't configured properly.

So, I did 

# dpkg --configure perl-5.6-base
# apt-get dist-upgrade

and everything worked. It seems like perl was missing a dependency
that was fixed with one of the packages configured later in the
process, but I'm not certain about that.

BTW, this is on powerpc

Good luck,

Vinod

-- 
_
Vinod Kurup, MD
email: [EMAIL PROTECTED]
phone: 617.277.2012
cell:  617.359.5990
http://www.medicalrecords.com



apt downgrade?

2001-01-30 Thread J. Davis
I recently switched to unstable to get xfree-4 but now I'm paranoid
about apt-getting broken packages. Can I simply switch my sources list
to testing without loosing xfree-4 etc. or are there other
considerations?

-Jake



syslog.conf

2001-01-30 Thread Marc-Adrian Napoli
hi,

is it possible to put two lines for the same facility? 

ie.

*.emerg root
*.emerg -/var/log/emerg

will that do both?

Regards,

Marc-Adrian Napoli
Network Admin
Connect Infobahn Australia
+61 2 9212 0387




Re: apt-get install debconf problem

2001-01-30 Thread Joey Hess
You need to make /usr/bin/perl point to perl-5.6, not perl-5.5, or
perl-4.0, or whatever wacky thing it points to on your system.
Corrected perl packages will come out eventually.

john smith wrote:
> hi,
> that's the problem... I think there's a syntax error in 
> usr/perl/debconf/gettext.pm...something about a reserved word ("our") being 
> used. template.pm also reported an error.
> 
> 
> >From: Joey Hess <[EMAIL PROTECTED]>
> >To: john smith <[EMAIL PROTECTED]>
> >CC: debian-user@lists.debian.org
> >Subject: Re: apt-get install debconf problem
> >Date: Tue, 30 Jan 2001 14:30:04 -0800
> >MIME-Version: 1.0
> >Received: from [198.144.200.155] by hotmail.com (3.2) with ESMTP id 
> >MHotMailBC408B680021D820F3D8C690C89B12290; Tue Jan 30 14:30:00 2001
> >Received: by kitenet.net (Postfix, from userid 500)id 573FEBC02C; Tue, 30 
> >Jan 2001 14:30:04 -0800 (PST)
> >From [EMAIL PROTECTED] Tue Jan 30 14:31:30 2001
> >Message-ID: <[EMAIL PROTECTED]>
> >Mail-Followup-To: john smith 
> ><[EMAIL PROTECTED]>,debian-user@lists.debian.org
> >References: <[EMAIL PROTECTED]>
> >User-Agent: Mutt/1.3.12i
> >In-Reply-To: <[EMAIL PROTECTED]>; from 
> >[EMAIL PROTECTED] on Tue, Jan 30, 2001 at 10:09:44PM -
> >
> >john smith wrote:
> > > I am having some trouble installing/upgrading debconf from unstable...is
> > > anybody having a similar problem?
> >
> >That's rather hard to tell since you have not explained what the problem
> >is.
> >
> >You may just need to instal perl-5.6 first though.
> >
> >--
> >see shy jo
> 
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com

-- 
see shy jo



Re: apt-get install debconf problem

2001-01-30 Thread john smith

hi,
that's the problem... I think there's a syntax error in 
usr/perl/debconf/gettext.pm...something about a reserved word ("our") being 
used. template.pm also reported an error.




From: Joey Hess <[EMAIL PROTECTED]>
To: john smith <[EMAIL PROTECTED]>
CC: debian-user@lists.debian.org
Subject: Re: apt-get install debconf problem
Date: Tue, 30 Jan 2001 14:30:04 -0800
MIME-Version: 1.0
Received: from [198.144.200.155] by hotmail.com (3.2) with ESMTP id 
MHotMailBC408B680021D820F3D8C690C89B12290; Tue Jan 30 14:30:00 2001
Received: by kitenet.net (Postfix, from userid 500)id 573FEBC02C; Tue, 30 
Jan 2001 14:30:04 -0800 (PST)

From [EMAIL PROTECTED] Tue Jan 30 14:31:30 2001
Message-ID: <[EMAIL PROTECTED]>
Mail-Followup-To: john smith 
<[EMAIL PROTECTED]>,debian-user@lists.debian.org

References: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.3.12i
In-Reply-To: <[EMAIL PROTECTED]>; from 
[EMAIL PROTECTED] on Tue, Jan 30, 2001 at 10:09:44PM -


john smith wrote:
> I am having some trouble installing/upgrading debconf from unstable...is
> anybody having a similar problem?

That's rather hard to tell since you have not explained what the problem
is.

You may just need to instal perl-5.6 first though.

--
see shy jo


_
Get your FREE download of MSN Explorer at http://explorer.msn.com



legal to use libapache-mod-ssl??

2001-01-30 Thread debuser
Is it legal to use mod-ssl (or apache-ssl) in the US for commercial
purposes? I've seen some conflicting documentation on the matter (and it
seems like I heard laws changed regarding this recently as well???). Also,
is using mod-ssl or apache-ssl as secure as one of the secure commercial
apache solutions (e.g. Stronghold)? And lastly, from what I've seen, most
people seem to prefer mod-ssl over apache-ssl. I'm interested in
preferences and opinions on this as well.

Thanks,

Gerry



Re:

2001-01-30 Thread Leonard Leblanc



you can get the debian iso's at 
www.linuxiso.org/debian.html
 
Leonard Leblanc

  - Original Message - 
  From: 
  Xavier 
  Alfaro 
  To: debian-user@lists.debian.org 
  Sent: Tuesday, January 30, 2001 8:07 
  AM
  
  Hello,
  Were can I get a Debian ISO CD-ROM image to 
  install debian on a Intel machanie.
  The Intel will be used as a Host for A strongARM 
  110 Board.
  Whish version of Debian supports the Strong ARM 
  110?


Firewall/Networking Problem

2001-01-30 Thread Leonard Leblanc



I'm setting up a linux box to act as a 
firewall/proxy for my 4 computer (win98) network.  I have 2 ethernet cards 
in the linux box (both being detected) and have complete access to the internet 
on my linux box.  I can ping all the win98 boxes from my linux box and can 
ping both network ip's on the linux box from the win98 boxes.  The only 
problem is I can't ping anything past my firewall/proxy.  I haven't 
actually setup any firewall rules so I shouldn't be blocking myself out and I'm 
not quite sure where to look.  
 
Also I am running kernel version 2-2-13r2 with the 
following networking options set:
Packet Socket
Network Firewalls
Unix Domain Sockets
TCP/IP networking
IP: advanced router
IP: firewalling
IP: always defragment
IP: transparent proxy support
IP: masquerading
IP: ICMP masquerading
IP: optimize as router not host
IP: aliasing support
IP: TCP syncookie support
IP: allow large windows
 
I have read and am referencing the Firewall/Proxy 
how-to as well as the IP-Masquerading HOWTO and many many others.
 
Does anyone have an idea as to the next place I 
should look?
 
Leonard Leblanc


[no subject]

2001-01-30 Thread Xavier Alfaro



Hello,
Were can I get a Debian ISO CD-ROM image to install 
debian on a Intel machanie.
The Intel will be used as a Host for A strongARM 
110 Board.
Whish version of Debian supports the Strong ARM 
110?


Re: Compiling PCMCIA support (2.2.18/Potato)

2001-01-30 Thread kmself
on Sun, Jan 28, 2001 at 09:31:21PM -0600, Nathan E Norman ([EMAIL PROTECTED]) 
wrote:
> On Sun, Jan 28, 2001 at 06:07:20PM -0800, kmself@ix.netcom.com wrote:
> > on Sat, Jan 27, 2001 at 07:28:50PM +0100, Philipp Schulte ([EMAIL 
> > PROTECTED]) wrote:
> > > On Fri, Jan 26, 2001 at 01:16:33PM -0800, kmself@ix.netcom.com wrote: 
> > > 
> > > > I was somewhat surprised to see that there were no PCMCIA modules
> > > > included with the 2.2.18pre21 kernel package.  Where do I get PCMCIA
> > > > sources?  There is the obvious pcmcia-source -- 'dat the beast?
> > > 
> > > http://pcmcia-cs.sourceforge.net ?
> > > Or are you talking about the deb? pcmcia-source worked fine here.
> > 
> > The latter.  It's not immediately clear that pcmcia-source is necesary.
> > Still need to play with this.
> 
> It's fairly painless if you use kernel package.  The pcmcia-source
> stuff should install in /usr/src/modules iirc.  You then go into the
> kernel source tree, do make {menu,x}config as you prefer, make-kpkg
> clean, then make-kpkg --revision=local.2.2.18-1 kernel_image
> modules_image.  You'll end up with two debs in /usr/src that, once
> installed, will make your laptop happy ;)
> 
> Notes:  dpkg seems to get pissed if I install the kernel-image and the
> pcmcia-modules packages at the same time, so I always install the
> kernel-image deb first.  Also, you are well advised to place these
> packages on hold once installed.

Hmmm...

Ok, so I built and installed:

pcmcia-cs_3.1.22-0.1potato_i386.deb
pcmcia-modules-2.2.18pre21_3.1.22-0.1potato+custom.1.0_i386.deb

...but when I try to run cardmgr I get in /var/log/syslog:

Jan 30 15:15:45 ego cardmgr[2886]: starting, version is 3.1.22
Jan 30 15:15:45 ego cardmgr[2886]: open_sock(socket 0) failed:
Permission denied
Jan 30 15:15:45 ego cardmgr[2886]: no sockets found!
Jan 30 15:15:45 ego cardmgr[2886]: exiting

Any ideas?

FYI:

[EMAIL PROTECTED]:modules]$ lsmod
Module  Size  Used by
ds  6376   0  (unused)
i82365 22352   1 
pcmcia_core44896   0  [ds i82365]
irda  146817   0  (unused)
cs4281 16092   2 
soundcore   2596   3  [cs4281]
smbfs  25788   0  (unused)
nfs44184   0  (unused)
lockd  43024   0  [nfs]
sunrpc 58404   0  [nfs lockd]
romfs   3900   0  (unused)
vfat9252   0  (unused)
fat29504   0  [vfat]
eepro100   15584   1 

[EMAIL PROTECTED]:modules]$ ifconfig
eth0  Link encap:Ethernet  HWaddr 00:D0:59:18:04:19  
  inet addr:192.168.0.64  Bcast:192.168.0.255 Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:22951 errors:0 dropped:0 overruns:0 frame:0
  TX packets:28662 errors:0 dropped:0 overruns:0 carrier:0
  collisions:66 txqueuelen:100 
  Interrupt:5 Base address:0x1080 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:3924  Metric:1
  RX packets:19449 errors:0 dropped:0 overruns:0 frame:0
  TX packets:19449 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 

TIA.

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


pgpOgFGmh08PN.pgp
Description: PGP signature


RE: midgard glibc

2001-01-30 Thread Sean 'Shaleh' Perry

On 30-Jan-2001 Chris Mason wrote:
> I'm trying to install Midgard content management system, which requires
> glibc. I installed the libglibc library .deb file, but I still can't compile
> the midgard files, the error message I get is:
> configure: error: glib-config not found. Did you install glib?
> 

first, glib is a library that was once part of GTK+. glibc is the C library
that every C application links to.

That said, the glib-config program is in:

$ dpkg -S /usr/bin/glib-config   
libglib1.2-dev: /usr/bin/glib-config

When you are trying to compile a program, make sure to install the -dev version
of any library it needs.



Unidentified subject!

2001-01-30 Thread Webmaster



midgard glibc

2001-01-30 Thread Chris Mason
I'm trying to install Midgard content management system, which requires
glibc. I installed the libglibc library .deb file, but I still can't compile
the midgard files, the error message I get is:
configure: error: glib-config not found. Did you install glib?

Any help?

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




Re: Broken reverse DNS - after recent bind upgrade?

2001-01-30 Thread Terry Boon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, Jan 30, 2001 at 07:39:05AM +0100, Nico De Ranter wrote:

[description of my original problem - snip]

> Shouldn't this be
> 
>  0.16.172.in-addr.arpa.  
> 
> Actualy I always use
> 
> @ IN SOA ...
> 
> works for me.

Nate Amsden and one respondent by private e-mail offered similar
solutions, and Robert Waldner contributed information about 8.2.3's
stricter parsing of config files.

I've now amended the relevant file as suggested (with
0.16.172.arpa. in the place of the original 172.16.0.in-addr.arpa.)
and all is working well.  Many thanks to those who helped me sort this
out.

Now I'm astounded that versions of bind preceding 8.2.3 were able to
make any sense of my configuration at all...

Terry

- -- 
Terry Boon, Hertfordshire, UK
[EMAIL PROTECTED] 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.5

iD8DBQE6d0HYB+GG7A6DEUARAndpAKDA+wHXZPgBy8PP8BQU3GnWI2/8BQCeJzvQ
b6v7KPIB53ArOu0u8ezhtCM=
=uJF/
-END PGP SIGNATURE-



Re: Config. the Monitor

2001-01-30 Thread Andrei Ivanov
One solution here is to disable the virtual desktops in XF86Setup
Andrei

--
First there was Explorer...
Then came Expedition.
This summer
Coming to a street near you..
Ford Exterminator.
--
Andrei Ivanov
http://arshes.dyndns.org
[EMAIL PROTECTED]
12402354
--



Re: apt-get install debconf problem

2001-01-30 Thread Bart Szyszka
> I am having some trouble installing/upgrading debconf from unstable...is
> anybody having a similar problem?

Yeah, I got several errors related to Perl and installing Perl 5.6 (which
it did, since it or whatever depended on it also depended on Perl
5.6) didn't help. I ended up formatting and installing potato instead.
I'd be nice if there was some way of finding out whether or not
it's safe to upgrade to testing/unstable.

- Bart



RE: BIND not working (was RE: NFS hangups.)

2001-01-30 Thread Alex Swavely
My final decision was to move DNS service off the machine that serves NIS,
since the NIS clients have to have an entry for their server in /etc/hosts,
this was throwing me off to no end..

Plus, yes, I've been rewriting my config files, but not because they're
inappropriately built, but because they have somewhat wrong data, and I
hadn't noticed before.

> -Original Message-
> From: Terry Boon [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 30, 2001 2:24 PM
> To: debian-user@lists.debian.org
> Subject: Re: BIND not working (was RE: NFS hangups.)
>
> On Tue, Jan 30, 2001 at 09:20:49PM +, Terry Boon wrote:
>
> > On Tue, Jan 30, 2001 at 12:21:46PM -0800, Alex Swavely wrote:
> > > I think I figured it out...  BIND was just upgraded on this
> > > machine, the security release, and the only clients that have been
> > > able to connect all had this server listed in their /etc/hosts
> > > files.
> > >
> > > So the issue now is BIND not working correctly.
> >
> > You may want to check the recent thread (started yesterday) with the
> > subject "Broken reverse DNS - after recent bind upgrade?"
> >
> > That was my call for help when the bind upgrade stopped my DNS working
> > properly.  The consensus appears to be that I need to reformat my
> > configuration files.  (I've still to test that it works.)
>
> (Apologies for following up to myself...)
>
> I've just reread (ie read properly) the responses to my original
> message.  I wrote above "...I need to reformat my configuration
> files"; this should probably say "...I need to rewrite my
> configuration files so they are correct".
>
> In short, I'd got the syntax of the SOA line incorrect; the old bind
> was happy with it (although how it understood it, I don't know), but
> the new bind interpreted it "properly" and rejected it.
>
> Terry Boon
>



USB-Scanner-Probs

2001-01-30 Thread Thomas Wegner
Hi!

I've got problems installing my Epson Perfection 1200 Photo USB under
Debian 2.2 and Kernel 2.4.
I followed the instructions offered in
/usr/src/linux/Documentation/usb. I have made a devie called
/dev/usbscanner and activated the usb support. After loading manually
uhci and scanner module nothing happens. When typing "xsane" on console
an errormessage appears telling me that no suche device could be found.
Starting xsane with -d /dev/usbscanner the same happens.
Any tips?

Thalnk youThomas

---
Diese Mail wurde mit XFMail unter Debian 2.2 erstellt



Re: Linux - DNS/WWW/POP

2001-01-30 Thread Viktor Rosenfeld
ktb wrote:

> > A related question:  Can I have a box serve both as a server (DNS, mail,
> > proxy, web, ...) for the local network _and_ as a firewall for the local
> > network at the same time?
> >
> > [snipped]
>
> What ever services you run you need a port open so the "outside" can
> access it.  In other words if you want to run a web server you must have
> say, port 80 open.  I use openbsd for a firewall using NAT.  From what
> little I have read the new firewall stuff in 2.4 works similar.
> "Stateful" is a great thing.  You can set up a default rule to block all
> incoming and another to allow any communication from the outside, if you
> initiate it.
> 
> What I would do if I were you is set up a three legged network (three
> network cards in your firewall).  One card connecting to the outside,
> one connecting to a server (dmz) and one to your internal network
> (workstation).  Set up your firewall with a default 'deny all' from the
> outside.  Then set up rules to let in just the services you want to
> offer such as a web server, dns server, etc.  Have these services
> redirected by your firewall to your server.  You could leave port 22
> open on your firewall for ssh.  So you would have one port open on your
> firewall and all other services redirected to your server and still be
> able to send and receive mail, surf the web etc.  I think that is pretty
> close to what you want.

Not really, I think you have misunderstood me a little.  I probably
haven't made myself clear enough.

The server will only serve the local network.  That is, the web server
should not be seen to the outside, as well as the DNS and the mail.  So
I actually want to deny any connection that is made from the outside,
except SSH and commmunication, that I've initiated.  Thus, the
statefulness of netfilter will probably help.  However, for the
firewall, the internal server is just another peer on the local net, it
should not care about requests made to any port on the server made from
the inside.  It should block all access to the server to the outside,
but that is easily done by NATing the local net and denying any traffic
at all.

My question is, whether I really need two machines for this scenario, or
whether one machine will do it, by blocking any and all
outside-initiated traffic on the interface that is connected to the
outside (except for SSH) and not bothering what's going on on the
interface connected to the local net.

Thanks,
Viktor
-- 
Viktor Rosenfeld
WWW: http://www.informatik.hu-berlin.de/~rosenfel/
Geek Code (3.1):
  GCS/SS d-@ s+: a20 C++@ UL++$ P+ L+++ E--- W++ N++ o? K? !W O? M? V?
  PS++@ PE+(-) Y+ P?(+++) t+ 5+ X- R? !tv b+ DI+ D- G e>+++ h-- r- !y+




Re: [OT] Broken CD-ROM drive

2001-01-30 Thread Viktor Rosenfeld
kmself@ix.netcom.com wrote:

> Can you read from the CDR from another OS?  Can you swap the drive to a
> different system?  Have you checked all cables carefully?  I mention the
> last because I had a dead CDR (though it wasn't registering on boot
> either) which turned out to have a disconnected IDE cable

Well, I do have a Windows system on that machine, but I haven't yet
tried to read the CD with it.  (I simply don't use Windows anymore, can
you imagine?  :)

Anyway, considering that
- I can't boot from CDs anymore using that drive (it works with the same
BIOS settings and CD, but with another drive)
- it worked before I used this machine to bootstrap another one
(exchanging boards, hard disks, and stuff)
- everything works fine, when I put in another CD-ROM drive
- it won't work, when I put this drive on the primary IDE controller or
connect it to another board
I'm pretty sure that it's the drive that's broken.

So any ideas?

I figure, that I can get another (possibly used) IDE drive very cheaply,
I just wonder, whether I can get this back to work easily.  That's why I
tried to play an audio CD.  I thought, that it might be the lens which
needed cleaning.  Won't cut it though.

Thanks anyway,
Viktor
-- 
Viktor Rosenfeld
WWW: http://www.informatik.hu-berlin.de/~rosenfel/
Geek Code (3.1):
  GCS/SS d-@ s+: a20 C++@ UL++$ P+ L+++ E--- W++ N++ o? K? !W O? M? V?
  PS++@ PE+(-) Y+ P?(+++) t+ 5+ X- R? !tv b+ DI+ D- G e>+++ h-- r- !y+




Re: apt-get install debconf problem

2001-01-30 Thread Joey Hess
john smith wrote:
> I am having some trouble installing/upgrading debconf from unstable...is 
> anybody having a similar problem?

That's rather hard to tell since you have not explained what the problem
is.

You may just need to instal perl-5.6 first though.

-- 
see shy jo



Re: BIND not working (was RE: NFS hangups.)

2001-01-30 Thread Terry Boon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, Jan 30, 2001 at 09:20:49PM +, Terry Boon wrote:

> On Tue, Jan 30, 2001 at 12:21:46PM -0800, Alex Swavely wrote:
> > I think I figured it out...  BIND was just upgraded on this machine, the
> > security release, and the only clients that have been able to connect all
> > had this server listed in their /etc/hosts files.
> > 
> > So the issue now is BIND not working correctly.
> 
> You may want to check the recent thread (started yesterday) with the
> subject "Broken reverse DNS - after recent bind upgrade?"
> 
> That was my call for help when the bind upgrade stopped my DNS working
> properly.  The consensus appears to be that I need to reformat my
> configuration files.  (I've still to test that it works.)

(Apologies for following up to myself...)

I've just reread (ie read properly) the responses to my original
message.  I wrote above "...I need to reformat my configuration
files"; this should probably say "...I need to rewrite my
configuration files so they are correct".

In short, I'd got the syntax of the SOA line incorrect; the old bind
was happy with it (although how it understood it, I don't know), but
the new bind interpreted it "properly" and rejected it.

Terry Boon
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.5

iD8DBQE6dz76B+GG7A6DEUARAi9nAJ9/bBAlyAVgGoqeRvGtR/SKweAiTQCg+jPT
q+3pS+HrY8DfJXvuym0qb2M=
=AXfp
-END PGP SIGNATURE-



Re: more FreeBSD and Debian Linux

2001-01-30 Thread Glenn Becker

Mike,

Thanks - I may not do *all* of this since I wd (as far as I can tell) have
to (re)compile the Linux kernel, which I haven't done yet ... I have heard
some indications that doing this (compiling) is not too awful in Debian
but I don't know whether I believe it :-)

One question tho: won't the system complain if I try to make more than one
partition bootable? I think I have bumbled around fdisk and tried to do
this a couple times, and it wouldn't go. I have a small boot partition,
the first one in my hd, which LILO lives in ...

g
_
 |
// G l e n n  B e c k e r|
 | 
// I don't wanna kill my china pig.  |
//  -- Captain Beefheart |  
 | 
// [EMAIL PROTECTED]   | 
_|

>   Now BSD installs on multiple slices("partitions") into one partition.
> If possible make this the last partition on your drive. When you list your
> partitions you'll see that BSD slices show up as extra "partitions".
>   So if you set up your drive with 4 partitions including one
> BSD partition of 4 slices you get: hda1 hda2 hda3 hda4  
>   IIRC the BSD partition in lilo.conf should also be marked bootable. 
>  
>   You can run most linux binaries in BSD if you set 'linux_enable=YES'
> in rc.conf. and you can read the Debian partition if you compile a BSD kernel
> with option for EXT2FS.
> -- 
> 
> ~~~
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



Re: apt-get feature question

2001-01-30 Thread Joey Hess
mike polniak wrote:
>   When will we see apt 0.4?

Sometime before the heat-death of the universe.

-- 
see shy jo



apt-get install debconf problem

2001-01-30 Thread john smith

hi,

I am having some trouble installing/upgrading debconf from unstable...is 
anybody having a similar problem?


thanks.
_
Get your FREE download of MSN Explorer at http://explorer.msn.com



Config. the Monitor

2001-01-30 Thread Alon Kantor
I am having trouble  configuring my new monitor. The virtual space is too
big and I end up by losing terminals "behind the screen." Help.

Thanks,
Alon



Re: Bash Scripting

2001-01-30 Thread Oliver Elphick
D-Man wrote:
  >sed  "s/Title/$TITLE/g" title.html >> file.txt &&
  >
  >Also, I'm not sure why you have double & at the end of the line.  I
  >think you want to run sed in the foreground, not the background.  I
  >don't understand what the second & does.
 
  & by itself mean s to run in the background

  && means run the next pipeline only if the current command has a zero
 exit status

  || means run the next pipeline if the current command has a non-zero
 exit status


Thus

  grep -qs 'some garbage' input_file && echo Found it || echo Not there

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight  http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
 
 "The Lord knoweth how to deliver the godly out of 
  temptations, and to reserve the unjust unto the day of
  judgment to be punished;"II Peter 2:9 




Re: more FreeBSD and Debian Linux

2001-01-30 Thread mike polniak
Glenn Becker wrote:
> 
> All,
> 
> Here is the basic (e.g. no details) list I've put together for installing
> FreeBSD next to Debian. My emphasis at this point is not winding up with
> a system which will not boot and/or on which my Debian install becomes
> unusable. My impulse is to jump in, but I'd rather be prepared.
> 
> Can anyone tell me if there are colossal holes here?
> 
> 1. create BSD partition with GNU Parted
> 2. add BSD entry to lilo.conf
> 3. copy FreeBSD boot floppy images to disks
> 4. reboot using FreeBSD boot floppies
> 5. install FreeBSD via FTP
> 6. reboot, enjoy!

When i had FreeBSD on my box with Debian, i found it somewhat useful
to be able to mount the BSD partition from Debian and be able to read the BSD
files. So if your Debian kernel has filesystem UFS and BSD disklabel set you
can do this.
Now BSD installs on multiple slices("partitions") into one partition.
If possible make this the last partition on your drive. When you list your
partitions you'll see that BSD slices show up as extra "partitions".
So if you set up your drive with 4 partitions including one
BSD partition of 4 slices you get: hda1 hda2 hda3 hda4  
IIRC the BSD partition in lilo.conf should also be marked bootable. 
 
You can run most linux binaries in BSD if you set 'linux_enable=YES'
in rc.conf. and you can read the Debian partition if you compile a BSD kernel
with option for EXT2FS.
-- 

~~~



Re: Bash Scripting

2001-01-30 Thread William Leese

> | > sed  's/Title/$TITLE/g' title.html >> file.txt &&
>
>  ^^
> The single quotes are a problem too.  Bash doesn't do any variable
> expansion in single quotes.  ($TITLE will still be $TITLE for sed)
>
> Instead:
>
> sed  "s/Title/$TITLE/g" title.html >> file.txt &&
>
> Also, I'm not sure why you have double & at the end of the line.  I
> think you want to run sed in the foreground, not the background.  I
> don't understand what the second & does.

heh, ofcourse.. 

> | I think the g is missing, that is all I noticed
>
> You only need the g if the text to replace occurs more than once on a
> line.  If it doesn't, it doesn't matter.  If it does, do you want to
> replace all occurences or just the first?

its just a one time one word replace..

> BTW,  I don't use bash scripting for anything other than running
> programs with some default options.  I would prefer to use python for
> this sort of thing, but it's up to you what you want to use.

..let the newbie get used to bash first okay? ;)

Cheers,

William



Re: Romanian translation

2001-01-30 Thread D-Man

I'm not a Romanian, and I don't speak Romanian (yet) but I have been
to Romania and am planning on returning in a few months.  I have
several friends in Romani.  Where in Romania do you (plural, all of
you Romanian Debian Users) live?  I visited Timisoara and very briefly
saw part of Bucaresti in my trip.  In the upcoming trip, I am planning
to visit Timisoara, Suceava, and Moldova (sp?).

I think it would be cool to see a Romanian translation.  I'd like to
help, but first I will have to learn Romanian :-).  I want to learn
Romanian.

BTW, do any of you know about a (Windows) virus that emails a file
blink_182.mp3.pif to people?  A friend of mine in Timisoara recently
got infected with it.  She deleted the file and some others that
seemed related to the virus.  Now I'm not getting the virus sent to me
anymore.  I coulnd't find anything on it from NAI's web site or the
Norton AntiVirus on my work computer.  I would like to know that her
computer is cured completely.

-D



RE: Bash Scripting

2001-01-30 Thread Sean 'Shaleh' Perry

On 30-Jan-2001 William Leese wrote:
> hi all
> 
> i need a little help on a script. the following scripts function is to merge 
> several parts of a html page together and insert a new piece of text from 
> text.txt also it has to replace some words (the title, author, submittor, and
> date) with the words given at prompt.
> 
> (i'm aware that its crude and basic, but i'm not familar with scripting for 
> bash though i'm working through the HOWTO)
> 
> the problem is that the variables TITLE AUTHOR SUBMITTOR DATE are not 
> replaced with the inputted values, where as FILENAME is so i must have the 
> synax wrong the "/"s perhaps?
> 


your script is actually a /bin/sh script and uses no special bash features.


$ export FOO="Hi"
$ echo 'bye cruel world!' | sed -e "s/bye/$FOO/"
Hi cruel world!

The problem is you used "'" as your quote char aka single quotes.  In shell,
single quote means "pass me along without looking".  You want double quotes
like I used.



Re: Magic cookies and running programs under X as root

2001-01-30 Thread kmself
on Mon, Jan 29, 2001 at 03:58:02PM -0700, Gary Hennigan ([EMAIL PROTECTED]) 
wrote:
> kmself@ix.netcom.com writes:
> > on Sun, Jan 28, 2001 at 02:12:44AM -0800, Terry Carney
> > ([EMAIL PROTECTED]) wrote:
> > > On Sat, 27 Jan 2001, Christopher R. Barry wrote:
> > >
> > > >   Xlib: connection to ":0.0" refused by server
> > > >   Xlib: Client is not authorized to connect to Server
> > > >   Error: Can't open display: :0.0
> > > >
> > > > I guess tonight I finally want to get around to figuring out how to
> > stop this
> > > > from happening. What do I do so I can run programs as root?
> > >
> > > The following works for me. All on one line in case of wordwrap.
> > >
> > > XAUTHORITY=/home/username/.Xauthority;DISPLAY=:0.0;export XAUTHORITY
> > DISPLAY
> >
> > *Don't* do this.
> >
> > You're now allowing access to root's X display via an unprivileged
> > user's file.  If that file is compromised, root's X access is
> > compromised.  This includes changing the value of the cookie in the
> > file.
> >
> > Better to merge against a user's file.  This allows you to match the
> > present state of the file, but prevent future values from being applied
> > to root's X authorization keys.  Puts root in stronger control.
> 
> I guess I don't understand the difference. If the user's ~/.Xauthority
> file is compromised, and that user owns the X session, all bets are
> off. Anything opened as root, and displayed in the user-owned X
> session, is up for grabs. 

Yes, but:  root can revoke the cookie.  If you point to, or worse, link
to, a user file, root no longer has immediate control over its own X
session and cookie values.

I need to research how Xauthority works, I believe it's not as wide open
as I seem to fear.  I still don't think it's a good practice, and might
lead to problems with, say, multiple users as root at the same time --
not unlikely in a shared system with shared root access, whether via
password or sudo.  Points about security as compromise taken.

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


pgpdNhf3QTkZl.pgp
Description: PGP signature


Re: Bash Scripting

2001-01-30 Thread D-Man

On Tue, Jan 30, 2001 at 10:02:38PM +0100, Matthias Wieser wrote:
| William Leese wrote:
|  
| > sed  's/Title/$TITLE/g' title.html >> file.txt &&
 ^^
The single quotes are a problem too.  Bash doesn't do any variable
expansion in single quotes.  ($TITLE will still be $TITLE for sed)

Instead:

sed  "s/Title/$TITLE/g" title.html >> file.txt &&

Also, I'm not sure why you have double & at the end of the line.  I
think you want to run sed in the foreground, not the background.  I
don't understand what the second & does.

| I think the g is missing, that is all I noticed

You only need the g if the text to replace occurs more than once on a
line.  If it doesn't, it doesn't matter.  If it does, do you want to
replace all occurences or just the first?

| 
| Ciao, mattHias
| 
| -- 


BTW,  I don't use bash scripting for anything other than running
programs with some default options.  I would prefer to use python for
this sort of thing, but it's up to you what you want to use.

-D



Wishlistitem: Place to look up Softwareproject <-> Debs packages that contain it

2001-01-30 Thread Matthias Wieser
Being a debian user for some time, I am missing one place. I want to
have a search on Softwareproject and it gives me the possible Debs, if
there are any. (official ones)
(you may say:) But that already exists somewhat, but there is no place
where to post the apt-get resources, where I can find a special package.
EG, it was hard for me to locate pine, because it is not on the ftp
server. On chance somebody posted what line I have to add to my
source.list.  It would be nice to have a databank that contains all that
information. 

The query would look like this: package name (like a tar.gz name or
title of an opensourceproject)

and giving back:
Either: a)lame  (official package) (... info ... to it)
  lame (devel-packages)  -> link to more information
This wouls make it easy to locate daily snapshots.
b)lame (unofficial package) (warning ... info on it)
c)lame - sorry not available right now (please make a source
install)

The information for that has to be provided by the packager at some
time. (but there could be some innovative way to update information)

One more thing: it has to reveal information, where to post a bug to, or
even better provide a bug form, where i can mak a official bug report. 
(you may say):Right now, there is that for every debian package. 
my opinion: yupp - but some of the bug-reports should be sent upstream
and have nothing to do with debian way of packaging. I remember reading
in the Debian-KDE-newsgroup, that you should not post kde related (not
related to kde packaging) to kde.org (to many people did that obviously)
I guess that could be also a wishlist bug against the bug tracking
system, that it should contain a link to the upstream bugreport site.

One of my dreams revaled to the public
   Ciao, Matthias

PS.: I am interested, what you think about that idea :-)


-- 
   __   _   __   *
/\_/\  \ \_/ \_/ /   *  Matthias Wieser  *
   / \  \   /*  ICQ#:  12597522  *
  / /\_/\ \  \_/^\_/ *[EMAIL PROTECTED]   *
  WW WW  *



Re: BIND not working (was RE: NFS hangups.)

2001-01-30 Thread Terry Boon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tue, Jan 30, 2001 at 12:21:46PM -0800, Alex Swavely wrote:
> I think I figured it out...  BIND was just upgraded on this machine, the
> security release, and the only clients that have been able to connect all
> had this server listed in their /etc/hosts files.
> 
> So the issue now is BIND not working correctly.

You may want to check the recent thread (started yesterday) with the
subject "Broken reverse DNS - after recent bind upgrade?"

That was my call for help when the bind upgrade stopped my DNS working
properly.  The consensus appears to be that I need to reformat my
configuration files.  (I've still to test that it works.)

Terry Boon
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.5

iD8DBQE6dzAvB+GG7A6DEUARAj3zAKDyovO27FIg2An8jq6wWr+QXG564wCffr3K
jeC+CwLShE6NtrkgZdPP/Cs=
=F2kg
-END PGP SIGNATURE-



Re: apache configuration, ssi don't work in users public_html dirs

2001-01-30 Thread Rob VanFleet
On Tue, Jan 30, 2001 at 12:18:26PM -0800, Forrest English wrote:
> exactly like that?   "+Includes", or just "Includes" (without the quotes
> of course).
> 
> cause +Includes doesn't change a thing.

It should... read this:
http://httpd.apache.org/docs/howto/ssi.html#configuringyourservertopermitssi




Re: Compiling java (gcj, jikes, kaffe...)

2001-01-30 Thread D-Man
On Sat, Jan 27, 2001 at 08:43:04PM +0100, Andreas Hetzmannseder wrote:
| Dear debian-users,
| 
| This is really stupid, but I don't know any further.
| Every time I try to compile some java source code - actually the HelloWorld
| example from the Debian Java FAQ - I get error messages: 
| 
| with gcj:
| /usr/lib/crt1.o: In function `_start':
| /usr/lib/crt1.o(.text+0x18): undefined reference to `main'
| collect2: ld returned 1 exit status

gcj outputs C++ object files from the Java source.  Then (unless you
gave it the -c option) it links it to form an ELF binary (just like
C/C++).  The problem is the linker can't find main.

int main( int argc , char** argv )
{
/* ... */
return 0 ;
}


The solution is to tell gjc where main is:

gcj --main=MyJavaClassDefiningMain *.java


gcj will then run a script (installed with it) to spit out some C/C++
code with the appropriate main() function that will call the main you
defined in your Java class.  If you give gcj the -c option it will
stop when it has produced C++ object files (.o).  You can then link
them at the end.

gcj also has a -C option will tells it to output Java bytecodes
(.class) instead.  These will then need some JVM (jre, kaffe, etc) to
run.

| 
| with jikes:
| Found 2 system errors:
| 
| *** Error: Could not find package named
| /usr/share/java/repository/java/util
| 
| *** Error: Could not find package named
| /usr/share/java/repository/java/lang
| 

The packages java.util and java.lang can't be found by the compiler.
I haven't used jikes before so I can't be more specific.  Maybe a
CLASSPATH problem?

| with kaffe's kjc:
| java.lang.NoClassDefFoundError: at/dms/kjc/Main
| at java.lang.Throwable.(Throwable.java:38)
| at java.lang.Error.(Error.java:21)
| at java.lang.LinkageError.(LinkageError.java:21)
| at java.lang.NoClassDefFoundError.(NoClassDefFoundError.java:21)
| 

I guess that kjc is a shell script that tries to run a java program.
Apparently the main() function here is in the class "Main" in the
package "at.dms.kjc" and the class can't be found.  This is definitely
a CLASSPATH problem.  

When I tried out kaffe, it had the commands "javac" for compiling and
"java" for executing bytecodes.  I think they were really just
symlinks to the kaffe commands.  Perhaps trying these commands will
help?

| BTW: Running ready programs with kaffe works just fine...
| 
| I put the following entry into my ~/.profile:
| export CLASSPATH=/usr/share/kaffe

I would recommend against this.  At my present job I am using a Win2k
box (with cygwin of course) and Sun's jdk.  I found it is much better
to make a whole collection of shell scripts that execute the proper
JVM (I have 1.1.8, 1.2.2, and 1.3 installed) with the proper classpath
stuff on the command line.  For Sun's jdk, the "-classpath " option set the classpath.  For jdk1.1.8
classes.zip must be listed in the option, for jdk1.2+ rt.jar is found
automagically (but tools.jar must be included to use ant -- a make
replacement for java devel).

The funny thing is the classpath must be in DOS/Windows format (with
d:, etc and semicolons as the separator) but I use cygwin's bash for
my shell.  I always have to put the path list in quotes and escape all
the backslashes.  It's quite a pain.  Why did MS have to use the
escape character for the directory separator?  POSIX paths are much
easier to deal with IMO.

| 
| Could someone please tell me what is wrong or missing? 
| Thanks in advance,
| Andreas.
| 

HTH,
-D



Debian 2.2 Installation Problem

2001-01-30 Thread Jeremie Lasalle-Ratelle



When I try to Install Debian Linux V.2.2 (Standard 
installation) Using the install.bat file to do it from my dos partition, I get 
this message during install loading.
 

Attempt to access beyond end of device
01:00: rw=0, want=1279706953, 
limit=4096
dev 01:00 blksize=1024 
blocknr=1279706952 sector= -1735553392 count=1
 
It is written several time in a row.
 
Please help me, I don't know what to 
do...
 


gphoto, gimp-print

2001-01-30 Thread Kenneth Scharf
I'm thinking of getting a better digi-cam.  I now have
an Olympus D340R that works very nicely under gphoto. 
I'd like to get a 2 or 3 mega pixel camera with a zoom
lens.  I'm considering the Nikon coolpix 800, 880, 950
or 990 and the olympus D490, C2020, C3000 , C3030 or
C3040 models.
  
The olympus D450 model is listed as working under
gphoto and so is the D3000 (think they meant C3000) so
with luck the other models mentioned should work as
well.  The Nikon coolpix 950 and 800 models are listed
so maybe the others are as well.  Can anyone confirm
which of these cameras will work under gphoto?  Also
what is happening to gphoto?  Seems like the web site
hasn't been updated in almost a year and the download
link for the latest sw is broken.  Hope development is
continuing.

Also I have downloaded the printer module for
gimp-print from their website to use an Epson
photo-750 printer.  Any advise on how to add an entry
to printcap for this (printing through LPD).  I
currently have an HP LJIIID running as lp (lp0?) and
will either add the epson on a second printer port, or
have it share the one with the LJ via an AB switch.  I
understand that the linux LP drivers don't use
interrupts so I could share an interrupt level between
two printer cards right?

Thanks for any help! 

=
Amateur Radio, when all else fails!

http://www.qsl.net/wa2mze

Debian Gnu Linux, Live Free or .



__
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/



Re: Apache manual

2001-01-30 Thread will trillich
On Tue, Jan 30, 2001 at 03:25:29PM -0500, Holp, John Mr. wrote:
> Debian Users,
> 
>   There is an old reference to an Apache manual being maintained on
> line at /home/httpd/html/manual, does anyone know where to find this manual?
> I think it is like a read-me-first Apache reference or first time Apache
> installation reference.

first,
apt-get install apache-doc
then see
/usr/share/doc/apache/manual

and there's always
http://httpd.apache.org --> /docs = 1.3, /docs-2.0 == 2.0

-- 
See, if you were allowed to keep the money, you wouldn't
create jobs with it. You'd throw it in the bushes or
something.  But the government will spend it, thereby
creating jobs.  -- Dave Barry

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

http://groups.yahoo.com/group/newbieDoc -- next week's
newbie needs your brain: document your experience today!



help... please! and.. thank you very much!!

2001-01-30 Thread Roberto Diaz

Just to let you know.. I have fixed my system alredy.. :)

Thank you all!! a lot of people have helped me!!!

> $ ls -ld /var/*
> drwxr-xr-x2 root root 1024 Jan 30 07:39 /var/backups
> drwxr-xr-x5 root root 1024 Nov  9 20:15 /var/cache
> 

Regards

Roberto


Roberto Diaz <[EMAIL PROTECTED]>
http://vivaldi.dtts.net 
Powered by ddt dynamic DNS
Powered by GNU running on a Linux kernel.
Powered by Debian (The real wonder)

Concerto Grosso Op. 3/8 A minor
Antonio Vivaldi (so... do you need beautiful words?)




Re: wish list -> My personal Debian User Manual Generator

2001-01-30 Thread Matthias Wieser
[EMAIL PROTECTED] wrote:
> 
>I so rarely print things
> out I haven't been bothered to set up my Olivetti JP190 yet 
Here is probably the best link to start out for printing:
www.linuxprinting.org

Ciao, mattHias
-- 
   __   _   __   *
/\_/\  \ \_/ \_/ /   *  Matthias Wieser  *
   / \  \   /*  ICQ#:  12597522  *
  / /\_/\ \  \_/^\_/ *[EMAIL PROTECTED]   *
  WW WW  *



Re: are apt/sources.list http: and ftp: same?

2001-01-30 Thread will trillich
On Tue, Jan 30, 2001 at 11:03:02AM -0600, Gregory Guthrie wrote:
> At 10:52 PM 01/29/2001 -0600, will trillich wrote:
> >On Sun, Jan 28, 2001 at 11:32:41AM -0600, Gregory Guthrie wrote:
> > > I found that with http: lines in my /etc/apt/sources.list I pointed to
> > > woody, but apt-get would not install known things there. I changed it to
> > > ftp: and it worked fine.
> > >
> > > Should these be the same? If different, is this documented?
> >
> >http://groups.yahoo.com/group/newbieDoc/files/apt-get-intro.html
> >
> >or,
> >
> >try "apt-setup" (if you don't have it, try apt-get install base-config)
> -- I don't see any discussion there of the difference (if any) between http 
> and ftp sites in the sources.list specification.

from what i recall of an identical thread frmo a coupla months
ago, the main difference is that ftp has a bit of overhead when
starting up any particular transfer. where http is designed for
"here's that file you asked for", ftp is designed for a bit more
interactive nosing-around.

as for the server end of the arrangement, they may be the same
identical file, or they may be served from servers located in
different countries.

if you feel like testing them, feel free, and let us know how
your benchmarks come out.

-- 
See, if you were allowed to keep the money, you wouldn't
create jobs with it. You'd throw it in the bushes or
something.  But the government will spend it, thereby
creating jobs.  -- Dave Barry

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

http://groups.yahoo.com/group/newbieDoc -- next week's
newbie needs your brain: document your experience today!



Re: Firewall

2001-01-30 Thread will trillich
On Tue, Jan 30, 2001 at 11:44:29AM -0500, [EMAIL PROTECTED] wrote:
> I have some questions about building a firewall.  I currently have a cable 
> modem connection which of course gives me a static IP address.  If I was to 
> build a firewall using a old 486 could I still assign my Debian box the 
> static IP address as it is needed for my server which I use for 
> hosting.  Or would the 486 use the static IP and assign the Debian box a 
> private IP address?  Also I know there are many firewall how to's out there 
> but would appreciate any recommendations.

if you're using debian for your firewall:

apt-get install ipmasq

here's the setup:

+--+ ] eth0 = your.ip.number --> internet
|  debian  |
| firewall |
+--+ ] eth1 = 192.168.1.1--> +-+
 --> | |
   box1 = 192.168.1.39   --> | hub |
 --> | |
   boxn = 192.168.1.215  --> +-+

edit /etc/network/interfaces to mirror your configuration:

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback

iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
# other localnet addrs can be anything in
# the 192.168.1.[2-254] range

# if your address isn't static, do this:
#   iface eth0 inet dhcp
iface eth0 inet static
address YOUR.REAL.IP.NUMBER
netmask 255.255.255.0
network YOUR.REAL.IP.0
broadcast YOUR.REAL.IP.255
gateway YOUR.UPSTREAM.NET.NUMBER
# for me, it's my cablemodem number
# which is only 1 different from my
# debian/internet address. yours might
# just be your ISP server addr...

and then just

ipmasq -v

to implement it.

i think. :) if this reformats your hard drive, gives your
neightbors shingles, or straightens out the earth's axis,
don't use it.

-- 
See, if you were allowed to keep the money, you wouldn't
create jobs with it. You'd throw it in the bushes or
something.  But the government will spend it, thereby
creating jobs.  -- Dave Barry

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

http://groups.yahoo.com/group/newbieDoc -- next week's
newbie needs your brain: document your experience today!



Re: Bash Scripting

2001-01-30 Thread Matthias Wieser
William Leese wrote:
 
> sed  's/Title/$TITLE/g' title.html >> file.txt &&
   ^
I think the g is missing, that is all I noticed

Ciao, mattHias

-- 
   __   _   __   *
/\_/\  \ \_/ \_/ /   *  Matthias Wieser  *
   / \  \   /*  ICQ#:  12597522  *
  / /\_/\ \  \_/^\_/ *[EMAIL PROTECTED]   *
  WW WW  *



External ISDN device

2001-01-30 Thread list
I have to connect a linux box to the Internet through an external ISDN device. 
I have read the ISDN4Linux stuff but everything there is about internal devices.
Should it be treated as a normal modem connection using pppd?
Do I need task-dialup-isdn at all?

-- 
__
Daniel de los Reyes
S2-Selling Soluciones
Valencia Spain
e-mail: [EMAIL PROTECTED]
Powered by Debian GNU-Linux 2.2r2
__



Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread will trillich
On Tue, Jan 30, 2001 at 11:15:36AM -0700, Jeff Weatherford wrote:
> Ok, maybe I'm a looser, but I thought that the standard c libraries were 
> part of the libc package.  In any case, I'm trying to compile some code 
> using gcc, and sure enough..."can't find file stdio.h"  At fist I think 
> maybe it's not in my path.  I checked, and it should have been.  Then as root:
> 
> box:~# find / -name stdio.h
> box:~# find / -name iostream.h

apt-get install slocate
updatedb
# updatedb does the find, once
locate stdio.h
# very fast, no resource hogging

i think it'll also install a weekly cron hook to
call "updatedb" to keep up with the times as you
massage files on your system.

-- 
See, if you were allowed to keep the money, you wouldn't
create jobs with it. You'd throw it in the bushes or
something.  But the government will spend it, thereby
creating jobs.  -- Dave Barry

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

http://groups.yahoo.com/group/newbieDoc -- next week's
newbie needs your brain: document your experience today!



Bash Scripting

2001-01-30 Thread William Leese
hi all

i need a little help on a script. the following scripts function is to merge 
several parts of a html page together and insert a new piece of text from 
text.txt also it has to replace some words (the title, author, submittor, and 
date) with the words given at prompt.

-
#!/bin/bash
echo Please give the title, author, submittor, date and filename
read TITLE AUTHOR SUBMITTOR DATE FILENAME

cat top.html >> file.txt &&

sed  's/Title/$TITLE/' title.html >> file.txt &&
sed  's/Author/$AUTHOR/' author.html >> file.txt &&
sed  's/SM/$SUBMITTOR/' submittor.html >> file.txt &&

cat text.txt >> file.txt &&

sed  's/Date/$DATE/' bottom.html >> file.txt &&
mv file.txt new_$FILENAME.html
-
(i'm aware that its crude and basic, but i'm not familar with scripting for 
bash though i'm working through the HOWTO)

the problem is that the variables TITLE AUTHOR SUBMITTOR DATE are not 
replaced with the inputted values, where as FILENAME is so i must have the 
synax wrong the "/"s perhaps?



apt-get broken

2001-01-30 Thread Tiarnan O Corrain
Hey,

is there any easy way to find out which packages apt depends on? My
installation of apt is broken, and I seem to need a library (libapt)
which I can't find anywhere.

Cheers

Tiarnan



Apache manual

2001-01-30 Thread Holp, John Mr.
Debian Users,

There is an old reference to an Apache manual being maintained on
line at /home/httpd/html/manual, does anyone know where to find this manual?
I think it is like a read-me-first Apache reference or first time Apache
installation reference.

Thanks,

John



BIND not working (was RE: NFS hangups.)

2001-01-30 Thread Alex Swavely
I think I figured it out...  BIND was just upgraded on this machine, the
security release, and the only clients that have been able to connect all
had this server listed in their /etc/hosts files.

So the issue now is BIND not working correctly.

> -Original Message-
> From: Tommi Komulainen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 30, 2001 7:26 AM
> To: debian-user@lists.debian.org
> Subject: Re: NFS hangups.
>
>
> On Mon, Jan 29, 2001 at 05:34:05PM -0800, Alex Swavely wrote:
> > Well, I can't get it to boot up now.
> > It gets as far as running exportfs (init.d script nfs-kernel-server) and
> > hangs.  When I go to reboot, it hangs up at the same place (where it's
> > unexporting), and I'm forced to give it the BRS treatment.
>
> Can you see if portmapper is started prior to any NFS services?
> Portmapper needs to be running when nfs-kernel-server is started,
> otherwise that kind of freeze is possible. I found that out while
> upgrading nfs-kernel-server package once and didn't have portmapper
> running...
>
>
> --
> Tommi Komulainen [EMAIL PROTECTED]
> GPG 1024D/68388EE66FD6 DD79 EB38 BF6F 3533  09C0 04A8 9871 6838 8EE6
>



Re: apache configuration, ssi don't work in users public_html dirs

2001-01-30 Thread Forrest English
exactly like that?   "+Includes", or just "Includes" (without the quotes
of course).

cause +Includes doesn't change a thing.


On Tue, 30 Jan 2001 17:16:32 +, Rob VanFleet whispered to the router:

!!On Tue, Jan 30, 2001 at 07:08:38AM -0800, Forrest English wrote:
!! > yeah, i know.  thats already in there. i can't really see what
is wrong
!! > with this configuration...
!! 
!! You need to add the +Includes option.
!! 
!! This:
!! > !! >Options Indexes IncludesNoExec FollowSymLinks MultiViews
ExecCGI
!! needs to be:
!! Options Indexes IncludesNoExec FollowSymLinks MultiViews ExecCGI
!! +Includes
!! (all on one line, sorry about the wrapping).
!! 
!! -Rob
!! 
!! 

-- 
Forrest English
http://truffula.net

"I don't like this air, but that doesn't
mean I'm going to stop breathing."
-Doug Martsch



XFree86 4.02 eating CPU

2001-01-30 Thread Reine Johansson
Hi!

Just upgraded to XFree86 4.02 (with a little trouble) on my woody-box (Linux
2.4.1).

After using it a while I noticed that while playing a mp3 and scrolling the
Netscape-window the sound from the mp3 got distorted. I thought this was very
strange cause I've never experienced anything like this on this machine (Dual
Celeron 533).

Then I ran "top" a saw that the process "X" had a nicevalue of -10. The
processes state was marked as "S<" (which is High Priority Process). I asked a
friend who is also using XFree86 4.02 and he had a nice-value of 0.

Have anyone experienced the same. Any suggestions?

TIA!

/Reine



Re: X: 3.3.6 and 4.0.2

2001-01-30 Thread Erik Steffl
mike polniak wrote:
> 
> Casey W. Liscum wrote:
> > Hi all,
> >
> > I just did an apt-get upgrade on my testing box.  It was discussed
> > before that X may be broken for the time being, but my problem is a
> > little different.
> >
> > startx runs the old version, 3.3.6
> > I have the XF86Config-4 file ready to go.  I've looked over the
> > tree of X scripts, binaries, and conf files (xinit, startx, X,
> > XFree86, xserverrc, ...) required to run X, but cannot find anywhere
> > that specifies whether to run the old 3.3.6 or the new 4.0.2.
> 
> Does /etc/X11/X  point to /usr/bin/X11/XFree86 ?

  I had same (probably) problem, if you update to X 4.x you need to
explicitly install xserver-xfree86, if you haven't done it already it
should help...

erik



more FreeBSD and Debian Linux

2001-01-30 Thread Glenn Becker

All,

Here is the basic (e.g. no details) list I've put together for installing
FreeBSD next to Debian. My emphasis at this point is not winding up with
a system which will not boot and/or on which my Debian install becomes
unusable. My impulse is to jump in, but I'd rather be prepared.

Can anyone tell me if there are colossal holes here?

1. create BSD partition with GNU Parted
2. add BSD entry to lilo.conf
3. copy FreeBSD boot floppy images to disks
4. reboot using FreeBSD boot floppies
5. install FreeBSD via FTP
6. reboot, enjoy!

I hope this isn't too OT for the list. My interest with this is largely
self-teaching - that is, I'd like to get paid to work with this stuff one
(fine, distant?) day, and the more 'flavors' I know, the better.

Thx,

Glenn
_
 |
// G l e n n  B e c k e r|
 | 
// I don't wanna kill my china pig.  |
//  -- Captain Beefheart |  
 | 
// [EMAIL PROTECTED]   | 
_|



compiling/getting mod_dav

2001-01-30 Thread Mike Moran

Does anyone know of any debs and/or how to compile it from source tgz or
a src deb? I'm currently having problem with the configure script
finding the expat headers:

mod_dav-1.0.2-1.3.6# ./configure --with-apxs 
 --with-expat=/usr/include/xmltok
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for static Apache module support... no
checking for dynamic Apache module support (via APXS)... found at apxs
checking for expat... configure: error: cannot find expat include files
at specified location

I have install expat, libxmltok1 and libxmltok1-dev, with no luck. Any
thoughts? I'm on the Debian Sparc distribution, but I'd appreciate any
info from other architectures.

Thanks,

-- 
[EMAIL PROTECTED] 
   Web: http://houseofmoran.com/
   AvantGo: http://houseofmoran.com/Lite/



Re: OT: new Nvidia drivers released

2001-01-30 Thread Romain Lerallut
Yes, the Nvidia driver _needs_ Xfree 4.

I don't know for sure about running X4 w/ potato, but I think that at
least some packages will need to be upgraded, browse the archives I think
I heard things about it...

Anyway, if you're ready for a big update the debian way is to point
apt-get to testing and to

apt-get task-x-window-system-core

which should download and set everything up fine.

The one problem I had was that /usr/bin/X11/X didn't point to
/usr/bin/X11/XFree86 , but was rather the old executable 3.3.6
I'm not sure that it has been settled, so I mention it in case startx acts
funny.

Good Luck,
Romain

On Tue, 30 Jan 2001, Dr. Aldo Medina wrote:

> Romain Lerallut wrote:
> >
> > I had problems with sending mails yesterday so I'm re-sending it.
> > My apologies if it _did_ get through the first time
> >
> > -- Forwarded message --
> >
> > Hi all !
> >
> > I saw a post questioning about Nvidia drivers,and debs.I have not seen any
> > .debs of Nvidia's drivers, but the new tgz ones from www.nvidia.com work
> > like a charm. (new = January 18th 2001)
> >
> > INCLUDING WITH KERNEL 2.4 !!!
> >
> > There here:
> > http://www.nvidia.com/Products/Drivers.nsf/Linux.html
> >
> > the FAQ is quite good , so you shouldn't have any problem getting X to
> > work with the Nvidia driver.
> >
> > For compiling OpenGL stuff, like Kristian Rink said a while ago,
> > check out the Howto for Nvidia and OpenGL there:
> > http://www.linuxdoc.org/HOWTO/mini/Nvidia-OpenGL-Configuration/index.html
> >
> > May ye all have fun with accelerated X,
> > Romain
>
> I believe this drivers are for XFree 4, how can I use them with a potate
> system?. Or is there any painless way to upgrade to XFree4
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>



Re: Compiling a kernel for another machine

2001-01-30 Thread Hall Stevenson
> I know this is possible (I even vaguely remember seeing
> it mentioned somewhere).
>
> What I want to do is compile a kernel on my desktop
> PC for my laptop. Just build it, copy the new kernel image
> across the network, rejig the laptop's lilo, reboot it, and
> Roberta's your crossdressing Aunt.
>
> I have this worry about all those bits I marked as Modules,
> though. I guess I have to copy those too, hmm? From where
> to where? Is there anything else I should worry about?

I think most people will suggest you use the "make-kpkg" utility. It
will create a "*.deb" file which you can copy to the laptop. Then just
"dpkg --install kernel-package-custom.deb" and it will install things
where they need to go.

You could do what you want by hand, but the above is likely the easiest
way.

Hall



Re: X: 3.3.6 and 4.0.2

2001-01-30 Thread Casey W. Liscum
 >  Does /etc/X11/X  point to /usr/bin/X11/XFree86 ? 

Well, I'll be a monkey's uncle.  That did the trick.

Thanks mike

-- 
Casey Liscum
Institute for Scientific Information
(215)386-0100 x-1267



Re: what do you mean you can't find stdio.h!!!

2001-01-30 Thread Ben Collins
On Tue, Jan 30, 2001 at 12:09:48PM -0700, Jeff Weatherford wrote:
> Thanks you all for the package name!!!
> 
> but now hears one for you...i upgrade libc6 (for compiling the 2.4 kernel), 
> and i couldn't apt-get it from the stable distro (the version # of libc was 
> too high).  i then downloaded libc6-dev from the unstable distro and now 
> dpkg is saying that libc6-dev is having dependency problems.  "libc6-dev 
> depends on libc6 (= 2.2.1-1)" but i have 2.2-6 installed...  gggrrr...  and 
> all i want to do is compile something...why is it always the easy stuff 
> that trips one up?

Uh, you don't need libc6-dev in order to build the linux kernel (well,
you do need it for the ncurses config interface, and the small makedep
program it builds, but the kernel itself does not need libc6-dev at
all). I put forth that you have screwed your system royally by trying to
force packages to be installed.

The way to fix this, download the libc6, libc6-dev and ldso packages
from potato, and do this:

dpkg --force-depends -i libc6.deb libc6-dev.deb ldso.deb

Next time leave well enough alone, or rely on a UI (such as apt or
dselect) to handle these things :)

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



Re: X: 3.3.6 and 4.0.2

2001-01-30 Thread Rob VanFleet
On Tue, Jan 30, 2001 at 08:14:21AM -0500, Casey W. Liscum wrote:
> Does anyone know why it's still running 3.3.6?

Because the dist-upgrade doesn't upgrade xbase-clients.  Just apt-get
install xbase-clients and you should be set (although if you're like the
rest of us, you're probably also missing xfonts-75dpi and/or
xfonts-100dpi)

-Rob



Re: update broke lilo

2001-01-30 Thread Hall Stevenson
> I recently apt-get updated my unstable box which broke
> lilo.  In my system, I have two hard disks.  The first disk
> is /dev/hda and has Win2k.  The second disk is /dev/hdb
> and has Debian unstable installed.  I am assuming that
> lilo should install to the MBR on /dev/hda, but I think it
> is installing on /dev/hdb.  The configuration of lilo from
> apt-get doesn't give any choice of where to install the MBR.
> I noticed this because I recently recompiled my kernel,
> ran lilo, and rebooted.  My new boot options were not
> showing up at the lilo boot prompt.  My lilo.conf is as
> follows:
>
> boot=/dev/hdb1



> What do I need to change to get it to install to /dev/hda MBR?  Is
> it boot=/dev/hda1?

According to "man lilo.conf", it should just be "boot=/dev/hda" << no
partition number needed. Change it to that, re-run /sbin/lilo, and
reboot.

You do have a boot disk, right ?? ;-)

Hall



RE: Compiling a kernel for another machine

2001-01-30 Thread Sean 'Shaleh' Perry

On 30-Jan-2001 [EMAIL PROTECTED] wrote:
> I know this is possible (I even vaguely remember seeing it mentioned 
> somewhere). 
> 
> What I want to do is compile a kernel on my desktop PC for my laptop. 
> Just build it, copy the new kernel image across the network, rejig 
> the laptop's lilo, reboot it, and Roberta's your crossdressing Aunt.
> 
> I have this worry about all those bits I marked as Modules, though. I 
> guess I have to copy those too, hmm? From where to where? Is there 
> anything else I should worry about?
> 

apt-get install kernel-package
cd /usr/share/doc/kernel-package

do the right thing(tm)



Re: mod_auth_pam

2001-01-30 Thread Ben Collins
On Tue, Jan 30, 2001 at 03:48:57PM -0300, Felipe Alvarez Harnecker wrote:
> 
> Hi, i hope not to boring you, but i'm having trouble with
> mod_auth_pam.
> 
> my /etc/pam.d/http
> 
> authrequiredpam_unix.so debug
> account requiredpam_unix.so debug

Not sure about your error message, but pam_unix.so cannot be used under
mod_auth_pam. That's a shortcoming in this particular module. The basic
idea is that pam_unix.so will auth under two circumstances. One, running
with privs to read /etc/shadow (such as root, or sgid shadow), in which
it can directly auth. This is how login, su and passwd work.

The other method is for it to execute the helper application. This is
done when the current process does not have permissions to read
/etc/shadow (such as lockvt, apache, etc..). The problem here is that
the helper application, for security reasons, will only authenticate the
uid of the calling process. In the case of apache, that user would be
"www-data".

So you see, it cannot authenticate for say "joe". I'm pretty sure the
mod_auth_pam docs mention this, and possible workarounds.

-- 
 ---===-=-==-=---==-=--
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  --  [EMAIL PROTECTED]  '
 `---=--===-=-=-=-===-==---=--=---'



  1   2   3   >