Re: Kernel compile error with make-kpkg

2003-07-12 Thread JZidar
- Original Message -
From: Esben Laursen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, July 12, 2003 1:08 PM
Subject: Re: Kernel compile error with make-kpkg



- Original Message -
From: Chris Metzler [EMAIL PROTECTED]
To: Esben Laursen [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, July 12, 2003 12:43 AM
Subject: Re: Kernel compile error with make-kpkg


 On Fri, 11 Jul 2003 23:50:06 +0200
 Esben Laursen [EMAIL PROTECTED] wrote:
 
  When I try to compile a 2.4.21 kernel with Debians make-kpkg tool, I get
  this error no matter what I try!! The command im useing is: make-kpkg
  --append_to_version -test kernel-image
 
  I think it's when the package is being build there is an error, or am I
  wrong?
 
  Here is the error I get:
 
  cd /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test; \
  mkdir -p pcmcia; \
  find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{}
  pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b
  /usr/src/linux/debian/tmp-image -r 2.4.21-test; fi depmod: ***
  Unresolved symbols in
  /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/
  media/radio/miropcm20.o depmod: aci_rw_cmd_Rsmp_cc7c4cd8
  depmod: aci_port_Rsmp_0d82adb6
  depmod: aci_version_Rsmp_93350c87
  depmod: *** Unresolved symbols in
  /usr/src/linux/debian/tmp-image/lib/modules/2.4.21-test/kernel/drivers/
  net/wan/comx.o depmod: proc_get_inode
  make[2]: *** [_modinst_post] Error 1
  make[2]: Leaving directory `/usr/src/linux-2.4.21'
  make[1]: *** [real_stamp_image] Error 2
  make[1]: Leaving directory `/usr/src/linux-2.4.21'
 
  Can anyone help me with what's wrong??

 You need to provide more information than you've given.  Specifically,
 what version of gcc did you use (the output of linux/scripts/ver_linux
 would provide lots of info, but the gcc version you're using is probably
 enough).  Also, and especially, what architecture are you on, and did
 you specify that architecture in your kernel config?

 -c

 --
 Chris Metzler [EMAIL PROTECTED]

Here is the output from a gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)

Im trying to compile a kernel with support for the PII CPU, and my kernel
now is a standart Debain kernel-image-2.4.18-bf2.4 with the 386
architecture.
Im also importing the /boot/config-2.4.18-bf2.4 from the make menuconfig
so that I get all the things I need and only have to change a few things
like the architecture.
I've attached the /usr/src/linux/scripts/var_linux file so you can see it.

Isn't the correct syntax something like:
make-kpkg --append-to-version=.something kernel_image (note the = and .)?




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



Re: Spamassassin SA Proxy

