Re: [gentoo-user] Apache RProxy setup

2005-04-06 Thread Patrick Marquetecken

 Eric S. Johansson wrote:

 Leo wrote:

 Eric:

 I am not familiar with pound...

 My reverse proxy is only for web requests :)

This is how i do it in the apache conf:

ProxyPass /exchange/ http://SPBmail/exchange/
ProxyPassReverse /exchange/ http://SPBmail/exchange/

the second part is toward the other server.

Patrick

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] 64Bit Proc

2005-04-01 Thread Patrick Marquetecken

 On Thu, 31 Mar 2005, Patrick Marquetecken wrote:

 Can i install without problems Gentoo on the new Dell machines with a
 64bit Xeon processor?

 I have Gentoo running on a dual-Xeon DELL server.

Thanks all for your answers.



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Raid 1 howto

2005-04-01 Thread Patrick Marquetecken
Hi,
To protect my home server i'm thinking to create a raid1, because this is
the first time for me i have looked around for some howto's.
There are quite a lot howto's(1), but its always from scratch, does anyone
know a howto for changing a working system into a raid1 without formating
disks?

(1)
http://www.schwarzvogel.de/od2md.shtml
http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID
and others ...


TIA
Patrick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ethtool fails on adaptec

2005-03-31 Thread Patrick Marquetecken

 On Wed, 30 Mar 2005, Patrick Marquetecken wrote:

  Reading through /usr/src/linux/Documentation/networking/de4x5.txt I
 see
  this chipset is supported by the dc2114x module - have you tried using
  that driver instead?
 
 No but i will going to, accoording to several sites i found with google
 the said to use the tulip driver.

 Actually, I also see there de4x5 module which is the one mentioned in the
 txt file. Anyway, Im hoping one of those will have support for ethtool.
Bad luck, the machine freeses when it bringup a network interface




 --

 --
 gentoo-user@gentoo.org mailing list





-- 



--
gentoo-user@gentoo.org mailing list



[gentoo-user] 64Bit Proc

2005-03-31 Thread Patrick Marquetecken
Hi,

Can i install without problems Gentoo on the new Dell machines with a
64bit Xeon processor?

TIA
Patrick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ethtool fails on adaptec

2005-03-29 Thread Patrick Marquetecken

 On Thu, 24 Mar 2005, Patrick Marquetecken wrote:

 I have installed a Adaptec ANA-6944A/TX fast 4 port ethernet card
 (32-bit).
 It works fine with the tulip dirver.
 If i run ethtool on these ports i always get this error, never with my
 other networdcards.

 vpn_bxl init.d # ethtool eth3
 Settings for eth3:
 No data available

 what coult this be?

 Which kernel version are you running?
2.6.10-gentoo-r6

 Can you run 'lspci' and show output? (If you dont have lspci then run
 emerge pciutils).
:11:04.0 Ethernet controller: Digital Equipment Corporation DECchip
21140 [FasterNet] (rev 22)
:11:05.0 Ethernet controller: Digital Equipment Corporation DECchip
21140 [FasterNet] (rev 22)
:11:06.0 Ethernet controller: Digital Equipment Corporation DECchip
21140 [FasterNet] (rev 22)
:11:07.0 Ethernet controller: Digital Equipment Corporation DECchip
21140 [FasterNet] (rev 22)

Patrick


 --
 Aj
 --
 gentoo-user@gentoo.org mailing list





-- 



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SCSI tape drive doesn't work

2005-03-29 Thread Patrick Marquetecken
On Tue, 29 Mar 2005 11:11:37 +0200
Volker Armin Hemmann [EMAIL PROTECTED] wrote:

 Hi,
 
 forget /dev/sgX.
 
 Where does /dev/st points to? 
Does not exists
 Do you have /dev/tapes/tape0/mt?
Does not exists
 Or /dev/scsi/scsi0/./mt?
Does not exists
only 
rivendell dev # ls scsi/host0/bus0/target?
scsi/host0/bus0/target0:
lun0

scsi/host0/bus0/target4:
lun0

Patrick

-- 
My God, what have I done?
 -- Kirk
What you always do. Turn death into a fighting chance to live.
 -- McCoy (Star Trek III) 

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SCSI tape drive doesn't work

2005-03-29 Thread Patrick Marquetecken
On Tue, 29 Mar 2005 11:11:37 +0200
Volker Armin Hemmann [EMAIL PROTECTED] wrote:

 Hi,
 
 forget /dev/sgX.
 
 Where does /dev/st points to?
Does not exists
 Do you have /dev/tapes/tape0/mt? 
Does not exists
 Or /dev/scsi/scsi0/./mt?
sorry no mt ...
 
 --
 gentoo-user@gentoo.org mailing list
 
 


-- 
My God, what have I done?
 -- Kirk
What you always do. Turn death into a fighting chance to live.
 -- McCoy (Star Trek III) 

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ethtool fails on adaptec

2005-03-29 Thread Patrick Marquetecken

 On Tue, 29 Mar 2005, Patrick Marquetecken wrote:

  Can you run 'lspci' and show output? (If you dont have lspci then run
  emerge pciutils).
 :11:04.0 Ethernet controller: Digital Equipment Corporation DECchip
 21140 [FasterNet] (rev 22)
 :11:05.0 Ethernet controller: Digital Equipment Corporation DECchip
 21140 [FasterNet] (rev 22)
 :11:06.0 Ethernet controller: Digital Equipment Corporation DECchip
 21140 [FasterNet] (rev 22)
 :11:07.0 Ethernet controller: Digital Equipment Corporation DECchip
 21140 [FasterNet] (rev 22)
 

 Reading through /usr/src/linux/Documentation/networking/de4x5.txt I see
 this chipset is supported by the dc2114x module - have you tried using
 that driver instead?

No but i will going to, accoording to several sites i found with google
the said to use the tulip driver.

Again thanks
Patrick

 --

 --
 gentoo-user@gentoo.org mailing list





-- 
bb


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Old module keep wandering around

2005-03-28 Thread Patrick Marquetecken
Hi,

I seem not to get rid of a kernel module i have tried out, at boot time i get 
error as: modprobe acx_pci fails 
The module is removed for the kernel source, i have rebuild my kernel with the 
clean option, there i no line in /etc/modules/autoload.d/kernel-2.6.
Where kan i also look to remove this ?
 
Patrick
-- 
If I were human, I believe the correct response would be 'Go to Hell'
 -- Spock's response to a Starfleet summons (Star Trek VI)

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



-- 
If I were human, I believe the correct response would be 'Go to Hell'
 -- Spock's response to a Starfleet summons (Star Trek VI)

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org

--
gentoo-user@gentoo.org mailing list



[gentoo-user] SCSI tape drive doesn't work

2005-03-28 Thread Patrick Marquetecken
Hi,

In my former thread i have ask what device my SCSI tapedrive could have
and i got a lot of answers, but none of the devices people on this list
have are present on my machine: Linux rivendell 2.6.9-gentoo-r6 #13 Sat
Mar 26 15:10:25 CET 2005 i686 Pentium III (Coppermine) GenuineIntel
GNU/Linux. The kernel knows my SCSI devices:
rivendell root # cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: SEAGATE  Model: ST336706LW   Rev: 0108
  Type:   Direct-AccessANSI SCSI revision: 03
Host: scsi0 Channel: 00 Id: 04 Lun: 00
  Vendor: HP   Model: C1537A   Rev: L708
  Type:   Sequential-AccessANSI SCSI revision: 02

According to tapeinfo -f /dev/sg1 there is a tape-drive connected but it
can't see the inserted tape Product Type: Tape Drive
Vendor ID: 'HP  '
Product ID: 'C1537A  '
Revision: 'L708'
Attached Changer: No
MinBlock:1
MaxBlock:16777215
SCSI ID: 4
SCSI LUN: 0
Ready: yes
BufferedMode: yes
Medium Type: Not Loaded   
Density Code: 0x25
BlockSize: 0
DataCompEnabled: yes
DataCompCapable: yes
DataDeCompEnabled: yes
CompType: 0x20
DeCompType: 0x0
BOP: yes
Block Position: 0

/dev/sg1 witch is the tape-drive points to
0 lr-xr-xr-x  1 root root 36 Mar 28 16:38 /dev/sg1 -
scsi/host0/bus0/target4/lun0/generic

If i take a closer look to /dev/scsi/host0/bus0/targetX i see for target0
a SCSI disc : 0 drwxr-xr-x  1 root root 0 Jan  1  1970 .
0 drwxr-xr-x  1 root root 0 Jan  1  1970 ..
0 brw---  1 root root  8, 0 Jan  1  1970 disc
0 crw-rw  1 root cdrw 21, 0 Jan  1  1970 generic
0 brw---  1 root root  8, 1 Jan  1  1970 part1

and for target4
0 drwxr-xr-x  1 root root 0 Jan  1  1970 .
0 drwxr-xr-x  1 root root 0 Jan  1  1970 ..
0 crw-rw  1 root cdrw 21, 1 Jan  1  1970 generic

I have the impression that my system does not know that target4 is a
tape-drive. Any advice would be very helpful

Patrick
-- 
The needs of the many outweigh the needs of the few.
 -- Captain Spock in Star Trek II: The Wrath of Khan

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703
Registered Linux User #44550
http://counter.li.org

untitled-2
Description: PGP signature


[gentoo-user] SCSI tapedrive

2005-03-26 Thread Patrick Marquetecken
Hi,

I found a old SCSI HP C1537 (12/24) tapedrive, and i would like to use it
in my Home server for creating backups.
I would use tar for backing up because i can read tar on almost all OS'ses.
As for now i don't have any SCSI devices on my machine so what would be
the SCSI device name for my tape drive ?

TIA
Patrick

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SCSI tapedrive

2005-03-26 Thread Patrick Marquetecken
On Sat, 26 Mar 2005 10:52:20 +0100
Karl Huysmans [EMAIL PROTECTED] wrote:

 /dev/st0
Can't find anything ... but i see it in dmesg

(scsi0:A:0): 40.000MB/s transfers (20.000MHz, offset 8, 16bit)
  Vendor: SEAGATE   Model: ST336706LWRev: 0108
  Type:   Direct-Access  ANSI SCSI revision: 03
