Re: grip cddb config

2001-03-15 Thread Eric G. Miller
On Wed, Mar 14, 2001 at 02:22:57PM -0500, Lewis, James M. wrote:
> Does anyone have a grip configuration for cddb that works?
> xmcd works but I can't seem to figure out exactly what I
> have to put into grip to make that one work.

This seems to work:

DB: freedb.freedb.org
CGI: ~cddb/cddb.cgi
DB Submit: [EMAIL PROTECTED]


-- 
Eric G. Miller 



Re: Help with printer

2001-03-15 Thread Jordan

Vadim> Do you mean:
Vadim> http://www.linuxdoc.org/HOWTO/Printing-HOWTO/index.html

Vadim> I didn't find it to be very helpfull for configurating lpr

I agree. However, the LPRng documentation, esp. LPRng-HOWTO, is excellent!!

J.



Re: nfs problems

2001-03-15 Thread Fabio Massimo Di Nitto
Forrest English wrote:
> 
> ok, here's what i do on the server.
> 
> /etc/exports file contains
> /cdrom 192.168.2.30

>From my experience it has to look like this:

/cdrom 192.168.2.30/255.255.255.255(ro)

   192.168.2.30 is the ip address allowed to remote mount the cdrom
   255.255.255.255 is the netmask. In this case is only a host
   (ro) is the option that tell to the nfs server to export
read-only

Fabio

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



Re: realplayer 8 won't install via apt

2001-03-15 Thread Denzil Kelly
Thanx, I found the fix, and everything seems to work
well now.

--- Denzil Kelly <[EMAIL PROTECTED]> wrote:
> I am having troble installing real player 8. apt
> doesn't work. It is unable to complete the
> installation because it say's that I am in a
> non-interactive mode. Does anyone know what this
> mean?
> 
> __
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great
> prices.
> http://auctions.yahoo.com/
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 


__
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/



Re: Help with printer

2001-03-15 Thread Vadim Kutsyy
On Thu, 15 Mar 2001, Jordan wrote:

>
> Vadim> Do you mean:
> Vadim> http://www.linuxdoc.org/HOWTO/Printing-HOWTO/index.html
>
> Vadim> I didn't find it to be very helpfull for configurating lpr
>
> I agree. However, the LPRng documentation, esp. LPRng-HOWTO, is excellent!!
>
> J.

That one is good.  I am almost done, but I am getting an error:

Status: cannot open '/dev/lp0' - 'No such device', attempt 2, sleeping 20
at 01:32:52.823

Any idea why would I get this error?

Thanks.

PS:
debian:~# ls -l /dev/lp0
crw-rw1 root lp 6,   0 Nov 30 10:23 /dev/lp0




Re: nfs problems

2001-03-15 Thread Forrest English
no change.  same results.

--
Forrest English
http://truffula.net

"When we have nothing left to give
There will be no reason for us to live
But when we have nothing left to lose
You will have nothing left to use"
-Fugazi 

On Thu, 15 Mar 2001, Fabio Massimo Di Nitto wrote:

> Forrest English wrote:
> > 
> > ok, here's what i do on the server.
> > 
> > /etc/exports file contains
> > /cdrom 192.168.2.30
> 
> >From my experience it has to look like this:
> 
> /cdrom 192.168.2.30/255.255.255.255(ro)
> 
>192.168.2.30 is the ip address allowed to remote mount the cdrom
>255.255.255.255 is the netmask. In this case is only a host
>(ro) is the option that tell to the nfs server to export
> read-only
> 
> Fabio
> 
> > 
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 



Nautilus broken (once again)...

2001-03-15 Thread franck routier
Hello,

Nautilus is broken once again on my machine. I use latest unstable.

When I launch it, it just doesn't display anything (either launched from a
terminal or from gnome menu).
If there is no ~/.nautilus/first-time-flag file, then it shows the wirzard
and hangs.

The whole story is that was broken about a week ago, then it worked after
an upgrade of oaf, bonobo and such libraries, then it broke again...

I have got an error message when I do :

[EMAIL PROTECTED]:~$ ls .nautilus/
desktop  first-time-flag
[EMAIL PROTECTED]:~$ nautilus -c
running nautilus_self_check_string
running nautilus_self_check_string_list
running nautilus_self_check_enumeration
running nautilus_self_check_preferences
running nautilus_self_check_scalable_font
running nautilus_self_check_font_manager
running nautilus_self_check_string_map
running nautilus_self_check_art_extensions
running nautilus_self_check_gdk_pixbuf_extensions
running nautilus_self_check_glib_extensions

FAIL: check failed in nautilus-glib-extensions.c, line 1427
  evaluated: test_strftime ("%m/%d/%y, %I:%M %p", 2000, 1, 1, 1, 0, 0)
   expected: 01/01/00, 01:00 AM
got: 01/01/00, 01:00 
FAIL: check failed in nautilus-glib-extensions.c, line 1428
  evaluated: test_strftime ("%-m/%-d/%y, %-I:%M %p", 2000, 1, 1, 1, 0,
0)
   expected: 1/1/00, 1:00 AM
got: 1/1/00, 1:00 
FAIL: check failed in nautilus-glib-extensions.c, line 1429
  evaluated: test_strftime ("%_m/%_d/%y, %_I:%M %p", 2000, 1, 1, 1, 0,
0)
   expected:  1/ 1/00,  1:00 AM
got:  1/ 1/00,  1:00 
running nautilus_self_check_gdk_extensions
running nautilus_self_check_gdk_font_extensions

Gdk-WARNING **: Missing charsets in FontSet creation


Gdk-WARNING **: ISO8859-1


Gdk-WARNING **: ISO8859-1


** ERROR **: file nautilus-gdk-font-extensions.c: line 957
(nautilus_gdk_font_get_fixed): assertion failed: (fixed_font != NULL)
aborting...
Abandon

Is this of any help to anyone to suggest where the problem resides ?

Thanks,

Franck



printing pdf containing font not recognised by ps printer

2001-03-15 Thread Mark Mackenzie
Hi,

I have a document that contains fonts that are unrecognisable to a
postscript printer (hplj2100tn)

The fonts are (AFAICT):

HMLODN+Universal-GreekwithMathPi
AIKCIF+MathPackOne  

acroread correctly displays the document, but when printing, it is sent
to pdf2ps (which is from the gs package) but obviously it just sends
the font along to the ps printer (which doesn't recognise the font).

Does anyone know about this problem?

(I obtained these font names from the error messages of an old acroread
on a sun. debian's acroread displays correctly)

Thanks,
Mark



Re: So, anyone knows wtf Apache.pm is? Was: Re: Testing upgrade and consequences

2001-03-15 Thread Paul Slootman
On Wed 14 Mar 2001, Dimitri Maziuk wrote:
> 
> Hmm, interesting... Why tf did I install apache-perl in the first place?

Because the combination apache + mod-perl had/has(?) a pretty bad memory
leak? Which was why apache-perl was created in the first place.


Paul Slootman
-- 
home:   [EMAIL PROTECTED]  http://www.wurtel.demon.nl/
work:   [EMAIL PROTECTED]   http://www.murphy.nl/
debian: [EMAIL PROTECTED]  http://www.debian.org/
isdn4linux: [EMAIL PROTECTED]  http://www.isdn4linux.org/



kmod and NAT broken in 2.4.1?

2001-03-15 Thread Ross Boylan
I built a 2.4.1 kernel from the debianized source, and have noticed a
couple of problems:

1) kmod shows no signs of working, though I did compile with this
option on.  modprobe is able to load the necessary modules.

2) iptables NAT facility doesn't seem to work.  I have a line
iptables -t nat -A POSTROUTING -s 192.168.10.0/24 -o eth1 -j SNAT
--to-source x.y.z.q
where eth1 is connected to my DSL (static IP) and x.y.z.q is the
address assigned me.  When I trace a ping to x.y.z.1 from a local
machine (running NT 4) it looks as if traffic on my router machine
flows from eth0 (local subnet) to eth1 and then back to eth1, but
that's the end of it.  ping works from the router machine.

By the way, if anyone has any suggestions for how to trace and
diagnose routing problems--in particular to get the history of a
single interaction--I'm all ears.  I've been mixing counting traffic
on the adapters with -j LOG statements in the iptables.

I figure this is likely my misunderstanding rather than bugs, so I
thought I'd appeal for some wisdom.  Thanks.

By the way, my return address may not be valid, but the cc should be.



Serial port weirdness

2001-03-15 Thread Sunnanvind Briling Fenderson
Hi; I just installed Debian on my x86-notebook again (I ran it a lot last 
year, but never really mastered it), and I tried to run pppconfig to 
connect, via modem, to my ISP. Alas - it couldn't find my modem. At all. 
It used to be able to do so. I tried wvdial (just in case); but it didn't 
find it - it seemed like it couldn't even find that serial port. It asks 
if I have configured it properly with setserial, or something to that 
extent (I'm at work now; I'll see if I can dig up the exact error 
message, if requested). I guess not.

It worked fine until a friend helped me get my pcmcia-network card 
running, last fall - when I returned home from our lan-gathering I 
couldn't dial up. I've since reformatted my ext2-partition (for various 
reasons) and reinstalled Debian; but the same problem persists - the 
serial port that the modem is connected to doesn't seem to work. I'm sure 
I might have neglected something in the installation process, but what?

I currently dual boot Windows and dialing works fine from it. I'd like to 
get back into running Debian full time as soon as possible.
Thanks for reading this letter;
Sunna




RE: grip cddb config

2001-03-15 Thread Thomas Wegner
Hello James!

On 14-Mar-2001 Lewis, James M. wrote:
> Does anyone have a grip configuration for cddb that works?
> xmcd works but I can't seem to figure out exactly what I
> have to put into grip to make that one work.

My grip-configuration looks like the following lines:
DB-Server:freedb.freedb.org
CGI path: ~cddb/cddb.cgi
DB Submit email: [EMAIL PROTECTED]

It works fine.

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



Re: nameserver for class CHAOS ?

2001-03-15 Thread Gavin Hamill
On Wed, 14 Mar 2001, will trillich wrote:

> i've gotten a strange DNS/NAMED/BIND error message:
> 
>   =-=-=-=-=-=-=-=-=-=-=
>   Mar 12 10:36:45 server named[2991]: No root nameservers for class CHAOS
> 
> where do i look to determine whether or not this is important?
> and what to do about it, if so?

It's not terribly important, and I'd do a grep on your entire /var/named
(or wherever your zone files live) for CHAOS...

Basically, there are three classes of address that BIND supports...

>From O'Reilly's DNS/BIND book:
A.1.5 Classes
(From RFC 1035, page 13)

CLASS fields appear in resource records. The following CLASS mnemonics and
values are defined:

IN
1 the Internet

CS
2 the CSNET class (obsolete - used only for examples in some obsolete
RFCs)

CH
3 the CHAOS class

HS
4 the Hesiod class

You might want to consult RFC 1035 for more info :)

The most useful thing I can think of for the CHAOS class is the following:

[EMAIL PROTECTED]:~/test$ nslookup -q=txt -class=CHAOS version.bind. 0

That'll only work on real nslookup's, which doesn't include the current
Debian one which complains about being deprecated...

gdh



Re: nfs problems

2001-03-15 Thread Sebastiaan


On Wed, 14 Mar 2001, Forrest English wrote:

> ok, here's what i do on the server.
> 
> /etc/exports file contains
> /cdrom 192.168.2.30
> 
> and the client's fstab contains
> 192.168.1.10:/cdrom /nfscdrom nfs rsize=1024,wsize=1024 0 0
> 
> i on the server, i then did...  /etc/init.d/nfs-server reload
> 
> and mounting on the client reports
> 
> grickle:~# mount /nfscdrom
> mount: thneed:/test failed, reason given by server: Permission denied
Hmm, you try to mount /cdrom on the server, but it reports that you try to
mount /test. Have you loaded nfs-common-utils? What does 'rpcinfo -p' on
the server say? At least rpc.mountd and rpc.nfsd should have been
loaded. Also did I discover that sometimes portmapper is not load
automatically, so by doing:
/etc/init.d/portmapper restart
/etc/init.d/nfs-common restart
/etc/init.d/nfs-server restart

and 
rpcinfo -p should display something like:
1   2   tcp 111 portmapper
1   2   ucp 111 portmapper
389 2   tcp ??? mountd
389 2   ucp ??? mountd
385 2   tcp ??? nfsd
385 2   ucp ??? nfsd

I cannot remember exactly, just check the most right colom.


Greetz,
Sebastiaan

> 
> could someone please elighten me on what the heck i'm doing wrong?
> 
> --
> Forrest English
> http://truffula.net
> 
> "When we have nothing left to give
> There will be no reason for us to live
> But when we have nothing left to lose
> You will have nothing left to use"
> -Fugazi 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 



Re: requirements of cipe

2001-03-15 Thread Gavin Hamill
On Wed, 14 Mar 2001, Nick wrote:

> what kernel do I need?
> Can I use 2.2.14 or 2.2.18

I have tried a few times and never had any joy with this...

So I had a hunt around and found 'vtun' instead, which does exactly the
same thing, is more flexible and is quite straightforward to configure :)

>From 'apt-cache show vtun'

 VTun requires the Universal TUN/TAP kernel module which can be found at
 http://vtun.sourceforge.net/tun/index.html or in the 2.4 series linux
 kernel.

vtun includes compression and I saw roughly a 30% effective speed
increase over a 128kbit line...

Have fun :)

Gavin.



Re: nameserver for class CHAOS ?

2001-03-15 Thread Tommi Komulainen
On Thu, Mar 15, 2001 at 09:23:02AM +, Gavin Hamill wrote:
> 
> The most useful thing I can think of for the CHAOS class is the following:
> 
> [EMAIL PROTECTED]:~/test$ nslookup -q=txt -class=CHAOS version.bind. 0
> 
> That'll only work on real nslookup's, which doesn't include the current
> Debian one which complains about being deprecated...

