Re: Some documents on 3 PCs

2009-02-15 Thread Clifford W. Hansen
lable for windows[2], and is in the Debian repositories[3]. NB. make sure the versions are the same across all the machines you are syncing... [1] http://www.cis.upenn.edu/~bcpierce/unison/ [2] http://alan.petitepomme.net/unison/index.html [3] http://packages.debian.org/search?keywords=unis

Re: "On battery power, so skipping file system check" when in AC power

2009-02-14 Thread Clifford W. Hansen
ail.ee I also get this when on battery power, and it works fine when on AC power. I believe this is actually a good thing cause if you checking your disks and then run out of battery bad things(tm) can happen... -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator (Mobile/SMS

Re: calender, contacts, appts., to do list, etc. server for Debian

2009-02-02 Thread Clifford W. Hansen
ust install ;) HTH [1] http://rscds.sourceforge.net/ [2] http://wiki.davical.org/w/Installation_Guide_Update_(Feb_2008) [3] http://wiki.davical.org/w/Main_Page -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator (Mobile/SMS) +27 82 883 8677 (Fax) +27 86 503

Re: USB disk fails when accessed after idle for some hours

2009-01-29 Thread Clifford W. Hansen
n). However, if that's true, why does it only fail after a long > idle? > > Thoughts? > > Many thanks in advance, > > Reid This looks similar to a problem I have with a 500G Toshiba drive. Have you tried this on a USB 1 port? does it do the same? PS. I still don't know

Re: Problem with printer Canon iP1800

2009-01-23 Thread Clifford W. Hansen
-- > > How can I solve the problem? I wrote a post[1] about getting this printer setup sorry for the shameless plug ;) [1] http://nighthawk.co.za/2008/07/canon-ip1800/ -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator (Mobile/SMS) +27

Re: Family Tree Program

2009-01-05 Thread Clifford W. Hansen
On Monday 05 January 2009 12:38:56 Zaki Akhmad wrote: > Dear all, > > I am looking for family tree program. Anybody can give me suggestion? > > -- > Zaki Akhmad I know it's online as apposed to desktop app http://www.geni.com -- Thank you, Clifford W. Hanse

Re: USB External hdd issues

2009-01-04 Thread Clifford W. Hansen
On Sunday 04 January 2009 17:01:02 Ron Johnson wrote: > On 01/04/09 06:11, Clifford W. Hansen wrote: > > On Sunday 04 January 2009 12:48:40 Andrei Popescu wrote: > >> On Sun,04.Jan.09, 10:22:15, Clifford W. Hansen wrote: > >> > >> [...] > >> > >&

Re: USB External hdd issues

2009-01-04 Thread Clifford W. Hansen
On Sunday 04 January 2009 12:48:40 Andrei Popescu wrote: > On Sun,04.Jan.09, 10:22:15, Clifford W. Hansen wrote: > > [...] > > > My problem is that when connected via USB2 (which the drive is > > supposed to be), the drive disconnects: > > [...] > > Could b

USB External hdd issues

2009-01-04 Thread Clifford W. Hansen
/Linux Upgraded from etch to lenny hoping the new kernel would help, which it hasn't. Anybody had and solved this issue? What else can I do to debug? -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator "We have seen strange things today!" () ascii ribbon camp

Re: 64-bit Flash Player

2008-12-10 Thread Clifford W. Hansen
On Wednesday 10 December 2008 09:38:57 Johann Spies wrote: > On Tue, Dec 09, 2008 at 09:49:59PM -0500, Daryl Styrk wrote: > > I just did a fresh install.. So what I did was. > > > > mkdir ~/.mozilla/plugins > > and move the .so there. > > > > get rid of any other instances of a previous flash insta

Re: Shorewall & network/interfaces

2008-11-26 Thread Clifford W. Hansen
.0 0.0.0.0 U 0 00 ppp0 As you can see eth1 doesn't appear at all as there is no "real" network attached to it, just the modem. And then in /etc/shorewall/interfaces make sure that the ppp0 interface has the dhcp option. Hope this helps. -- Thank yo

