Re: any software for 3D surfaces visualization in debian sid?

2009-03-15 Thread Kilian
Star Liu wrote: > I'm looking for a free software which can draw 3D picture if I setup > mathmetical equations and specify its scope, it's an important part of > my current project. thanks! You may have a look at octave: http://www.gnu.org/software/octave/ For 3D visualisation, you could try o

Re: Lenny/exim4: how to set helo for outgoing SMTP

2009-03-14 Thread Kilian
randall wrote: > Kilian wrote: >> >> I have a firewall with a public IP and a PTR record for that IP. There >> are several hosts behind the firewall with private IP addresses. > > i have the same, but i have setup one of them to relay the mails for all > of them,

Re: Lenny/exim4: how to set helo for outgoing SMTP

2009-03-14 Thread Kilian
, regardless of the MAIL FROM: address. > The difficult hurdle for the spammer in control of a home computer to > jump is the PTR-A pair setup, as one must be set by the domain host and > the other by the ISP. Neither are under user control. ... which is exactly why you should check that a

Re: Lenny/exim4: how to set helo for outgoing SMTP

2009-03-14 Thread Kilian
Kilian wrote: [...] > RFC 822 states: Of course that's RFC 821, sorry for the typo. -- K. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Lenny/exim4: how to set helo for outgoing SMTP

2009-03-14 Thread Kilian
randall wrote: >> Kilian wrote: >> >>> >>> Under etch, I just changed helo_data in /etc/exim4/exim4.conf.template >>> manually - not very nice, but it did what I needed. Now my mailconfig is >>> broken because some hosts won't accept my mails

Re: Lenny/exim4: how to set helo for outgoing SMTP

2009-03-14 Thread Kilian
nd line, update-exim4.conf runs through without any error, but the HELO hostname is still being set by DNS lookup. Either I have simply not understood something fundamental (which is very well possible) or this is broken... -- Kilian -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Lenny/exim4: how to set helo for outgoing SMTP

2009-03-13 Thread Kilian
Hello, I am desperately trying to set the HELO value exim uses for outgoing smtp connections because my host is behind a firewall which does NAT. I've read /usr/share/doc/exim4-config/README.Debian.gz and created /etc/exim4/exim4.conf.localmacros witht the following content: REMOTE_SMTP_HELO_DATA

Re: Help really needed: Formatted / partition by accident.

2006-05-29 Thread Kilian
. Any help at all would be appreciated! HTH -- Kilian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: hda: lost interrupt

2006-05-28 Thread Kilian
technology, what kernel are you running? I personally remember seeing this message a loong time ago on a system, and if I recall it correctly, we replaced the drive at the next opportunity and the messages were gone. -- Kilian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: SOLVED: Software-RAID1 on sarge (AMD64)

2006-05-28 Thread Kilian
Goswin von Brederlow wrote: Kilian <[EMAIL PROTECTED]> writes: In the last few days, I was struggling to convert a remote machine with two identical SATA disks (sda and sdb) to a Software RAID 1. Especially the boot-part was tricky as I had no console access to the machine. The whole pro

Re: SOLVED: Software-RAID1 on sarge (AMD64)

2006-05-28 Thread Kilian
Michal Schmidt wrote: Goswin von Brederlow wrote: Kilian <[EMAIL PROTECTED]> writes: 5. Copy the existing Debian system to the new RAID $ mkdir -p /mnt/newroot $ mount /dev/md0 /mnt/newroot $ cd / $ find . -xdev | cpio -pm /mnt/newroot Fun, fun. A copy of /proc.

SOLVED: Software-RAID1 on sarge (AMD64) (was: Re: install-mbr on amd64?)

2006-05-28 Thread Kilian
001564 167742 051532 | 240 073212 137037 40 045350 132000 063231 077601 046374 | 260 046111 072517 057047 100150 003410 155461 032350 072400 Thanks for all the help that I got, your comments are greatly appreciated! -- Kilian -- To UNSUBSCRIBE, email to [EMAIL PROTECT

Re: How do I use the linux-headers with the linux-source?

2006-05-18 Thread Kilian
Marco wrote: -- Initial Header --- From : "Kilian" [EMAIL PROTECTED] Marco wrote: Hi everybody! I have installed Debian Etch on my laptop. I have installed the "linux-source-2.6.15" package, and I have exctracted it with the command: # tar -jxf /usr/src

Re: bin files in var/log/mysql

2006-05-18 Thread Kilian
/mysql-server. > It seem like files will just keep on getting created with out old files been deleted. Check the "rotate" parameter in the above file. -- Kilian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How do I use the linux-headers with the linux-source?

2006-05-18 Thread Kilian
patches to my kernel. Do I have to apply these patches to linux-source or linux-headers? You have to patch the linux-source-2.6.15 package. -- Kilian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: install-mbr on amd64?

2006-05-18 Thread Kilian
Christopher Nelson wrote: On Wed, May 17, 2006 at 12:57:44AM +0200, Kilian wrote: Dear All, I'm trying to set up a software RAID with Debian on a system with an AMD x86_64 Athlon processor. To install the MBR, I need install-mbr if I'm correct, but this package does not exist in

install-mbr on amd64?

2006-05-16 Thread Kilian
ecause the package has not been ported to x86_64 yet as it seems (and I lack the knowledge to do so...). I'm a bit stuck now.. what other tools can I use? Thanks for any hint! Greetz, Kilian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Postfix, Courier, Maildrop, MySQL - maildrop not working

2006-05-13 Thread Kilian Huber
rop \ --enable-maildrop-uid=1006 \ --enable-maildrop-gid=1006 But this results in the "s_connect() failed: Connection refused" error described above... I am very thankful for any hint, thanks in advance! Greetings, Kilian

Re: Debian Woody 3.0

2001-11-22 Thread Kilian
lines: auto lo iface lo inet loopback This sets the loopback device. AFAIK, it is not automatically set during install. I've had this 'neighbour table overflow' too on my Woody 3.0 System until I added the lines above. See also <http://www.infodrom.org/Debian/tips/neighbour.html> HTH, --Kilian

Fritz!Card PCI ISDN adapter and Woody..

2001-11-21 Thread Kilian
/isdninfo: No such device | isdnlog/dev/isdnctrl: No such device I am quite desperate because I just can't figure out where the problem is.. Any hints and RTFMs are very welcome. --Kilian