postfix error message

2003-06-10 Thread mtsouk
Dear list, what do I have to tell postfix in order to correct the following error: - This is the Postfix program at host debian. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send m

exim + mutt

2003-06-06 Thread mtsouk
Although I am using Debian for a long time now, I have some problems on a new installation: 1. mutt opens the mail folders of a user in read-only mode. How can I change it? 2. How can I tell exim to relay (accept email) the 10.100.0.0/255.255.0.0 network? TIA, Mihalis. ___

wvdial problems

2003-06-05 Thread mtsouk
Hello to everyone. After deciding to go from SuSE 8.0 to Debian 3.0 on my "home server" I have the following problem: I used to use wvdial to dialup to the Internet with great success. I also use wvdial on my laptop. But, on the "home server" wvdial (using the wvdial.conf from SuSE) does not

Re: C code to find interface IP address

2003-03-20 Thread mtsouk
Hello and thanks for answering. By doing the following, according to your code for the broadcast addresses, I did what I wanted. (I also had to declare srv_addr as struct in_addr) if (ioctl(sd,SIOCGIFFLAGS,devptr) < 0) { fprintf(stderr,"Error: Unable to get device interfac

C code to find interface IP address

2003-03-19 Thread mtsouk
Hello to everyone. I am looking for C code in order to find the IP address of each ethX interface in a Linux machine. many thanks in advance, Mihalis. - :wq -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: SMTP Question

2003-03-13 Thread mtsouk
On Mon, 7 Apr 2003, GBV wrote: > Date: Mon, 7 Apr 2003 17:35:05 -0300 > From: GBV <[EMAIL PROTECTED]> > To: *debian <[EMAIL PROTECTED]> > Subject: SMTP Question > Resent-Date: Mon, 10 Mar 2003 14:55:41 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > Everytime I send mail, my out bandwidth is full

how to apply diff file

2003-03-12 Thread mtsouk
Hello to everyone. I have downloaded the source file of an application (apt-get source appl). Along with the .tar.gz file, I got and diff.gz file which I don't know how to apply it to the .tar.gz file (after the extract of cource). Can you please help me? TIA, Mihalis. - :wq -- To UNSUBS

Re: eth0: card reports no resources

2003-03-10 Thread mtsouk
On Fri, 7 Mar 2003, Rob Weir wrote: > Date: Fri, 7 Mar 2003 19:22:18 +1100 > From: Rob Weir <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: eth0: card reports no resources > Resent-Date: Fri, 7 Mar 2003 03:58:52 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > On Tue, Mar 04, 2003 at 0

Re: "resetting" a network card

2003-03-07 Thread mtsouk
> > > I am curious about the type of card your are working with - RTL8139 by > > > any chance? The problem you describe has a certain familiarity to it. -- > > > Mike M. > > > > One of the network cards that I have seen the problem is a RTL8139. But I > > have also seen the same problem with 2 Int

Re: "resetting" a network card

2003-03-07 Thread mtsouk
On Thu, 6 Mar 2003, Josh McKinney wrote: > Date: Thu, 6 Mar 2003 21:06:31 -0500 > From: Josh McKinney <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: "resetting" a network card > Resent-Date: Thu, 6 Mar 2003 20:25:19 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > On approximately Thu

Re: "resetting" a network card

2003-03-07 Thread mtsouk
On Thu, 6 Mar 2003, Mike M wrote: > Date: Thu, 6 Mar 2003 20:48:18 -0500 > From: Mike M <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], Gabriel Granger <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: "resetting" a network card > > On Thursday 06 March 2003 10:13, [EMAIL PROTECTED] wrote: >

Re: "resetting" a network card

2003-03-06 Thread mtsouk
Thanks for answering. I am afraid that this is not what I want: The problem is that the network card, after lots of data (about 4GB) - either in receive or in transmit, stops responding correctly. So I want to somehow "reset" in order to see if this will solve my problem. Any other ideas please?

"resetting" a network card

2003-03-06 Thread mtsouk
Hello list! I would like to know if it is possible to "reset" a network card without rebooting the computer. What I really like to do is to "clean" the statistics of the network card (those that are shown with ifconfig -a or with ifconfig -s). Many thanks in advance, Mihalis. - :wq -- T

VM: killing process polyclt

2003-03-04 Thread mtsouk
Hello again. I am facing the following problem: paegasus:/usr/local/polydev/bin # ifconfig 0: error fetching interface information: Device not found paegasus:/usr/local/polydev/bin # As far as I can understand, the system looses the network card. After 5 mins, the system finds the network card a

eth0: card reports no resources

2003-03-04 Thread mtsouk
Hello to everyone. I have the following problem: My Intel Pro100 PCI network card generates the message: eth0: card reports no resources Kernel version 2.4.18 What can I do to correct this problem? What problems can this cause? TIA, Mihalis. - :wq -- To UNSUBSCRIBE, email to [EMAIL PRO

Re: k3b

2003-02-15 Thread mtsouk
On Thu, 13 Feb 2003 [EMAIL PROTECTED] wrote: > Date: Thu, 13 Feb 2003 17:52:14 +0200 (EET) > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: k3b > > I heard that k3b is a great CD-copy software. > I cannot setup it succesfully though. > > mtsouk@debian:~/co

k3b

2003-02-13 Thread mtsouk
I heard that k3b is a great CD-copy software. I cannot setup it succesfully though. mtsouk@debian:~/code/tex/ekefe$ less /var/log/dmesg | grep -i SCSI SCSI subsystem driver Revision: 1.00 scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.4 aic7880: Ultra Wide Channel

squid with MRTG and RRDTool

2003-02-13 Thread mtsouk
Hello to everyone. I am going to monitor a squid server with MRTG and/or RRDTool. I know that I have to setup SNMP first. If anyone of you have done this before, can you please tell me which snmp server should I use? Can you also send me the config file of the snmp server? many thanks in advance

Adobe Acrobat Reader deb

2003-02-13 Thread mtsouk
Hello. I want to install Adobe Acrobat Reader. Is there any deb file for it? I have Debian Woody. Mihalis. - :wq -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Upgrading to KDE 3.1

2003-02-01 Thread mtsouk
Silly me! After deleting the packages that were causing the errors (like kioslave) its seams to work. I have not run KDE 3.1 yet but the apt-get -f install completed without errors :-) Thanks again for the nice instructions on installing KDE 3.1. have a nice month, Mihalis. On Sat, 1 Feb 2003 [

Re: Upgrading to KDE 3.1

2003-02-01 Thread mtsouk
After doing what you have kindly said, I got the following: debian:~# apt-get upgrade -s Reading Package Lists... Done Building Dependency Tree... Done You might want to run `apt-get -f install' to correct these. Sorry, but the following packages have unmet dependencies: arts: Depends: libarts1

Re: Backup Consensus?

2003-02-01 Thread mtsouk
On Thu, 30 Jan 2003, Jason Pepas wrote: > Date: Thu, 30 Jan 2003 15:58:50 -0600 > From: Jason Pepas <[EMAIL PROTECTED]> > To: will trillich <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: Backup Consensus? > Resent-Date: Thu, 30 Jan 2003 16:11:41 -0600 (CST) > Resent-From: [EMAIL PROTECTED]

Re: if you could have just one dead tree book

2003-02-01 Thread mtsouk
On Thu, 30 Jan 2003, Kirk Strauser wrote: > Date: Thu, 30 Jan 2003 14:51:11 -0600 > From: Kirk Strauser <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: if you could have just one dead tree book > Resent-Date: Thu, 30 Jan 2003 15:05:20 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > At

Re: OT: duplex entry in printcap

2002-12-18 Thread mtsouk
On Wed, 18 Dec 2002, Martin F Krafft wrote: > Date: Wed, 18 Dec 2002 16:42:04 +0100 > From: Martin F Krafft <[EMAIL PROTECTED]> > To: debian users <[EMAIL PROTECTED]> > Subject: OT: duplex entry in printcap > Resent-Date: Wed, 18 Dec 2002 09:42:51 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > H

Re: C-Media CMI 8738 soundcard

2002-12-08 Thread mtsouk
On Sat, 7 Dec 2002, Marcin Fusinski wrote: > Date: Sat, 7 Dec 2002 18:54:14 +0100 > From: Marcin Fusinski <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: C-Media CMI 8738 soundcard > Resent-Date: Sat, 7 Dec 2002 11:54:33 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > Greetings! > > O

C-Media CMI 8738 soundcard

2002-12-07 Thread mtsouk
Hello to everyone. I have downloaded kernel 2.4.18 sources and built a custom kernel. I want some quick and dirty instuctions on how to install and test my C-Media on board CMI 8738 soundcard and know that it is working properly. I would rather prefer to use the kernel and not any other drivers (

Re: [OT] CD-R Requirements (or Giving Back To Windows Users)

2002-11-18 Thread mtsouk
I had a PII 350MHz with both CD *and* CDR SCSI and 192MB of RAM and I should say that the SCSI controller does the difference. It worked very well without any problems. I could run KDE, run Netscape sometimes etc while I was copying a cd. I think it should work well for normal cd copying. cheers,

Re: woody to testing

2002-11-14 Thread mtsouk
, Shyamal Prasad wrote: > Date: 12 Nov 2002 18:42:35 -0600 > From: Shyamal Prasad <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: woody to testing > Resent-Date: Tue, 12 Nov 2002 18:42:57 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > "mtsouk&quo

Re: woody to testing

2002-11-14 Thread mtsouk
Hi. My main problem is that only KDE3 supports Greek in a normal way (that is without modifications in config files). That is that reason that I am so interested in KDE3. How much time does usually pass before testing becomes stable? have a nice day, Mihalis. On Tue, 12 Nov 2002, David Z Maze w

Re: woody to testing

2002-11-12 Thread mtsouk
On Tue, 5 Nov 2002, Matthew Daubenspeck wrote: > Date: Tue, 5 Nov 2002 21:17:00 -0500 > From: Matthew Daubenspeck <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: woody to testing > Resent-Date: Tue, 5 Nov 2002 20:30:27 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > On Wed, Nov 06, 20

kdevelop

2002-10-23 Thread mtsouk
Dear all, I have the following problem: debian:~# apt-get install kdevelop Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some req

Re: Linux: a gentle, growing approach

2002-10-18 Thread mtsouk
I think that a good book such as "Linux Administration Handbook" (Prentice Hall) will help a lot. For other good books look at http://www.oreilly.com :-) cheers, Mihalis. On Sun, 13 Oct 2002, Josh Rehman wrote: > Date: Sun, 13 Oct 2002 11:50:18 -0700 > From: Josh Rehman <[EMAIL PROTECTED]> > To