Re: Mail <> Fax gateway

2005-11-07 Thread Conall O'Brien
7;ve also started looking at it after my VoIP provider began beta testing it. Take a look at the hylafax-server, hylafax-client and hylafax-doc packages for Debian... -- Conall O'Brien http://www.conall.net GPG Key: http://www.conall.net/gpg/ WinNT: All the headaches of Unix, but in

Re: lame server

2005-09-02 Thread Conall O'Brien
med.conf.options: logging { category lame-servers { null; }; }; (untested) [1] http://www.bind9.net/manual/bind/9.3.1/Bv9ARM.ch06.html -- Conall O'Brien http://www.conall.net GPG Key: http://www.conall.net/gpg/ "If programming in Pascal is like being put in a straightjacket, then programmi

Re: Reading an autocad dwg file

2005-08-16 Thread Conall O'Brien
is convert it to a DXF either in AutoCAD itself or using a stand alone convertor. Take a look at http://www.ribbonsoft.com/qcad_doc_faq.html for details -- Conall O'Brien http://www.conall.net GPG Key: http://www.conall.net/gpg/ Electronic Mail: A communications system with built-in

Re: Debian crashes - IPv6 error?

2005-08-08 Thread Conall O'Brien
# IPv6 > > So, I will try to remove the leading # (i.e. uncomment the line) :) That looks fine, after your next reboot, IPv6 will be disabled and you should not have your problem anymore. -- Conall O'Brien http://www.conall.net GPG Key: http://www.conall.net/gpg/ We don&#

Re: Debian crashes - IPv6 error?

2005-08-08 Thread Conall O'Brien
PV6=y) or a module (CONFIG_IPV6=m) I wonder if the ipv6 module is getting loaded as a dependancy for another module you are using. I've seen the ipv6 module loaded as a dependancy for some of the specific IPv4 netfilter/iptables modules in the 2.6 kernel Did you uncomment the line in /etc/modu

Re: Debian crashes - IPv6 error?

2005-08-08 Thread Conall O'Brien
g to have to reboot the machine to disable IPv6. -- Conall O'Brien http://www.conall.net GPG Key: http://www.conall.net/gpg/ "Daddy, what does FORMATTING DRIVE C mean?" signature.asc Description: Digital signature

Re: Debian crashes - IPv6 error?

2005-08-08 Thread Conall O'Brien
es) Are you using IPv6 at all? I wonder if you have an IPv6 router advertisement daemon (eg radvd on Linux or rtadvd on BSD) running somewhere with a misconfigured prefix. -- Conall O'Brien http://www.conall.net GPG Key: http://www.conall.net/gpg/ Hacking is like sex. You get in,

Re: mount ntfs only readable?

2005-07-05 Thread Conall O'Brien
g a file without shanging it's size. If you really want to share a volume between Windows and Debian on a system, I suggest you use FAT32/vfat (same difference) instead of NTFS. [1] http://linux-ntfs.sourceforge.net/info/ntfs.html#3.2 -- Conall O'Brien http://www.conall.net GPG Key: ht

Re: SNMP problems

2005-06-20 Thread Conall O'Brien
sr/share/perl5/SNMP_util.pm line 627 > SNMPWALK Problem for 1.3.6.1.2.1.2.2.1.5 on [EMAIL PROTECTED]::v4only > at /usr/bin/cfgmaker line 183 These snmp errors you are getting look like there is no "public" snmp community, so you're being denied access by snmpd when you're trying to make your mrtg config. Can you try doing this as a test: snmpwalk -v 2c -c public 127.0.0.1 and see if you get a timeout error or some output. If you get output, then snmpd is configured properly and you need to look at the arguements you're giving MRTG's cfgmaker. If youget a timeout error, you need to take a look at your snmpd.conf -- Conall O'Brien http://www.conall.net GPG Key: http://www.conall.net/gpg/ If Python is executable pseudocode, then perl is executable line noise. pgpIKwn1qtbpv.pgp Description: PGP signature

Re: Man not presenting the "-" character properly - charmap issue??

2004-06-04 Thread Conall O'Brien
t any parameters will tell you. Personally, I set $LANG and $LC_CTYPE to UTF-8 and $LC_MESASAGES to C using: export LC_MESSAGES=C I suspect it will solve your problem too. -- Conall O'Brien +353 (0)87 9194139 | http://www.conall.net GPG Key: http://www.conall.net/gpg/ The marvels

Re: locale errors

2004-03-26 Thread Conall O'Brien
he locale man page for the list of envirmental variables. o Recompile your kernel with UTF8 as the standard locale. o Use zsh and set $PERL_BADLANG to "0" by adding this line to $HOME/.zshenv: "export PERL_BADLANG=0" -- Conall O'Brien +353 (0)87 9194139 | http://www.con