Well, it's time to learn to use 'dig' and 'host' anyway, so:

host -c chaos -t txt version.bind. localhost
dig @localhost version.bind. txt chaos


Besides, 'host' is shorter to type than 'nslookup'... =)


-- 
Tommi Komulainen [EMAIL PROTECTED]
GPG 1024D/68388EE66FD6 DD79 EB38 BF6F 3533  09C0 04A8 9871 6838 8EE6


pgpovqi1dhB7O.pgp
Description: PGP signature


Re: initial console

2001-03-15 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>,
pplaw  <[EMAIL PROTECTED]> wrote:
>after getting a kernel panic, as a result of
>trying to boot a custom kernel (2.2.18), i managed
>to fsck dev/hda1 (using a rescue floppy). when i try
>to boot via lilo, i can't open an initial console:
>
>fs: mounted root (ext2 filesystem) readonly.
>unable to open an initial console.

That means "cannot open /dev/console". Either it's not there anymore,
or you're mounting the wrong filesystem as root file system.

You can recreate /dev/console with mknod -m 622 console c 5 1

Mike.
-- 
How much net work could a network work if a network could net work ?



Re: How best to install a TrueType font on Debian?

2001-03-15 Thread Tommi Komulainen
On Wed, Mar 14, 2001 at 07:53:45PM -0500, Jimmy Kaplowitz wrote:
> Hi everyone. I just downloaded a TrueType font (Lucida Sans Unicode) and
> am wondering what's the best way to install that so that everything
> works in the Debian fashion. You know, what's the "official Debian"
> policy-guided (etc.) way to install a TrueType font? What packages do I
> need, what commands do I type, etc.?

I can't say whether this is an "official" way, but I have put my truetype
fonts in /usr/local/share/fonts/truetype[1] -directory, run mkttfdir[2] in
that directory and added the directory in X FontPath.

For XF4, I't sufficient to add 'Load "freetype"' in the Module-section in
XF86Config, but with 3.3.x -versions, you need to use a truetype-capable
font server.

I think that was all there was to it.  At least it works for me...


[1] not in /usr since that's for the package manager, right?
[2] in fttools package

-- 
Tommi Komulainen [EMAIL PROTECTED]
GPG 1024D/68388EE66FD6 DD79 EB38 BF6F 3533  09C0 04A8 9871 6838 8EE6


pgpIw1HovGo0E.pgp
Description: PGP signature


Re: Nautilus broken (once again)...

2001-03-15 Thread franck routier
Not to respond to my own message, but I have got some more info on my
problem :

When I launch nautilus, I get this message in /var/log/messages :

Mar 15 11:38:51 socrate gconfd (alci-965): starting (version 1.0.0), pid
965 user 'alci'
Mar 15 11:38:51 socrate gconfd (alci-965): No configuration files found,
trying to use the default config source `xml:readwrite:/home/alci/.gconf'
Mar 15 11:38:51 socrate gconfd (alci-965): Initializing XML backend module
Mar 15 11:38:51 socrate gconfd (alci-965): Directory/file permissions for
XML source at root /home/alci/.gconf are: 700/600
Mar 15 11:38:51 socrate gconfd (alci-965): Failed to notify listener
3338665986, removing: IDL:CORBA/COMM_FAILURE:1.0

Hope this can give a clue to someone more magic aware than I am :-)


Le jeu, 15 mar 2001 09:18:08, franck routier a écrit :
> Hello,
> 
> Nautilus is broken once again on my machine. I use latest unstable.
> 
> When I launch it, it just doesn't display anything (either launched from
> a
> terminal or from gnome menu).
> If there is no ~/.nautilus/first-time-flag file, then it shows the
> wirzard
> and hangs.
> 
> The whole story is that was broken about a week ago, then it worked after
> an upgrade of oaf, bonobo and such libraries, then it broke again...
> 
> I have got an error message when I do :
> 
> [EMAIL PROTECTED]:~$ ls .nautilus/
> desktop  first-time-flag
> [EMAIL PROTECTED]:~$ nautilus -c
> running nautilus_self_check_string
> running nautilus_self_check_string_list
> running nautilus_self_check_enumeration
> running nautilus_self_check_preferences
> running nautilus_self_check_scalable_font
> running nautilus_self_check_font_manager
> running nautilus_self_check_string_map
> running nautilus_self_check_art_extensions
> running nautilus_self_check_gdk_pixbuf_extensions
> running nautilus_self_check_glib_extensions
> 
> FAIL: check failed in nautilus-glib-extensions.c, line 1427
>   evaluated: test_strftime ("%m/%d/%y, %I:%M %p", 2000, 1, 1, 1, 0,
> 0)
>expected: 01/01/00, 01:00 AM
> got: 01/01/00, 01:00 
> FAIL: check failed in nautilus-glib-extensions.c, line 1428
>   evaluated: test_strftime ("%-m/%-d/%y, %-I:%M %p", 2000, 1, 1, 1,
> 0,
> 0)
>expected: 1/1/00, 1:00 AM
> got: 1/1/00, 1:00 
> FAIL: check failed in nautilus-glib-extensions.c, line 1429
>   evaluated: test_strftime ("%_m/%_d/%y, %_I:%M %p", 2000, 1, 1, 1,
> 0,
> 0)
>expected:  1/ 1/00,  1:00 AM
> got:  1/ 1/00,  1:00 
> running nautilus_self_check_gdk_extensions
> running nautilus_self_check_gdk_font_extensions
> 
> Gdk-WARNING **: Missing charsets in FontSet creation
> 
> 
> Gdk-WARNING **: ISO8859-1
> 
> 
> Gdk-WARNING **: ISO8859-1
> 
> 
> ** ERROR **: file nautilus-gdk-font-extensions.c: line 957
> (nautilus_gdk_font_get_fixed): assertion failed: (fixed_font != NULL)
> aborting...
> Abandon
> 
> Is this of any help to anyone to suggest where the problem resides ?
> 
> Thanks,
> 
> Franck
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 



Re: man missing !

2001-03-15 Thread Colin Watson
[EMAIL PROTECTED] (Colin Watson) wrote:
>franck routier <[EMAIL PROTECTED]> wrote:
>>for a few days, when I type 'man xxx', I get the following error message :
>>
>>bash: man: command not found
>>
>>However, I have installed manpages and man-db packages :
>>
>>socrate:/home/alci# dpkg -s man-db
>>Package: man-db
>>Status: install ok installed
>>Priority: important
>>Section: doc
>>Installed-Size: 716
>>Maintainer: Fabrizio Polacco <[EMAIL PROTECTED]>
>>Version: 2.3.17-3.2
>
>Could you tell me what 'ls -l /usr/bin/man' and 'ls -l
>/usr/bin/man-wrapper' return, please? Also, what architecture are you
>running (i386, alpha, sparc, ...)? I haven't heard of this happening
>before.

I've just looked at the packages for all architectures in the archive,
and they all look fine (the man -> man-wrapper symlink is sitting
happily in the .deb). Did you get any errors while installing the
package?

-- 
Colin Watson [EMAIL PROTECTED]



RE: man missing !

2001-03-15 Thread Subramaniam Aiyer \(CTS\)
hi
 i faced this problem but the error which i had got solved when i did su. 
please check if this helps
   thanx


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, 15 March 2001 4:33 PM
To: debian-user@lists.debian.org
Cc: franck routier
Subject: Re: man missing !


[EMAIL PROTECTED] (Colin Watson) wrote:
>franck routier <[EMAIL PROTECTED]> wrote:
>>for a few days, when I type 'man xxx', I get the following error message :
>>
>>bash: man: command not found
>>
>>However, I have installed manpages and man-db packages :
>>
>>socrate:/home/alci# dpkg -s man-db
>>Package: man-db
>>Status: install ok installed
>>Priority: important
>>Section: doc
>>Installed-Size: 716
>>Maintainer: Fabrizio Polacco <[EMAIL PROTECTED]>
>>Version: 2.3.17-3.2
>
>Could you tell me what 'ls -l /usr/bin/man' and 'ls -l
>/usr/bin/man-wrapper' return, please? Also, what architecture are you
>running (i386, alpha, sparc, ...)? I haven't heard of this happening
>before.

I've just looked at the packages for all architectures in the archive,
and they all look fine (the man -> man-wrapper symlink is sitting
happily in the .deb). Did you get any errors while installing the
package?

-- 
Colin Watson [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message. Any unauthorised review, 
use, disclosure, dissemination, forwarding, printing or copying of this email 
or any action taken in reliance on this e-mail is strictly prohibited and may 
be unlawful.
Visit us at http://www.cognizant.com



Brief Grimaldi's Lounge & Office

2001-03-15 Thread Grimaldi's Lounge & Office
Title: Grimaldi's Lounge & Office







  

  

  

  

  

  
  

  

  


  

  

  
  

  

  


  
  
  


  


  
  

  

  

Grimaldi's Lounge & Office
NV


  


  

  

  
 


Geachte mevrouw,
Geachte heer,   
  

 


 


Grimaldi's Lounge & Office NV is een 
onafhankelijk
specialist in het aankopen en verkopen van
vennootschappen en dat zowel in binnen- als
buitenland. De kantoren van Grimaldi's Lounge
& Office bevinden zich in België te
Antwerpen, in Nederland te Valkenswaard en in
Zwitserland te Solothurm (Bazel). 

  


Het klantenbestand van het kantoor bestaat 
hoofdzakelijk
uit accountants, advocaten, financiële
instellingen, bedrijfsleiders en ondernemers.
Grimaldi's Lounge & Office NV bouwde een
jarenlange ervaring op als financier en
tussenpersoon van financiële instellingen en
Europese ondernemers. Daardoor is Grimaldi's
Lounge & Office NV uitgegroeid tot een
gesprekspartner met toegevoegde waarde.

 


De meeste cliënten van Grimaldi's Lounge & 
Office NV zoeken een antwoord op de vraag hoe ze hun
vermogen kunnen beveiligen tegen industriële
risico's of hoe ze een nieuwe activiteit kunnen
ontplooien zonder hun reeds opgebouwd vermogen
in het gedrang te brengen. Een
vennootschapsstructuur biedt daarvoor de beste
garantie. Indien 
de oplossing voor het probleem in het
buitenland wordt gezocht, werkt Grimaldi's
Lounge & Office NV steeds met partners die een
onberispelijke reputatie genieten. Grimaldi's
Lounge & Office NV bouwde 
een netwerk uit van buitenlandse
accountantskantoren en financiële instellingen
met wie het in vertrouwen kan werken. Vertrouwen
dat ten dienste wordt gesteld van de cliënt.

 


Steeds weer duikt dezelfde vraag op: hebt u 
belang bij een
nieuwe vennootschaps structuur en zo welke vorm
moet die aannemen, een BV, BVBA of een 
NV? 

 Een
vennootschap naar Belgisch of Nederlands recht
of waarom niet naar buitenlands recht en wat zijn 
daarbij uw
rechten en plichten?

  
 

fetchmail-ssle clarification

2001-03-15 Thread David Purton

What is the difference between fetchmail-ssl and fetchmail with the ssl
flag set? (Both are separate packages in woody)


Today people in droves hurry up past Heumoz to Villars 
on the road to the ski hills, so they can rush down them
as fast as possible, so they can hurry up again in order
to rush down again.  In a way this is funny,...

Francis A Schaeffer

David Purton

http://www.chariot.net.au/~dcpurton/
[EMAIL PROTECTED]



Re: ldconfig, again

2001-03-15 Thread destruss
Hi Jim:
There is hope. I just went through the same problem and was able
to locate a web page devoted to this problem. I didn't save the url
but I used geocrawler to search debian-user for ldso. ( or maybe
it was ldconfig). Anyway it told how to reload ldconfig for those who
tried to upgrade to woody & then wanted or needed to go back to
potato. HTHDean

On 14 Mar 2001, at 10:53, Jim Bowering wrote:

> Carlos Laviola, thank you for your suggestion.  Unfortunately, any permutation
> of dpkg --force that I try returns the error about not finding ldconfig.
> Apparently, I can't install ldconfig without having ldconfig.
> 
> Also, I can't find libc6 in source, so I can't try it that way.
> 
> Am I stuck?
> 
> -- 
> Jim Bowering
> 
> -- 
> Jim Bowering <[EMAIL PROTECTED]>
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 




unknown local-part "m2k94f9za3.fsf" in domain

2001-03-15 Thread Bud Rogers
Pretty often mailq turns up an outgoing message from my Mailer-Daemon 
about an undeliverable message.  The undeliverable message is always 
spam of some kind, and always addressed to a non-existent user like the 
one in the subject.   The addressee is always 
[EMAIL PROTECTED]

I never see the incoming spam, just the outgoing Mailer-Daemon 
messages.  They usually wind up frozen because the spammer site is 
refusing connections.  Big surprise there.

I see between five and ten of these a week.  This is making me paranoid 
because I'm not sure exactly what's going on.  I'm fairly certain I 
have relaying disabled in exim.  I can't figure out what the spammers 
are getting out of this and that  worries me.

-- 
Bud Rogers <[EMAIL PROTECTED]>   http://www.sirinet.net/~budr
All things in moderation.  And not too much moderation either.



Re: Xircom Rex

2001-03-15 Thread christophe barbe
I've a old one. When It was still a starfish(/Franklin electronic) product.
The card is seen as a normal pcmcia memory card. The chip use directly this 
memory. So you can already backup you content.
Starfish has provided a software RexConnect (require a NDA) to seen this 
content in a more convenient way.
I don't know how to find this software from Xircom.
Moreover I know one program which use it and that could be what you're looking 
for :
http://www.cyncore.com/rex.html
.. if you use the same PIM software.

Christophe

On jeu, 15 mar 2001 00:35:50 Tomaas Ortega wrote:
> Its a long shot but i might as well try anyway, is there any syncing software 
> for a xircom rex to sink to linux in any way shape or form...
> 
> If anyone can help me out on this it would be greatly appreciated
> 
> thanx
> tom
> 
> 
> 
> 
> 
> 
> 
> 
> Its a long shot but i might as well try anyway, is there 
> any 
> syncing software for a xircom rex to sink to linux in any way shape or 
> form...
>  
> If anyone can help me out on this it would be greatly 
> appreciated
>  
> thanx
> tom
> 
-- 
Christophe Barbé
Software Engineer
Lineo High Availability Group
42-46, rue Médéric
92110 Clichy - France
phone (33).1.41.40.02.12
fax (33).1.41.40.02.01
www.lineo.com



Re: nameserver for class CHAOS ?

2001-03-15 Thread Gavin Hamill
> Besides, 'host' is shorter to type than 'nslookup'... =)

But not 'nsl' ;)))

gdh




RE: man missing !

2001-03-15 Thread franck routier
Finally, I just did 'apt-get remove man-db' + 'apt-get install man-db' and
this solved my problem !

I'm afraid we'll never know what happened :-)

Thank you anyway,

Franck


Le jeu, 15 mar 2001 12:07:06, Subramaniam Aiyer (CTS) a écrit :
> hi
>  i faced this problem but the error which i had got solved when i did su.
> 
> please check if this helps
>thanx
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 15 March 2001 4:33 PM
> To: debian-user@lists.debian.org
> Cc: franck routier
> Subject: Re: man missing !
> 
> 
> [EMAIL PROTECTED] (Colin Watson) wrote:
> >franck routier <[EMAIL PROTECTED]> wrote:
> >>for a few days, when I type 'man xxx', I get the following error
> message :
> >>
> >>bash: man: command not found
> >>
> >>However, I have installed manpages and man-db packages :
> >>
> >>socrate:/home/alci# dpkg -s man-db
> >>Package: man-db
> >>Status: install ok installed
> >>Priority: important
> >>Section: doc
> >>Installed-Size: 716
> >>Maintainer: Fabrizio Polacco <[EMAIL PROTECTED]>
> >>Version: 2.3.17-3.2
> >
> >Could you tell me what 'ls -l /usr/bin/man' and 'ls -l
> >/usr/bin/man-wrapper' return, please? Also, what architecture are you
> >running (i386, alpha, sparc, ...)? I haven't heard of this happening
> >before.
> 
> I've just looked at the packages for all architectures in the archive,
> and they all look fine (the man -> man-wrapper symlink is sitting
> happily in the .deb). Did you get any errors while installing the
> package?
> 
> -- 
> Colin Watson [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> This e-mail and any files transmitted with it are for the sole use of the
> intended recipient(s) and may contain confidential and privileged
> information. 
> If you are not the intended recipient, please contact the sender by reply
> e-mail and destroy all copies of the original message. Any unauthorised
> review, use, disclosure, dissemination, forwarding, printing or copying
> of this email or any action taken in reliance on this e-mail is strictly
> prohibited and may be unlawful.
> Visit us at http://www.cognizant.com
> 
> 



Re: sendmail: extra from line

2001-03-15 Thread Andy Spiegl
> Andy> Nothing.  It doesn't exist.  I do have a .procmailrc, but
> Andy> even when I move that out of the way this second from line
> Andy> appears.  What else could be adding it?
> 
> Where is procmail called (I assume it is)? Is formail used?
/etc/mail/sendmail.mc:
 MAILER(procmail)dnl

But a global /etc/procmailrc doesn't exist either.

> Beware, you computer is haunted ;-).
(c:
 Andy.

-- 
 Dr. Andy Spiegl, Radio Marañón, Jaén, Perú
 E-Mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
 URL: http://spiegl.de, http://radiomaranon.org.pe
 PGP/GPG: see headers
o  _ _ _
  - __o   __o  /\_   _ \\o  (_)\__/o  (_)
  --- _`\<,__`\<,__>(_) (_)/<_\_| \   _|/' \/
  -- (_)/ (_)  (_)/ (_)  (_)(_)   (_)(_)'  _\o_
 ~~~
 Anything is possible. Some things just take a little longer.



Cannot log into any account other than root

2001-03-15 Thread Randolph S. Kahle


When I installed Debian, I selected shadow password and MD5.

I can "adduser" and the entries appear in the /etc/passwd
and /etc/shadow files as I expect to see them.

However, when I try to log in as that user, the system
pauses (for a few seconds) after I enter the password
and then tells me "Login incorrect".

Can someone help me understand why I can log in as
root and not as a user? Do I need to download PAM?

Thanks -- Randy



Re: unknown local-part "m2k94f9za3.fsf" in domain

2001-03-15 Thread Colin Watson
Bud Rogers <[EMAIL PROTECTED]> wrote:
>Pretty often mailq turns up an outgoing message from my Mailer-Daemon 
>about an undeliverable message.  The undeliverable message is always 
>spam of some kind, and always addressed to a non-existent user like the 
>one in the subject.   The addressee is always 
>[EMAIL PROTECTED]

They're message-ids (generated by some Emacs mail/news program, I
believe, probably Gnus). Spammers very often send mail to pretty much
anything surrounded by angle brackets, which message-ids usually are. I
wouldn't worry about it too much.

Cheers,

-- 
Colin Watson [EMAIL PROTECTED]



Functionality simular to FreeBSD's jails

2001-03-15 Thread Ilya Martynov

Hi,

I'm interested if there is exists some software which allows to
implement virtual boxes under Linux (something that provide simular
capabilities as FreeBSD's jails). The only thing I know about is
user-mode linux kernel. Does anybody had experience with it? How
stable is it? Is there any limitations? Is there any other
alternatives that can run under Linux?

-- 
Ilya Martynov
AGAVA Software Company, http://www.agava.com



Re: Nautilus broken (once again)...

2001-03-15 Thread franck routier
Me again :-)

After a search on deja.com, it seems that my problem is related to bug
#79448, marked as done in nautilus 0.8.1

Well, not quite :-(


Le jeu, 15 mar 2001 11:45:54, franck routier a écrit :
> Not to respond to my own message, but I have got some more info on my
> problem :
> 
> When I launch nautilus, I get this message in /var/log/messages :
> 
> Mar 15 11:38:51 socrate gconfd (alci-965): starting (version 1.0.0), pid
> 965 user 'alci'
> Mar 15 11:38:51 socrate gconfd (alci-965): No configuration files found,
> trying to use the default config source `xml:readwrite:/home/alci/.gconf'
> Mar 15 11:38:51 socrate gconfd (alci-965): Initializing XML backend
> module
> Mar 15 11:38:51 socrate gconfd (alci-965): Directory/file permissions for
> XML source at root /home/alci/.gconf are: 700/600
> Mar 15 11:38:51 socrate gconfd (alci-965): Failed to notify listener
> 3338665986, removing: IDL:CORBA/COMM_FAILURE:1.0
> 
> Hope this can give a clue to someone more magic aware than I am :-)
> 
> 
> Le jeu, 15 mar 2001 09:18:08, franck routier a écrit :
> > Hello,
> > 
> > Nautilus is broken once again on my machine. I use latest unstable.
> > 
> > When I launch it, it just doesn't display anything (either launched
> from
> > a
> > terminal or from gnome menu).
> > If there is no ~/.nautilus/first-time-flag file, then it shows the
> > wirzard
> > and hangs.
> > 
> > The whole story is that was broken about a week ago, then it worked
> after
> > an upgrade of oaf, bonobo and such libraries, then it broke again...
> > 
> > I have got an error message when I do :
> > 
> > [EMAIL PROTECTED]:~$ ls .nautilus/
> > desktop  first-time-flag
> > [EMAIL PROTECTED]:~$ nautilus -c
> > running nautilus_self_check_string
> > running nautilus_self_check_string_list
> > running nautilus_self_check_enumeration
> > running nautilus_self_check_preferences
> > running nautilus_self_check_scalable_font
> > running nautilus_self_check_font_manager
> > running nautilus_self_check_string_map
> > running nautilus_self_check_art_extensions
> > running nautilus_self_check_gdk_pixbuf_extensions
> > running nautilus_self_check_glib_extensions
> > 
> > FAIL: check failed in nautilus-glib-extensions.c, line 1427
> >   evaluated: test_strftime ("%m/%d/%y, %I:%M %p", 2000, 1, 1, 1, 0,
> > 0)
> >expected: 01/01/00, 01:00 AM
> > got: 01/01/00, 01:00 
> > FAIL: check failed in nautilus-glib-extensions.c, line 1428
> >   evaluated: test_strftime ("%-m/%-d/%y, %-I:%M %p", 2000, 1, 1, 1,
> > 0,
> > 0)
> >expected: 1/1/00, 1:00 AM
> > got: 1/1/00, 1:00 
> > FAIL: check failed in nautilus-glib-extensions.c, line 1429
> >   evaluated: test_strftime ("%_m/%_d/%y, %_I:%M %p", 2000, 1, 1, 1,
> > 0,
> > 0)
> >expected:  1/ 1/00,  1:00 AM
> > got:  1/ 1/00,  1:00 
> > running nautilus_self_check_gdk_extensions
> > running nautilus_self_check_gdk_font_extensions
> > 
> > Gdk-WARNING **: Missing charsets in FontSet creation
> > 
> > 
> > Gdk-WARNING **: ISO8859-1
> > 
> > 
> > Gdk-WARNING **: ISO8859-1
> > 
> > 
> > ** ERROR **: file nautilus-gdk-font-extensions.c: line 957
> > (nautilus_gdk_font_get_fixed): assertion failed: (fixed_font != NULL)
> > aborting...
> > Abandon
> > 
> > Is this of any help to anyone to suggest where the problem resides ?
> > 
> > Thanks,
> > 
> > Franck
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact
> > [EMAIL PROTECTED]
> > 
> > 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 



