From mikkel at t48.dk Tue Jun 6 20:33:50 2006 From: mikkel at t48.dk (Mikkel Nielsen) Date: Tue, 06 Jun 2006 22:33:50 +0200 Subject: [classic-discuss] X in classic In-Reply-To: <200605241840.33043.mikael@tinysofa.org> References: <1148474423.6439.10.camel@localhost> <200605241840.33043.mikael@tinysofa.org> Message-ID: <1149626030.5694.2.camel@localhost> Hi All. Is it possible to run X on a tiny classic. I need it for running the VMWare Server? Has anyone done this? /Mikkel -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.tinysofa.org/pipermail/classic-discuss/attachments/20060606/9ae1164e/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3185 bytes Desc: not available Url : http://lists.tinysofa.org/pipermail/classic-discuss/attachments/20060606/9ae1164e/attachment.bin From gda at tinysofa.org Tue Jun 6 19:42:21 2006 From: gda at tinysofa.org (Gerald Dachs) Date: Tue, 6 Jun 2006 21:42:21 +0200 Subject: [classic-discuss] X in classic In-Reply-To: <1149626030.5694.2.camel@localhost> References: <1148474423.6439.10.camel@localhost> <200605241840.33043.mikael@tinysofa.org> <1149626030.5694.2.camel@localhost> Message-ID: <20060606214221.de0ea9b9.gda@tinysofa.org> How does your mail belong to your own thread about Webalizer? I had always thought that Evolution shows threads. > Hi All. > > > Is it possible to run X on a tiny classic. I need it for running the > VMWare Server? Has anyone done this? sure, I use a tinysofa desktop all days, just do apt-get install task-desktop, configure the X server and you are ready. What I don't understand is why you guys are not curious and look into the contrib area what it offers. Gerald From mikael at tinysofa.org Wed Jun 14 09:39:11 2006 From: mikael at tinysofa.org (Mikael Bak) Date: Wed, 14 Jun 2006 11:39:11 +0200 Subject: [classic-discuss] dnsmasq broken? Message-ID: <200606141139.22933.mikael@tinysofa.org> Hi, I downloaded and installed newest dnsmaq with apt-get, but the new version will not start. # service dnsmasq start Starting dnsmasq: dnsmasq: ISC dhcpd integration not available: set HAVE_ISC_READER in src/config.h TIA, Mikael From gda at tinysofa.org Wed Jun 14 09:52:19 2006 From: gda at tinysofa.org (Gerald Dachs) Date: Wed, 14 Jun 2006 11:52:19 +0200 (CEST) Subject: [classic-discuss] dnsmasq broken? In-Reply-To: <200606141139.22933.mikael@tinysofa.org> References: <200606141139.22933.mikael@tinysofa.org> Message-ID: <45074.139.1.44.12.1150278739.squirrel@sohoserver.homelinux.net> > Hi, > > I downloaded and installed newest dnsmaq with apt-get, but the new version > will not start. > > # service dnsmasq start > Starting dnsmasq: dnsmasq: ISC dhcpd integration not available: set > HAVE_ISC_READER in src/config.h The suggested fix would enable a deprecated feature. can you do me the favour and try what they mentioned here: http://www.mail-archive.com/fedora-package-review at redhat.com/msg00466.html ? depending on your results we may have to change the default config file. Gerald From mikael at tinysofa.org Wed Jun 14 10:18:54 2006 From: mikael at tinysofa.org (Mikael Bak) Date: Wed, 14 Jun 2006 12:18:54 +0200 Subject: [classic-discuss] dnsmasq broken? In-Reply-To: <45074.139.1.44.12.1150278739.squirrel@sohoserver.homelinux.net> References: <200606141139.22933.mikael@tinysofa.org> <45074.139.1.44.12.1150278739.squirrel@sohoserver.homelinux.net> Message-ID: <200606141218.55064.mikael@tinysofa.org> On Wednesday 14 June 2006 11:52, Gerald Dachs wrote: > > Hi, > > > > I downloaded and installed newest dnsmaq with apt-get, but the new > > version will not start. > > > > # service dnsmasq start > > Starting dnsmasq: dnsmasq: ISC dhcpd integration not available: set > > HAVE_ISC_READER in src/config.h > > The suggested fix would enable a deprecated feature. > can you do me the favour and try what they mentioned here: > http://www.mail-archive.com/fedora-package-review at redhat.com/msg00466.html > ? > depending on your results we may have to change the default config file. > > Gerald Hi Gerald and thanks for the quick response. As a matter of fact the "dhcp-leasefile" was already set in my config, because I was using this old feature. Removing it makes dnsmasq start. The "dhcp-range" I don't set because I run an authoritative ISC dhcpd on this very machine, and enabling this option makes dnsmasq act as a dhcp server. So I guess I was using dnsmasq v1 behaviour according to the man page. And I see now that it's overkill to run both dnsmasq and ISC dhcpd, because dnsmasq seem to support all the features one could possibly need in a small network. I have solved my local problem by unsetting "dhcp-leasefile". Thanks again! Mikael