scsi0:A:0:0: Tagged Queuing enabled.  Depth 32
(scsi0:A:4): 10.000MB/s transfers (10.000MHz, offset 15)
  Vendor: HPModel: C1537ARev: L708
  Type:   Sequential-Access  ANSI SCSI revision: 02
libata version 1.02 loaded.
SCSI device sda: 71687370 512-byte hdwr sectors (36704 MB)
SCSI device sda: drive cache: write back
 /dev/scsi/host0/bus0/target0/lun0: p1 p2  p5 
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
Attached scsi generic sg1 at scsi0, channel 0, id 4, lun 0,  type 1

rivendell home # tapeinfo -f /dev/sg1
Product Type: Tape Drive
Vendor ID: 'HP  '
Product ID: 'C1537A  '
Revision: 'L708'
Attached Changer: No
MinBlock:1
MaxBlock:16777215
SCSI ID: 4
SCSI LUN: 0
Ready: yes
BufferedMode: yes
Medium Type: Not Loaded
Density Code: 0x25
BlockSize: 0
DataCompEnabled: yes
DataCompCapable: yes
DataDeCompEnabled: yes
CompType: 0x20
DeCompType: 0x0
BOP: yes
Block Position: 0

The tape is loaded and writeble

But trying tar -cpf /dev/sg1 /home gives a error
The error
rivendell home # tar -cpf /dev/sg1 /backup
tar: Removing leading `/' from member names
tar: /dev/sg1: Cannot write: Numerical argument out of domain
tar: Error is not recoverable: exiting now

TIA
Patrick


-- 
Eaten any good books lately? 
 -- Q (to Worf) (Deja-Q)

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] SCSI tapedrive

2005-03-26 Thread Patrick Marquetecken
On Sat, 26 Mar 2005 16:41:58 +0100
Patrick Marquetecken [EMAIL PROTECTED] wrote:

 On Sat, 26 Mar 2005 10:52:20 +0100
 Karl Huysmans [EMAIL PROTECTED] wrote:
 
  /dev/st0
 Can't find anything ... but i see it in dmesg
 
 (scsi0:A:0): 40.000MB/s transfers (20.000MHz, offset 8, 16bit)
   Vendor: SEAGATE   Model: ST336706LWRev: 0108
   Type:   Direct-Access  ANSI SCSI revision: 03
 scsi0:A:0:0: Tagged Queuing enabled.  Depth 32
 (scsi0:A:4): 10.000MB/s transfers (10.000MHz, offset 15)
   Vendor: HPModel: C1537ARev: L708
   Type:   Sequential-Access  ANSI SCSI revision: 02
 libata version 1.02 loaded.
 SCSI device sda: 71687370 512-byte hdwr sectors (36704 MB)
 SCSI device sda: drive cache: write back
  /dev/scsi/host0/bus0/target0/lun0: p1 p2  p5 
 Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
 Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
 Attached scsi generic sg1 at scsi0, channel 0, id 4, lun 0,  type 1
 
 rivendell home # tapeinfo -f /dev/sg1
 Product Type: Tape Drive
 Vendor ID: 'HP  '
 Product ID: 'C1537A  '
 Revision: 'L708'
 Attached Changer: No
 MinBlock:1
 MaxBlock:16777215
 SCSI ID: 4
 SCSI LUN: 0
 Ready: yes
 BufferedMode: yes
 Medium Type: Not Loaded
 Density Code: 0x25
 BlockSize: 0
 DataCompEnabled: yes
 DataCompCapable: yes
 DataDeCompEnabled: yes
 CompType: 0x20
 DeCompType: 0x0
 BOP: yes
 Block Position: 0
 
 The tape is loaded and writeble
 
 But trying tar -cpf /dev/sg1 /home gives a error
 The error
 rivendell home # tar -cpf /dev/sg1 /backup
 tar: Removing leading `/' from member names
 tar: /dev/sg1: Cannot write: Numerical argument out of domain
 tar: Error is not recoverable: exiting now

Forgot to mention:
mtx -f /dev/sg1 eject - works but
rivendell favorites # mtx -f /dev/sg1 status
mtx: Request Sense: 70 00 05 00 00 00 00 0E 00 00 00 00 20 00 00 00 00 00 00 00
READ ELEMENT STATUS Command Failed

 
 TIA
 Patrick

-- 
Eaten any good books lately? 
 -- Q (to Worf) (Deja-Q)

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org

--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] running openvpn twice

2005-03-24 Thread Patrick Marquetecken

 Hi!

 May ask what for? Are we talking here server or client?

Server to server
I vave seen with our tests that we consume now just half our bandwith, so
i was thinking of a second tunnel to the same machine and devide the
traffic.

Patrick


 Regards

 spox

 Am Mittwoch, den 23.03.2005, 20:11 +0100 schrieb Patrick Marquetecken:
 Hi,

 I wan't to run openvpn twice, whats the best way to do this ?
 I can always duplicate the startup script.

 Patrick
 --
 Mit freundlichen Grüßen

 Heinz Sporn

 SPORN it-freelancing

 Mobile: ++43 (0)699 / 127 827 07
 Email:  [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Snail:  Steyrer Str. 20
 A-4540 Bad Hall
 Austria / Europe


 --
 gentoo-user@gentoo.org mailing list





-- 



--
gentoo-user@gentoo.org mailing list



[gentoo-user] ethtool fails on adaptec

2005-03-24 Thread Patrick Marquetecken
Hi,

I have installed a Adaptec ANA-6944A/TX fast 4 port ethernet card (32-bit).
It works fine with the tulip dirver.
If i run ethtool on these ports i always get this error, never with my
other networdcards.

vpn_bxl init.d # ethtool eth3
Settings for eth3:
No data available

what coult this be?

TIA
Patrick
--
gentoo-user@gentoo.org mailing list



[gentoo-user] smp kernel and Dell PE 2800

2005-03-08 Thread Patrick Marquetecken
Hi,

I din't find a smp kernel on the live cd 2004-3 is this normal?
I'm going to install Gentoo on two Dell PowerEdge 2800 Machines they have
everythinbg double, like Proc, HD ethernet, anyone on this list some has
some problems with this machine ?

TIA
Patrick
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Oracle on Gentoo Linux

2005-03-08 Thread Patrick Marquetecken
Yes,
I haven't got the time, but there is on the interet a howto just google
for Gentoo and Oracle 10

Patrick

 i need to install Oracle 10g on Linux @ my office new production
 server. i planed to download it free from oracle site.

 is it possible to deploy Oracle 10g on Gentoo 2004.3? if 'yes'. pls
 tell me way of installing Oracle 10g on Gentoo Linux.

 help me!
 -
 ___

 Linux everywhere
 --
 gentoo-user@gentoo.org mailing list





-- 



--
gentoo-user@gentoo.org mailing list



[gentoo-user] OpenVPN tests

2005-03-07 Thread Patrick Marquetecken
At work we are going to setup a site to site VPN connection with two
Gentoo machines with OpenVPN.
What would be good stress and performance tests, to see if it will perform
like we think?

TIA
Patrick

--
gentoo-user@gentoo.org mailing list



[gentoo-user] ssl on different port

2005-02-26 Thread Patrick Marquetecken
Hi,
I'm trying to get ssl working on port 843, but i have some troubles.
Http runs on 8080 and in  vi modules.d/40_mod_ssl.conf i have Listen on 8443.
If i run: openssl s_client -connect localhost:443 -state -debug
there are no errors but when i run it on port 8443
openssl s_client -connect localhost:8443 -state -debug
CONNECTED(0003)
SSL_connect:before/connect initialization
write to 080A9D30 [080AA460] (148 bytes = 148 (0x94))
 - 80 92 01 03 01 00 69 00-00 00 20 00 00 39 00 00   ..i... ..9..
0010 - 38 00 00 35 00 00 16 00-00 13 00 00 0a 07 00 c0   8..5
0020 - 00 00 33 00 00 32 00 00-2f 00 00 07 05 00 80 03   ..3..2../...
0030 - 00 80 00 00 66 00 00 05-00 00 04 01 00 80 08 00   f...
0040 - 80 00 00 63 00 00 62 00-00 61 00 00 15 00 00 12   ...c..b..a..
0050 - 00 00 09 06 00 40 00 00-65 00 00 64 00 00 60 00   [EMAIL PROTECTED]
0060 - 00 14 00 00 11 00 00 08-00 00 06 04 00 80 00 00   
0070 - 03 02 00 80 1c b0 26 40-ac ef 44 1b 80 2c 83 4c   ..@..D..,.L
0080 - 4c ad 09 2f c4 2a 4c 12-cf d4 46 15 bb b8 67 36   L../.*L...F...g6
0090 - e0 26 57 13   .W.
SSL_connect:SSLv2/v3 write client hello A
read from 080A9D30 [080AF9C0] (7 bytes = 7 (0x7))
 - 3c 21 44 4f 43 54 59  !DOCTY
SSL_connect:error in SSLv2/v3 read server hello A
11683:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown
protocol:s23_clnt.c:475:

trying to access it as https://server:8443 does not work, as
https://server, only works only intern not from the internet.

Whats wrong here ?

Patrick


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Wrong hostname after restore

2005-02-08 Thread Patrick Marquetecken
Hi,

I got a broken harddisk, so after replacing the disk i dit a restore of a
general image.
I have changed /etc/conf.d/net, /etc/hosts, /etc/domainname and
/etc/dnsdomainname.
But i still keep getting the restore hostname. What i'm i missing here ?

TIA
Patrick

--
gentoo-user@gentoo.org mailing list



[gentoo-user] [Fwd: Wrong hostname after restore] -solved

2005-02-08 Thread Patrick Marquetecken
- Oorspronkelijk bericht -
Onderwerp: Wrong hostname after restore
Van:   Patrick Marquetecken [EMAIL PROTECTED] Datum:
Di, 8 februari, 2005 16:02
Aan:   [EMAIL PROTECTED]
--
Oeps forgot /etc/hostname

Hi,

I got a broken harddisk, so after replacing the disk i dit a restore of a
general image.
I have changed /etc/conf.d/net, /etc/hosts, /etc/domainname and
/etc/dnsdomainname.
But i still keep getting the restore hostname. What i'm i missing here ?

TIA
Patrick



--
gentoo-user@gentoo.org mailing list



[gentoo-user] Home server

2005-02-08 Thread Patrick Marquetecken
Hi,

I'm installing a Linux home server (replacement for Windows) and until
now i can read my e-mail with Squirrelmail from work, but i also will
read access my other files like my openoffice documents, pdf and txt
files. My provider blocks everything under port 1024 so i was thinking
will ht://digg be a solution?
I like a web solution.

TIA
Patrick
-- 
Is the crew always this difficult?
 -- Doctor
I don't know, Doc, it's my first mission
 -- Kim (Caretaker) 

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


--
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Shell scripting naming conventions

2005-02-06 Thread Patrick Marquetecken
Hi,

Are there some naming conventions on writing shell scripts ?, like a
prefix for a function and so on.
If so where can i find some info on this.

TIA
Patrick

-- 
Uhura, signal our surrender
 -- Kirk
Captain!!??
 -- Uhura
We surrender!!
 -- Kirk (Star Trek VI) 

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Repairing damaged partition

2005-02-03 Thread Patrick Marquetecken
Hi,

I just rebooted one of my snort machines and i got a kernel panic and a
lot of Drive seek errors om my ext3 partition. The first time i run fsck
form a cdrom on that partition it just says again drive seek errors and
non-recoverble.
The second time, fsck says: could this be a zero lenght partition.
How can i repair this disk?
One bizar thing is, i got just the same problems a few months ago also and
then i replaced the disk.

TIA
Patrick



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Repairing damaged partition

2005-02-03 Thread Patrick Marquetecken
 Hi,

 I just rebooted one of my snort machines and i got a kernel panic and a
 lot of Drive seek errors om my ext3 partition. The first time i run fsck
 form a cdrom on that partition it just says again drive seek errors and
 non-recoverble.
 The second time, fsck says: could this be a zero lenght partition.
 How can i repair this disk?
 One bizar thing is, i got just the same problems a few months ago also and
 then i replaced the disk.

Forgot to mention that fsck -b  /dev/hda3
din't help i keep getting the drive seek errors.


 TIA
 Patrick



 --
 gentoo-user@gentoo.org mailing list








--
gentoo-user@gentoo.org mailing list



[gentoo-user] DVD ripping copying

2005-02-01 Thread Patrick Marquetecken
Hi,

I have replaced my last windows machine with Gentoo, but forgot that i
used this also for DXD ripping/copying. This machine has no X on it
installed, i'm used to use DVDshrink because its very easy because you
insert the dvd it compress as needed and then you choose start and the
copy is done.
What must i install to do this under Linux, please something easy, so i
can insert a dvd and then create a copy of it.

TIA
Patrick





--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Patrick Marquetecken
After some investigations i found following programs what is the most
easiest of them like dvdshrink ?

Acidrip
dvdrip
lxdvdrip

TIA
Patrick


On Tue, 1 Feb 2005 09:48:15 +0100 (CET)
Patrick Marquetecken [EMAIL PROTECTED] wrote:

 Hi,
 
 I have replaced my last windows machine with Gentoo, but forgot that i
 used this also for DXD ripping/copying. This machine has no X on it
 installed, i'm used to use DVDshrink because its very easy because you
 insert the dvd it compress as needed and then you choose start and the
 copy is done.
 What must i install to do this under Linux, please something easy, so
i
 can insert a dvd and then create a copy of it.
 
 TIA
 Patrick
 
 
 
 
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 


-- 
You're dead, Jim.
 -- McCoy, Amok Time, stardate 3372.7..

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] DVD ripping copying