2003-07-11 Thread JZidar
- Original Message - 
From: Paul Johnson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 11:32 AM
Subject: Re: Spamassassin  SA Proxy


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Fri, Jul 11, 2003 at 10:42:45AM +0200, Jernej Zidar wrote:
  Well, basically I would like to filter the spam I receive on my pop3
  account.I'm using Evolution as my email client without fetchmail.
 
 In that case, Jesse's advice is exactly what you want to do.
 
  On Fri, 2003-07-11 at 05:56, Jesse Meyer wrote:
   1) Set up a MTA agent on the proxy machine.
   2) Integrate Spamassassin with said MTA.
   3) Set up a pop3/imap/pop3s/imaps daemon on the proxy machine.
   4) Set up fetchmail to poll the remote mail account.
 
 - -- 
  .''`. Paul Johnson [EMAIL PROTECTED]
 : :'  :proud Debian admin and user
 `. `'`
   `-  Debian - when you have better things to do than fix a system
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)
 
 iD8DBQE/DoQXJ5vLSqVpK2kRAjFiAJ9SKFimN1HWJwgmtx+Dm0WZ1U78nACfbWBa
 UqjgqvJZFdjzX2YuHdZA6cE=
 =f5zV
 -END PGP SIGNATURE-

OK. How can I do that? Google didn't return anything really useful.

Thank for clearing the quoting matter to me.

jernej


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



Re: Spamassassin SA Proxy

2003-07-11 Thread JZidar
- Original Message -
From: Bijan Soleymani [EMAIL PROTECTED]
To: JZidar [EMAIL PROTECTED]
Cc: Debian [EMAIL PROTECTED]
Sent: Friday, July 11, 2003 6:26 PM
Subject: Re: Spamassassin  SA Proxy


 On Fri, Jul 11, 2003 at 02:20:03PM +0200, JZidar wrote:
  OK. How can I do that? Google didn't return anything really useful.

 Ok here's a (somewhat detailed) step by step.

 1) set up fetchmail to download your mail from your pop account onto
 your local computer.

 a) apt-get install fethcmail
 b) this is my ~/.fetchmailrc:

 poll pop.psq.com protocol pop3 username [EMAIL PROTECTED] password  
 poll mail.crasseux.com protocol pop3 username trustno1 password 

 Adapt this to your account.

 c) either run fetchmail by hand each time you want to retrieve mail or
 d) add an entry in your personal crontab
 Mine is:
 * * * * * fetchamil  /dev/null
 Which runs fetchmail once a minute.

 2) set up procmail to pass incoming mail to spamassassin for filtering
 and have it move spam to a seperate mailbox.

 procmail should already be installed but if not:
 apt-get install procmail

 This is what my ~/.procmailrc file looks like:

 #Use spamassassin to flag spam. Note I usually use spamc instead of
 #spamassasin for better performance.
 :0fw
 | /usr/bin/spamassassin

 #Move flagged spam into the spam folder.
 :0:
 * ^X-Spam-Status: Yes
 /home/bijan/IMAP/INBOX.Spam

 #Handle mailing lists
 :0
 * ^X-Mailing-List.*debian
 /home/bijan/IMAP/INBOX.Debian

 :0
 * ^List-Id:.*hurd
 /home/bijan/IMAP/INBOX.Hurd

 :0
 * ^TO.*ICEBIKE
 /home/bijan/IMAP/INBOX.Icebike

 :0
 * ^TO.*mlug
 /home/bijan/IMAP/INBOX.MLUG


 3) install an imap or pop server on your computer. I like IMAP because
 it allows me to check my mail from the road. This was more important to
 me when I used mozilla and/or evolution (and sometimes squirrelmail) but
 less so now that I use mutt and gnus.

 I like uw-imapd because it doesn't require much setup.

 a) apt-get install uw-imapd
 b) add the names of the mbox (mailbox) files you want to the file
 ~/.mailboxlist
 Here's mine:
 INBOX
 IMAP/INBOX.Hurd
 IMAP/INBOX.Icebike
 IMAP/INBOX.MLUG
 IMAP/INBOX.Sent
 IMAP/INBOX.Spam
 IMAP/INBOX.Trash
 IMAP/INBOX.Drafts
 Trash
 Sent
 IMAP/INBOX.Debian

 4) set up evolution to use your local imap or pop server
 This should be no problem.

 I hope that clears things up,
 Bijan

Thank you very much! I'm on it!
Jernej


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



Silly kernel module question

2003-07-06 Thread JZidar
Must I load all the modules I need every time I start-up my computer or they
remain loaded somehow?

I've gone through the module-howto, but there was no word about it.


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



Re: Automount

2003-07-04 Thread JZidar
Thanks for the link. Since I am a newbie, could you please explain how do I
apply a patch to the kernel? I'm very familiary with kernel compiling.

Thanks again.

Zee
- Original Message -
From: Mario Vukelic [EMAIL PROTECTED]
To: debian-user [EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 7:33 PM
Subject: Re: Automount


 On Wed, 2003-07-02 at 00:52, Mark Ferlatte wrote:

  I think you want supermount:
 
  http://supermount-ng.sourceforge.net/
 
  It's not integrated into Debian, AFAIK.

 Con Kolivas' patch set for 2.4.21 includes it
 http://members.optusnet.com.au/ckolivas/kernel/ . I recommend the patch
 set generally for its numerous performance patches. No other action than
 enabling it in the kernel conf and changing fstab was needed


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



DivX and XviD - hardware requirements

2003-06-22 Thread JZidar
I'm building a small system for working at home. I would be like to watch
some movies sometimes but I don't know if that's enough:
- Pentium II 266 MHz
- 196 Megs of ram
- graphic card Geforce2 MX

Thank you guys.

jernej


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



Mail from M$ Outlook Express - something

2003-06-22 Thread JZidar
I'm archiving my mail inWindoze and as I'll be switching to Debian soon I
would like to ask if there's any converter that would convert my Outlook
mail to the format used by kmail or some other linux mail client.

Thank you again.

jernej


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



Upgrading from unstable to stable

2003-06-09 Thread JZidar
Hello! I'm running Woody Unstable/TEsting and I would like to upgrade to
stable. Do I haave to modify my sources.list file and run apt-get upgrade
and the then apt-get install or there more things that have to be dealt
with?

Thanx guys.

JZidar

There is no spoon.

Fill with mingled cream and amber,
I will drain that glass again.
Such hilarious visions clamber
Through the chambers of my brain.
Quaintest thoughts--queerest fancies,
Come to life and fade away:
I am drinking ale today.
(Edgar Allan Poe)



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