RE: Cannot log into any account other than root

2001-03-15 Thread George Wright
Try rerunning passwd as root for this particular username and 
then try again.  I had a similar problem and suspect I may have 
something syntactically askew in my adduser statement.  
Doing this solved my problem.

-George


> -Original Message-
> From: Randolph S. Kahle [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 15, 2001 8:34 AM
> To: debian-user@lists.debian.org
> Subject: Cannot log into any account other than root
> 
> 
> 
> When I installed Debian, I selected shadow password and MD5.
> 
> I can "adduser" and the entries appear in the /etc/passwd
> and /etc/shadow files as I expect to see them.
> 
> However, when I try to log in as that user, the system
> pauses (for a few seconds) after I enter the password
> and then tells me "Login incorrect".
> 
> Can someone help me understand why I can log in as
> root and not as a user? Do I need to download PAM?
> 
> Thanks -- Randy
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 



avifile-player DivX

2001-03-15 Thread Shao Zhang
Hi,

After reading some of discussions about the DivX, I decided to try it out.
I apt-getted it(0.6.0), but it is not working as expected.

The file I tried works with xanim. I am running the latest unstable.

Here is what I am getting:

[12:55|pts/[EMAIL PROTECTED] % aviplay test.avi 
libwin32.so.0: found 22 plugins
libmpeg_audiodec.so.0: found 1 plugin
libmp3lame_audioenc.so.0: found 1 plugin
libaudiodec.so.0: found 4 plugins
Available CPU flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov
pat pse36 mmx fxsr
465.588 MHz Celeron (Mendocino) processor detected
Xlib:  extension "RENDER" missing on display ":0.0".
Stream 0: 73646976:32335649, 67 chunks
Cache: Adding stream 0, 67 chunks
Cache:   Creating cache for file descriptor 6
Successfully initialized stream 0
Chunk table size 67, format size 40
Successfully opened test.avi. 1 video streams, 0 audio streams
Length 67
File test.avi successfully opened
1 streams
WARNING: File does not contain audio streams
File test.sub not found
File test.SUB not found
Win32 loader: FATAL: Could not load library
IAviPlayer: FATAL: Failed to initialize decoder object
No video will be available
Cannot play this

Regards,

Shao.

-- 

Shao Zhang - Running Debian 2.1  ___ _   _
Department of Communications/ __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia   |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: [EMAIL PROTECTED]  |___/ 
_



A question??

2001-03-15 Thread 00456409
Hi  I have  a doubt ¡¡

How I can format my disk in  4K, I need a program or a comand or what???
where i can find this information?

Thanks
Atte
Christhian Flores from Mexico





Re: nfs problems

2001-03-15 Thread Forrest English
oh, the test thing is because initially i thought it might have been a
problem with  trying to export a cdrom.   and i made a test dir and
export.   anyhow, i switched it back to the cdrom in both cases.

thneed:~# rpcinfo -p
   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000211   udp  32768  nlockmgr
1000213   udp  32768  nlockmgr
1000241   udp895  status
1000241   tcp897  status
132   udp   2049  nfs
132   tcp   2049  nfs
151   udp906  mountd
152   udp906  mountd
151   tcp909  mountd
152   tcp909  mountd

the server shows that, so it looks like everything is running alright to
me, and the client still has 

grickle:~# mount /nfscdrom
mount: 192.168.1.10:/cdrom failed, reason given by server: Permission
denied

i never had any problems with the nfs-kernel-server, but since this is a
2.4 machine, i don't think thats an option, is it?

--
Forrest English
http://truffula.net

"When we have nothing left to give
There will be no reason for us to live
But when we have nothing left to lose
You will have nothing left to use"
-Fugazi 

On Thu, 15 Mar 2001, Sebastiaan wrote:

> 
> 
> On Wed, 14 Mar 2001, Forrest English wrote:
> 
> > ok, here's what i do on the server.
> > 
> > /etc/exports file contains
> > /cdrom 192.168.2.30
> > 
> > and the client's fstab contains
> > 192.168.1.10:/cdrom /nfscdrom nfs rsize=1024,wsize=1024 0 0
> > 
> > i on the server, i then did...  /etc/init.d/nfs-server reload
> > 
> > and mounting on the client reports
> > 
> > grickle:~# mount /nfscdrom
> > mount: thneed:/test failed, reason given by server: Permission denied
> Hmm, you try to mount /cdrom on the server, but it reports that you try to
> mount /test. Have you loaded nfs-common-utils? What does 'rpcinfo -p' on
> the server say? At least rpc.mountd and rpc.nfsd should have been
> loaded. Also did I discover that sometimes portmapper is not load
> automatically, so by doing:
> /etc/init.d/portmapper restart
> /etc/init.d/nfs-common restart
> /etc/init.d/nfs-server restart
> 
> and 
> rpcinfo -p should display something like:
> 1 2   tcp 111 portmapper
> 1 2   ucp 111 portmapper
> 389   2   tcp ??? mountd
> 389   2   ucp ??? mountd
> 385   2   tcp ??? nfsd
> 385   2   ucp ??? nfsd
> 
> I cannot remember exactly, just check the most right colom.
> 
> 
> Greetz,
> Sebastiaan
> 
> > 
> > could someone please elighten me on what the heck i'm doing wrong?
> > 
> > --
> > Forrest English
> > http://truffula.net
> > 
> > "When we have nothing left to give
> > There will be no reason for us to live
> > But when we have nothing left to lose
> > You will have nothing left to use"
> > -Fugazi 
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > 
> > 
> 
> 



Frontpage Extensions

2001-03-15 Thread P.A. Barrow
When attempting to set up Frontpage extensions in a newly created
version Debian 2.2r2 system to be used as a Apache server, a library error
was encountered:

/usr/local/frontpage/version4.0/bin/fpsrvadm.exe

/fpsrvadm.exe: error in loading shared libraries:
libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file
or directory

Is there a library that can be installed to resolve this issue? Is it
possible to implement the Frontpage extensions on a Debian system, most
of the documentation for FPE imples RedHat was used.

Thanks - Paul



Re: Debian and HP49G

2001-03-15 Thread Chris Gray
On Wed, 14 Mar 2001, David Z. Maze wrote:
> Glenn Becker <[EMAIL PROTECTED]> writes:
> GB> I just got an HP49G calculator ... purchased the "PC
> GB> Connectivity Kit" in a fairly clueless moment (clueless = not
> GB> thinking that the included software might be Windoze-only).
> GB> 
> GB> Have found *some* Linux - HP calc connection stuff on
> GB> SourceForge, but was wondering if any Debian-ers are
> GB> successfully shunting stuff back and forth from Debian to an
> GB> HP48 or 49. Would be interested in ... how ... :-)
> 
> Gosh...I haven't done this in years.  The one thing you do need from
> the HP kit is the strange serial cable that plugs into the
> calculator.  The HP48, at least, supported both xmodem and Kermit
> transfers, so I'd try installing the (non-free) ckermit package and
> trying to use that to move files around.  The last time I tried it
> was many years ago on a Slackware machine on the other side of the
> country, so... :-)