2005-02-01 Thread Patrick Marquetecken
On Tue, 1 Feb 2005 14:41:34 -0500
Jason Cooper [EMAIL PROTECTED] wrote:

 Patrick Marquetecken ([EMAIL PROTECTED]) scribbled:
  After some investigations i found following programs what is the
most
  easiest of them like dvdshrink ?
  
  Acidrip
  dvdrip
  lxdvdrip
  On Tue, 1 Feb 2005 09:48:15 +0100 (CET)
  Patrick Marquetecken [EMAIL PROTECTED] wrote:
  
   Hi,
   
   I have replaced my last windows machine with Gentoo, but forgot
that i
   used this also for DXD ripping/copying. This machine has no X on
it
   installed, i'm used to use DVDshrink because its very easy because
you
   insert the dvd it compress as needed and then you choose start and
the
   copy is done.
   What must i install to do this under Linux, please something easy,
so
  i
   can insert a dvd and then create a copy of it.
 
 shameless plug
 http://lakedaemon.netmindz.net/dvd9to5/
 /shameless plug
 
 It removes the menus, uses one stream of audio (5.1), and adjusts the
 quality just enough to squeeze the movie onto one 4.7GB dvd-/+r at the
 highest quality possible.  I've backed up my collection (100 dvds)
with
 it without problem.  It takes about 1.5 hours per dvd.
 
 Let me know if you have any questions.
 
 Cooper.
 
Thats it what I'm looking for, but how do i know how much titles, audio
and subtitles.
And witch different language there are.

Patrick

-- 
Live long and prosper
 -- Spock, Amok Time, stardate 3372.7..

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Procmail and mail aliasses

2005-01-27 Thread Patrick Marquetecken
Hi,

I'm a bit stuck with procmail, i have one email account and several mail
aliasses at my ISP.
I use fetchmail in a cron on user level to get my emails.
I whan't now mails that are for a mail alias (other to address) deliverd
to another local .maildir. The problem is that they are pickup by the
fetchmail script of my main user. I don't know of it is possible with
procmail to point to a different home/.maildir but even then the uid would
be worng of that email.
Whats the best way to deliver those emails?

TIA



--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Procmail and mail aliasses

2005-01-27 Thread Patrick Marquetecken

 On Thu, 2005-01-27 at 10:34 +0100, Patrick Marquetecken wrote:
 Hi,

 I'm a bit stuck with procmail, i have one email account and several mail
 aliasses at my ISP.
 I use fetchmail in a cron on user level to get my emails.
 I whan't now mails that are for a mail alias (other to address) deliverd
 to another local .maildir. The problem is that they are pickup by the
 fetchmail script of my main user. I don't know of it is possible with
 procmail to point to a different home/.maildir but even then the uid
 would
 be worng of that email.
 Whats the best way to deliver those emails?

 TIA


 run fetchmail for the other user.

 --
 Nick Rout [EMAIL PROTECTED]


won't work because on the ISP side its all in the same user mailbox.

Patrick


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Procmail and mail aliasses

2005-01-27 Thread Patrick Marquetecken
 Hi,

 Patrick Marquetecken wrote:


snip

 Well, best way is in fact procmail. On the account that receives the
 emails you can do:

 :0
 * [EMAIL PROTECTED]
 ! [EMAIL PROTECTED]

 :0 [EMAIL PROTECTED]
 ! [EMAIL PROTECTED]

 And so on. Then your MTA will do the job of delivering the mail to the
 other users, invoking their own procmail and so on. I use Postfix so I
 can share my config with you if you wish.

 AFAIK, this won't work for BCCs since the address that was BCCed doesn't
 end up in the mail headers.

 HTH,
 Chris

It works,
Thanks
Patrick

--
gentoo-user@gentoo.org mailing list



[gentoo-user] Connection to Courier IMAP server

2005-01-26 Thread Patrick Marquetecken
Hi, 
I have setup at home a Courier IMAPserver with SSL. I can read my emails
with squirrel webmail but with Sylpeed 1.0.0 it won't work.

My setup is: 
Auhentication method =automatic
SSl - Imap4= Use SSL for IMAP4
Advanced port ssl = 993

when i click on the IMAP4 account i see very quick: 
Opening Folder(null)

When i try to create a folder i get (in the log):
[21:08:25] IMAP4 6 NOOP
[21:08:25] IMAP4 6 OK NOOP completed
[21:08:25] IMAP4 7 LIST  NieuweMap
[21:08:25] IMAP4 7 OK LIST completed
[21:08:25] IMAP4 8 CREATE NieuweMap
[21:08:25] IMAP4 8 NO Invalid mailbox name.
[21:08:25] ** warning: kan geen mailbox maken
[21:15:40] IMAP4 9 NOOP
[21:15:40] IMAP4 9 OK NOOP completed
[21:15:40] IMAP4 10 LIST  NewFolder
[21:15:40] IMAP4 10 OK LIST completed
[21:15:40] IMAP4 11 CREATE NewFolder
[21:15:40] IMAP4 11 NO Invalid mailbox name.
[21:15:40] ** warning: kan geen mailbox maken


The plugin maildir ++is active
Anyone a idee


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Moving e-mail

2005-01-25 Thread Patrick Marquetecken
Hi,

I followed a virtual mail server howto in the forums, fetchmail - procmail - 
courier -imap - postfix - squirrelmail and it works perfect.
The only question i have is, i'm gathering mail for years with sylpheed-claws 
in a maildir, it are several thousend of mails in sub dirs. 
How do i get them into the new mailserver, the server has also a .maildir but 
the filename of the emails are different.

TIA
Patrick


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Creating certificat

2005-01-17 Thread Patrick Marquetecken
Hi,

I have a certrequest from a windows machine, it it possible with this
request to make a certificat on OpenSSL, that can be used on the windows
machine?

TIA
-- 
Uhura, signal our surrender
 -- Kirk
Captain!!??
 -- Uhura
We surrender!!
 -- Kirk (Star Trek VI) 

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpRQSq6vzmlb.pgp
Description: PGP signature


Re: [gentoo-user] OT - Gentoo course on paper

