Re: bind9 prevents external access

2007-03-21 Thread Oliver Jato
Am Mittwoch, 21. März 2007 19:48 schrieb Justin Hartman: > On 3/21/07, Oliver Jato <[EMAIL PROTECTED]> wrote: > > you'll probably have to tell bind to use recursion for fetching adresses > > which are not in his authority. in options, set "allow-recursion { > &g

Re: bind9 prevents external access

2007-03-21 Thread Oliver Jato
Am Mittwoch, 21. März 2007 19:10 schrieb Justin Hartman: > Very strange problem which I'm sure is pretty easy to fix - if you > know how. I installed bind9 with lsb-base on a Debian Etch system. The > problem is that as soon as bind9 is installed I can no longer ping or > access external sites from

Re: Debian livecd

2007-02-24 Thread Oliver Jato
Am Freitag, 23. Februar 2007 21:33 schrieb José Pablo Fernández: > I need to do FS maintenance, mdadm and fsck, and I'd be booting with a CD > only to have root not even mounted as read only, so this is not really an > option. "Recovery Is Possible" handles mdadm plus lvm2 setups very good. Plus it

Re: SQL insert dupe prevention problem

2006-09-23 Thread Oliver Jato
Am Samstag, den 23.09.2006, 11:06 -0400 schrieb Ben Breslauer: > You really want to use a primary key or unique constraint on table.a in > order to prevent duplicates from being entered. The documentation for > your database should tell you how to set one up. in addition to that you may want to

Re: Cron-job

2006-08-02 Thread Oliver Jato
> Example (which not works) > index.php > > // Read last timestamp > $file_name = "last_mail"; > $file = fopen($file_name, "r+"); > $content = fread($file, filesize($filename)); > > $time = time(); > if($file[0] >= $time + $diff) { > include "mai

Re: FreeNX package

2006-06-09 Thread Oliver Jato
hi, add this to your apt sources: deb http://debian.tu-bs.de/project/kanotix/unstable/ sid nx deb-src http://debian.tu-bs.de/project/kanotix/unstable/ sid nx Am Freitag, den 09.06.2006, 13:20 +0200 schrieb Benjamí Villoslada: > Exists one FreeNX official package? For Debian Sid. > > TIA > Gr

Re: How to install jdk1.5?

2006-05-25 Thread Oliver Jato
Am Mittwoch, den 24.05.2006, 08:26 -0600 schrieb Ed: > I'm trying to install jdk1.5 on my Sarge system. I ran the I did a > search for jdk in Debian space and found very little. > > I downloaded the jdk-1_5_0_06-linux-i586.bin file, and ran the > install. I tried it in both /usr/local and then ag

Re: No shell, Only FTP access

2006-04-07 Thread Oliver Jato
Am Donnerstag, den 06.04.2006, 23:30 +0200 schrieb Øyvind Lode: > Hi > > Thank you :-) > > I'm just running a server for some friends and family so it's not that > important. > > I stopped using ftp for some time and just scp/sftp but some compained > about poor scp/sftp support in Dreamweaver

Re: logcheck driving me nuts

2006-04-02 Thread Oliver Jato
Am Sonntag, den 02.04.2006, 17:35 +0200 schrieb Pim Bliek: > ^[[:alnum:]-]+autodeny[[:alnum:]-]+$ i don't know about logcheck and the regexp syntax it uses, but try ^.*autodeny\.rb.*$ you may have to start and finish the expression with a slash. Grüße / Regards, Oliver -- All things are either s

RE: How do I make my NIC pick the same ETH port every time?

2006-03-25 Thread Oliver Jato
i think this could be done with udev rules, though i only used them to always have the same device aliases for my external fw disks. here you'll find out how to write udev rules: http://reactivated.net/writing_udev_rules.html and this is a snippet i found on a web site: # cat /etc/udev/network.r

Re: MySQL won't start....

2006-03-21 Thread Oliver Jato
> I actually changed the password while using phpmyadmin. > did you select password in the function drop down box when editing the entries? passwords are not stored in clear text. but please, like tat said, check your ports and the bind-address in my.cnf. if you really messed up your root passw

Re: MySQL won't start....

2006-03-21 Thread Oliver Jato
Am Dienstag, den 21.03.2006, 12:46 -0600 schrieb Nate Lundquist: > Hello everybody, I recently setup a web server on Debian Sarge. > > After setup there was the debian-maintinence account for mysql that I > haven't touched. There was also a root account with no password that I > did change. But

Re: permissions on ftp'd (vsftpd) files

2006-03-16 Thread Oliver Jato
> set. I'd like for the uploaded files to automatically be 644. hi brian, you can enable this with local_umask=022 in vsftpd.conf oliver -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: strange bluetooth pairing woes

2006-03-14 Thread Oliver Jato
i still couldn't find the solution. my headset paired successfully, my phone seems(!) to pair successfully too. i have some hcidump output from the part where the error seems to occur, maybe someone is able to help with this? greets, oliver > HCI Event: Number of Completed Packets (0x13) plen 5

strange bluetooth pairing woes

2006-03-13 Thread Oliver Jato
hi, i'm having some weird troubles pairing my mobile phone with my pc. bluetooth is up and running, i'm already using skype with a bluetooth headset (bound with btsco on login) and i can also transfer files to my phone with obexftp and transfer files from my phone to the pc. my phone's mac is bou

Re: VNC client/server combo doing VNC over HTTP

2006-03-10 Thread Oliver Jato
i use nxserver (freenx), it's in apt, plus the official client from www.nomachine.com, available for windows, macintosh and linux (rpm and deb). all traffic runs over ssh, so sshd must be running, and it's much faster than any vnc. i didn't keep an eye on this project during the last months, but i

Re: import/convert apple address book?

2006-03-10 Thread Oliver Jato
nto Yahoo, Gmail , Gmx, Hotmail, etc. account and > afterwards to export it into Netscape format. > That way - importing into Yahoo or some other public web mail providers > and later export it into some another format helped me with the similar > address book format problems. > >

import/convert apple address book?

2006-03-10 Thread Oliver Jato
hi, i'm trying to find a way to import an apple "AddressBook.data" file. i'm using evolution so importing it straight would be great. but some way of converting it to csv or whatever is usable with a texteditor would help too. any experience with this? cheers, olli -- To UNSUBSCRIBE, email to