From jammer at weak.org Tue May 2 14:09:20 2006 From: jammer at weak.org (jammer at weak.org) Date: Tue, 2 May 2006 14:09:20 -0700 Subject: [buug] Returned mail: Data format error Message-ID: <200605022111.k42LB8Qj010731@weak.org> Message could not be delivered -------------- next part -------------- A non-text attachment was scrubbed... Name: attachment.zip Type: application/octet-stream Size: 29554 bytes Desc: not available URL: From webmaster at hawaiidakine.com Mon May 8 10:03:34 2006 From: webmaster at hawaiidakine.com (Al Plant) Date: Mon, 08 May 2006 07:03:34 -1000 Subject: [buug] Apache Virtual Hosts Message-ID: <445F79E6.5040700@hawaiidakine.com> Aloha Gurus, I have tried to setup a Virtual hosts server in apache 1.3 ( single IP to the box) and I can get only the first domain in the three in the setup I am trying to come up. (moving any of the three to that position works.) I read all the docs I could find and can only find some vague info that a box running FreeBSD accessed by ssh wont allow virtual hosts. If this is true is there a work around? Any body know how I can find a how-to on this? Al Plant -- Webmaster- http://hawaiidakine.com Admin- http://freebsdinfo.org -- Supporting Open Source Computing - - FreeBSD 4.11/6.* -- Debian Linux 3* "All that's really worth doing is what we do for others."- Lewis Carroll From jzitt at josephzitt.com Mon May 8 11:51:45 2006 From: jzitt at josephzitt.com (Joseph Zitt) Date: Mon, 08 May 2006 14:51:45 -0400 Subject: [buug] Unable to set superblock flags Message-ID: <32827034.551001147114311343.JavaMail.servlet@perfora> Hi, all. My desktop system (running Mandriva Linux 2006) got hit by a double-whammy power loss, the second one while it was recovering from the first. Ever since, whenever I try to boot up, it fails with the message "unable to set superblock flags on /". I've dug around, but haven't been able to discern what to do. If it helps, my partitions have ext3 filesystems. Any clues? From julie at jednet.nl Mon May 8 12:38:36 2006 From: julie at jednet.nl (Julie Ashworth) Date: Mon, 8 May 2006 21:38:36 +0200 Subject: [buug] Unable to set superblock flags In-Reply-To: <32827034.551001147114311343.JavaMail.servlet@perfora>; from jzitt@josephzitt.com on Mon, May 08, 2006 at 02:51:45PM -0400 References: <32827034.551001147114311343.JavaMail.servlet@perfora> Message-ID: <20060508213836.B21424@oyster.vuurwerk.nl> You may want to boot from a cd (knoppix or recovery cd) and run fsck (or e2fsck) on /. You can specify another bootblock via e2fsck -b option. From wongalongtong at gmail.com Fri May 12 12:10:26 2006 From: wongalongtong at gmail.com (Walt Schlender) Date: Fri, 12 May 2006 12:10:26 -0700 Subject: [buug] Anyone interested in a little job? Message-ID: <87683d10605121210w7fa0704dp9a121b43e42674c2@mail.gmail.com> Hello BUUG guys, I've got a little bluetooth/linux arm project I need help on and I thought I'd throw it out to see if anyone is interested in it. I showed a little Nokia 770 unit to the BUUG folks a couple of weeks ago. We use the bluetooth built into the unit to do some serial communications with a special peripheral device. It all works, but it's flakey... that's because I'm echoing command strings and redirecting the data to dev/rfcomm0 rather than opening dev/rfcomm0 outright and sending data there... Problem is that I can't figure out how to do that on ARM linux install. So that's first... then second is that I need to clean up the whole package... So that's it... shoot me an email if you're interested in learning more, -Walt From Michael.Paoli at cal.berkeley.edu Sat May 20 15:24:34 2006 From: Michael.Paoli at cal.berkeley.edu (Michael Paoli) Date: Sat, 20 May 2006 15:24:34 -0700 Subject: [buug] Apache Virtual Hosts In-Reply-To: <445F79E6.5040700@hawaiidakine.com> References: <445F79E6.5040700@hawaiidakine.com> Message-ID: <1148163874.446f9722d98ea@webmail.rawbw.com> Quoting Al Plant : > I have tried to setup a Virtual hosts server in apache 1.3 ( single IP > to the box) and I can get only the first domain in the three in the > setup I am trying to come up. (moving any of the three to that position > works.) I read all the docs I could find and can only find some vague > info that a box running FreeBSD accessed by ssh wont allow virtual > hosts. If this is true is there a work around? > > Any body know how I can find a how-to on this? Did you get your question(s) answered / problem(s) solved? I haven't needed to alter an Apache configuration in a while, but I remember it being pretty well documented and *relatively* straight-forward. You might be having an issue with virtual hosts vs. virtual name hosts - if I remember the terminology correctly off the top of my head. As I seem to recall, virtual hosts require distinct IPs, whereas virtual name hosts don't. Also, one can't use virtual name hosts with https. From kes at lifesabirch.org Sun May 21 03:57:02 2006 From: kes at lifesabirch.org (Alex Birch) Date: Sun, 21 May 2006 06:57:02 -0400 Subject: [buug] Apache Virtual Hosts In-Reply-To: <1148163874.446f9722d98ea@webmail.rawbw.com> References: <445F79E6.5040700@hawaiidakine.com> <1148163874.446f9722d98ea@webmail.rawbw.com> Message-ID: On 5/20/06, Michael Paoli wrote: > > Quoting Al Plant : > > > I have tried to setup a Virtual hosts server in apache 1.3 ( single IP > > to the box) and I can get only the first domain in the three in the > > setup I am trying to come up. (moving any of the three to that position > > works.) I read all the docs I could find and can only find some vague > > info that a box running FreeBSD accessed by ssh wont allow virtual > > hosts. If this is true is there a work around? > > > > Any body know how I can find a how-to on this? NameVirtualHost * ServerName www.foo.edu ServerAlias 12.12.7.5 DocumentRoot /var/www/ ServerName www.foo.org ServerAlias 12.12.7.5 DocumentRoot /var/www/ ServerName free.foo.edu ServerAlias 12.12.7.5 DocumentRoot /var/free -------------- next part -------------- An HTML attachment was scrubbed... URL: From jrrelay at juno.com Sun May 21 17:19:35 2006 From: jrrelay at juno.com (jrrelay at juno.com) Date: Sun, 21 May 2006 19:19:35 -0500 Subject: [buug] Apache Virtual Hosts -- 21 may 2006 Message-ID: <20060521.191935.1900.4.jrrelay@juno.com> On Sun, 21 May 2006 12:00:09 -0700 buug-request at weak.org writes: ,snip> > > Message: 1 > Date: Sat, 20 May 2006 15:24:34 -0700 > From: Michael Paoli > Subject: Re: [buug] Apache Virtual Hosts > To: webmaster at hawaiidakine.com > Cc: Buug > Message-ID: <1148163874.446f9722d98ea at webmail.rawbw.com> > Content-Type: text/plain; charset=ISO-8859-1 > > Quoting Al Plant : > > > I have tried to setup a Virtual hosts server in apache 1.3 ( > single IP > > to the box) and I can get only the first domain in the three in > the > > setup I am trying to come up. (moving any of the three to that > position > > works.) I read all the docs I could find and can only find some > vague > > info that a box running FreeBSD accessed by ssh wont allow > virtual > > hosts. If this is true is there a work around? > > > > Any body know how I can find a how-to on this? > > Did you get your question(s) answered / problem(s) solved? > > I haven't needed to alter an Apache configuration in a while, but I > > remember it being pretty well documented and *relatively* > straight-forward. > > You might be having an issue with virtual hosts vs. virtual name > hosts > - if I remember the terminology correctly off the top of my head. > As > I seem to recall, virtual hosts require distinct IPs, whereas > virtual > name hosts don't. Also, one can't use virtual name hosts with > https. > there is a freebsd mailing list for questions. the list itself is verbose but they always send a direct response to the person who asks a question as well as to the list. i do not remember if the questioner needs to be subscribed to the list From jb at caustic.org Sun May 21 17:36:53 2006 From: jb at caustic.org (f.johan.beisser) Date: Sun, 21 May 2006 17:36:53 -0700 Subject: [buug] Apache Virtual Hosts -- 21 may 2006 In-Reply-To: <20060521.191935.1900.4.jrrelay@juno.com> References: <20060521.191935.1900.4.jrrelay@juno.com> Message-ID: <2833DA4A-B284-45E4-AA8B-F7DA2AF4C76C@caustic.org> I fail to see how this is a FreeBSD specific question. It's pretty general, dealing with Apache. BSD is also an UNIX clone. On May 21, 2006, at 17:19 , jrrelay at juno.com wrote: > > On Sun, 21 May 2006 12:00:09 -0700 buug-request at weak.org writes: > ,snip> >> >> Message: 1 >> Date: Sat, 20 May 2006 15:24:34 -0700 >> From: Michael Paoli >> Subject: Re: [buug] Apache Virtual Hosts >> To: webmaster at hawaiidakine.com >> Cc: Buug >> Message-ID: <1148163874.446f9722d98ea at webmail.rawbw.com> >> Content-Type: text/plain; charset=ISO-8859-1 >> >> Quoting Al Plant : >> >>> I have tried to setup a Virtual hosts server in apache 1.3 ( >> single IP >>> to the box) and I can get only the first domain in the three in >> the >>> setup I am trying to come up. (moving any of the three to that >> position >>> works.) I read all the docs I could find and can only find some >> vague >>> info that a box running FreeBSD accessed by ssh wont allow >> virtual >>> hosts. If this is true is there a work around? >>> >>> Any body know how I can find a how-to on this? >> >> Did you get your question(s) answered / problem(s) solved? >> >> I haven't needed to alter an Apache configuration in a while, but I >> >> remember it being pretty well documented and *relatively* >> straight-forward. >> >> You might be having an issue with virtual hosts vs. virtual name >> hosts >> - if I remember the terminology correctly off the top of my head. >> As >> I seem to recall, virtual hosts require distinct IPs, whereas >> virtual >> name hosts don't. Also, one can't use virtual name hosts with >> https. >> > > > there is a freebsd mailing list for questions. the list itself is > verbose but they always send a direct response to the person who > asks a > question as well as to the list. i do not remember if the questioner > needs to be subscribed to the list > _______________________________________________ > Buug mailing list > Buug at weak.org > http://www.weak.org/mailman/listinfo/buug "I love my country because I have the right to hate it." - Brandon Duncan