2005-01-15 Thread Patrick Marquetecken
On Fri, 14 Jan 2005 16:08:59 +
Neil Bothwick [EMAIL PROTECTED] wrote:

 On Fri, 14 Jan 2005 16:55:49 +0100, Patrick Marquetecken wrote:
 
  If so would you share this document with me, its not that i wil not
  create it myself. Its done but there are (i'm sure) things that i
forgot
  or are better.
 
 Why not post what you've so far, so other can suggest additions and
 improvements.
Good idea, will translate it and give a link.
 
 
 -- 
 Neil Bothwick
 
 If your VCR still flashes 12:00 - then Linux is not for you.
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 


-- 
Insufficient facts always invite danger.
 -- Spock, Space Seed, stardate 3141.9

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpUF707sqaba.pgp
Description: PGP signature


Re: [gentoo-user] OT - Gentoo course on paper

2005-01-15 Thread Patrick Marquetecken
On Sat, 15 Jan 2005 15:31:18 +0100
Holly Bostick [EMAIL PROTECTED] wrote:
snip
 Is it originally in French or Vlaams (Flemish/Dutch)? Dunno how many 
 French readers are here, but there are several Dutch-literate souls 
 around, so you might want to post both versions.
 
 Holly
 
Its in Dutch (my native language), but its for French people.
I can speak French but don't write it, its going to be translated at
work.
I will post both versions after the translation.

Patrick
-- 
Insufficient facts always invite danger.
 -- Spock, Space Seed, stardate 3141.9

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpX0XLXa6ffI.pgp
Description: PGP signature


[gentoo-user] OT- Deffending Gentoo against RedHat

2005-01-15 Thread Patrick Marquetecken
Hi,
This is in the same line as my Gentoo course on paper I had also to
wright a paper with Linux to choose, so if you all could give me some
feedback.
You can find it on:
http://users.pandora.be/delta_quadrant/REDHATvGENTOO.pdf

Its not quite done, but a raw draft and to be honest i took some text
from some discussions on gentoo-user, because some people here can
express them selve very well.

TIA
PAtrick

-- 
Live long and prosper, Spock.
 -- T'Pau
I shall do neither. I have killed my captain, and my friend.
 -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpLJwYNsJs2s.pgp
Description: PGP signature


Re: [gentoo-user] OT- Deffending Gentoo against RedHat

2005-01-15 Thread Patrick Marquetecken
On Sat, 15 Jan 2005 18:38:58 +0100
Holly Bostick [EMAIL PROTECTED] wrote:

snip
 The main question I have about this PDF is, Who is it aimed at? The 
 people who have to authorize the switchover from whatever is on the 
 servers now to Gentoo? The people that have to pay for the training of
 the personel who have to administer the servers? The personnel 
 themselves (as an introduction)?

I have cut out the company information header and other private
information, its a document for the people who have to authorize the
switchover from RedHat to Gentoo. I'm new in this company and have found
a lot of bad configured RedHat machines and replaced them with Gentoo.
Now i must explain my choose.

 All the points are clear and well-made, but without a focus, it's hard
 to judge the paper as a whole. I mean, those who have to authorize 
 payment don't care about source-based vs. RPM, those who are concerned

Its been asked to be technical

 about whether they have support need assurance that the personnel who 
 will now be responsible for support *can* be trained to adequately 
 provide it (whereas under RedHat, RH takes care of that), those who 
 actually have to learn how to use either Gentoo or RH just want the 
 facts-- and in a corporate environment no one cares whether or not 
 Frozen Bubble is available or easy to install :-D , fools that they
are, 
 lol.
 
 The document as it stands doesn't sell Gentoo to anybody in 
 particular, it just says, Gentoo is better than RedHat, without 
 reference to the specific needs of those you're speaking to. So it 
 doesn't tell those specific people why Gentoo is better than RedHat
*for 
 them*. But you certainly have pretty much all the good points covered.

 They just need to be targeted to your audience.
 
 Am I making sense?

Yes

 
 Holly
 
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 

Thanks Holly for these points (and the others)

Patrick
-- 
Live long and prosper, Spock.
 -- T'Pau
I shall do neither. I have killed my captain, and my friend.
 -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpIecfjG0ZEK.pgp
Description: PGP signature


[gentoo-user] glsa-check

2005-01-14 Thread Patrick Marquetecken
Hi,

If i understand glsa-check correct it rely on portage updates.
If i don't regular update glsa-check won't know about new vulnerabilitys is 
this correct ?

The reasen i'm asking this is because i must apply a automatic vulnerability 
scanner for all the Gentoo machines and the only way i know is with glsa-check.

TIA
Patrick


--
gentoo-user@gentoo.org mailing list



[gentoo-user] OT - Gentoo course on paper

2005-01-14 Thread Patrick Marquetecken
Hi,

I must give a Gentoo course on paper by monday, so that we can give this course 
to the people of our helpdesk.

Are there people on this list who have done this, i mean create a course, it 
would be for preople who know nothing about Linux or a tiny bit.
If so would you share this document with me, its not that i wil not create it 
myself. Its done but there are (i'm sure) things that i forgot or are better.

TIA
Patrick


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Can't execute scripts in reiserfs partition

2005-01-12 Thread Patrick Marquetecken
Hi,

I have always used ext3 and now i'm trying a reiserfs partition, a bizar
thing is i can't execute my scripts there ...

/dev/hda10  /data reiserfs  users,notail  0 0  

Patrick
--
Please Captain, not in front of the Klingons.
 -- Spock, to Kirk, refusing a hug (Star Trek V)

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp4ncEUO0YKt.pgp
Description: PGP signature


[gentoo-user] xsane can't find saned server

2005-01-11 Thread Patrick Marquetecken
Hi,

I have configured a sane server (without ipv6) according to
http://penguin-breeder.org/sane/saned/ the server finds the scanner:
device `niash:libusb:001:002' is a Agfa Snapscan Touch flatbed scanner
from the client i do a telnet on 6566:
Trying 192.168.123.98...
Connected to rivendell.
Escape character is '^]'.
Connection closed by foreign host.
in /etc/saned.d/dll.conf the first line is net, /etc/saned.d/net.conf i
have the ip-address, so what am i missing here?

TIA
Patrick
-- 
Please, Spock, do me a favor ... 'n' don't say it's `fascinating'...
No... but it is... interesting... -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpwKEHtn5A58.pgp
Description: PGP signature


[gentoo-user] Netatalk no server in chooser

2005-01-11 Thread Patrick Marquetecken
Hi,

I have installed netatalk configured the conf files, etc/services and so
on. I can connect to with a MacOS 9, but only with a IP address ! There
is no Servername ore Printername in the chooser.
I'm searching Google now for about 2 hours but no solution.

Patrick

-- 
Your uniform is very... informative.
 -- The Doctor, to Seven of Nine 

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgphuMJIUxXll.pgp
Description: PGP signature


Re: [gentoo-user] Netatalk no server in chooser

2005-01-11 Thread Patrick Marquetecken
On Tue, 11 Jan 2005 12:40:56 +0100
spox [EMAIL PROTECTED] wrote:

 Mac OS 9  networking == a pain in the a** 
 
 But it is doable. Unfortunately you didn't tell us much about your
 environment. Anyway - things to look at:
 
 1. kernel config:
CONFIG_ATALK=m or y
CONFIG_DEV_APPLETALK=y

Build-in or netatalk won't start
 2. man atalkd, man apfd, man netatalk.conf
yep
 3. http://www.anders.com/projects/netatalk/
been there

its working but i can't see the appletalk names in the chooser.
 

 Am Dienstag, den 11.01.2005, 11:49 +0100 schrieb Patrick Marquetecken:
  Hi,
  
  I have installed netatalk configured the conf files, etc/services
and so
  on. I can connect to with a MacOS 9, but only with a IP address !
There
  is no Servername ore Printername in the chooser.
  I'm searching Google now for about 2 hours but no solution.
  
  Patrick
  
 -- 
 Mit freundlichen Grüßen
 
 Heinz Sporn
 
 SPORN it-freelancing
 
 Mobile: ++43 (0)699 / 127 827 07
 Email:  [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Snail:  Steyrer Str. 20
 A-4540 Bad Hall
 Austria / Europespox
 
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 


-- 
Spock. This child is about to wipe out every living thing on Earth. 
 Now, what do you suggest we dospank it? 
 -- McCoy (Star Trek: TMP)

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpVxpnqe5T8u.pgp
Description: PGP signature


[gentoo-user] Sane Netword daemon

2005-01-10 Thread Patrick Marquetecken
Hi,

My scanner (Agfa touch) is supported by sane, but its connected to my
home server. I have read the website of sane network deamon and they
talk only of grant access to parallel port scanner My Agfa is a usb
scanner does this means that i can not use this kind of setup?

TIA
PAtrick
-- 
Please, Spock, do me a favor ... 'n' don't say it's `fascinating'...
No... but it is... interesting... -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpPdW1nJXe2V.pgp
Description: PGP signature


Re: [gentoo-user] Firefox Java enabled.

2005-01-07 Thread Patrick Marquetecken
snip
 I'm a Linux user, but my boyfriend (with whom I live) (still) uses 
 Windows, and even under that he had a horrible time with our bank's Java 
 system (because he's a Mozilla user). He either had to use IE, or 
 downgrade Sun's Java, because the bank had not upgraded their 
 server/software to use the current version of Java at that time, or to 
 recognize that IE was not the only browser in the world (nothing said 
 about OS compatibility).
 
 In any case, the point I'm making is that the problem may not be on your 
 end, but on the other end, and you should investigate whether your 
 bank's site supports your version of Java and your browser, if the bank 
 login is the only thing that doesn't work.
 
 HTH,
 Holly

I go with that, if you are using sun java change it so the java window opens 
you can see the errors while accessing the bank software, thats how i discoverd 
my problems with the bank.
Patrick


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] postfixadmin

2005-01-06 Thread Patrick Marquetecken
On Thu, 06 Jan 2005 00:16:40 +0100
HK [EMAIL PROTECTED] wrote:

 Hi,
 
 Has anybody managed to get postfixadmin from 
 http://high5.net/postfixadmin/ to work with gentoo?
 
 I tried installing it manualy but later webapp-config won't add this 
 service to list of php modules... There was postfixadmin ebuild a while 
 ago on some mirror server but it is gone now :(
 
 reagrds,
 hk
 
I'm not using it, but i think one of these days i'm going to give it a try and 
if it works let you know.
Patrick

 -- 
 hinko dot kocevar at iskramedical dot si
 Hinko Kocevar, embedded systems developer
 Iskra Medical d.o.o., Stegne 23, 1k LJ, SLO-EU
 
 Aì rén|   [Analects XII:22]
 
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Gnu problems with Dutch as default languge

2005-01-06 Thread Patrick Marquetecken
Hi, 
I tried today to create a sub key with my email at work so i executed: 
gpg --edit-key x adduid

and got this:
Echte naam: Patrick Marquetecken
E-mail adres: [EMAIL PROTECTED]
Opmerking:
U heeft deze gebruikerscode gekozen:
Patrick Marquetecken [EMAIL PROTECTED]

(N)aam, (C) opmerking, (E)-mail wijzigen of (O) accepteren/(Q) afsluiten? Q
(N)aam, (C) opmerking, (E)-mail wijzigen of (O) accepteren/(Q) afsluiten?

but at the (Q)uit, it keeps on asking to save !!!
I i change the system language to English UK

Real name: Patrick Marquetecken
Email address: [EMAIL PROTECTED]
Comment:
You selected this USER-ID:
Patrick Marquetecken [EMAIL PROTECTED]

Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? Q

all is OK
gpg (GnuPG) 1.2.6

Anyone else saw this ?

Patrick
-- 
Captain, are you aware there's a Klingon on your bridge?
 -- Dukat (The Way of the Warrior)

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgpCumWTZUiL0.pgp
Description: PGP signature


[gentoo-user] Installing oracle jdbc2

2005-01-05 Thread Patrick Marquetecken
Hi,

I'm trying to install jdb2-oracle, witch demands that you download the 
nessecery files from oracle and rename, so i dit.
Now i got the error that the filesize don't match. The only way to get this 
to work is to create a new digest  i supose, but how?
The error
NIDS-console distfiles # emerge jdbc2-oracle
Calculating dependencies ...done!
 emerge (1 of 1) dev-java/jdbc2-oracle-9.2.0.3 to /

!!! Digest verification Failed:
!!!/usr/portage/distfiles/jdbc2-oracle-9.2.0.3-classes12.zip
!!! Reason: Filesize does not match recorded size

TIA
Patrick


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Installing oracle jdbc2

2005-01-05 Thread Patrick Marquetecken
On Wed, 5 Jan 2005 11:44:11 +0100
Jan Callewaert [EMAIL PROTECTED] wrote:

snip
  
 
 ebuild /usr/portage/dev-java/jdbc2-oracle/jdbc2-oracle-9.2.0.3 digest
 Generating digest file...
 jdbc2-oracle-9.2.0.3-classes12.zip
 jdbc2-oracle-9.2.0.3-ocrs12.zip
 jdbc2-oracle-9.2.0.3-nls_charset12.zip
 jdbc2-oracle-9.2.0.3-classes12_g.zip
Traceback (most recent call last):
  File /usr/bin/ebuild, line 49, in ?

a=portage.doebuild(pargs[0],x,getroot(),tmpsettings,debug=debug,cleanup=cleanup)
  File /usr/lib/portage/pym/portage.py, line 2520, in doebuild
return (not digestgen(aalist,mysettings,overwrite=1))
  File /usr/lib/portage/pym/portage.py, line 1950, in digestgen
mydigests=digestCreate(myarchives, basedir, oldDigest=myolddigest)
  File /usr/lib/portage/pym/portage.py, line 1886, in digestCreate
raise portage_exception.DigestException, Size mismatch during checksums
portage_exception.DigestException: 'Size mismatch during checksums'

 
 But do this only if you're sure of the file!
I'm sure.
 
 Regards,
 Jan Callewaert
 
 -- 
 If God had really intended men to fly, he'd make it easier to get to the
 airport.
 -- George Winters
 
 --
 gentoo-user@gentoo.org mailing list
 
 
 


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] OT - forwarding ports with ssh

2005-01-05 Thread Patrick Marquetecken
On Wed, 5 Jan 2005 13:38:39 +0100
Jan Callewaert [EMAIL PROTECTED] wrote:
snip
  --
 
 I want to do something similar. I can't login immediately so I have to
 pass via a gateway too. But if I execute the command as executed above,
 I arrive back at the client:
 
 $ ssh -fNL 1234:targetmachine:1402 gateway
 
 I have chosen some arbitrary ports since I don't know if that matters,
 and I don't have a clue what else to enter.
 How can I get this right?
 
 Regards,
 Jan Callewaert
 
dit you use [EMAIL PROTECTED]

Patrick
 


--
gentoo-user@gentoo.org mailing list



[gentoo-user] Extracting bold text from PDF

2004-02-12 Thread patrick . marquetecken
Hi,

I need to convert a lot of PDF files to text. Almost all PDf document have two text 
columns, text start on the left and ends on the right one.
I emerged xpd for pdftotext, the --raw  options gives me the best result, but the 
boldtext is double: tthhiiss iiss bboolldd.
Has onyone a idee to get rid of this anoying problem, i need this in a production 
envirement.

TIA
Patrick



--
[EMAIL PROTECTED] mailing list



[gentoo-user] fluxbox and dutch language settings

2004-02-08 Thread patrick . marquetecken
Hi,

I have reinstalled my laptop and choose for fluxbox as window manager and not for 
gnome anymore.
In the past i got gdm as login manager and choose there my Dutch regional setting.
How can i do this with fluxbox ?

TIA
Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


--
[EMAIL PROTECTED] mailing list



[gentoo-user] sylpheed-claws

2004-02-02 Thread patrick . marquetecken
hi,

i'm reinstalling my laptop and i have a problem getting syspheed-claws back to work.
At first i installed sylpheed, copied the .mail and .syspheed  back to their locations 
but i got a error when starting claws.
bind: Permission denied

Thhen i removed the . directories restarted sylpheed-clawd and got this error:
/home/patrick/.sylpheed/sylpheedrc: fopen: No such file or directory
bind: Permission denied

as root user everything goes well.

TIA
patrick




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] sylpheed-claws - solved

2004-02-02 Thread patrick . marquetecken
It was because the user had no wrights to write in the /tmp directory

Patrick

On Mon, 02 Feb 2004 17:26:45 +
[EMAIL PROTECTED] wrote:

 hi,
 
 i'm reinstalling my laptop and i have a problem getting syspheed-claws back to work.
 At first i installed sylpheed, copied the .mail and .syspheed  back to their 
 locations but i got a error when starting claws.
 bind: Permission denied
 
 Thhen i removed the . directories restarted sylpheed-clawd and got this error:
 /home/patrick/.sylpheed/sylpheedrc: fopen: No such file or directory
 bind: Permission denied
 
 as root user everything goes well.
 
 TIA
 patrick
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Bluetooth

2004-01-30 Thread patrick . marquetecken
Hi,

I have installed a D-Link DBT-120 usb bluetooth adapter, with seems to be working fine.
Dmesg:
BlueZ Core ver 2.2 Copyright (C) 2000,2001 Qualcomm Inc
Written 2000,2001 by Maxim Krasnyansky [EMAIL PROTECTED]
BlueZ HCI USB driver ver 2.4 Copyright (C) 2000,2001 Qualcomm Inc
Written 2000,2001 by Maxim Krasnyansky [EMAIL PROTECTED]
usb.c: registered new driver hci_usb

But my question is how do i configure it so it talk to a keyboard or mouse, with witch 
program of config files.

TIA
Patrick 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Virus protection for Evolution users

2004-01-28 Thread patrick . marquetecken
snip
 Hi,
This was exactly the scenario. This new worm can be embedded in a zip
 file. Simple Postfix attachment filters don't reject it. 
/snip

I disagree, postfix can stop those attachments, if you got a
/etc/postfix/mime_header_checks.regexp

and it contains this rule
/filename=\?(.*)\.(bat|chm|cmd|com|do|exe|hta|jse|rm|scr|pif|vbe|vbs|vxd|xl)\?$/
   REJECT For security reasons we reject attachments of this type
/^\s*Content-(Disposition|Type).*name\s*=\s*?(.+\.(lnk|asd|hlp|ocx|zip|reg|bat|c[ho]m|cmd|exe|dll|vxd|pif|scr|hta|jse?|sh[mbs]|vb[esx]|ws[fh]|wav|mov|wmf|xl))?\s*$/
   REJECT Attachment type not allowed. File $2 has the unacceptable extension $3
   
they won't come true.
and change REJECT in to DROP

Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] vmware-config.pl fails

2004-01-27 Thread patrick . marquetecken
Indeed after recompiling my kernel (it fails 2 times) everything work fine again.
In my case i had tried several kernel version in a few days.


On Sun, 25 Jan 2004 23:13:59 +0100
Urs Joss [EMAIL PROTECTED] wrote:

 Hi
 
 On Sunday 25 January 2004 22:51, Alan wrote:
  On Sun, Jan 25, 2004 at 09:06:14PM +0100, 
 [EMAIL PROTECTED] wrote:
   [...]
   vmware-config.pl i get this compile error:
   [...]
   /lib/modules/2.4.20-gentoo-r7/build/include/linux/module.h:21:34:
   linux/modversions.h: No such file or directory make[2]: ***
   [...]
 
  Check to make sure that your /usr/src/linux points to the current
  kernel, and that you've actually compiled the kernel in that dir. 
  The missing linux/modversions.h sounds like the kernel has been
  extracted but not compiled or something.
 
 I ran into the same issue with vmware-config.pl. After recompiling the 
 kernel (gentoo-sources-2.4.22-r5), the script worked again like a 
 charm. So, at least in my case, Alan hit the spot right away...
 
 I don't exactly know what has happened to my /usr/src/linux directory. 
 However, I have played around with some of the genkernel-3.0.1_beta 
 ebuilds without actually knowing what it does (I discovered it doesn't 
 do what I expected from the previous versions). So maybe I wasn't 
 careful enough there...
 
 HTH, Urs
 
 -- 
 Urs Joss
 4055 Basel
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] Compile of 2.6 kernel fails

2004-01-27 Thread patrick . marquetecken
Hi,

With all the 2.4.X kernel problems i tried the 2.6.1-mm4 kernel.
I copied my old 2.4.20_r7 config to the 2.6.1-mm4 dir and run 

make oldconfig
make menu config
make dep  make clean bzImage modules modules_install

after awhile i got this:
...
INSTALL fs/vfat/vfat.ko
INSTALL drivers/usb/serial/visor.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.1-mm4; fi

no error but it just stops

anyone a clue ?


Patrick
-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] vmware-config.pl fails

2004-01-25 Thread patrick . marquetecken
Hi,


I'm using vmware for more then one year and have installed several times without 
problems.
Now with a new install, and running vmware-config.pl i get this compile error:

 
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.4.20-gentoo-r7/build/include]
 
Extracting the sources of the vmmon module.
 
Building the vmmon module.
 
make: Entering directory `/tmp/vmware-config3/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config3/vmmon-only'
make[2]: Entering directory `/tmp/vmware-config3/vmmon-only/driver-2.4.20-gentoo-r7'
In file included from ../linux/driver.c:16:
/lib/modules/2.4.20-gentoo-r7/build/include/linux/module.h:21:34: warning: 
linux/modversions.h: No such file or directory
make[2]: Leaving directory `/tmp/vmware-config3/vmmon-only/driver-2.4.20-gentoo-r7'
make[2]: Entering directory `/tmp/vmware-config3/vmmon-only/driver-2.4.20-gentoo-r7'
In file included from ../linux/driver.c:16:
/lib/modules/2.4.20-gentoo-r7/build/include/linux/module.h:21:34: linux/modversions.h: 
No such file or directory
make[2]: *** [driver.o] Error 1
make[2]: Leaving directory `/tmp/vmware-config3/vmmon-only/driver-2.4.20-gentoo-r7'
make[1]: *** [driver] Error 2
make[1]: Leaving directory `/tmp/vmware-config3/vmmon-only'
make: *** [auto-build] Error 2
make: Leaving directory `/tmp/vmware-config3/vmmon-only'
Unable to build the vmmon module.

like always help is more than welcom

TIA
Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] Wireless

2004-01-22 Thread patrick . marquetecken
Hi,

I have a new PCMCIA card Cisco Linksys, i'm going to switch between my Lucent wireless 
and  Cisco.
Must i just put a new entry in my /etc/pcmcia/wireless.opts, ore are there other 
options?

TIA
Patrick



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Macintosh volumes

2004-01-17 Thread patrick . marquetecken
I always get error this is what i dit:
kernel 2.4.20.x


patch -p1 -d /usr/src/linux  linux-2.4.hfsplus.diff
cp -r hfsplus /usr/src/linux/fs
recompiled the kernel with buil-in hfsplus support (but i can't mount)


cd hfsplus
make KERNELSRC=/usr/src/linux


In file included from super.c:23:
hfsplus_fs.h:113: redefinition of `struct hfsplus_sb_info'
hfsplus_fs.h:163: redefinition of `struct hfsplus_inode_info'
super.c:268: unknown field `alloc_inode' specified in initializer
super.c:268: warning: initialization from incompatible pointer type
super.c:269: unknown field `destroy_inode' specified in initializer
super.c:269: warning: initialization from incompatible pointer type
super.c: In function `hfsplus_init_once':
super.c:508: warning: implicit declaration of function `inode_init_once'
make[2]: *** [super.o] Error 1
make[2]: Leaving directory `/home/patrick/hfsplus-20031219/hfsplus'
make[1]: *** [_mod_/home/patrick/hfsplus-20031219/hfsplus] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r7'
make: *** [all] Error 2


Patrick


On Fri, 16 Jan 2004 13:24:50 -0500
Michael Stilson Jr. [EMAIL PROTECTED] wrote:

 I have used it (hfsplus) with the 2.4.x kernel. Just compiled it as a 
 module on my IBM clone and built-in on my PPC machine. So far I haven't 
 had any problems.
 
 I guess I haven't tried to mount and rw to a Mac volume from the IBM 
 clone though. No problems with the Mac. It's an old world machine 
 (pre green-n-white G3s), so when I compile a new kernel I have to copy 
 it to /System\ Folder/Linux\ Kernels/ so that BootX will load it 
 after the initial MacOS boot. So, I just mount my MacOS9 volume on 
 /boot.
 
 anyways...I am rambling...
 
 I would be interested if you have any problems, but most happy if you 
 don't.
 
 :)
 
 Thanks,
 
 - michael
 
 On Friday, January 16, 2004, at 05:33 AM, Diego Zamboni wrote:
 
 
  Is it possible to mount Macintosh extented HFS volumes?
  I have hfs in my kernel, i mount with his command :
 
  You can get the hfsplus driver from http://www.ardistech.com/hfsplus/
 
  If you are using 2.6.x, to make it compile properly, you need to 
  comment
  out lines 73-83 of hfsplus/wrapper.c. Other than that, it seems to work
  perfectly. I haven't tried it with 2.4.x
 
  --Diego
 
 
 
  --
  [EMAIL PROTECTED] mailing list
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] Macintosh volumes

2004-01-16 Thread patrick . marquetecken
Hi,

Is it possible to mount Macintosh extented HFS volumes?
I have hfs in my kernel, i mount with his command :

mount -t hfs /dev/xxx /mnt/xxx
but then i can't see the files, only a file called where are my files gone with 
meens that the volume is formated as a extended Macintosh volume.

Sorry for the mistakes: i'm dutch, and writing into webapplication so no spelling 
controle.




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Macintosh volumes

2004-01-16 Thread patrick . marquetecken
I have no luck, the compile fails with my 2.4.20 kernel.


- Oorspronkelijk bericht -
Van
: Diego Zamboni [mailto:[EMAIL PROTECTED]
Verzonden
: vrijdag
, januari
 16, 2004 10:33 AM
Aan
: [EMAIL PROTECTED]
CC
: [EMAIL PROTECTED]
Onderwerp
: Re: [gentoo-user] Macintosh volumes


 Is it possible to mount Macintosh extented HFS volumes?
 I have hfs in my kernel, i mount with his command :

You can get the hfsplus driver from http://www.ardistech.com/hfsplus/

If you are using 2.6.x, to make it compile properly, you need to comment
out lines 73-83 of hfsplus/wrapper.c. Other than that, it seems to work
perfectly. I haven't tried it with 2.4.x

--Diego



--
[EMAIL PROTECTED] mailing list







--
[EMAIL PROTECTED] mailing list



[gentoo-user] appletalk iptables

2004-01-14 Thread patrick . marquetecken
Hi,

I'm going to install netatalk but i have a question babout using a ip firewall with it.
If i'm wrigth Appletalk has nothing to do with the TCP/IP protocol or even the OSI 
model, but it is compleetly different, so i can not use a iptables firewal to protect 
those machines ?

TIA
Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] i need to wine to run...

2004-01-12 Thread patrick . marquetecken
If the setup program is made with install shield you need to install dcom95.exe first 
into your fake_windows

Patrick

On Mon, 12 Jan 2004 00:21:52 -0600
Chris [EMAIL PROTECTED] wrote:

 hen nothing. I just wish I knew where to get the program Loki 
 was working on that had DuesEx working on linux before

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Memory is getting eaten

2004-01-12 Thread patrick . marquetecken
Afer trying every kernel from 2.4.22 to 2.4.24 there was no improvement everyone has 
the sam problem.
So i re-emerged my old 2.4.20-r7 and everything was back like it should.

My memory stay low, but i got that security problem. glad i have a good hardware 
firewall.

So now its time to find some good information about 2.6.

Patrick

free total   used   free sharedbuffers cached
Mem:512472 381752 130720  0  33244 188300
-/+ buffers/cache: 160208 352264
Swap:   522072  0 522072





On Sun, 11 Jan 2004 21:14:25 +0100
[EMAIL PROTECTED] wrote:

 Hi,
 
 After switching from kernel 2.4.20 to 2.4.22 my memory seems to be always te be 
 taken for 100% even when X just is started.
 According to Gnome porocess monitor X has used 278 mb.
 Before i had never more then 30 used and my swap was never used.
 What can i do to find where the problem is 
 
 free gives me
  total   used   free sharedbuffers cached
 Mem:513252 507752   5500  0   2440  32348
 -/+ buffers/cache: 472964  40288
 Swap:   522072  79060 443012
 
 (and i deleted my old kernel)
 
 TIA
 Patrick


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Memory is getting eaten

2004-01-12 Thread patrick . marquetecken
I saw this also, but i have no idee how to implement this patch.
Bacause this is my working machine i took no risico and whant back to my old kernel.

Patrick


On Mon, 12 Jan 2004 10:00:55 -0800 (PST)
Eric Paynter [EMAIL PROTECTED] wrote:

  Afer trying every kernel from 2.4.22 to 2.4.24 there was no
  improvement everyone has the sam problem. So i re-emerged my old
  2.4.20-r7 and everything was back like it should.
 
  My memory stay low, but i got that security problem. glad i have a
  good hardware firewall.
 
  So now its time to find some good information about 2.6.
 
 The patch in the bug reference I posted here a couple of days ago is
 working for me with gentoo-sources-2.4.22-r3, and security patches
 are in that kernel:
 
 http://bugs.gentoo.org/show_bug.cgi?id=36855
 
 -Eric
 
 -- 
 arctic bears - email and name services
 25 email [EMAIL PROTECTED] CA$11.95/month
 DNS starting at CA$3.49/month - domains from CA$25.95/year
 for details contact [EMAIL PROTECTED] or visit
 http://www.arcticbears.com
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] Directories in /usr/src

2004-01-12 Thread patrick . marquetecken
Hi,

After a day emerging a lot of kernels i saw that in my /usr/src there are also a pc 
and redhat dirs. Can i trow them away ?

TIA
Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] gnome-games

2004-01-11 Thread patrick . marquetecken
I'm going to update first a test machine see how it acts and then if all goes well, 
let the clients true a script doe a emerge of binary packages (that i create) and also 
send the new config files. The only problem left is that for the portage the config 
files are out of date, could this be a problem ? I don't know, time will show me.

All of this is just in a test fase and not fully inplemented.

Patrick 


On Thu, 08 Jan 2004 14:15:41 -0500
Chris I [EMAIL PROTECTED] wrote:

 On Thu, 2004-01-08 at 12:41, [EMAIL PROTECTED] wrote:
  Hi,
  
  I'm trying to create an automatic emerge -U --deep -world for several clients, the 
  one of the problems i got is  gnome-games, every emerge wants to install the 
  games, and because its for a company the games should not be installed.
  
  What is the best way to keep that package from mycomputers?
 
 Probably something like
 emerge -i gnome-extra/gnome-games-3.0.0
 
 As long as it had a higher version number that the gnome-games that
 would be installed you should be good.
 
 How are you handling config changes?
 
 -- 
 Chris I
 [EMAIL PROTECTED] :: www.cidesign.ca/~chris/
 
 And 1.1.81 is officially BugFree(tm), so if you receive any bug-reports
 on it, you know they are just evil lies. (By Linus Torvalds,
 [EMAIL PROTECTED])
 


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] Memory is getting eaten

2004-01-11 Thread patrick . marquetecken
Hi,

After switching from kernel 2.4.20 to 2.4.22 my memory seems to be always te be taken 
for 100% even when X just is started.
According to Gnome porocess monitor X has used 278 mb.
Before i had never more then 30 used and my swap was never used.
What can i do to find where the problem is 

free gives me
 total   used   free sharedbuffers cached
Mem:513252 507752   5500  0   2440  32348
-/+ buffers/cache: 472964  40288
Swap:   522072  79060 443012

(and i deleted my old kernel)

TIA
Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] mpg to dvd format

2004-01-10 Thread patrick . marquetecken
Hi,

Finaly i got a standalone dvd player for my TV. With wat program can i now convert my 
mpg movies so that i can play them on my TV ?
(And if possible a easy program ;-) )

TIA
Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] gnome-games

2004-01-08 Thread patrick . marquetecken
Hi,

I'm trying to create an automatic emerge -U --deep -world for several clients, the one 
of the problems i got is  gnome-games, every emerge wants to install the games, and 
because its for a company the games should not be installed.

What is the best way to keep that package from mycomputers?

TIA
Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Virus's

2004-01-07 Thread patrick . marquetecken
Me too, but i'm using postfix to reject alle *.exe  attachments.

- Oorspronkelijk bericht -
Van
: Nicholas Hockey [mailto:[EMAIL PROTECTED]
Verzonden
: woensdag
, januari
 7, 2004 03:14 AM
Aan
: [EMAIL PROTECTED]
Onderwerp
: [gentoo-user] Virus's

does anybody else on this mailing list get slammed by the Microsoft
Update virus going around, i'm trying to figure out why i get nailed by
it all the time, and i apologize for the apparent list spam. (  i
believe the virus is called swen or gibe ) 
-- 
Many a man who thinks he's going on a maiden voyage with a woman finds
out later that it was just a shake-down cruise. 
-- 
Nicholas Hockey ([EMAIL PROTECTED]) Encrypted E-Mail preferred


--
Telenet Webmail opent je wereld




--
[EMAIL PROTECTED] mailing list



[gentoo-user] Vi does not work after emerge -U --deep world

2004-01-07 Thread patrick . marquetecken
Hi,

After a emerge -U --deep world i get this result when doing vi filename

What can i do to repair this, il tried te re-emerg it, but the result isstill the same.

Patrick


[Using open mode]
boot.sh 41 lines, 1244 characters
[1~#!/bin/bash

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Virus's

2004-01-07 Thread patrick . marquetecken
On Wed, 07 Jan 2004 13:01:03 -0600
Paul Varner [EMAIL PROTECTED] wrote:

 On Wed, 2004-01-07 at 09:15, Jonathan Nichols wrote:
 
  Here's how to kill it 99% of the time:
  
  /name=[^]*\.(ade|adp|asd|bas|bat|chm|cmd|com|cpl|crt|dbx|dll|exe|hlp|hta|inf|ins|isp|lnk|js|jse|lnk|ocx|mde|mdt|mdw|msc|msi|msp|mst|nws|ops|p
  cd|pi|pif|prf|reg|scf|scr|sct|shb|shm|shs|swf|uue|vb|vbe|vbs|vbx|vxd|wab|wsc|wsf|wsh)/
   
  REJECT Potentially dangerous file attachment. Please do
not include any executable attachments in your email.
  
 
 The only thing that I do differently is that I use DISCARD instead of
 REJECT.  Since the majority of time the email address that the crap is
 coming from is forged, I see no reason to possibly generate a bounce to
 an innocent bystander.
 
 -- 
 My Gentoo stuff: http://varnerfamily.org/pvarner/gentoo
 


Thats true, i'm going to change my REJECT rule.

Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Vi does not work after emerge -U --deep world

2004-01-07 Thread patrick . marquetecken
Thanks,

I wonder what people like me, would do without you :-)

Patrick


On Wed, 7 Jan 2004 20:21:17 +0100
Spider [EMAIL PROTECTED] wrote:

 begin  quote
 On Wed, 7 Jan 2004 20:12:44 +0100
 [EMAIL PROTECTED] wrote:
 
  Hi,
  
  After a emerge -U --deep world i get this result when doing vi
  filename
  
  What can i do to repair this, il tried te re-emerg it, but the result
  isstill the same.
  
 
 
 broken termcap ,  sync your portage tree and update
 sys-libs/libtermcap-compat
 
 //Spider
 
 -- 
 begin  .signature
 This is a .signature virus! Please copy me into your .signature!
 See Microsoft KB Article Q265230 for more information.
 end
 


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Can't compile alsa-driver 1.0.0_rc2

2004-01-05 Thread patrick . marquetecken
its a upgrade from 0.9.2

- Oorspronkelijk bericht -
Van
: Peter Wu [mailto:[EMAIL PROTECTED]
Verzonden
: zondag
, januari
 4, 2004 08:47 PM
Aan
: [EMAIL PROTECTED]
Onderwerp
: Re: [gentoo-user] Can't compile alsa-driver 1.0.0_rc2

On Sun, Jan 04, 2004 at 09:13:37PM +0100, [EMAIL PROTECTED] wrote:
 Hi,
 
 I'm having trouble to compile alsa-driver 1.0.0_rc2, could it be because i don't 
 have any oss in my kernel ?
 I need this for getting sound in Wine

Have you followed the instructions in
http://www.gentoo.org/doc/en/alsa-guide.xml?

-- 
Peter Wu
Powered by Gentoo Linux 2.4.22


--
Telenet Webmail opent je wereld




--
[EMAIL PROTECTED] mailing list



[gentoo-user] New kernel no pcmcia

2004-01-05 Thread patrick . marquetecken
Hi,

i've justcompiled the 2.4.22_r2 kernel with my old .config file, and make oldconfig.

The only thing i din't got to ork is pcmcia_cs it always stops with a error.

TIA
Patrick



--
Telenet Webmail opent je wereld




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] New kernel no pcmcia

2004-01-05 Thread patrick . marquetecken
It is compiled without  pcmcia support :-(

- Oorspronkelijk bericht -
Van
: Jason Cooper [mailto:[EMAIL PROTECTED]
Verzonden
: maandag
, januari
 5, 2004 02:13 PM
Aan
: [EMAIL PROTECTED]
Onderwerp
: Re: [gentoo-user] New kernel no pcmcia

[EMAIL PROTECTED] ([EMAIL PROTECTED]) scribbled:
 Hi,
 
 i've justcompiled the 2.4.22_r2 kernel with my old .config file, and make oldconfig.
 
 The only thing i din't got to ork is pcmcia_cs it always stops with a error.

Try building without pcmcia and then emerge pcmcia_cs afterwards.  Make
sure /usr/src/linux is a symlink to the new kernel source.  

HTH,

Cooper.

--
[EMAIL PROTECTED] mailing list





--
Telenet Webmail opent je wereld




--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] New kernel no pcmcia

2004-01-05 Thread patrick . marquetecken
No problem,
here is the error

/usr/src/linux/include/asm/smp.h:67: confused by earlier errors, bailing out
make[1]: *** [cs.o] Error 1
make[1]: *** Waiting for unfinished jobs
In file included from /usr/src/linux/include/asm/smp.h:17,
 from /usr/src/linux/include/linux/smp.h:14,
 from /usr/src/linux/include/linux/sched.h:23,
 from ../include/linux/sched.h:5,
 from /usr/src/linux/include/linux/mm.h:4,
 from /usr/src/linux/include/linux/slab.h:14,
 from ../include/linux/slab.h:9,
 from cistpl.c:43:
/usr/src/linux/include/asm/mpspec.h:205: `CONFIG_NR_CPUS' undeclared here (not i n a 
function)

In file included from /usr/src/linux/include/linux/smp.h:14,
 from /usr/src/linux/include/linux/sched.h:23,
 from ../include/linux/sched.h:5,
 from /usr/src/linux/include/linux/mm.h:4,
 from /usr/src/linux/include/linux/slab.h:14,
 from ../include/linux/slab.h:9,
 from cistpl.c:43:
/usr/src/linux/include/asm/smp.h:67: `CONFIG_NR_CPUS' undeclared here (not in a 
function)
/usr/src/linux/include/asm/smp.h:67: confused by earlier errors, bailing out
make[1]: *** [cistpl.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/pcmcia-cs-3.2.4/work/pcmcia-cs-3.2. 
4/modules'
make: *** [all] Error 2
 
!!! ERROR: sys-apps/pcmcia-cs-3.2.4 failed.
!!! Function src_compile, Line 100, Exitcode 2
!!! failed compiling



On
 Sorry, I misunderstood.  Could you send the compiler output from when
 'emerge pcmcia_cs' fails?  I'd say 30 or so lines preceeding the error
 would suffice.
 
 Cooper.
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Can't compile alsa-driver 1.0.0_rc2

2004-01-05 Thread patrick . marquetecken
after using kernel 2.4.22_rc2 i can compile it.

On Sun, 4 Jan 2004 23:31:00 -0300
Norberto Bensa [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] wrote:
  Hi,
 
  I'm having trouble to compile alsa-driver 1.0.0_rc2, could it be because i
 
 Which kernel version are you running?
 
 Regards,
 Norberto
 


-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Extra menu group in gnome

2004-01-05 Thread patrick . marquetecken
 
  i want to put a new menu group in the gnome menu.
  I tried it with the gui but it din't work, editing the xml file in
  .gnome2/vfolders give me errors
  
  Whats the best way to do it ?
 
 
 open applications:// in nautilus, create a folder, add launchers inside
 that.
 
 
 //Spider


Works perfect
Patrick
-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] New kernel no pcmcia

2004-01-05 Thread patrick . marquetecken
On Mon, 5 Jan 2004 12:34:37 -0500
Jason Cooper [EMAIL PROTECTED] wrote:

snip
 
 Looks like an SMP problem.  Do you have Symmetric Multi-Processor
 support enabled in your config?
 
 Cooper.
 
Yes,
but it must be off, it have turn it on by accident when chekking the new .config

All works fine again

Thanks

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] GDM problem

2004-01-05 Thread patrick . marquetecken
Hi,

It seems to be a bad day for me, notthing seems to work anymore ;-)

I'm using in GMD the  non grafical user interface with a custom background and a 
custom image on the left side. 
Suddenly they are both gone, i tried to choose them again but they won't come back !!

Any suggestions?

Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] Extra menu group in gnome

2004-01-04 Thread patrick . marquetecken
Hi,

i want to put a new menu group in the gnome menu.
I tried it with the gui but it din't work, editing the xml file in .gnome2/vfolders 
give me errors

Whats the best way to do it ?

Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] New kernel - use old config ?

2004-01-04 Thread patrick . marquetecken
Hi,

I'm going to upgrade from 2.4.20 to 2.4.22, kan i still use my old .config file ore 
isit better to start from zero?

Patrick

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


[gentoo-user] Can't compile alsa-driver 1.0.0_rc2

2004-01-04 Thread patrick . marquetecken
Hi,

I'm having trouble to compile alsa-driver 1.0.0_rc2, could it be because i don't have 
any oss in my kernel ?
I need this for getting sound in Wine

Patrick

/var/tmp/portage/alsa-driver-1.0.0_rc2/work/alsa-driver-1.0.0rc2/include/adriver 
.h:42:31: linux/modversions.h: No such file or directory
make[3]: *** [fastdep] Error 1
make[3]: Leaving directory `/var/tmp/portage/alsa-driver-1.0.0_rc2/work/alsa-dri 
ver-1.0.0rc2/acore/oss'
make[2]: *** [_sfdep_oss] Error 2
make[2]: Leaving directory `/var/tmp/portage/alsa-driver-1.0.0_rc2/work/alsa-dri 
ver-1.0.0rc2/acore'
make[1]: *** [dep] Error 1
make[1]: Leaving directory `/var/tmp/portage/alsa-driver-1.0.0_rc2/work/alsa-dri 
ver-1.0.0rc2'
make: *** [include/sndversions.h] Error 2
 
!!! ERROR: media-sound/alsa-driver-1.0.0_rc2 failed.
!!! Function src_compile, Line 67, Exitcode 2
!!! Parallel Make Failed

-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Wine StarCraft

2003-12-30 Thread Patrick Marquetecken
Hi Mark,

After some searching if comment out the #Drivers = wineoss.drv
and my problem is gone, well almost there is no sounds anymore :-(
Your first diagnostic was wright i need some  patching to get alsa
working with OSS, So if you want to send me that ebuild, i can go to
work.

Again thank you all for your help.

Patrick




Op di 30-12-2003, om 01:59 schreef Mark Knecht:
 Hi,
I just installed StarCraft and have it working. I'm getting sound.
 Graphics appear to be 640x480 only, but maybe I'm missing something. I
 don't play this game. My son does.
 
 1) I'm using a custom ebuild for WineX supplied by another member here.
 It supports Alsa-1.0.0rc2. I'm using OSS emulation for sound under WineX
 
 2) I'm using a CD labeled 1.05b. I haven't looked for any updates
 
 3) The process I used to build it was:
 a) mount cd
 b) cd /mnt/cdrom
 c) winex -- setup.exe
 
   - I get some complaints about my WineX config file, and I get a
 message about DirectX not being found, and I get some error messages
 about not being able to install some links. I just ignored it all.
 
 d) cd ~/.winex-cvs/fake_windows/StarCraft
 e) winex -- StarCraft.exe
 
 The game runs. I get the opening video and sound. The game seems to work
 fine as far as I can tell. No error messages that I see when playing or
 quiting. If you want to try this WineX ebuild send me a note.
 
 Cheers,
 Mark
 