Re: [OT] less spam

2008-11-18 Thread Clifford W. Hansen
s.sourceforge.net - A Simple Sudoku Solver and Generator If only they could use all that energy and time for doing good instead, imagine how much better Debian/Linux would be if that energy was spent on bug fixes instead of sending spam... (2c) -- Thank you, Clifford W. Hansen PHP Developer / L

Re: /var/log growing rapidly

2008-11-18 Thread Clifford W. Hansen
trying to run and the firewall was stopping it from sending data and also logging the fact. Just looking at these messages, you should allow all traffic on the lo interface to the lo interface and disable logging. I don't know what you are using for your firewall scripts so I can't

Re: what's the group and username of apache2 web server?

2008-10-30 Thread Clifford W. Hansen
ks The user and group are www-data, and iirc the default permissions on /var/www do not reflect this, but it is safe to change them. For example I do the following: chown -R www-data:www-data /var/www chmod -R 660 /var/www find /var/www -type d -exec chmod 2770 {} \; Hope this helps... -- Tha

Samba domain not found

2008-10-19 Thread Clifford W. Hansen
this worked. Has anyone had this issue before and solved it, I can't seem to convince Uncle Google to give me an answer. (I might be asking the wrong question) -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator (Cell)+27 82 883 8677 (Fax) +27 86 503 0634 (E-Mai

Re: Kerberos with LDAP backend / Replace active directory

2008-10-15 Thread Clifford W. Hansen
On Tuesday 14 October 2008 21:51:31 Richard A Nelson wrote: > On Tue, 14 Oct 2008, Clifford W. Hansen wrote: > > I take it I will need to get a Krb5 schema file for ldap? > > Yes, and iirc, one comes with Heimdal package (likely in /usr/share/doc) > if you can't find one,

Re: Kerberos with LDAP backend / Replace active directory

2008-10-14 Thread Clifford W. Hansen
On Friday 10 October 2008 23:03:38 Richard A Nelson wrote: > On Fri, 10 Oct 2008, Clifford W. Hansen wrote: > > Has anybody set this up before and have documentation on how to replicate > > it. > > I had an existing LDAP setup for Linux/AIX/Samba - and it was trivial > t

Re: Kerberos with LDAP backend / Replace active directory

2008-10-14 Thread Clifford W. Hansen
On Saturday 11 October 2008 16:30:21 Damon L. Chesser wrote: > On Fri, 2008-10-10 at 22:10 +0200, Clifford W. Hansen wrote: > > I'm looking to setup Kerberos with an LDAP backend, I have found a couple > > of howtos and nothing seems to be complete. > > > > Has any

Kerberos with LDAP backend / Replace active directory

2008-10-10 Thread Clifford W. Hansen
omain. -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator (Cell)+27 82 883 8677 (Fax) +27 86 503 0634 (E-Mail) [EMAIL PROTECTED] (MSN) [EMAIL PROTECTED] (GPG) 0x936D6C19 "We have seen strange things today!" () ascii ribbon campaign - agai

Re: external USB harddrive not recognized when present at boot

2008-09-25 Thread Clifford W. Hansen
ght would be to try without the D/Port, as in connect the drive to one of the machines USB ports and see if that works... I have never used a D/Port, so I'm shooting in the dark as it were :) but I do remember someone once before had an issue with devices on a D/Port... PS. maybe also try the

Re: NFS or Samba (windows client)

2008-09-17 Thread Clifford W. Hansen
osoft.com/en-us/interopmigration/bb380242.aspx > > Ter, 2008-09-16 às 10:29 +0200, Clifford W. Hansen escreveu: > > Greetings list, > > > > At home I have a couple of Debian boxen, and am using NFS on the "nas" > > (pc with a usb hdd) to share file between these s

Re: NFS or Samba (windows client)