I've been doing this fairly recently (I have some boring classes where
games come in handy :) ).  Here is my ~/.kermrc (you have to be in
the group dialout to open /dev/ttyS1)

set port /dev/ttyS1
set speed 9600
set parity none
set file type binary
set carrier-watch off
robust

kermit can be a fairly annoying thing to use, so good luck.  

Cheers,
Chris

-- 
Got jag?  http://www.tribsoft.com



NVdriver problems

2001-03-15 Thread Kyle Girard



Alright I've been trying to get this kernal module to work for a couple of days off and on without any success I have tried many different ways with many different kernels and I get natta, zip, zilch.  Any help would be apprieciated...

Here's my problem:  

I cannot insert the NVdriver module into my kernel I get the following error:

insmod NVdriver
Using /lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol create_proc_entry_R0ca385ff
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol init_mm_R400c8da0
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol remove_proc_entry_Rc8a0ae1b
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol proc_root_R26e7cf1e
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol mem_map_R3362b304
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol __wake_up_R0e58d99a
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol printk_R1b7d4074
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol register_chrdev_R0429f8ef
/lib/modules/2.2.19pre11/kernel/drivers/video/NVdriver: unresolved symbol __pollwait_R2cf42003

I've tried building the kernel-module from the tarball straight from nvidia, using the nvidia-kernel-src_0.9.6-2_i386.deb with kernels 2.2.15 -> 2.2.19pre11 and I get the same thing every time..

I've done everything I can think of, I followed the instructions in /usr/share/doc/nvidia-kernel-src, I've tried following the instructions from nvidia's page.. I'm not a guru when is comes to these kinda things but I can usually plow my way through  but this one has me stumped...

Thanks in advance,

Kyle

ps This might be all my own dum fault since I've never been able to install a kernel module that I have built 


System info

Debian unstable
TNT (Diamond Viper V550)
kernel 2.2.19pre11 (was 2.2.15 until a couple of days ago)
Pentium 2 350












Building from CVS

2001-03-15 Thread William Leese
Hi all,

I'm attempting to install X from recent sources i downloaded from their cvs, 
but i have no clue where to go from there as theres no configure file. Can 
someone tell me how this is done, i.e. how to create a configure file? (or 
any documentation on this)


William



Re: wraping lines in mutt

2001-03-15 Thread Wouter de Vries
On Tue, Mar 13, 2001 at 06:48:25PM -0500, D-Man wrote:
> On Tue, Mar 13, 2001 at 11:35:42AM -0800, Steven E. Harris wrote:
> | [EMAIL PROTECTED] writes:
> | 
> | > In my case, it is vi.  I have a .exrc file in my home directory that
> | > has the following contents:
> | > 
> | > set wl=76
> | 
> | I tried creating such a file, and (n)vi does note that the "wraplen"
> | variable is set to 76, but I can still type way past that 76 column
> | point. I thought that maybe vi would chop the lines up upon exit, but
> 
> I don't know about nvi, but in vim the "formatoptions" must also be
> set properly to wrap the lines.  (Also, in vim the variable
> "textwidth" must be set, not "wraplen")
> 
> Someone else said to set it to "t", mine is set to "tcq".
> 
> Also, gqip  or  gqap  will rewrap the current paragraph.  gqG  will
> reqwrap from here to the end of the buffer,  gq}  will rewrap from
> here to the end of the current paragraph.

l337 ! :)



Debian with read-only /usr

2001-03-15 Thread Dave Sherohman
I'm looking at NFS-mounting /usr for a largish number of machines, with the
basic idea that then I can just keep the binaries on the central server up-to
date and the workstations will all follow along with (hopefully) a minimum of
effort.  I'm a little concerned about apt, though...  I wouldn't expect it to
be very open-minded about /usr being read-only.  OTOH, I probably wouldn't
need to run apt very often on the workstations unless there's a change to
config file formats or an all-new package is being installed.

Any Debian-specific advice on running a setup like that?

-- 
Linux will do for applications what the Internet did for networks. 
- IBM, "Peace, Love, and Linux"
Geek Code 3.1:  GCS d? s+: a- C++ UL++$ P++>+++ L+++> E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI D G e* h+ r y+



Re: kmod and NAT broken in 2.4.1?

2001-03-15 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

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

> 1) kmod shows no signs of working, though I did compile with this
> option on.  modprobe is able to load the necessary modules.

No idea 'bout that one - kmod just worked for me

> 2) iptables NAT facility doesn't seem to work.  I have a line
> iptables -t nat -A POSTROUTING -s 192.168.10.0/24 -o eth1 -j SNAT
> --to-source x.y.z.q
> where eth1 is connected to my DSL (static IP) and x.y.z.q is the
> address assigned me.  When I trace a ping to x.y.z.1 from a local
> machine (running NT 4) it looks as if traffic on my router machine
> flows from eth0 (local subnet) to eth1 and then back to eth1, but
> that's the end of it.  ping works from the router machine.

With 2.4 such things don't work (trying to contact the external interface
of the firewall via an interal machine).  Beyond that it should work just
fine.

Do packets not get sent out eth1?

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

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

iD8DBQE6sOzu/ZTSZFDeHPwRAk12AKCXXTqKbSSojo0ZGmz/rOPRS+sw0gCdGNOa
TkiqPrx0V55teMkD40SbNvE=
=vzy0
-END PGP SIGNATURE-



Re: fetchmail-ssle clarification

2001-03-15 Thread Henrique M Holschuh
On Thu, 15 Mar 2001, David Purton wrote:
> What is the difference between fetchmail-ssl and fetchmail with the ssl
> flag set? (Both are separate packages in woody)

Both are also separate packages in sid (unstable), but only because of
Debian policy for non-US software.  I don't believe fetchmail-ssl is being
refreshed in woody because of the crappy libssl in woody. You're better off
by using the one in sid.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh



Re: Functionality simular to FreeBSD's jails