signature.asc
Description: Dit berichtdeel is digitaal ondertekend


[gentoo-user] Wine StarCraft

2003-12-28 Thread Patrick Marquetecken
Hi,

The installation of wine and StarCraft went fine.
Now if i want to play it i get this error:
It has according to me, to do with sound, i have sound while installing.
I have tried several settings, search google but no solution. 
If someone could shine some light on this mater or, or is willing to
share his working wine.conf

Thank you

Exception code: C005 ACCESS_VIOLATION
Fault address:  4ACB8A6F 01:00027A6F C:\WINDOWS\SYSTEM\winmm.dll


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: [gentoo-user] Wine StarCraft

2003-12-28 Thread Patrick Marquetecken
Thomas and Mark,

I have indeed the problems your describing,
I have removed the OSS line from the wine config and StarCraft start up
now, but no keyboard.
I'm going to dig around next weekend.

Again thanks all


Op zo 28-12-2003, om 14:52 schreef Thomas Richards:
 My roommate in college was messing with doing the same thing.  I do not 
 know specifics, but I can tell you about what he did to get it to work.  
 His setup was a dual boot, so Starcraft was already installed on his 
 windows drive.  Whenever he started the program he never had sound and 
 no keyboard.  To get around this, he wrote a script to launch another X 
 server on a different tty, and have it just running twm.  How he did 
 this I am not exactly sure and I have been trying to get the script from 
 him for some time.  I will keep trying to get it from him, since I want 
 to use it for launching games and doing the exact same thing.  I hope 
 this helps any, I thought it was a real clever solution
 
 Tom
 
 Patrick Marquetecken wrote:
 
 Hi,
 
 The installation of wine and StarCraft went fine.
 Now if i want to play it i get this error:
 It has according to me, to do with sound, i have sound while installing.
 I have tried several settings, search google but no solution. 
 If someone could shine some light on this mater or, or is willing to
 share his working wine.conf
 
 Thank you
 
 Exception code: C005 ACCESS_VIOLATION
 Fault address:   4ACB8A6F 01:00027A6F C:\WINDOWS\SYSTEM\winmm.dll
   
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