2008-09-17 Thread Clifford W. Hansen
On Tuesday 16 September 2008 21:52:39 Andrei Popescu wrote: > On Tue,16.Sep.08, 10:29:31, Clifford W. Hansen wrote: > > I would prefer not to install samba just for one machine, but if I have > > to so be it (although I might have to do so in any event to share the > > pri

Re: problems with pear using debian and php5

2008-09-14 Thread Clifford W. Hansen
. After installing PEAR it is a good idea to do a: $ pear upgrade-all This will bring it up to the latest (stable) versions of the PEAR packages. And yes, the pear packages are stored in "/usr/share/php". HTH -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator

Re: init.d startup script does not exit

2008-09-14 Thread Clifford W. Hansen
On Sunday 14 September 2008 09:12:35 rex wrote: > Thank you! It worked! > > So, what does that & mean? > > - Rex > > Clifford W. Hansen wrote: > > On Sunday 14 September 2008 08:35:13 rex wrote: > >> Hello, > >> > >> I have a script that l

Re: init.d startup script does not exit

2008-09-13 Thread Clifford W. Hansen
get to the > user login. > > And, if I press Ctrl-C, then the program terminates, but then webserver > is dead. > > Any suggestions please? > > Thanks! > > - Rex Rex, I'm not sure if there is a better way to do this, but you could try adding a & at the end

Re: MRT HOW TO?

2008-09-10 Thread Clifford W. Hansen
On Wednesday 10 September 2008 11:44:21 Tammo Schuelke wrote: > I think you're confusing MRT (Multi-Threaded Routing Toolkit) and MRTG > (Multi-Router Traffic Grapher). > > > -Original Message- > > From: Clifford W. Hansen [mailto:[EMAIL PROTECTED] > > Sen

Re: MRT HOW TO?

2008-09-10 Thread Clifford W. Hansen
through a couple, but mainly: apt-get install rrdtool man rrdtool I think that will help the most for now... HTH -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator (Cell)+27 82 883 8677 (Fax) +27 86 503 0634 (E-Mail) [EMAIL PROTECTED] (MSN) [EMAIL PROTECT

Re: MySQL goes away?

2008-08-31 Thread Clifford W. Hansen
have: - sudo netstat -tapn | grep mysql - mysqladmin processlist You might have too many clients connected but iirc that would be a different error... HTH -- Thank you, Clifford W. Hansen PHP Developer / Linux Administrator (Cell)+27 82 883 8677 (Fax)

Re: network interfaces not persistent on nslu2/arm

2008-08-26 Thread Clifford W. Hansen
key: http://pgp.mit.edu/ What do you mean by "I see the interface changing." does it change with every reboot? or is it now called eth1 where it used to be eth0. If it's just that it got renamed, then I'd remove the first interface in "/etc/udev/ru

Re: Copied debian etch system assigns eth2 to only Ethernet adapter

2008-08-25 Thread Clifford W. Hansen
owing file: % cat /etc/udev/rules.d/z25_persistent-net.rules You should see lines like the following: # PCI device 0x14e4:0x1677 (tg3) SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="xx:xx:xx:xx:xx:xx", NAME="ethx" where xx:xx:xx:xx:xx:xx is the mac address and

Re: Redirect hostname to internal box

2006-02-13 Thread Clifford W. Hansen
Jacob S wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 03 Feb 2006 12:24:27 +0200 "Clifford W. Hansen" <[EMAIL PROTECTED]> wrote: Greetings, Firstly I'm not sure if this is the right place but here goes: I'm using Debian 3.1. I have dyndns with

Re: OT: Re: Firewalling: best approach?

2006-02-09 Thread Clifford W. Hansen
ist might have a few minutes for an email exchange to help me get this sorted out. If so, please email me off-list. I'm sure its probably something that I overlooked, but I'm at a loss as to what. Regards, --b -- ----------

Redirect hostname to internal box

2006-02-03 Thread Clifford W. Hansen
Greetings, Firstly I'm not sure if this is the right place but here goes: I'm using Debian 3.1. I have dyndns with wildcards enabled, and I'd like to have traffic to a specific hostname directed to my internal webserver. e.g. phpsysinfo.example.com -> firewall intbox.example.