2001-03-15 Thread Dave Sherohman
On Thu, Mar 15, 2001 at 05:03:16PM +0300, Ilya Martynov wrote:
> I'm interested if there is exists some software which allows to
> implement virtual boxes under Linux (something that provide simular
> capabilities as FreeBSD's jails). The only thing I know about is
> user-mode linux kernel. Does anybody had experience with it? How
> stable is it? Is there any limitations? Is there any other
> alternatives that can run under Linux?

Something like chroot?

-- 
Linux will do for applications what the Internet did for networks. 
- IBM, "Peace, Love, and Linux"
Geek Code 3.1:  GCS d? s+: a- C++ UL++$ P++>+++ L+++> E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI D G e* h+ r y+



OpenSSH public key auth

2001-03-15 Thread Juergen Fiedler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

I am running unstable with OpenSSH_2.5.1p2 installed. Now I am trying 
to connect to a machine that is running Redhat 6.2 with SSH 2 from 
ssh.com. The regular login works OK, but I am having problems getting 
public key authentication working. 
I created a key pair and appended my public key to 
~/.ssh2/authorized_keys on the Redhat machine, leaving the 'identity' 
file in ~/.ssh on the Debian box.
ssh-add seems to be adding the key to ssh-agent OK, but when I try to 
connect to the Redhat server, I am still asked for my password.
Does anyone have any idea what I could be doing wrong?

Thanks,
j
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6sPJ5RioLhcc1F0gRAmQzAJ4l2c6nhvJiJ7zHC+ndJ8jaRm4nMQCffCgX
78or9/aP7fi3t7ll/vYi3jo=
=BspM
-END PGP SIGNATURE-



Re: Functionality simular to FreeBSD's jails

2001-03-15 Thread Ilya Martynov
> "DS" == Dave Sherohman <[EMAIL PROTECTED]> writes:

DS> On Thu, Mar 15, 2001 at 05:03:16PM +0300, Ilya Martynov wrote:
>> I'm interested if there is exists some software which allows to
>> implement virtual boxes under Linux (something that provide simular
>> capabilities as FreeBSD's jails). The only thing I know about is
>> user-mode linux kernel. Does anybody had experience with it? How
>> stable is it? Is there any limitations? Is there any other
>> alternatives that can run under Linux?

DS> Something like chroot?

No. chroot is not safe enough. I want to create virtual boxes in which
I can give root rights to other people and I want to be sure that they
can't break other boxes.

AGAIK if you have root you can escape chroot'ed directory. Another
problems that root can have direct access to devices. I don't want to
allow it. Good solution is really independant virtual boxes which are
run from one real. This is what FreeBSD's jails provides. User-mode
linux kernel seems to allow it too but I'm not sure how stable is it
and if there are exist any limitations.

-- 
Ilya Martynov
AGAVA Software Company, http://www.agava.com



Re: NVdriver problems

2001-03-15 Thread Aaron Brashears
On Thu, Mar 15, 2001 at 10:39:21AM -0500, Kyle Girard wrote:
> Alright I've been trying to get this kernal module to work for a couple
> of days off and on without any success I have tried many different
> ways with many different kernels and I get natta, zip, zilch.  Any help
> would be apprieciated...
> 
> Here's my problem:  


> ps This might be all my own dum fault since I've never been able to
> install a kernel module that I have built 

This is probably your problem. I had no issue with installing the
nvidia drivers on my box other than the fact that is was a long winded
process, and getting the glx module to work correctly was a pain.

I got kernel-source 2.4.1-3, configured it to my needs, and built the
kernel and then the modules with:

# make-kpkg kernel_image
# make-kpkg modules_image

This created two files kernel-image-2.4.1_aaron.1_i386.deb and
nvidia-kernel-2.4.1_0.9.6-2_i386.deb which I installed in succession
using dpkg. After rebooting, everything was ready (and looked
significantly better since I was using the entire 1280x1024 area of
the screen.)



fetchmail at login

2001-03-15 Thread Marcelo Chiapparini
Dear Debianers

I want a program to start automatically each time I login into my 
account. In which initializing file should I write the name of the 
program?
Thanks in advance!
-- 
___
Marcelo Chiapparini
DFT-IF/UERJ
[EMAIL PROTECTED]



Re: Functionality simular to FreeBSD's jails

2001-03-15 Thread Ray Percival
Not knowing about *BSD's jails I'm not sure if you want to
restrict a user to only one part of the filesystem why not use
chroot? 
-- Original Message --
From: Ilya Martynov <[EMAIL PROTECTED]>
Date: 15 Mar 2001 17:03:16 +0300

>
>Hi,
>
>I'm interested if there is exists some software which allows to
>implement virtual boxes under Linux (something that provide simular
>capabilities as FreeBSD's jails). The only thing I know about is
>user-mode linux kernel. Does anybody had experience with it? How
>stable is it? Is there any limitations? Is there any other
>alternatives that can run under Linux?
>
>-- 
>Ilya Martynov
>AGAVA Software Company, http://www.agava.com
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>
>



Re: acroread won't print

2001-03-15 Thread kmself
on Wed, Mar 14, 2001 at 07:00:10PM -0800, peanut butter ([EMAIL PROTECTED]) 
wrote:
> Hi,
> 
> I'm having problems printing from acroread.  I use lprng with the
> filter /etc/magicfilter/ljet4l-filter on an HP Laserjet 5M.  Things
> print fine from the command line and I can even save the file as a
> postscript from acroread and then print it from the command line yet
> hitting the print button from within acroread produces no printout.  A
> pop up window appears saying the job is submitted and it will go
> through all of the pages saying printing page # of # yet I can never
> find it in the printer's queue, it never prints and I never get any
> error messages from acroread, lprng or in a system log file.
> 
> >From searching mailing list archives, seems like no one else has
> ever run into this problem.  I'm at a loss for how to trace where
> things are failing.  Does anyone have any suggestions?

What is the print command you're using.  See Acroread's print dialog.
Should be something like /usr/bin/lpr.

-- 
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


pgpY0tUj692cv.pgp
Description: PGP signature


ah1542 scsi CD probs, deb potato

2001-03-15 Thread Martin Waller

Hello,

I've swapped a scsi cd I had (working fine, btw) in an old machine to a 
newer one.


Trouble is, when booting from the deb potato rescue floppy I get the 
following:


scsi0: Adapatec 1542
scsi: 1 host
aha1542.c: Unable to abort command for target 0
aha1542.c: Trying device reset for target 0
aha1542_out failed(2): aha1542.c: Unable to abort command for target 0
sent BUS RESET to scsi host 0
.
.
(this then repeats)
.
.
Vendor:  Model:   Rev:
Type:   Direct-Access ANSI SCSI revision: 00
Detected scsi disk sda at scsi0, channel 0, id 0, lun 0

This cycle repeats through the other 6 possible ids, and at the end says:
scsi: detected 7 SCSI disks total

Then the whole thing repeats again...

aarrgghh!

I had this working before in the other machine - WTF can the problem be?

Thanks for reading this far if you have!

Martin

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.



Re: fetchmail at login

2001-03-15 Thread Frederico S. Munoz
On Thu, Mar 15, 2001 at 02:20:47PM -0300, Marcelo Chiapparini wrote:
> Dear Debianers
> 
> I want a program to start automatically each time I login into my 
> account. In which initializing file should I write the name of the 
> program?

You could add the command to your .bashrc file, it will be executed
after you login.

Best Regards,

fsm


-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



Re: nfs problems

2001-03-15 Thread Dimitri Maziuk
On Wed, Mar 14, 2001 at 10:02:29PM -0800, Forrest English wrote:
> ok, here's what i do on the server.
> 
> /etc/exports file contains
> /cdrom 192.168.2.30
> 
> and the client's fstab contains
> 192.168.1.10:/cdrom /nfscdrom nfs rsize=1024,wsize=1024 0 0
> 
> i on the server, i then did...  /etc/init.d/nfs-server reload
> 
> and mounting on the client reports
> 
> grickle:~# mount /nfscdrom
> mount: thneed:/test failed, reason given by server: Permission denied
> 
> could someone please elighten me on what the heck i'm doing wrong?

Did you try adding portmap: 192.168.1.10 to /etc/hosts.allow?

Dima
-- 
E-mail dmaziuk at bmrb dot wisc dot edu (@work) or at crosswinds dot net (@home)
I'm going to exit now since you don't want me to replace the printcap. If you 
change your mind later, run
-- magicfilter config script



Re: fetchmail at login

2001-03-15 Thread Colin Cashman
> > I want a program to start automatically each time I login into my
> > account. In which initializing file should I write the name of the
> > program?
>
> You could add the command to your .bashrc file, it will be executed
> after you login.

Might be better to add it to his .bash_profile, unless he's got .bash_profile 
set up to read .bashrc (which, I believe, is not the
default in Debian).



make errors in testing

2001-03-15 Thread Debian User
I am trying to compile busybox 0.49 on my Debian box. I'm running
testing and this is the first problem i've had. I had the same error
with 0.48. I am a relatively untrained wannabe programmer so I have no
Idea if this is gcc , make or my downloads.

heres the error:
gcc -Wall -Os -fomit-frame-pointer -D_GNU_SOURCE -I- -I. -I.
-DBB_VER='"0.49"' -DBB_BT='"2001.03.15-17:14+"'  -c sync.c -o sync.o

sync.c: In function `sync_main':
sync.c:32: void value not ignored as it ought to be
sync.c:33: warning: control reaches end of non-void function
make: *** [sync.o] Error 1





Installing a new machine with a selected list of package ...

2001-03-15 Thread Bruno BEAUFILS

I would like to install my new laptop with the same packages as those
installed on my desktop (which is a sid debian).

So I installed a basic potato debian without selecting any packages, then after
the first reboot I mount (via NFS) a directory where I stored a debian ftp
site mirror plus some specific packages (a home made kernel (build with
kernel-package) and such packages (alsa-modules, pcmcia-modules)).

I configure apt such that it looks for package on this nfs mounted directory.

I then installed my own packages (kernel, pcmcia, etc.) reboot the system,
then I do on my desktop

dpkg --get-selections > mylist

and on my laptop

cat mylist | dpkg --set-selections 

I have then done a :

dselect install

And all was not right. Dselect have had a lot of problems with some package. I
call dselect install a lot of time, and then all seems right, but a lot of
stuff does not seems to be well installed (X for instance, even after I copy
my own hand-made XF86Config-4).

So here is my question :

What's the good and efficient way to install a debian box with exactly the
same list of packages than another machine ?

Second question :

Where may I have found this information ?

-- 
-- Bruno



RE: ah1542 scsi CD probs, deb potato

2001-03-15 Thread Joris Lambrecht
Is this the only scsi device attached to the controller ?
I remember similar problems when there was a termination problem or a
conflict between the assigned scsi id's. Check this first. The 1542 does
require you to set the ID on the device and to properly terminate it. Also
make sure your cable works fine and that the end of the cable is attached to
a device thus not hanging around unattached. Scsi cables are sensitive to
this.

let me know if it helped you out,

joris

-Original Message-
From: Martin Waller [mailto:[EMAIL PROTECTED]
Sent: donderdag 15 maart 2001 18:30
To: debian-user@lists.debian.org; [EMAIL PROTECTED]
Subject: ah1542 scsi CD probs, deb potato


Hello,

I've swapped a scsi cd I had (working fine, btw) in an old machine to a 
newer one.

Trouble is, when booting from the deb potato rescue floppy I get the 
following:

scsi0: Adapatec 1542
scsi: 1 host
aha1542.c: Unable to abort command for target 0
aha1542.c: Trying device reset for target 0
aha1542_out failed(2): aha1542.c: Unable to abort command for target 0
sent BUS RESET to scsi host 0
.
.
(this then repeats)
.
.
Vendor:  Model:   Rev:
Type:   Direct-Access ANSI SCSI revision: 00
Detected scsi disk sda at scsi0, channel 0, id 0, lun 0

This cycle repeats through the other 6 possible ids, and at the end says:
scsi: detected 7 SCSI disks total

Then the whole thing repeats again...

aarrgghh!

I had this working before in the other machine - WTF can the problem be?

Thanks for reading this far if you have!

Martin

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



Re: Debian with read-only /usr

2001-03-15 Thread Carl Greco
Dave -
You could always mount the `/usr' filesystem on the server as readonly
and use the `remount' option of `mount' to remount `/usr' as writeable
during an apt upgrade.  The other option would be to export `/usr'
readonly, i.e., in the `/etc/exports' on the server.

Dave Sherohman said on March 15, 2001 at 10:22 (-0600) 
>I'm looking at NFS-mounting /usr for a largish number of machines, with the
>basic idea that then I can just keep the binaries on the central server up-to
>date and the workstations will all follow along with (hopefully) a minimum of
>effort.  I'm a little concerned about apt, though...  I wouldn't expect it to
>be very open-minded about /usr being read-only.  OTOH, I probably wouldn't
>need to run apt very often on the workstations unless there's a change to
>config file formats or an all-new package is being installed.
>
>Any Debian-specific advice on running a setup like that?
>
>-- 
>Linux will do for applications what the Internet did for networks. 
>- IBM, "Peace, Love, and Linux"
>Geek Code 3.1:  GCS d? s+: a- C++ UL++$ P++>+++ L+++> E- W--(++) N+ o+
>!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI D G e* h+ r y+
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Carl Greco
[EMAIL PROTECTED]



Re: fetchmail at login

2001-03-15 Thread Frederico S. Munoz
On Thu, Mar 15, 2001 at 12:35:37PM -0500, Colin Cashman wrote:
> > > I want a program to start automatically each time I login into my
> > > account. In which initializing file should I write the name of the
> > > program?
> >
> > You could add the command to your .bashrc file, it will be executed
> > after you login.
> 
> Might be better to add it to his .bash_profile, unless he's got .bash_profile 
> set up to read .bashrc (which, I believe, is not the
> default in Debian).

Can't check right now, but IIRC one of them sources the other.
Still, you are probably right.

Best Regards,

fsm

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org



viavoice installation question - debian

2001-03-15 Thread Peter Jay Salzman
dear all,

i'm installing ibm's viavoice on debian woody.  in converting the rpm
package ViaVoice_runtime-3.0-1.2.i386.rpm to a deb package using alien,
i'm getting the following error:


dpkg-shlibdeps: warning: format of libviavoiceps.so not recognized
BUG IN DYNAMIC LINKER ld.so: dl-version.c: 217: _dl_check_map_versions:
Assertion `needed != ((void *)0)' failed!
dpkg-shlibdeps: failure: ldd on `debian/tmp/usr/lib/ViaVoice/bin/vvuser'
gave error exit status 1
dh_shlibdeps: command returned error code
make: [binary-arch] Error 1 (ignored)
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}

viavoice-runtime_3.0-2.2_i386.deb generated


does this mean the conversion passed or failed?  i have two options--install
this deb package or just install the native rpm package.

anyone care to comment what the best course of action is here?

thanks!
pete

-- 
"Coffee... I've conquered the Borg on coffee!"   [EMAIL PROTECTED]
   -- Kathryn Janeway on the virtues of coffee   www.dirac.org/p



Re: Debian with read-only /usr

2001-03-15 Thread Benjamin Pharr

At 10:22 AM 3/15/01 , you wrote:

I'm looking at NFS-mounting /usr for a largish number of machines, with the
basic idea that then I can just keep the binaries on the central server up-to
date and the workstations will all follow along with (hopefully) a minimum of
effort.  I'm a little concerned about apt, though...  I wouldn't expect it to
be very open-minded about /usr being read-only.  OTOH, I probably wouldn't
need to run apt very often on the workstations unless there's a change to
config file formats or an all-new package is being installed.

Any Debian-specific advice on running a setup like that?



Just remount it rw before you run apt.  If you only run it every couple of 
weeks that won't be a problem.


Ben



Re: OpenSSH public key auth

2001-03-15 Thread Tommi Komulainen
On Thu, Mar 15, 2001 at 11:48:54AM -0500, Juergen Fiedler wrote:
> Hi!
> 
> I am running unstable with OpenSSH_2.5.1p2 installed. Now I am trying 
> to connect to a machine that is running Redhat 6.2 with SSH 2 from 
> ssh.com. The regular login works OK, but I am having problems getting 
> public key authentication working. 

Configuring SSH2 is quite completely different than configuring OpenSSH 
(and SSH1 for that matter.) 

What you need to do, is extract your public key from OpenSSH in a format
that SSH2 recognizes.  Then you just configure ssh2 as it's supposed to be
configured (man sshd on the server.)

ssh-keygen -f ~/.ssh/identity -x > id_ssh.pub
scp id_ssh.pub remote:~/.ssh2/
ssh remote
echo 'Key id_ssh.pub' >> ~/.ssh2/authorization


-- 
Tommi Komulainen [EMAIL PROTECTED]
GPG 1024D/68388EE66FD6 DD79 EB38 BF6F 3533  09C0 04A8 9871 6838 8EE6


pgpUbK6dIuVoL.pgp
Description: PGP signature


Re: nfs problems

2001-03-15 Thread Tomasz Wolak
On Wed, 14 Mar 2001, Forrest English wrote:

> ok, here's what i do on the server.
> 
> /etc/exports file contains
> /cdrom 192.168.2.30
> 
> and the client's fstab contains
> 192.168.1.10:/cdrom /nfscdrom nfs rsize=1024,wsize=1024 0 0
> 
> i on the server, i then did...  /etc/init.d/nfs-server reload
> 
> and mounting on the client reports
> 
> grickle:~# mount /nfscdrom
> mount: thneed:/test failed, reason given by server: Permission denied
> 
> could someone please elighten me on what the heck i'm doing wrong?
> 
> --
> Forrest English
> http://truffula.net
> 
[...]
> 
Check 'showmount -e' on server - you'll see active exports and your 
'/cdrom' should be between them. If it's not - check /etc/exports
(i think you should add (ro) to the cdrom export - but i'm not sure) and
reload portmap and nfsd (i don't know why but sometimes reloading only
nfsd didn't work). 
But this is probably OK - so check logs on server - there you should
find the answer (look for mountd and nfsd).
It's also possible that you put something in /etc/hosts.allow or
hosts.deny that refuses mounting - take a look at these files. And as i
remember - rules of access for portmap have to be given with IP-adresses -
not domain names. Eg. 

/etc/hosts.allow
This will not work
-
portmap: host.domain : ALLOW
ALL:ALL:DENY
-

and this should be OK.
-
portmap: 192.168.1.1 : ALLOW
ALL:ALL:DENY
-


I hope it'll help.

tom.




Re: fetchmail at login

2001-03-15 Thread Steve Cooper
You may benefit from also checking out getmail.  It's simpler, cleaner and may 
be less prone to dropping mail (a fact advertised by
the author of getmail).  I find it works really well, particularly when 
combined with wmbiff.  Wmbiff can be set up to execute getmail
whenever its polling detects mail arriving at the server.  Since I live in X 
this works better for me than starting it at login time.
I also like that it's written in Python, and therefore theoretically easy to 
modify.

Good luck,
Steve Cooper

Colin Cashman wrote:

> > > I want a program to start automatically each time I login into my
> > > account. In which initializing file should I write the name of the
> > > program?
> >
> > You could add the command to your .bashrc file, it will be executed
> > after you login.
>
> Might be better to add it to his .bash_profile, unless he's got .bash_profile 
> set up to read .bashrc (which, I believe, is not the
> default in Debian).
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: XFree86 4.0.2 and anti-aliased fonts?

2001-03-15 Thread Felix Natter
Martin Fluch <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I've heard that it might be possible to use anti-aliased fonts with
> XFree86 4.0.2, but I couldn't find more information about it. Can somebody
> point me into the right direction?

check the documentation on http://www.xfree86.org

-- 
Felix Natter



Re: kmod and NAT broken in 2.4.1?

2001-03-15 Thread Ross Boylan

At 10:25 AM 3/15/01 -0600, Phil Brutsche wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

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


> 2) iptables NAT facility doesn't seem to work.  I have a line
> iptables -t nat -A POSTROUTING -s 192.168.10.0/24 -o eth1 -j SNAT
> --to-source x.y.z.q
> where eth1 is connected to my DSL (static IP) and x.y.z.q is the
> address assigned me.  When I trace a ping to x.y.z.1 from a local
> machine (running NT 4) it looks as if traffic on my router machine
> flows from eth0 (local subnet) to eth1 and then back to eth1, but
> that's the end of it.  ping works from the router machine.

With 2.4 such things don't work (trying to contact the external interface
of the firewall via an interal machine).  Beyond that it should work just
fine.


I don't think I was trying to contact the external interface, but we may be 
using that word differently.


My router has a card eth1 with address x.y.z.q, used both by me and the 
outside world (my "external interface").  I am trying to pick x.y.z.1 on 
the DSL provider's network.  The packets do go out eth1 and back in, but 
they don't make the final return trip to eth0.



Do packets not get sent out eth1?

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




Re: Functionality simular to FreeBSD's jails

2001-03-15 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

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

> No. chroot is not safe enough. I want to create virtual boxes in which
> I can give root rights to other people and I want to be sure that they
> can't break other boxes.

The closest Linux comes to FreeBSD's "jail" functionality is User-Mode
Linux.

The home page is http://user-mode-linux.sourceforge.net/.

What it is is a port of the 2.4.x Linux kernel to run as a user-level
application.  It creates a virtual machine with its own root file system,
root password, and so on.

The applications running in the virtual machine (eg BIND) have no way of
knowing that they are running in a virtual machine.  If the application in
the VM gets hacked, all the attacker gets to is the simulated root, and
has *no* access to the host machine (rather, as much access as the
administrator gives the vm).

Network access goes over a simulated lan on the host machine using Linux's
ethernet tap functionality.

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

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

iD8DBQE6sQQ0/ZTSZFDeHPwRAvasAJsH/jheWQl6MTNJbb9gTvPcxtXO4wCfQKNy
/POH7VXL5sqhWtGd2WbI4ac=
=6Io3
-END PGP SIGNATURE-



Re: nfs problems

2001-03-15 Thread Sebastiaan
Hi,

I just remembered something: nfs might not let you export cdroms. I had
this with redhat about a year ago. You also can not proxy nfs (that
is: install a nfs server and mount a nfs mounted filesystem). I do not
know what the status is now.

I do know that the exports file is vary annoying, especially with
spaces. Try adding (ro) as option.



On Thu, 15 Mar 2001, Forrest English wrote:

> oh, the test thing is because initially i thought it might have been a
> problem with  trying to export a cdrom.   and i made a test dir and
> export.   anyhow, i switched it back to the cdrom in both cases.
> 
> thneed:~# rpcinfo -p
>program vers proto   port
> 102   tcp111  portmapper
> 102   udp111  portmapper
> 1000211   udp  32768  nlockmgr
> 1000213   udp  32768  nlockmgr
> 1000241   udp895  status
> 1000241   tcp897  status
> 132   udp   2049  nfs
> 132   tcp   2049  nfs
> 151   udp906  mountd
> 152   udp906  mountd
> 151   tcp909  mountd
> 152   tcp909  mountd
> 
> the server shows that, so it looks like everything is running alright to
> me, and the client still has 
> 
> grickle:~# mount /nfscdrom
> mount: 192.168.1.10:/cdrom failed, reason given by server: Permission
> denied
> 
> i never had any problems with the nfs-kernel-server, but since this is a
> 2.4 machine, i don't think thats an option, is it?
Why not? I have the least problems with the kernel server now that I am
running 2.4. The patches for 2.2.18 did not work well enough.

Greetz,
Sebastiaan

> 
> --
> Forrest English
> http://truffula.net
> 
> "When we have nothing left to give
> There will be no reason for us to live
> But when we have nothing left to lose
> You will have nothing left to use"
> -Fugazi 
> 
> On Thu, 15 Mar 2001, Sebastiaan wrote:
> 
> > 
> > 
> > On Wed, 14 Mar 2001, Forrest English wrote:
> > 
> > > ok, here's what i do on the server.
> > > 
> > > /etc/exports file contains
> > > /cdrom 192.168.2.30
> > > 
> > > and the client's fstab contains
> > > 192.168.1.10:/cdrom /nfscdrom nfs rsize=1024,wsize=1024 0 0
> > > 
> > > i on the server, i then did...  /etc/init.d/nfs-server reload
> > > 
> > > and mounting on the client reports
> > > 
> > > grickle:~# mount /nfscdrom
> > > mount: thneed:/test failed, reason given by server: Permission denied
> > Hmm, you try to mount /cdrom on the server, but it reports that you try to
> > mount /test. Have you loaded nfs-common-utils? What does 'rpcinfo -p' on
> > the server say? At least rpc.mountd and rpc.nfsd should have been
> > loaded. Also did I discover that sometimes portmapper is not load
> > automatically, so by doing:
> > /etc/init.d/portmapper restart
> > /etc/init.d/nfs-common restart
> > /etc/init.d/nfs-server restart
> > 
> > and 
> > rpcinfo -p should display something like:
> > 1   2   tcp 111 portmapper
> > 1   2   ucp 111 portmapper
> > 389 2   tcp ??? mountd
> > 389 2   ucp ??? mountd
> > 385 2   tcp ??? nfsd
> > 385 2   ucp ??? nfsd
> > 
> > I cannot remember exactly, just check the most right colom.
> > 
> > 
> > Greetz,
> > Sebastiaan
> > 
> > > 
> > > could someone please elighten me on what the heck i'm doing wrong?
> > > 
> > > --
> > > Forrest English
> > > http://truffula.net
> > > 
> > > "When we have nothing left to give
> > > There will be no reason for us to live
> > > But when we have nothing left to lose
> > > You will have nothing left to use"
> > > -Fugazi 
> > > 
> > > 
> > > -- 
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > > 
> > > 
> > 
> > 
> 
> 




Re: ppp mystery

2001-03-15 Thread David Wright
Quoting Gil Elad ([EMAIL PROTECTED]):

> 1. I tried connecting using Minicom at different speeds ranging from 19 to 
> 38 kbps without success.

"Without success" doesn't mean anything in this context.
I'm not necessarily expecting you to make a connection.

Your modem ought to work at 115200 bps - that's the speed between
the PC and the modem, and is nothing to do with the eventual
speed of the connection (49k in windows).

So, what happened when you dialled the number. I take it you got
that far? Does the other end answer? Without your telling us these
things, we can't help you at all.

> One thing I did notice when reading the pppconfig man page is that support 
> for mschap is not yet available, at least not in the version I'm using, 
> which is the one that came on the distribution CDs. I don't know how 
> relevant that information is, since everywhere I look in Windows seems to 
> indicate that it authenticates itself using PAP, but for some reason I have 
> an inherent mistrust in M$. I guess I'm just funny that way :)

That's still irrelevant. You will find out about authentication when
you are successfully swapping LCP with the other end. Your logs showed
only one-way traffic and nothing from the other end.

Cheers,

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



Re: xdm font failure

2001-03-15 Thread kmself
on Mon, Mar 12, 2001 at 09:52:12PM +, Timothy Bedding ([EMAIL PROTECTED]) 
wrote:
> Okay, I solved the perl problem and managed to configure debconf.
> I will explain the debconf resolution after I have got X working...
> 
> Now, I have a problem with xdm not working.
> It is xdm version 4.0.2 and it fails with the following output:
> How can I get xdm (or the X server) working?
> 
> XFree86 Version 3.3.2.3 / X Window System
> (protocol Version 11, revision 0, vendor release 6300)
> Release Date: July 15 1998
>   If the server is older than 6-12 months, or if your card is newer
>   than the above date, look for a newer version before reporting
>   problems.  (see http://www.XFree86.Org/FAQ)
> Operating System: Linux 2.0.36 i686 [ELF] 
> Configured drivers:
>   Mach64: accelerated server for ATI Mach64 graphics adaptors (Patchlevel 0)
> (using VT number 7)
> 
> XF86Config: /etc/X11/XF86Config
> (**) stands for supplied, (--) stands for probed/default values
> (**) XKB: keycodes: "xfree86"
> (**) XKB: types: "default"
> (**) XKB: compat: "default"
> (**) XKB: symbols: "en_US(pc102)+gb"
> (**) XKB: geometry: "pc"

<...>

> Warning: The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
>  Entry deleted from font path.
> Warning: The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
>  Entry deleted from font path.
> Warning: The directory "/usr/X11R6/lib/X11/fonts/Type1/" does not exist.
>  Entry deleted from font path.
> Warning: The directory "/usr/X11R6/lib/X11/fonts/Speedo/" does not exist.
>  Entry deleted from font path.
> Warning: The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
>  Entry deleted from font path.
> Warning: The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
>  Entry deleted from font path.

...do you have font package(s) installed?

Do the directories above exist?

-- 
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


pgpNWS7XoFnHj.pgp
Description: PGP signature


Re: kmod and NAT broken in 2.4.1?

2001-03-15 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

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

> I don't think I was trying to contact the external interface, but we may be
> using that word differently.
>
> My router has a card eth1 with address x.y.z.q, used both by me and the
> outside world (my "external interface").  I am trying to pick x.y.z.1 on
> the DSL provider's network.  The packets do go out eth1 and back in, but
> they don't make the final return trip to eth0.

Ah...

Do this as root and try again:

sysctl -w net.ipv4.ip_forward=1

In /etc/network/options there is the line

ip_forward=no

Changing that to

ip_forward=yes

will cause Debian perform the "sysctl ..." line above at boot.

If it still doesn't work, there's still another possibility:
/etc/network/options has the line

spoofprotect=yes

You may need to change that to

spoofprotect=no

and reboot (or

for VAR in /proc/sys/net/ipv4/conf/*/rp_filter; do echo 0 > $VAR; done

as root if you don't want to reboot).  Turning off rp_filter is important
if you're doing policy routing with Linux (it doesn't look like you are).

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

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

iD8DBQE6sQq8/ZTSZFDeHPwRAocRAKDcO0evKYx02kesJgoi/imWwYoGTwCgjWmr
Tey467YJXlKNLqoRHWGzHjE=
=OJCu
-END PGP SIGNATURE-



no sound with kernel 2.4.2

2001-03-15 Thread Philipp Bliedung
Hi everybody,

I just compiled the 2.4.2 kernel. Everything is working fine except  for

the sound. Under kernel 2.2.17 I had this is my /etc/modules:
sound
mpu401
ad1848
opl3sa2
opl3
options opl3sa2 dma=1 dma2=0 io=0x538 mpu_io=0x330 mss_io=0x530 irq=7
options opl3 io=0x388

I used gom as the mixer. When I booted the 2.4.2 kernel (witeh the same
/etc/modules) and tried to play a song I got this:
"Cannot open audio device. Please make sure that the audio device is
properly configured."

And when I try to use gom I get this:

gom   ERROR: Can't open mixer device special file "/dev/mixer": No such
gom:  device. Error help: if loading a mixer special file leads to "No
such
gom:  device", then you most likely do have the kernel sound driver
gom:   not or incorrectly installed. "Permission denied" means you
gom:   need  permissions by the local admin in the first place.
gom:
gom: Current channel information
gom: ---
gom:
gom: No Name   Rec  Volumes  Vol-0  Vol-1  Locked
gom:  0.vol-1 -1   -1 -1 1

But there is a file named /dev/mixer 

crw-rw1 root audio 14,   0 Jul  5  2000 mixer
crw-rw1 root audio 14,  16 Jul  5  2000 mixer1
crw-rw1 root audio 14,  32 Jul  5  2000 mixer2
crw-rw1 root audio 14,  48 Jul  5  2000 mixer3
lrwxrwxrwx1 root root   10 Mar 15 18:51 modem ->
/dev/ttyS3
lrwxrwxrwx1 root root5 Oct 28 23:51 mouse -> psaux

When I compiled the kernel I selected everything that was under "sound"
to be compiled as a module. Also when I try to load these modules by
hand (insmod mpu401, etc...) it
doesn't give an error I have no clue why this doesn't work! When I
boot the 2.2.17 kernel
everything works just great. Here is what I get when I use gom under
2.2.17:

[EMAIL PROTECTED]:~ gom -t
gom:
gom: Current channel information
gom: ---
gom:
gom: No Name   Rec  Volumes  Vol-0  Vol-1  Locked
gom:  0.vol-1  2   75 75 1
[EMAIL PROTECTED]:~
BTW I'm on a Toshiba Tecra 8000 Laptop.

Help is very much appreciated!
TIA!

Philipp







Re: etherexpress card and modconf

2001-03-15 Thread Tomasz Wolak


On Wed, 14 Mar 2001, Nathan E Norman wrote:

> On Wed, Mar 14, 2001 at 06:17:00PM -0700, John Galt wrote:
> > On Wed, 14 Mar 2001, Don Seiler wrote:
> > 
> > >hullo.
> > >
> > >I'm having trouble getting my Intel EtherExpress card online.  Using
> > >modconf, when I try at add the "eexpress" module, it first does an
> > >autoprobe and returns this:
> > >eexpress
> > >
> > >io = 0x300
> > >irq = 0   (IRQ value read from EEPROM)
> > 
> > Impossible.  The irq is between 1 and 15.  IRQ 0 is the CPU.
> 
> Sorry John, but IRQ 0 does happen and generally indicates something
> not very nice has happened.  I've seen this happen with the POS HP
> Pavilion I have here.  It went away when I upgraded to kernel 2.4.2
> and enabled PnP in the kernel, so I assume the problem is the PnP
> stuff is going wrong during boot.
> 
> -- 
> Nathan Norman - Staff Engineer | A good plan today is better
> Micromuse Inc. | than a perfect plan tomorrow.
> mailto:[EMAIL PROTECTED]   |   -- Patton
> 

It's possible that you (I mean - Don) have 'PnP OS Installed' (or
similar) option set to 'Yes' ('enabled' or something...) in BIOS - I had
the same problem with a PCI Ethernet card (IRQ was 0 and it didn't work).
AFAIK this works only under M$-Win - for linux (and probably other OSes) 
you have to set this option to 'No' - the BIOS will assign IRQ resources
(when the option set to 'Yes' - BIOS leaves this to OS...).
You can type 'cat /proc/pci' to check yourself IRQ settings that
your linux kernel sees presently for PCI-bus devices.

tom.



Re: Frontpage Extensions

2001-03-15 Thread Nate Amsden
"P.A. Barrow" wrote:

> Is there a library that can be installed to resolve this issue? Is it
> possible to implement the Frontpage extensions on a Debian system, most
> of the documentation for FPE imples RedHat was used.

libstdc++2.9-glibc2.1 is the package you want. and yes it is possible
to setup FP on debian i have done it a few times. always when using
apache from source however. there are decent instructions (last i checked)
on www.rtr.com. if you've never worked with the apache source it
may be difficult at first.

there are probably other ways...but i like the source for stuff like
this.

nate

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



Re: Debian with read-only /usr

2001-03-15 Thread Dave Sherohman
On Thu, Mar 15, 2001 at 11:07:27AM -0600, Carl Greco wrote:
> You could always mount the `/usr' filesystem on the server as readonly
> and use the `remount' option of `mount' to remount `/usr' as writeable
> during an apt upgrade.  The other option would be to export `/usr'
> readonly, i.e., in the `/etc/exports' on the server.

I was unclear in my question...  I'm definitely planning to do a read-only
export from the server.  My concern is with how apt will behave if/when run
on the workstations, where /usr will be forced to be ro by the ro export.

Many packages include files in /var, /etc, and/or other places besides /usr,
some of which (like /etc) are not well-suited to being mounted off a common
NFS directory.  Running apt seems like the most straightforward way to get
those files installed/updated, but it will also want to change things in
/usr, but be unable to do so.

-- 
Linux will do for applications what the Internet did for networks. 
- IBM, "Peace, Love, and Linux"
Geek Code 3.1:  GCS d? s+: a- C++ UL++$ P++>+++ L+++> E- W--(++) N+ o+
!K w---$ O M- V? PS+ PE Y+ PGP t 5++ X+ R++ tv b+ DI D G e* h+ r y+



Dell OptiPlex GX110

2001-03-15 Thread Mario Olimpio de Menezes

Hi,

We received such a machine and I've installed Debian
testing/unstable on it.
I'm running 2.4.3-pre4 and one problem I was not able to get
solved is for DMA/UltraDMA.
The box has a Maxtor 20GB 7200rpm 5T020H2 model and whenever I
try to set the using_dma flag with hdparm I get an HDPIO_something not
permitted.
Does anyone has a clue about this? How to enable DMA in this HD.
The chipset is i810 with Intel Host Controller (ICH). The kernel
detects it correctly, but nothing else.
I've tried to pass several parameters to kernel at boot with
little success (ide0=dma idebus=66 hda=autotune), that is, the bus speed
was set to 66MHz but DMA and PIO optimization were ignored at all, or at
least not set.
TIA

[]s,
Mario O.de Menezes"Many are the plans in a man's heart, but
IPEN-CNEN/SP is the Lord's purpose that prevails"
http://curiango.ipen.br/~mario Prov. 19.21



Re: nameserver for class CHAOS ?

2001-03-15 Thread will trillich
Gavin Hamill wrote:
> 
> On Wed, 14 Mar 2001, will trillich wrote:
> 
> > i've gotten a strange DNS/NAMED/BIND error message:
> >
> >   =-=-=-=-=-=-=-=-=-=-=
> >   Mar 12 10:36:45 server named[2991]: No root nameservers for class 
> > CHAOS
> >
> > where do i look to determine whether or not this is important?
> > and what to do about it, if so?
> 
> It's not terribly important, and I'd do a grep on your entire /var/named
> (or wherever your zone files live) for CHAOS...

hmm!

grep CH /etc/bind/*

nothing!

maybe i've got a hosed slave/master relation specification...?

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



on upgrading to testing

2001-03-15 Thread James D . Freels
Sorry if this is a FAQ, but I am not currently subscribing to the list(s).  I 
am looking for an honest opinion.  I currently am a Debian 2.2.r2 (with 
several extensions) user.  Because of several circumstances among which are:

1) I manually installed Xfree86-4.0.2 over the stable version to get access 
to the 3D capabilities--running fine

2) I installed KDE2.1 from Ivan via his potato archives at 
kde.tdyc.com--running fine

3) kde.tdyc.com is now gone so Ivan has no where to upgrade that tree for us 
stable users--Ivan has gone far and beyond what most people would have put up 
with this. I could live with, but for a desire to keep kde 2.1 bug-fixes 
current via apt-get.

4) I just found out over the web how to use anti-aliasing fonts under kde 2.1 
and I would very much like to do that--neat stuff!!

5) I have everything I need to use the anti-aliasing features except the 
potato version of kde2.1 is not compiled to handle it.-- :-(  I understand 
though!

So, to get what I want, I can either

1) bite the bullet and upgrade to 'testing' and install the kde 2.1 packages 
that have anti-aliasing capability compiled in, or

2) try to build the kde 2.1 packages from source like some have done

I really would rather go with option 1.  My only concern is the stability, 
etc.  What has been the experience of those who are now running 'testing' ??

And I will listen.  Please e-mail responses directly if possible.

Thanks...

P.S. do I need 'testing' or 'unstable' ?  If 'unstable', I will hold.

-- 
James D. Freels, P.E._i, Ph.D.
Oak Ridge National Laboratory
[EMAIL PROTECTED] - work
[EMAIL PROTECTED] - home



Re: Debian with read-only /usr

2001-03-15 Thread Eric G. Miller
On Thu, Mar 15, 2001 at 10:22:47AM -0600, Dave Sherohman wrote:
> I'm looking at NFS-mounting /usr for a largish number of machines, with the
> basic idea that then I can just keep the binaries on the central server up-to
> date and the workstations will all follow along with (hopefully) a minimum of
> effort.  I'm a little concerned about apt, though...  I wouldn't expect it to
> be very open-minded about /usr being read-only.  OTOH, I probably wouldn't
> need to run apt very often on the workstations unless there's a change to
> config file formats or an all-new package is being installed.
> 
> Any Debian-specific advice on running a setup like that?

# cat /etc/apt/apt.conf
DPkg
{
// Auto re-mounting of a readonly /usr
Pre-Invoke {"mount -o remount,rw /usr";};
Post-Invoke {"mount -o remount,ro /usr";};
}


-- 
Eric G. Miller 



RE: Debian with read-only /usr

2001-03-15 Thread Josep Ll. Paniagua
UNSUBSCRIBE ME PLEASE!!

> -Mensaje original-
> De: Eric G. Miller [mailto:[EMAIL PROTECTED]
> Enviado el: jueves, 15 de marzo de 2001 17:52
> Para: Debian-User
> CC: Dave Sherohman
> Asunto: Re: Debian with read-only /usr
> 
> 
> On Thu, Mar 15, 2001 at 10:22:47AM -0600, Dave Sherohman wrote:
> > I'm looking at NFS-mounting /usr for a largish number 
> of machines, with the
> > basic idea that then I can just keep the binaries on 
> the central server up-to
> > date and the workstations will all follow along with 
> (hopefully) a minimum of
> > effort.  I'm a little concerned about apt, though...  
> I wouldn't expect it to
> > be very open-minded about /usr being read-only.  
> OTOH, I probably wouldn't
> > need to run apt very often on the workstations unless 
> there's a change to
> > config file formats or an all-new package is being installed.
> > 
> > Any Debian-specific advice on running a setup like that?
> 
> # cat /etc/apt/apt.conf
> DPkg
> {
> // Auto re-mounting of a readonly /usr
> Pre-Invoke {"mount -o remount,rw /usr";};
> Post-Invoke {"mount -o remount,ro /usr";};
> }
> 
> 
> -- 
> Eric G. Miller 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 
> 



Re: Intel FW82810 chipset

2001-03-15 Thread TeknoDragon
On Sat, 10 Mar 2001, Nathan E Norman wrote:

> I'm in the process of doing this right now.  You also need agppart
> support compiled into your kernel.  I'm using kernel 2.4.2; I couldn't
> get the PCI network card to play nice with 2.2.x and  knew the i810
> stuff was in the 2.4.x kernels as well :)

I'm trying to setup an i810 and a matrox g400 (on debian/testing)... but
when I try to start X the screen never comes up and there's no error (EE)
messages in X's logs...

Would IRQ conflicts be a problem here? also when I install agpgart it
reports the i810 but gives  a warning about the other card...

There are some redhat7 boxes of the same configuration which work fine
under 2.2.15 and X-4.

Right now I'm doing a memory burn in just to be safe, otherwise I'd give
you more info.


-karl



RE: Intel FW82810 chipset

2001-03-15 Thread Josep Ll. Paniagua
UNSUBSCRIBE ME PLEASE!!

> -Mensaje original-
> De: TeknoDragon [mailto:[EMAIL PROTECTED]
> Enviado el: jueves, 15 de marzo de 2001 20:38
> Para: Nathan E Norman
> CC: debian-user@lists.debian.org
> Asunto: Re: Intel FW82810 chipset
> 
> 
> On Sat, 10 Mar 2001, Nathan E Norman wrote:
> 
> > I'm in the process of doing this right now.  You also 
> need agppart
> > support compiled into your kernel.  I'm using kernel 
> 2.4.2; I couldn't
> > get the PCI network card to play nice with 2.2.x and  
> knew the i810
> > stuff was in the 2.4.x kernels as well :)
> 
> I'm trying to setup an i810 and a matrox g400 (on 
> debian/testing)... but
> when I try to start X the screen never comes up and 
> there's no error (EE)
> messages in X's logs...
> 
> Would IRQ conflicts be a problem here? also when I 
> install agpgart it
> reports the i810 but gives  a warning about the other card...
> 
> There are some redhat7 boxes of the same configuration 
> which work fine
> under 2.2.15 and X-4.
> 
> Right now I'm doing a memory burn in just to be safe, 
> otherwise I'd give
> you more info.
> 
> 
> -karl
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]
> 
> 



RE: grip cddb config

2001-03-15 Thread Lewis, James M.


> -Original Message-
> From: Eric G. Miller [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 14, 2001 10:51 PM
> To: 'debian-user@lists.debian.org'
> Subject: Re: grip cddb config
> 
> 
> On Wed, Mar 14, 2001 at 02:22:57PM -0500, Lewis, James M. wrote:
> > Does anyone have a grip configuration for cddb that works?
> > xmcd works but I can't seem to figure out exactly what I
> > have to put into grip to make that one work.
> 
> This seems to work:
> 
> DB: freedb.freedb.org
> CGI: ~cddb/cddb.cgi
> DB Submit: [EMAIL PROTECTED]
>
Thanks, but that doesn't seem to work for me.!?  I'm at a loss
as to why.  more info:
   cddbcmd -h freedb.freedb.org:8880 -l 3 -d sites # works
   cddbcmd -h freedb.freedb.org:888 -l 3 -d sites # works
   cddbcmd -h freedb.freedb.org:8880 -l 4 -d sites # works
   cddbcmd -h freedb.freedb.org:888 -l 4 -d sites # works
   cddbcmd -h freedb.freedb.org:8880 -d sites # works
   cddbcmd -h freedb.freedb.org:888 -d sites # works

If I use ca.freedb.org and -l 4, I get a protocol level error.

I have tried freedb.freedb.org, freedb.freedb.org:8880, and
freedb.freedb.org:888 and none of them seem to work in grip..??
Any ideas what I can try next?

systems are potato and woody/unstable, grip version 2.95-helix1 (potato)
and 2.91-1 (woody/unstable).

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



Re: So, anyone knows wtf Apache.pm is? Was: Re: Testing upgrade and consequences

2001-03-15 Thread Nathan E Norman
On Thu, Mar 15, 2001 at 09:32:23AM +0100, Paul Slootman wrote:
> On Wed 14 Mar 2001, Dimitri Maziuk wrote:
> > 
> > Hmm, interesting... Why tf did I install apache-perl in the first place?
> 
> Because the combination apache + mod-perl had/has(?) a pretty bad memory
> leak? Which was why apache-perl was created in the first place.

Is this an issue with certain versions of apache & mod_perl?  Do you
know if it's been resolved?

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


pgppWMJzSey7e.pgp
Description: PGP signature


Re: Functionality simular to FreeBSD's jails

2001-03-15 Thread Colin Cashman
> No. chroot is not safe enough. I want to create virtual boxes in which
> I can give root rights to other people and I want to be sure that they
> can't break other boxes.
>
> AGAIK if you have root you can escape chroot'ed directory. Another
> problems that root can have direct access to devices. I don't want to
> allow it. Good solution is really independant virtual boxes which are
> run from one real. This is what FreeBSD's jails provides. User-mode
> linux kernel seems to allow it too but I'm not sure how stable is it
> and if there are exist any limitations.

I just found a page that might contain what you are looking for:

http://www.gnu.org/directory/vsd.html

"VSD - Facilitates Linux Virtual Servers within a 'chroot' environment."

The Virtual Server Daemon is free software that creates Linux Virtual Servers 
with the look, feel, and functionality of a dedicated
Linux appliance. This lets web servers and other applications be deployed and 
administered discretely without a security threat.
VSD powered servers run just one instance of the Linux kernel per host server. 
A single Intel P-III with sufficient RAM can service
250 Virtual Servers. VSD was developed for situations where leased lines and 
server colocation were impossible for financial or
technical reasons.

VSD creates replicas of a working GNU Linux file system and uses this as a 
template for Virtual Servers. The replica files (not the
entire OS) are 'hardlinked' to the original image, and share the same inode as 
the original file (which saves disk space). Each
replica is assigned a unique IP address, and a user can then log into that 
Virtual Server transparently using Telnet or FTP.

Using 'chroot' software, the user is then 'locked' into the Virtual Server 
environment and cannot reach adjacent Virtual Servers or
the main Operating System files, thus reducing the security risk.




Reboot only w/ mouse.

2001-03-15 Thread Mathieu, Barry
Trouble.

My keyboard is not responding (poof - dead), even the LED indicator for caps
lock doesn't 
illuminate.  I have X running, w/ ICEWM.  There is a mouse menu that allows
reboot, but 
only works if logged-in as root, which I am not. And, I am a bit of a Linux
newbie.

Is there anyway to reboot my machine simply by using the mouse?  Is there
any way 
to re-establish communication with the keyboard w/ only a mouse? Any ideas? 
I really don't want to push that power button.

Sigh,
Barry




Re: Serial port weirdness

2001-03-15 Thread pplaw
On Thu, Mar 15, 2001 at 08:50:20AM +, Sunnanvind Briling Fenderson wrote:
> Hi; I just installed Debian on my x86-notebook again (I ran it a lot last 
> year, but never really mastered it), and I tried to run pppconfig to 
> connect, via modem, to my ISP. Alas - it couldn't find my modem. At all. 
> It used to be able to do so. I tried wvdial (just in case); but it didn't 
> find it - it seemed like it couldn't even find that serial port. It asks 
> if I have configured it properly with setserial, or something to that 
> extent (I'm at work now; I'll see if I can dig up the exact error 
> message, if requested). I guess not.
> 
> It worked fine until a friend helped me get my pcmcia-network card 
> running, last fall - when I returned home from our lan-gathering I 
> couldn't dial up. I've since reformatted my ext2-partition (for various 
> reasons) and reinstalled Debian; but the same problem persists - the 
> serial port that the modem is connected to doesn't seem to work. I'm sure 
> I might have neglected something in the installation process, but what?
> 
> I currently dual boot Windows and dialing works fine from it. I'd like to 
> get back into running Debian full time as soon as possible.
> Thanks for reading this letter;
> Sunna
>

//
 
hi,

during boot, do you get the 2 high beeps, meaning
that the box recognizes the pcmcia card
"presence"?  or, do you get a high beep and then a
low one?  or no beeps?   

if there are no beeps, you may want to reinstall
to ensure that pcmcia support is included in the
kernel; although, i'm sure there's another way to
do it without a reinstall. (or it should be
feasible by rolling a custom kernel.)

if you get the boot beeps, you may just need to
use setserial for the right config.

is it possible to post dmesg?

hth,

bentley taylor.
 (i'm not an expert...just trying to give back to
the community that has so greatly enriched my
dlinux experience.)

//



Re: Selecting i686 for compiled code?

2001-03-15 Thread John Galt

pentium-builder will allow processor-specific instruction sets.

On Wed, 14 Mar 2001, Randolph S. Kahle wrote:

>
>I am compiling my first set of code under Debian and the
>Debian package management system.
>
>I downloaded the source for bash and I want to try to
>compile it for the i686 instruction set and with O3
>optimization level.
>
>I am using the
>
>debian/rules build
>
>method and I am not able to figure out how to
>set up the environment for something other
>than i386 instruction set.
>
>I looked at dpkg-architecture, but that selects
>the processor family (i386, m68k, etc.), but
>not the specific processor type.
>
>Can someone point me in the right direction?
>
>Thanks!
>
>Randy
>
>
>

-- 

You have paid nothing for the preceding, therefore it's worth every penny
you've paid for it: if you did pay for it, might I remind you of the
immortal words of Phineas Taylor Barnum regarding fools and money?

Who is John Galt?  [EMAIL PROTECTED], that's who!



Re: Intel FW82810 chipset

2001-03-15 Thread TeknoDragon
On Thu, 15 Mar 2001, TeknoDragon wrote:

> I'm trying to setup an i810 and a matrox g400 (on debian/testing)... but
> when I try to start X the screen never comes up and there's no error (EE)
> messages in X's logs...

More info: (mem\ was ok)

It appears that the i810 is losing out to the g400... when I start X when
it's configured for the g400 the i810 gets the display, with vga drivers
it sorta works... but thwen I try to use the i810 drivers it tells me no
devices found...

-karl



Re: nameserver for class CHAOS ?

2001-03-15 Thread John Galt
On Thu, 15 Mar 2001, Gavin Hamill wrote:

>> Besides, 'host' is shorter to type than 'nslookup'... =)
>
>But not 'nsl' ;)))

count the keystrokes...

>gdh
>
>
>
>

-- 

You have paid nothing for the preceding, therefore it's worth every penny
you've paid for it: if you did pay for it, might I remind you of the
immortal words of Phineas Taylor Barnum regarding fools and money?

Who is John Galt?  [EMAIL PROTECTED], that's who!



executable problem

2001-03-15 Thread Marcelo Chiapparini
Hi,

I've just compiled a FORTRAN program but I am unable to run the 
executable, because "bash: qhdiv0.e: command not found". I think 
this is because the present directory it is not in the PATH. Please, 
I need to know:
a) where is the file where the PATH is defined
b) what should I write in it

I am running bash...

Thanks in advance! 
-- 
___
Marcelo Chiapparini
DFT-IF/UERJ
[EMAIL PROTECTED]



Re: Neet to get PostgreSQL 7.0.X

2001-03-15 Thread Arcady Genkin
Jorge Santos <[EMAIL PROTECTED]> writes:

> I need to install PostgreSQL 7.0.X for my job, the version in potato
> is 6.5.X, so what options do I have, I have downloade the .deb from
> unstable but it has unmet dependencies.  So what options do I have?  I
> was thinking about upgrading to unstable but apt-get dist-upgrade
> reports that is going to uninstall several packages and I'm wondering
> if it is such a good idea.  Well, summing it up, what is the best
> option to get PostgreSQL 7.0.X without breaking things?

Make sure you have something like

deb-src http://http.us.debian.org/debian unstable main contrib non-free

in your /etc/apt/sources.lis, and then:

   su
   apt-get -b source postgresql

If all goes well, you'll get the .debs of the Postgres 7.0.3, which you
can install with "dpkg -i ...".
-- 
Arcady Genkin
Nostalgia isn't what it used to be.



Re: Debian and HP49G

2001-03-15 Thread John Galt

lrzsz and minicom may be a bit better.  It's certainly freer...

On Thu, 15 Mar 2001, Chris Gray wrote:

>On Wed, 14 Mar 2001, David Z. Maze wrote:
>> Glenn Becker <[EMAIL PROTECTED]> writes:
>> GB> I just got an HP49G calculator ... purchased the "PC
>> GB> Connectivity Kit" in a fairly clueless moment (clueless = not
>> GB> thinking that the included software might be Windoze-only).
>> GB>
>> GB> Have found *some* Linux - HP calc connection stuff on
>> GB> SourceForge, but was wondering if any Debian-ers are
>> GB> successfully shunting stuff back and forth from Debian to an
>> GB> HP48 or 49. Would be interested in ... how ... :-)
>>
>> Gosh...I haven't done this in years.  The one thing you do need from
>> the HP kit is the strange serial cable that plugs into the
>> calculator.  The HP48, at least, supported both xmodem and Kermit
>> transfers, so I'd try installing the (non-free) ckermit package and
>> trying to use that to move files around.  The last time I tried it
>> was many years ago on a Slackware machine on the other side of the
>> country, so... :-)
>
>I've been doing this fairly recently (I have some boring classes where
>games come in handy :) ).  Here is my ~/.kermrc (you have to be in
>the group dialout to open /dev/ttyS1)
>
>set port /dev/ttyS1
>set speed 9600
>set parity none
>set file type binary
>set carrier-watch off
>robust
>
>kermit can be a fairly annoying thing to use, so good luck.
>
>Cheers,
>Chris
>
>

-- 

You have paid nothing for the preceding, therefore it's worth every penny
you've paid for it: if you did pay for it, might I remind you of the
immortal words of Phineas Taylor Barnum regarding fools and money?

Who is John Galt?  [EMAIL PROTECTED], that's who!



Re: Reboot only w/ mouse.

2001-03-15 Thread William T Wilson
On Thu, 15 Mar 2001, Mathieu, Barry wrote:

> My keyboard is not responding (poof - dead), even the LED indicator
> for caps lock doesn't illuminate.  I have X running, w/ ICEWM.  There

If your keyboard has fallen out of the socket then you can plug it back
in.  It should work fine.  (Well, if you plug it in nicely.  If you touch
some wrong pins together the system will reboot :} )

If your keyboard is broken then rebooting will not help you any.  And I
can't think of anything else that would cause your keyboard to stop
responding.

I can't think of any way to reboot the system using just the mouse.  Just
exit X, wait a few seconds and push the power button (if you really,
really want to reboot).  You will be fine. :}



more nfs problems (thank you all for last time)

2001-03-15 Thread Forrest English
sorry folks, i don't know why i didn't tail my syslog on those systems
sooner.  it would have helped a lot faster.

here is my network setup.

server/router/etc (truffula.net)
eth0 192.168.2.1 (lan2.truffula.net)
eth1 externalip
eth2 192.168.1.1 (lan1.truffula.net)

on eth0 is a hub.   on eth2 is a crossover cable to thneed.

thneed is the nfs server in this case (192.168.1.10)

on the hub
swomee (192.168.2.20)
grickle   (192.168.2.30)
lerkim(192.168.2.40)

now...i can mount the nfs share fine on truffula.net.   since the
interface going from it to thneed is 192.168.1.1.but, i can not mount
the share from anything on the hub.when i try and mount from a
machine on the hub, syslog on thneed reports that it got another mount
request from lan1.truffula.net.i belive this has somthing to do with
ip masquerading that i'm using.  but, i couldn't say for certain.   

the only solution i can think is to re-export from truffula.net to the
machines on the hub.   the odd thing about this is, the machines on the
hub can ping, nslookup, ssh etc, etc...   each other just fine.   

so, would all machines have to be on the same hub, or is there a way to
do this?

-- 
Forrest English
http://truffula.net

"When we have nothing left to give
There will be no reason for us to live
But when we have nothing left to lose
You will have nothing left to use"
-Fugazi



SSSSSSH error@^%&$ PLEASE help

2001-03-15 Thread Mark Livingstone
Hi! 

One of my boxes is running openssh_2.3.0 with only ssh2 enabled.. When i
first installed Debian and ssh i could easily connect to that box.. Having  
reinstalled it yesterday, i can't make ssh connect, i get the following 
error:  

Bad packet length 1397966893

What did i do wrong during the install? When i enable protocol 1 on the 
remote box.. ssh works fine.

Please help!



Re: Reboot only w/ mouse.

2001-03-15 Thread Peter Jay Salzman
heh.  i've had this happen.

if you're luck enough to have the letters "s", "u", either "h", "a", "l",
"t" or "r", "e", "b", "o", t"  and all the letters in your root password,
you can cut and paste your way into a reboot.  this has happened to me
before, and worked.

can you ssh into your machine?  that would be easiest of all.

pete

On Thu 15 Mar 01,  3:14 PM, Mathieu, Barry said: 
> Trouble.
> 
> My keyboard is not responding (poof - dead), even the LED indicator for caps
> lock doesn't 
> illuminate.  I have X running, w/ ICEWM.  There is a mouse menu that allows
> reboot, but 
> only works if logged-in as root, which I am not. And, I am a bit of a Linux
> newbie.
> 
> Is there anyway to reboot my machine simply by using the mouse?  Is there
> any way 
> to re-establish communication with the keyboard w/ only a mouse? Any ideas? 
> I really don't want to push that power button.
> 
> Sigh,
> Barry

-- 
"Coffee... I've conquered the Borg on coffee!"   [EMAIL PROTECTED]
   -- Kathryn Janeway on the virtues of coffee   www.dirac.org/p



Re: no sound with kernel 2.4.2

2001-03-15 Thread Philipp Bliedung
Matthew Bryant Baxa wrote:

> On Thu, Mar 15, 2001 at 07:16:09PM +0100, Philipp Bliedung wrote:
>
> > I used gom as the mixer. When I booted the 2.4.2 kernel (witeh the
same
> > /etc/modules) and tried to play a song I got this:
> > "Cannot open audio device. Please make sure that the audio device is

> > properly configured."
> >
> > And when I try to use gom I get this:
> >
> > gom   ERROR: Can't open mixer device special file "/dev/mixer": No
such
> > gom:  device. Error help: if loading a mixer special file leads to
"No
> > such
> > gom:  device", then you most likely do have the kernel sound driver
> > gom:   not or incorrectly installed. "Permission denied" means you
> > gom:   need  permissions by the local admin in the first place.
> > gom:
> > gom: Current channel information
> > gom: ---
> > gom:
> > gom: No Name   Rec  Volumes  Vol-0  Vol-1  Locked
> > gom:  0.vol-1 -1   -1 -1 1
> > 
> > But there is a file named /dev/mixer 
> > 
> > crw-rw1 root audio 14,   0 Jul  5  2000 mixer
> I used to have this problem until I finally remembered that as
a user I didnt have permission
to use the mixer device.  Try adding yourself to the audio group.

I'm already a member of the audio group ! Otherwise I wouldn't be able
to play music using the 2.2.17
kernel.
Even root gets an error trying to run gom.








  1   2   >