[gentoo-user] Playing Starcraft

2003-12-27 Thread Patrick Marquetecken
Hi,

At this moment i jump to windows to play StarCraft. I found
winex-transgaming  in the portage but you have to pay for it.

What are the other possibilities ?

Patrick


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: [gentoo-user] Playing Starcraft

2003-12-27 Thread Patrick Marquetecken
i'l never used wine, but i give it a try.

thanks all for the feedback

Patrick
Op za 27-12-2003, om 19:02 schreef Tom Wesley:
 On Sat, 2003-12-27 at 17:45, Patrick Marquetecken wrote:
  Hi,
  
  At this moment i jump to windows to play StarCraft. I found
  winex-transgaming  in the portage but you have to pay for it.
  
  What are the other possibilities ?
  
  Patrick
 
 I believe that straight Wine will play StarCraft, although my copy isn't
 here so I can't confirm...


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: [gentoo-user] hqx files - solved

2003-12-19 Thread Patrick Marquetecken
Op vr 19-12-2003, om 07:51 schreef Patrick Marquetecken:
 Hi,
 
 With package do i need to emerge to decompress hqx files ?
 
I hate it to answer my own questions: StuffIT

Patrick

 TIA
 Patrick
-- 
Well Bones, do the new medical facilities meet with your approval?
They do not. It's like working in a damn computer center

PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


[gentoo-user] OpenOffice and Gnome

2003-12-19 Thread Patrick Marquetecken
Hi,

I have installed OO 1.1 from OpenOffice.org not from the portage. If I
in Gnome 2.4 click on a OO document it ask with witch program it schould
open this file, so i choose swriter and so on. Now after cliking on the
files opens it but also a blank file. How can i avoid this ?

TIA
Patrick
-- 
Live long and prosper, Spock. -- T'Pau
I shall do neither. I have killed my captain, and my friend. -- Spock

PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org



signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: [gentoo-user] iostat

2003-12-19 Thread Patrick Marquetecken
I think (could be wrong) its only for Sun solaris.

Patrick


Op vr 19-12-2003, om 18:14 schreef Mark Knecht:
 Hi,
If (as I think from Googling) 'iostat' is a program I can run from the
 command line, could someone point me to the package it comes in? I cannot
 find it using emerge -s or emerge -S.
 
 Thanks,
 Mark
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
-- 
Well Bones, do the new medical facilities meet with your approval?
They do not. It's like working in a damn computer center

PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


[gentoo-user] hqx files

2003-12-18 Thread Patrick Marquetecken
Hi,

With package do i need to emerge to decompress hqx files ?

TIA
Patrick
-- 
Well Bones, do the new medical facilities meet with your approval?
They do not. It's like working in a damn computer center

PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


[gentoo-user] LM-sensors

2003-12-17 Thread Patrick Marquetecken
Hi,

Is there anyone on this list that has a lm-sersors config file for  a
medion MD6100?

TIA
Patrick
-- 
Well Bones, do the new medical facilities meet with your approval?
They do not. It's like working in a damn computer center

PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Re: [gentoo-user] sa-learn fails

2003-12-16 Thread Patrick Marquetecken
Solved,

Changing the priv's dit not help and i got a lot spam harvest, so i dit
a backup of .spamasssin and delete the ' bayes_seen' 'bayes_toks' files
tried it again and all works fine again.
But wy?

Patrick

Op za 13-12-2003, om 09:58 schreef Patrick Marquetecken:
 Hi,
 
 after collection spam that get true, i executed sa-learn but it fails
 with this command:
 
 Cannot open bayes databases /home/istari/.spamassassin/bayes_* R/O: tie
 failed:
 Cannot open bayes databases /home/istari/.spamassassin/bayes_* R/W: tie
 failed: File exists
 
 Has anyone idee to solve this ?
 
 TIA
 Patrick
-- 
Please, Spock, do me a favor ... 'n' don't say it's `fascinating'...
No... but it is... interesting... -- Spock

PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
ICQ# 316932703 
Registered Linux User #44550
http://counter.li.org


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


  1   2   3   4   >