Re: Lib Errors After 6.3 - 7 Update
Norberto Meijome wrote: On Tue, 4 Mar 2008 16:16:44 -0500 Dimitri Yioulos <[EMAIL PROTECTED]> wrote: Perhaps someone has a better suggestion for you, but I had a similar issue with regard to installing VMware Tools. In my case, I symlinked libc.so.5 linked to libc.so.6, and the VMware Tools installation proceeded. Like Kris said, not really good. An option may be, if you want to limit your exposure to compatibility issues, is to use libmap.conf , so you only map libc.so.6 as .5 ONLY for certain executables/libraries that depend on them. I find it this method a much better one to managed - one central place to manage library tricks, and is more advanced than symlinking. And you can easily transfer it to other systems Umm... Using libmap.conf in this way is functionally equivalent to sym-linking the shlibs and is just as evil. If an app needs libc.so.5 then the only correct answer is to give it libc.so.5 by installing compat5x. libmap.conf has its uses, but one of the primary reasons for having it -- switching between different threading implementations -- is a non-issue on 7.0 where you get libthr style threads as standard. I think there may be one or two ports that advise you to make specific libmap.conf settings, but unless you've installed one of those, you really should not need a libmap.conf at all. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW signature.asc Description: OpenPGP digital signature
Re: Deb archives
unpack with ar On Tue, 4 Mar 2008, E. J. Cerejo wrote: Is there a way to unpack a deb package in FreeBSD? I don't see anything in the ports to do it! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
amd64 or i386 for desktop use?
I have new hardware (Abit ip35-pro, Intel Q6600), and was contemplating installing FreeBSD/arch, but now realise that I am going to have some problems. My nvidia card will not be of much use (GeForce 8500GT), since nvidia-drivers are not there for amd64, and the open source nv driver does not even support XVideo extension for these cards. I can downgrade to a nv 7xxx series card, which works better with the open driver. I do not mind loss of 3D support, but would need basic things like mplayer. So my questions are: 1. Should I get nvidia 7xxx or an ATI card? Which card is most likely to work reasonably well? No fancy features required, but may be appreciated later. 2. Any problems with flash plugin (flash7 for now, I do not mean the confounded flash9 headache)? 3. Other casual desktop user problems I should be aware of? 4. Is it worth it? Perhaps I should stay with i386, but it is a pity not to be able to use the new machine to its full potential. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Deb archives
On Wed, 05 Mar 2008 02:46:03 + Pollywog <[EMAIL PROTECTED]> wrote: > On Wednesday 05 March 2008 02:09:25 E. J. Cerejo wrote: > > Is there a way to unpack a deb package in FreeBSD? I don't see anything in > > the ports to do it! > > > > I don't know if this helps, but deb packages are really ar achives. I found it, it's called dpkg, thanks anyway. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: Deb archives
tar archives :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pollywog Sent: Tuesday, March 04, 2008 9:46 PM To: freebsd-questions@freebsd.org Subject: Re: Deb archives On Wednesday 05 March 2008 02:09:25 E. J. Cerejo wrote: > Is there a way to unpack a deb package in FreeBSD? I don't see anything in > the ports to do it! > I don't know if this helps, but deb packages are really ar achives. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Deb archives
On Wednesday 05 March 2008 02:09:25 E. J. Cerejo wrote: > Is there a way to unpack a deb package in FreeBSD? I don't see anything in > the ports to do it! > I don't know if this helps, but deb packages are really ar achives. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Printing with a laserjet 1018
Sorry, I am still new at unix type OS so where do I make these changes? Thank you, Bob On Tue, Mar 4, 2008 at 6:35 PM, Michael Ross <[EMAIL PROTECTED]> wrote: > Bob Falanga schrieb: > > First of all, thanks to those who have helped me so far. > > I have configured the printer and everything looks OK, but when I do a > test > > print the test page goes into the printer queue and stays there for > ever. > > The printer doesn't even squeak. First I had to use the print driver for > a > > laserjet 1010 as I couldn't kind a driver for the 1018. Second the > printer > > does work under the alternate OS. > > > > Any ideas? > > > > HP printer using CUPS, right? > Try using /usr/local/bin/lpr instead of /usr/bin/lpr. > Same goes for lprm, lpq and friends. > Make sure all your apps do. > Maybe replace /usr/bin/lpr with /usr/local/bin/lpr. > Repeat after installworld. > > HTH > > Michael > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
nss_ldap wants openldap 2.3.41 - have 2.4.8
This is most likely a dumb question, but how do I tell ports to build nss_ldap against openldap-2.4.8? The build of nss_ldap fails with conflicts. ===> Installing for openldap-client-2.3.41 ===> openldap-client-2.3.41 conflicts with installed package(s): openldap-client-2.4.8 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/net/openldap23-client. *** Error code 1 Stop in /usr/ports/net/nss_ldap. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: nss_ldap wants openldap 2.3.41 - have 2.4.8
On Tue, Mar 4, 2008 at 8:18 PM, Jason Garrett <[EMAIL PROTECTED]> wrote: > This is most likely a dumb question, but how do I tell ports to build > nss_ldap against openldap-2.4.8? WANT_OPENLDAP_VER=24 worked in /etc/make.conf > > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Lib Errors After 6.3 - 7 Update
On Tue, 4 Mar 2008 16:16:44 -0500 Dimitri Yioulos <[EMAIL PROTECTED]> wrote: > Perhaps someone has a better suggestion for you, but I had a similar issue > with regard to installing VMware Tools. In my case, I symlinked libc.so.5 > linked to libc.so.6, and the VMware Tools installation proceeded. Like Kris said, not really good. An option may be, if you want to limit your exposure to compatibility issues, is to use libmap.conf , so you only map libc.so.6 as .5 ONLY for certain executables/libraries that depend on them. I find it this method a much better one to managed - one central place to manage library tricks, and is more advanced than symlinking. And you can easily transfer it to other systems B _ {Beto|Norberto|Numard} Meijome My wish is that your day will be a good one. If not... May the fleas of one thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Deb archives
Is there a way to unpack a deb package in FreeBSD? I don't see anything in the ports to do it! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: sa: user accounting initialization failed - FreeBSD 7-stable
Lowell Gilbert wrote: George Fazio <[EMAIL PROTECTED]> writes: I'm seeing errors from sa in my daily run output. I read the man page for sa(8) and some of the commands that were referenced under the see also section. I'm completely lost. Could anyone point me in the right direction? Here is a snippet of the output from the daily run output Rotating accounting logs and gathering statistics: sa: converting user accounting stats: Inappropriate file type or format sa: user accounting initialization failed Are you intending to use the system accounting functionality? If not, you probably don't need the files in /var/account at all (by default, there wouldn't be any). I probably turned them by accident on while hastily going through the install. My (home) mail server had been down for nearly a week waiting for new hardware to arrive, and I probably was not paying quite as much attention as I should have been with the base install. While I do not need the accounting feature, I was hoping to understand why it is not working to broaden my understanding of how the system functions. I guess I will do some more reading and just disable it if I cannot figure it out. Thanks for the reply, George ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Printing with a laserjet 1018
> Bob Falanga schrieb: >> First of all, thanks to those who have helped me so far. >> I have configured the printer and everything looks OK, but when I do a >> test >> print the test page goes into the printer queue and stays there for >> ever. >> The printer doesn't even squeak. First I had to use the print driver for >> a >> laserjet 1010 as I couldn't kind a driver for the 1018. Second the >> printer >> does work under the alternate OS. >> >> Any ideas? >> > That printer uses foo2zjs driver. It doesn't matter if you are going to use CUPS or LPD. That is reversed eng driver so YMMV. > HP printer using CUPS, right? > Try using /usr/local/bin/lpr instead of /usr/bin/lpr. > Same goes for lprm, lpq and friends. > Make sure all your apps do. > Maybe replace /usr/bin/lpr with /usr/local/bin/lpr. > Repeat after installworld. > > HTH > > Michael > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How to start Gnome2-lite
On Tue, Mar 04, 2008 at 10:41:47PM +, Siraj Shaikh wrote: > I installed Gnome2-lite as a package. I then inserted the following line > > gnome_enable="YES" > > in rc.conf > > and also inserted the line > > exec gnome-session > > in the xinitrc file. | type startx after this, but gnome desktop > doesnt load up. Instead the usual x windows screen loads up. The "gnome-session" line needs to be in ${HOME}/.xinitrc, which also needs to have permissions 700 at least. Cheers. -- Jonathan Chen <[EMAIL PROTECTED]> -- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Booting the install cd results in a reboot
Hrm. If I remove my SATA disks it boots just fine, odd. This applies to fbsd 6.3+. Seems there might be some issues with my sata controller then? Promise Technology, Inc. PDC20579 SATAII 150 IDE Controller (rev 02) My other sata(nvidia) connector is directly under the cpu fan so I'll have to work some cable magic to connect it. Daniel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Printing with a laserjet 1018
Bob Falanga schrieb: First of all, thanks to those who have helped me so far. I have configured the printer and everything looks OK, but when I do a test print the test page goes into the printer queue and stays there for ever. The printer doesn't even squeak. First I had to use the print driver for a laserjet 1010 as I couldn't kind a driver for the 1018. Second the printer does work under the alternate OS. Any ideas? HP printer using CUPS, right? Try using /usr/local/bin/lpr instead of /usr/bin/lpr. Same goes for lprm, lpq and friends. Make sure all your apps do. Maybe replace /usr/bin/lpr with /usr/local/bin/lpr. Repeat after installworld. HTH Michael ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
How to start Gnome2-lite
I installed Gnome2-lite as a package. I then inserted the following line gnome_enable="YES" in rc.conf and also inserted the line exec gnome-session in the xinitrc file. | type startx after this, but gnome desktop doesnt load up. Instead the usual x windows screen loads up. Please Help! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Booting the install cd results in a reboot
Hello! I'm having some trouble installing FreeBSD on one of my boxes. When I try to boot the install cd it starts to boot but it reboots before I can read how far it gets. I've tried disabling all APIC and ACPI options in my bios. No go. Here is a dmesg from OpenBSD: http://pastebin.com/f55031392 Any ideas on how to get it to boot properly? Thanks, Daniel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Printing with a laserjet 1018
First of all, thanks to those who have helped me so far. I have configured the printer and everything looks OK, but when I do a test print the test page goes into the printer queue and stays there for ever. The printer doesn't even squeak. First I had to use the print driver for a laserjet 1010 as I couldn't kind a driver for the 1018. Second the printer does work under the alternate OS. Any ideas? Thank you, Bob ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Lib Errors After 6.3 - 7 Update
Robert Davison wrote: Thanks for the quick replies, but isnt there a way of just rebuilding world or by using portupgrade to align the files ? Yes, complete or restart the portupgrade -af :) Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Lib Errors After 6.3 - 7 Update
Thanks for the quick replies, but isnt there a way of just rebuilding world or by using portupgrade to align the files ? Dimitri Yioulos <[EMAIL PROTECTED]> wrote: On Tuesday 04 March 2008 4:53 pm, Kris Kennaway wrote: > Dimitri Yioulos wrote: > > On Tuesday 04 March 2008 4:20 pm, Kris Kennaway wrote: > >> Dimitri Yioulos wrote: > >>> On Tuesday 04 March 2008 3:32 pm, Robert Davison wrote: > I've tried to update 6.3 to 7 using the sh freebsd-update.sh -f > freebsd-update.conf -r 7.0-RELEASE upgrade process. I thought all had > gone well untill I started getting lib-XXX.so4 missing file here and > libphp.so missing there. I'm guessing that the update process has > deleatd some shared libararies which are still required. > > I have the files in question, but instead of XXX.so.4, the file is > called XXX.so.5 > > I followed the instructions to the 'T' but nothing seems to work i.e > MailScanner, apache etc. > > I've tried portupgrade -af to see if I can link the ports to the new > lib files, but alas nothing. > > Anyone got any ideas?? > >>> > >>> Perhaps someone has a better suggestion for you, but I had a similar > >>> issue with regard to installing VMware Tools. In my case, I symlinked > >>> libc.so.5 linked to libc.so.6, and the VMware Tools installation > >>> proceeded. > >> > >> Ah yes, I forgot about bogus advice option 2 :-) > >> > >> Kris > >> ___ > > > > As I said, someone might have a better suggestion, as I'm a relative > > noob. My point was to try symlinking your needed library file to that > > which you find on your system. I'd think it'd be worth a try. But, hey, > > if it's bogus advice (option 2 :-) ), then best of luck. > > The reason it's bogus is because we change library versions for good > reason: they are incompatible. > > Sometimes they are incompatible in obvious ways, sometimes in subtle > ways. If you need libc.so.5 to run a FreeBSD 5.x binary, install the > compat5x port. That is not the solution for the OP though, because at > this point he has binaries with an inconsistent set of libraries that > needs to be fixed by moving them all to 7.0. > > Kris > ___ Accepted. Thanks for the edification. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" - Sent from Yahoo! Mail. A Smarter Inbox. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Lib Errors After 6.3 - 7 Update
On Tuesday 04 March 2008 4:53 pm, Kris Kennaway wrote: > Dimitri Yioulos wrote: > > On Tuesday 04 March 2008 4:20 pm, Kris Kennaway wrote: > >> Dimitri Yioulos wrote: > >>> On Tuesday 04 March 2008 3:32 pm, Robert Davison wrote: > I've tried to update 6.3 to 7 using the sh freebsd-update.sh -f > freebsd-update.conf -r 7.0-RELEASE upgrade process. I thought all had > gone well untill I started getting lib-XXX.so4 missing file here and > libphp.so missing there. I'm guessing that the update process has > deleatd some shared libararies which are still required. > > I have the files in question, but instead of XXX.so.4, the file is > called XXX.so.5 > > I followed the instructions to the 'T' but nothing seems to work i.e > MailScanner, apache etc. > > I've tried portupgrade -af to see if I can link the ports to the new > lib files, but alas nothing. > > Anyone got any ideas?? > >>> > >>> Perhaps someone has a better suggestion for you, but I had a similar > >>> issue with regard to installing VMware Tools. In my case, I symlinked > >>> libc.so.5 linked to libc.so.6, and the VMware Tools installation > >>> proceeded. > >> > >> Ah yes, I forgot about bogus advice option 2 :-) > >> > >> Kris > >> ___ > > > > As I said, someone might have a better suggestion, as I'm a relative > > noob. My point was to try symlinking your needed library file to that > > which you find on your system. I'd think it'd be worth a try. But, hey, > > if it's bogus advice (option 2 :-) ), then best of luck. > > The reason it's bogus is because we change library versions for good > reason: they are incompatible. > > Sometimes they are incompatible in obvious ways, sometimes in subtle > ways. If you need libc.so.5 to run a FreeBSD 5.x binary, install the > compat5x port. That is not the solution for the OP though, because at > this point he has binaries with an inconsistent set of libraries that > needs to be fixed by moving them all to 7.0. > > Kris > ___ Accepted. Thanks for the edification. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Lib Errors After 6.3 - 7 Update
Dimitri Yioulos wrote: On Tuesday 04 March 2008 4:20 pm, Kris Kennaway wrote: Dimitri Yioulos wrote: On Tuesday 04 March 2008 3:32 pm, Robert Davison wrote: I've tried to update 6.3 to 7 using the sh freebsd-update.sh -f freebsd-update.conf -r 7.0-RELEASE upgrade process. I thought all had gone well untill I started getting lib-XXX.so4 missing file here and libphp.so missing there. I'm guessing that the update process has deleatd some shared libararies which are still required. I have the files in question, but instead of XXX.so.4, the file is called XXX.so.5 I followed the instructions to the 'T' but nothing seems to work i.e MailScanner, apache etc. I've tried portupgrade -af to see if I can link the ports to the new lib files, but alas nothing. Anyone got any ideas?? Perhaps someone has a better suggestion for you, but I had a similar issue with regard to installing VMware Tools. In my case, I symlinked libc.so.5 linked to libc.so.6, and the VMware Tools installation proceeded. Ah yes, I forgot about bogus advice option 2 :-) Kris ___ As I said, someone might have a better suggestion, as I'm a relative noob. My point was to try symlinking your needed library file to that which you find on your system. I'd think it'd be worth a try. But, hey, if it's bogus advice (option 2 :-) ), then best of luck. The reason it's bogus is because we change library versions for good reason: they are incompatible. Sometimes they are incompatible in obvious ways, sometimes in subtle ways. If you need libc.so.5 to run a FreeBSD 5.x binary, install the compat5x port. That is not the solution for the OP though, because at this point he has binaries with an inconsistent set of libraries that needs to be fixed by moving them all to 7.0. Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Lib Errors After 6.3 - 7 Update
On Tuesday 04 March 2008 4:20 pm, Kris Kennaway wrote: > Dimitri Yioulos wrote: > > On Tuesday 04 March 2008 3:32 pm, Robert Davison wrote: > >> I've tried to update 6.3 to 7 using the sh freebsd-update.sh -f > >> freebsd-update.conf -r 7.0-RELEASE upgrade process. I thought all had > >> gone well untill I started getting lib-XXX.so4 missing file here and > >> libphp.so missing there. I'm guessing that the update process has > >> deleatd some shared libararies which are still required. > >> > >> I have the files in question, but instead of XXX.so.4, the file is > >> called XXX.so.5 > >> > >> I followed the instructions to the 'T' but nothing seems to work i.e > >> MailScanner, apache etc. > >> > >> I've tried portupgrade -af to see if I can link the ports to the new lib > >> files, but alas nothing. > >> > >> Anyone got any ideas?? > > > > Perhaps someone has a better suggestion for you, but I had a similar > > issue with regard to installing VMware Tools. In my case, I symlinked > > libc.so.5 linked to libc.so.6, and the VMware Tools installation > > proceeded. > > Ah yes, I forgot about bogus advice option 2 :-) > > Kris > ___ As I said, someone might have a better suggestion, as I'm a relative noob. My point was to try symlinking your needed library file to that which you find on your system. I'd think it'd be worth a try. But, hey, if it's bogus advice (option 2 :-) ), then best of luck. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
OT: Avoiding wireless interference / ifconfig's S:N output
Hi: I'm not a radio engineer so I'm asking here: My network neighbourhood is getting crowded: SSIDBSSID CHAN RATE S:N INT CAPS javinat 00:30:65:1f:96:341 11M -90:-95 100 EP WLAN_F9 00:02:cf:74:9c:201 54M -86:-95 100 EPS Livebox-E01800:1e:4c:56:ae:c91 54M -94:-95 100 EP WPA MYNET 00:14:7c:41:fd:b66 54M -63:-94 100 ES Jazztel Wir... 00:c0:a8:b4:9e:6a 11 54M -87:-95 100 EP Lynch 00:18:84:80:70:3e7 54M -94:-95 100 EPS WPA RSN WME ATH WLAN_03 00:16:38:ea:52:e93 54M -92:-94 100 EP WLAN_D3 00:1a:2b:6b:cc:be3 54M -92:-94 100 EP WLAN_9B 00:02:cf:5d:3c:344 54M -91:-94 100 EPSB WLAN_01 00:60:b3:f3:b8:ba 10 54M -153:-96 200 EPSB Livebox-6A5000:1d:d9:5d:c9:eb1 54M -94:-95 100 EP WPA FON_Lynch 00:18:84:80:70:3d7 54M -94:-95 100 ES WME ATH WLAN_C6 00:1a:2b:68:f5:313 54M -90:-90 100 EP default 00:01:38:50:ce:b51 54M -93:-93 100 ES MyPlace 00:18:84:81:d3:be5 54M -95:-95 100 EPS WPA WME ATH Livebox-A78000:1e:4c:39:03:9d1 54M -35:-96 100 E WLAN_09 00:60:b3:f7:13:2e9 54M -95:-96 200 EPSB WLAN_1F 00:01:38:65:25:c96 54M -93:-94 100 EPS WME WLAN_0D 00:02:cf:6c:08:599 54M -96:-95 100 EPS My current AP is MYNET, the AP is located right next to my BSD box that did the scan. It appears that there are others that actually provide better signal ?? First - how do I interpret the S:N numbers? Less negative S is better? Are there any units to this number? Second, should I move to a different channel or is it irrelevant as long as I use 6 or 11 since S ~ N in most cases? Thanks, Erik -- Erik Nørgaard Ph: +34.666334818 http://www.locolomo.org ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Uname borked on ??-Release...
On Tue, 04 Mar 2008 14:40:56 -0600 Kevin Kinsey <[EMAIL PROTECTED]> wrote: > Being as named is now crapping out ("bad system call"), I'm thinking > I'll try a Windows solution (not that I'd consider using a Winbox > here, but I may backup the data, wipe the disk, and try again) > unless lightning strikes and I figure it out pretty soon. > Fortunately, this isn't a mission-critical BIND server. I do need to > get httpd/PHP back up, tho, because it's hard to print HTML invoices > for February when you can't serve HTML ;-) The system's so unstable > I'm not sure I wanna waste any more time fighting with it at this > point. I concur; when the time to diagnose and correct a problem exceeds the amount of time to simply start over, I would definitely choose to start over fresh. Besides getting a potentially more stable system, you will also effectively remove a lot of debris that you probably no longer need. I have been in the same situation a few times and it just seemed like a more logical action to take. -- Gerard [EMAIL PROTECTED] God must have loved calories, she made so many of them. signature.asc Description: PGP signature
Re: Lib Errors After 6.3 - 7 Update
Dimitri Yioulos wrote: On Tuesday 04 March 2008 3:32 pm, Robert Davison wrote: I've tried to update 6.3 to 7 using the sh freebsd-update.sh -f freebsd-update.conf -r 7.0-RELEASE upgrade process. I thought all had gone well untill I started getting lib-XXX.so4 missing file here and libphp.so missing there. I'm guessing that the update process has deleatd some shared libararies which are still required. I have the files in question, but instead of XXX.so.4, the file is called XXX.so.5 I followed the instructions to the 'T' but nothing seems to work i.e MailScanner, apache etc. I've tried portupgrade -af to see if I can link the ports to the new lib files, but alas nothing. Anyone got any ideas?? Perhaps someone has a better suggestion for you, but I had a similar issue with regard to installing VMware Tools. In my case, I symlinked libc.so.5 linked to libc.so.6, and the VMware Tools installation proceeded. Ah yes, I forgot about bogus advice option 2 :-) Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Lib Errors After 6.3 - 7 Update
On Tuesday 04 March 2008 3:32 pm, Robert Davison wrote: > I've tried to update 6.3 to 7 using the sh freebsd-update.sh -f > freebsd-update.conf -r 7.0-RELEASE upgrade process. I thought all had gone > well untill I started getting lib-XXX.so4 missing file here and libphp.so > missing there. I'm guessing that the update process has deleatd some shared > libararies which are still required. > > I have the files in question, but instead of XXX.so.4, the file is called > XXX.so.5 > > I followed the instructions to the 'T' but nothing seems to work i.e > MailScanner, apache etc. > > I've tried portupgrade -af to see if I can link the ports to the new lib > files, but alas nothing. > > Anyone got any ideas?? > Perhaps someone has a better suggestion for you, but I had a similar issue with regard to installing VMware Tools. In my case, I symlinked libc.so.5 linked to libc.so.6, and the VMware Tools installation proceeded. HTH. Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Lib Errors After 6.3 - 7 Update
Robert Davison wrote: I've tried to update 6.3 to 7 using the sh freebsd-update.sh -f freebsd-update.conf -r 7.0-RELEASE upgrade process. I thought all had gone well untill I started getting lib-XXX.so4 missing file here and libphp.so missing there. I'm guessing that the update process has deleatd some shared libararies which are still required. I have the files in question, but instead of XXX.so.4, the file is called XXX.so.5 I followed the instructions to the 'T' but nothing seems to work i.e MailScanner, apache etc. I've tried portupgrade -af to see if I can link the ports to the new lib files, but alas nothing. Anyone got any ideas?? Some of your ports did not get rebuilt as 7.0 binaries. You need to track down which ones they are and rebuild them (ignore anyone who tells you to install compat6x, it will only mask your immediate problem and may cause others). If you saved the portupgrade -af output it will tell you which ones failed to rebuild. Otherwise you can look for files that were not modified since before your rebuild attempt. Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Uname borked on ??-Release...
Kevin Kinsey wrote: Your problem makes no sense then :) Up until now, you've told me a couple things I might not have already known :-D The kern.osrelease returns a string compiled into the kernel (see conf/newvers.sh), so if it returns 6.2-RELEASE then that string must be present. I'd like to think so, but, I don't. If you've feeling masochistic, you can see that evidence below. When does the sysctl get set? The string is set at kernel compile time and the sysctl that points to it is read-only. During boot, I assume? Is there any "caching" of sysctl data that might persist over a reboot? Even better, have I been [EMAIL PROTECTED] lol. Be the first time in forever, but I've griped and griped to my ISP about the security of their CPE, to no avail. It is possible, I guess it makes more sense than anything else. Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Lib Errors After 6.3 - 7 Update
I've tried to update 6.3 to 7 using the sh freebsd-update.sh -f freebsd-update.conf -r 7.0-RELEASE upgrade process. I thought all had gone well untill I started getting lib-XXX.so4 missing file here and libphp.so missing there. I'm guessing that the update process has deleatd some shared libararies which are still required. I have the files in question, but instead of XXX.so.4, the file is called XXX.so.5 I followed the instructions to the 'T' but nothing seems to work i.e MailScanner, apache etc. I've tried portupgrade -af to see if I can link the ports to the new lib files, but alas nothing. Anyone got any ideas?? - Sent from Yahoo! Mail. A Smarter Inbox. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Uname borked on ??-Release...
Your problem makes no sense then :) Up until now, you've told me a couple things I might not have already known :-D The kern.osrelease returns a string compiled into the kernel (see conf/newvers.sh), so if it returns 6.2-RELEASE then that string must be present. I'd like to think so, but, I don't. If you've feeling masochistic, you can see that evidence below. When does the sysctl get set? During boot, I assume? Is there any "caching" of sysctl data that might persist over a reboot? Even better, have I been [EMAIL PROTECTED] lol. Be the first time in forever, but I've griped and griped to my ISP about the security of their CPE, to no avail. Being as named is now crapping out ("bad system call"), I'm thinking I'll try a Windows solution (not that I'd consider using a Winbox here, but I may backup the data, wipe the disk, and try again) unless lightning strikes and I figure it out pretty soon. Fortunately, this isn't a mission-critical BIND server. I do need to get httpd/PHP back up, tho, because it's hard to print HTML invoices for February when you can't serve HTML ;-) The system's so unstable I'm not sure I wanna waste any more time fighting with it at this point. Kevin Kinsey #sysctl kern.bootfile kern.bootfile: /boot/kernel/kernel #strings /boot/kernel/kernel | grep -i bsd freebsd6_ftruncate freebsd4_fhstatfs freebsd4_sendfile sysctl__security_bsd_children bsd_partition_le_dec bsd_partition_le_enc freebsd4_sigaction freebsd4_statfs freebsd6_lseek elf32_freebsd_fixup bsd_disklabel_le_dec elf32_freebsd_sysvec freebsd6_mmap freebsd6_pwrite freebsd6_truncate szfreebsd4_sigcode bsd_disklabel_le_enc freebsd4_fstatfs freebsd6_pread freebsd4_getfsstat freebsd4_sigreturn openbsd_poll FreeBSD FreeBSD FreeBSD PseudoRAID FreeBSD ATA driver RAID FreeBSD check1 failed WARNING!! - Using FreeBSD PseudoRAID metadata FBSD [EMAIL PROTECTED] Warning: card matches multiple entries. Report to [EMAIL PROTECTED] FreeBSD Project /usr/src/sys/dev/isp/isp_freebsd.c Qlogic ISP Driver, FreeBSD Version %d.%d, Core Version %d.%d FreeBSD WaveLAN/IEEE node bsd_taste(%s,%s) BSD::labelsum g_bsd freebsd freebsd-swap freebsd-ufs freebsd-vinum freebsd-zfs security.bsd.suser_enabled BSD security policy /usr/src/sys/kern/sched_4bsd.c 4BSD FreeBSD/SMP: Multiprocessor System Detected: %d CPUs KAME-BSD 1.1 TrustedBSD audit controls FreeBSD Kernel Dump FreeBSD ELF32 freebsd4_sigreturn: eflags = 0x%x freebsd4_sigreturn: cs = 0x%x minidump FreeBSD/i386 Adaptec FreeBSD 4.0.0 Unix SCSI I2O HBA Driver 2FREEBSD LSI-LOGIC NULDEV0001 Copyright (c) 1992-2008 The FreeBSD Project. FreeBSD is a registered trademark of The FreeBSD Foundation. @(#)FreeBSD 7.0-RELEASE #0: Tue Mar 4 07:26:00 CST 2008 FreeBSD 7.0-RELEASE #0: Tue Mar 4 07:26:00 CST 2008 FreeBSD #strings /boot/kernel/kernel | grep -i release|more module_release mmcbr_release_host_desc bus_release_resource_desc bus_generic_release_resource amr_releasecmd hptrr_ldm_release_vbus isa_dma_release gdt_mpr_release_event isp_mbox_release sctp_release_pr_sctp_chunk bus_release_resources an_release_resources pcib_release_msi xpt_release_ccb ed_release_resources mmcbus_release_bus_method_default aac_release_command hptrr_ldm_release_lock bus_generic_rl_release_resource pcib_release_msi_method_default sbrelease pci_release_msi_method_default fdc_release_resources xpt_release_devq msi_release pcib_release_msix_desc ahc_release_seeprom xpt_release_simq nlminfo_release_p hptrr_ldm_release_vdev mmcbus_release_bus_desc ata_pci_release_resource ahd_release_seeprom agp_release cam_periph_release scsi_reserve_release_unit linker_release_module msix_release ie_release_resources release_timer2 rman_release_resource isa_release_resource kbd_release mmcbr_release_host_method_default pcib_release_msi_desc vid_release ppb_release_bus pmap_release sleepq_release ex_release_resources cbb_release_resource fe_release_resource pcib_release_msix_method_default pci_release_msi_desc bus_release_resource mfi_release_command dpt_release_resources pcib_release_msix osrelease cam_release_devq e1000_release_nvm_generic sbrelease_locked bus_release_resource_method_default pci_release_msi_method cs_release_resources stg_release_resource softdep_releasefile resource_list_release e1000_release_nvm kse_release Invalid release of active persistent reservation RELEASE(06) RELEASE ELEMENT(06) RELEASE(10 RELEASE ELEMENT(10) LQIRetry for LQICRCI_LQ to release ACK already released dma memory Release ioctl lock twa_ioctl: RELEASE_LOCK: Lock not held! RELEASE_LOCK: Releasing lock! vendor=0x%04x product=0x%04x devclass=0x%02x devsubclass=0x%02x release=0x%04x sernum="%s" vendor=0x%04x product=0x%04x devclass=0x%02x devsubclass=0x%02x release=0x%04x sernum="%s" intclass=0x%02x intsubclass=0x%02x kse_release: called outside of threading. exiting Kernel release date osrelease Operating system release module_release: bad reference count resource_list_delete: resource has not been released resource_list_release: can't fin
Re: usb scanner
ugen0: setting configuration index 0 failed device_attach: ugen0 attach returned 6 ugen0: at uhub0 port 1 (addr 2) disconnected and even /dev/ugen* doesn't exist so sane-find-scanner is unable to find anything FreeBSD usually uses /dev/uscanner0 as a device node for scanners (and driver uscanner)unless you are using HPLIP driver. It is true though that in OpenBSD some scanners has to be seen as /dev/ugen0 since uscanner driver for OpenBSD does not support receiving vendor name and product. this device is not detected as uscanner, and attaching ugen fails - no /dev/.. for it exist. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Uname borked on ??-Release...
Kevin Kinsey wrote: Kris Kennaway wrote: Kevin Kinsey wrote: Kris Kennaway wrote: I get the following from uname -a: FreeBSD archangel.daleco.biz 6.2-RELEASE FreeBSD 6.2-RELEASE #6: Sat Jun 2 09:22:50 CDT 2007 [EMAIL PROTECTED]: /usr/obj/backup/src/sys/GENERIC i386 However, I rebuilt world, more or less without issues, twice in February with "RELENG_6" in the supfile. This didn't change uname's output, and that worried me a bit. So, to make matters bette^H^H^H^Hadder, I csup'ped to RELENG_7_0 the day after it was released, read /usr/src/UPDATING, and the webpage detailing the upgrade, and did another buildworld/kernel cycle. Now I have no idea if I'm on 6 or 7 (seems like 7, but many ports issues, and I've rebuilt them all), and it's just becoming a major PITA. You didnt succeed in installing the new kernel. 'make installkernel' is the step in which this occurs. Thank you and Phillip for answering my post. However, I've done this 3 times now, and I don't skip that step. There have been no errors in the process, either. I've rebooted the system, and I'm still being told I'm running 6.2 by uname. In addition, pkg_add thinks I should be looking for 6-latest packages instead of 7, and the list of annoyances continues. And, "hmm", symbols? I'm guessing that knob is ON in FBSD7? Once again, proof that something's wrong, as I didn't build debugging kernels in FBSD6 ... so I'm thinking this is a 7 kernel? It just doesn't make sense to me. It *is* a Monday, after all. If installkernel didn't succeed, shouldn't there be any other evidence? Could skipping a mergemaster at some point have this effect? Possibly you have 6.x sources still. Or you are not actually booting /boot/kernel/kernel but some other kernel. Check sysctl kern.bootfile. You can also do strings /boot/kernel/kernel | grep 7.0-RELEASE to verify the kernel version string. #sysctl kern.bootfile kern.bootfile: /boot/kernel/kernel #strings /boot/kernel/kernel | grep 0-RELEASE @(#)FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 7.0-RELEASE #ls -l /boot/kernel/kernel -r-xr-xr-x 1 root wheel 9294687 Feb 28 12:22 /boot/kernel/kernel* Well, fudging around with uname's source shows that it's basically calling some sysctls, so maybe the question is, with what I have above, why do I still have: sysctl -a | grep kern.osre kern.osrelease: 6.2-RELEASE kern.osrevision: 199506 kern.osreldate: 602000 What about strings /boot/kernel/kernel | grep 6.2-RELEASE? Kris As I would expect, it returns nothing at all. Your problem makes no sense then :) The kern.osrelease returns a string compiled into the kernel (see conf/newvers.sh), so if it returns 6.2-RELEASE then that string must be present. Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb scanner
Usually that means the USB vendor and product IDs need to be added to uscanner.c (/usr/src/sys/dev/usb). Scanners that require a firmware download may be different. thank you very much i will test it There are two variants of the ST12, and unfortunately, the 0x0600 version is not currently supported by SANE: http://www.sane-project.org/unsupported/plustek-opticpro-st12.html http://www.meier-geinitz.de/sane/gt68xx-backend/ -Warren Block * Rapid City, South Dakota USA ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Solved: FreeBSD diskless workstation boot over Linux PXE server
Hello Erik and all, thank you for all the help; all my issues are resolved, mostly stemming from silly misconfigurations and typos: 1. rc.conf file is missing - was caused by a typo - missing "#" from a comment line that began with the string "rc.conf". 2. i had some getty errors - bec. my /usr directory was not completely "tar'ed or cpio'ed" into my NFS root export. When I have iron'ed out and ensured that I followed Erik's instructions below: http://www.locolomo.org/pub/pxeboot/diskless.html I was fine. thanks again. - V. On Tue, Mar 4, 2008 at 2:10 AM, Erik Cederstrand <[EMAIL PROTECTED]> wrote: > > vincenzo romero wrote: > > Thank you for the input from a couple of folks. After a few research > > and readings I am able to boot off a diskless client; and have a > > little error encountered. To clarify the environment: > > > > 1. PXE/DHCP/NFS/TFTP servers is a linux host > > 2. DHCP - server - dhcpd.conf file shows the following: (for my > > freeBSD diskless client testing scenario) > > > > filename "pxeboot"; > > next-server 192.168.16.5; > > option root-path "192.168.16.5:/export/images/freeBSD"; > > > > -- pxeboot is the freeBSD /boot/pxeboot file I copied over to my > > /tftpboot directory. > > -- next server IP is the PXE/TFTPD/DHCP server ... > > -- the NFS root is exported by the NFS server as such. > > > > The client seems to boot properly - acquires an IP address; > > downloads and reads the /tftpboot/pxeboot file; a message also > > appears that indicates it mounted the root File system: (snippet of > > console messages:) > > > > NFS ROOT: 192.168.16.5:/export/images/freeBSD > > nfe0: link state change to UP > > Interface nfe0 IP_Address 192.168.16.5 ... . . . . .. > > Loading Configuration files. > > rc.conf: not found > > No Suitable dump device was found . > > | > > etc. > > etc. > > Did you modify rc.conf, fstab and resolv.conf as described in > http://www.locolomo.org/pub/pxeboot/diskless.html? And what's hiding > behind "etc. etc."? > > Erik > -- best, Vince ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Uname borked on ??-Release...
Kris Kennaway wrote: Kevin Kinsey wrote: Kris Kennaway wrote: I get the following from uname -a: FreeBSD archangel.daleco.biz 6.2-RELEASE FreeBSD 6.2-RELEASE #6: Sat Jun 2 09:22:50 CDT 2007 [EMAIL PROTECTED]: /usr/obj/backup/src/sys/GENERIC i386 However, I rebuilt world, more or less without issues, twice in February with "RELENG_6" in the supfile. This didn't change uname's output, and that worried me a bit. So, to make matters bette^H^H^H^Hadder, I csup'ped to RELENG_7_0 the day after it was released, read /usr/src/UPDATING, and the webpage detailing the upgrade, and did another buildworld/kernel cycle. Now I have no idea if I'm on 6 or 7 (seems like 7, but many ports issues, and I've rebuilt them all), and it's just becoming a major PITA. You didnt succeed in installing the new kernel. 'make installkernel' is the step in which this occurs. Thank you and Phillip for answering my post. However, I've done this 3 times now, and I don't skip that step. There have been no errors in the process, either. I've rebooted the system, and I'm still being told I'm running 6.2 by uname. In addition, pkg_add thinks I should be looking for 6-latest packages instead of 7, and the list of annoyances continues. And, "hmm", symbols? I'm guessing that knob is ON in FBSD7? Once again, proof that something's wrong, as I didn't build debugging kernels in FBSD6 ... so I'm thinking this is a 7 kernel? It just doesn't make sense to me. It *is* a Monday, after all. If installkernel didn't succeed, shouldn't there be any other evidence? Could skipping a mergemaster at some point have this effect? Possibly you have 6.x sources still. Or you are not actually booting /boot/kernel/kernel but some other kernel. Check sysctl kern.bootfile. You can also do strings /boot/kernel/kernel | grep 7.0-RELEASE to verify the kernel version string. #sysctl kern.bootfile kern.bootfile: /boot/kernel/kernel #strings /boot/kernel/kernel | grep 0-RELEASE @(#)FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 7.0-RELEASE #ls -l /boot/kernel/kernel -r-xr-xr-x 1 root wheel 9294687 Feb 28 12:22 /boot/kernel/kernel* Well, fudging around with uname's source shows that it's basically calling some sysctls, so maybe the question is, with what I have above, why do I still have: sysctl -a | grep kern.osre kern.osrelease: 6.2-RELEASE kern.osrevision: 199506 kern.osreldate: 602000 What about strings /boot/kernel/kernel | grep 6.2-RELEASE? Kris As I would expect, it returns nothing at all. Kevin Kinsey ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Cups server and client
herbert langhans wrote: Hi Daemons, a basic question before I run into experiments. I run a Cups printserver installation on a Slackware server. And now I want to connect from a BSD7.0 workstation to this server to print. I have to install Cups as well on the BSD-client? Is that right? Or can I access it even simply by setting up printcap? Yes you do unless you want to use LPR protocol. As you know the CUPS normally uses IPP protocol for communication over the network which is not supported by native LPD spooling system. You also have to add the file client.conf inot /usr/local/etc/cups with the server name which can be IP address. Something like ServerName 192.168.0.2. Check the documentation http://www.cups.org/doc-1.1/sam.html Cheers herbs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb scanner
Wojciech Puchar wrote: tried plustek opticpro st12 got: ugen0: vendor 0x07b3 product 0x0600, rev 1.10/0.00, addr 2 ugen0: setting configuration index 0 failed device_attach: ugen0 attach returned 6 ugen0: at uhub0 port 1 (addr 2) disconnected and even /dev/ugen* doesn't exist so sane-find-scanner is unable to find anything FreeBSD usually uses /dev/uscanner0 as a device node for scanners (and driver uscanner)unless you are using HPLIP driver. It is true though that in OpenBSD some scanners has to be seen as /dev/ugen0 since uscanner driver for OpenBSD does not support receiving vendor name and product. Are you sure you have right permissions? Also for plustek backend you have to add your-self into _saned group. Did you reboot (I hope not server:- the thing after you plug the scanner What is the output of sane-find-scanner ? Which version of SANE-backends do you have. They came up 2 weeks ago with 1.19 release which I use on 4.3 beta OpenBSD but on my FreeBSD machines the version is 1.17. Did you check if the scanner is listed in the sane data base. Cheers, Predrag ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Installing FreeBSD remotely via serial console
Hi, > Not sure whether Dell hardware has any special management features, but on > generic server hardware, I always make sure BIOS console redirection is > enabled (gives you BIOS access), and that it's set to stop redirecting once > the OS boots. If it is one of the newer Dells, there is a feature called Remote Access Server that is built-in and has a special Ethernet port for it (the symbol above the physical port is that of a wrench). Read the documentation, but I believe it will get you BIOS messages, etc. What model of Dell server is it? SC ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Uname borked on ??-Release...
Kevin Kinsey wrote: Kris Kennaway wrote: I get the following from uname -a: FreeBSD archangel.daleco.biz 6.2-RELEASE FreeBSD 6.2-RELEASE #6: Sat Jun 2 09:22:50 CDT 2007 [EMAIL PROTECTED]: /usr/obj/backup/src/sys/GENERIC i386 However, I rebuilt world, more or less without issues, twice in February with "RELENG_6" in the supfile. This didn't change uname's output, and that worried me a bit. So, to make matters bette^H^H^H^Hadder, I csup'ped to RELENG_7_0 the day after it was released, read /usr/src/UPDATING, and the webpage detailing the upgrade, and did another buildworld/kernel cycle. Now I have no idea if I'm on 6 or 7 (seems like 7, but many ports issues, and I've rebuilt them all), and it's just becoming a major PITA. You didnt succeed in installing the new kernel. 'make installkernel' is the step in which this occurs. Thank you and Phillip for answering my post. However, I've done this 3 times now, and I don't skip that step. There have been no errors in the process, either. I've rebooted the system, and I'm still being told I'm running 6.2 by uname. In addition, pkg_add thinks I should be looking for 6-latest packages instead of 7, and the list of annoyances continues. And, "hmm", symbols? I'm guessing that knob is ON in FBSD7? Once again, proof that something's wrong, as I didn't build debugging kernels in FBSD6 ... so I'm thinking this is a 7 kernel? It just doesn't make sense to me. It *is* a Monday, after all. If installkernel didn't succeed, shouldn't there be any other evidence? Could skipping a mergemaster at some point have this effect? Possibly you have 6.x sources still. Or you are not actually booting /boot/kernel/kernel but some other kernel. Check sysctl kern.bootfile. You can also do strings /boot/kernel/kernel | grep 7.0-RELEASE to verify the kernel version string. #sysctl kern.bootfile kern.bootfile: /boot/kernel/kernel #strings /boot/kernel/kernel | grep 0-RELEASE @(#)FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 7.0-RELEASE #ls -l /boot/kernel/kernel -r-xr-xr-x 1 root wheel 9294687 Feb 28 12:22 /boot/kernel/kernel* Well, fudging around with uname's source shows that it's basically calling some sysctls, so maybe the question is, with what I have above, why do I still have: sysctl -a | grep kern.osre kern.osrelease: 6.2-RELEASE kern.osrevision: 199506 kern.osreldate: 602000 ?? What about strings /boot/kernel/kernel | grep 6.2-RELEASE ? Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
NSCD cached Enterprise LDAP login
All, My goal is to allow authentication SSH and sudo access though use of an LDAP server. I have configured PAM to connect though to our LDAP server and it is successful using LDAP as a user base. However, I can only find scattered documentation on cached/nscd. Having the name service catching is critical to our deployment because doing LDAP lookups for information on file ownership such as 'stat' operations would be impractical. NSCD seems to be part of free BSD 7.0 http://www.freebsd.org/cgi/man.cgi?query=nscd&apropos=0&sektion=0&manpath=FreeBSD+7.0-stable&format=html. I can find no reference to it in the 6.X line. Will NSCD appear as port or package in free BSD 6.2 anytime soon? are there any other working alternatives to NSCD for the 6.2? Thank you, Edward ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)
On Tuesday 04 March 2008 12:22 pm, [EMAIL PROTECTED] wrote: > It seems that everybody tries to hack around the problem...:) > > Does somebody know if this is a FreeBSD problem or a VMware problem and > who should fix it, resp. when is a fix expected? > > I mean, in 6.x the VMware tools just work. > > Iv That would, indeed, be good to know. Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD diskless workstation boot over Linux PXE server
> Did you modify rc.conf, fstab and resolv.conf as described in > http://www.locolomo.org/pub/pxeboot/diskless.html? yes: 1. fstab: cat fstab # DeviceMountpoint FStype Options DumpPass# 192.168.16.5:/export/images/freeBSD / nfs rw 0 0 proc/proc procfs rw 0 0 ** Note - it is for our test/dev environment - it's ok to have entire root RW for us; no need to secure the environment. 2. rc.conf: (I am assuming, the above mentioned note indicates to edit the /etc/rc.conf file (not the /etc/defaults/rc.conf) cat rc.conf # -- sysinstall generated deltas -- # Mon Mar 3 09:08:29 2008 # Created: Mon Mar 3 09:08:29 2008 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. hostname="Freebsdtest" ifconfig_nfe0="DHCP" inetd_enable="YES" moused_enable="YES" sshd_enable="YES" rc.conf for diskless clients # # System daemons: # sendmail_submit_enable="NO" # Do not enable local delivery or outbound sendmail_outbound_enable="NO" # sendmail daemon. This disables sendmail sendmail_msp_queue_enable="NO" # completely on the client. cron_enable="NO"# Cron should run on the server # # File systems # # root_rw_mount="NO" # Root is exported read only background_fsck="NO"# NEVER run fsck on nfs mounted partitions nfs_client_enable="YES" # The diskless client is an NFS client tmpmfs="NO" # We mount /var and /tmp as NFS partitions varmfs="NO" # cleanvar_enable="YES" # Clean the /var directory (this is default) clear_tmp_enable="YES" # Clear /tmp at startup. clear_tmp_X="YES" # Clear and recreate X11-related directories # # Scripts run at startup only # newsyslog_enable="NO" # Logging to server update_motd="NO"# Root file system is read only # **Note: I also comment'ed out the root_rw_mounted = NO - because I would like to export root as RW - assuming default is YES; or should I have just changed NO value to YES (will try that too). >And what's hiding > behind "etc. etc."? > Basically, I just meant to say, "etcetera" vis a vis the console error messages to reiterate, the console messages where initial error occurs appears are follows: NFS ROOT: 192.168.16.5:/export/images/freeBSD nfe0: link state change to UP Interface nfe0 IP_Address 192.168.16.5 ... . . . . .. Loading Configuration files. rc.conf: not found No Suitable dump device was found . Entropy harvesting: interrupts ethernet point_to_point kickstart. Starting file system checks: mount_nfs: can't update /var/db/mounttab for 192.168.16.5:/export/images/freeBSD Setting hostuuid: . Setting hostid: Mounting local file systems. Setting hostname: net.inet6.ip6.net_unlocal: 1->0 rc.conf: not found | | 3. Yes, resolv.conf points to our DNS; it contains same as other working hosts within our lab. . Thank you for the response and patience; I truly appreciate all the help and pointers. Thanks in advanced. > Erik > On Tue, Mar 4, 2008 at 2:10 AM, Erik Cederstrand <[EMAIL PROTECTED]> wrote: > > vincenzo romero wrote: > > Thank you for the input from a couple of folks. After a few research > > and readings I am able to boot off a diskless client; and have a > > little error encountered. To clarify the environment: > > > > 1. PXE/DHCP/NFS/TFTP servers is a linux host > > 2. DHCP - server - dhcpd.conf file shows the following: (for my > > freeBSD diskless client testing scenario) > > > > filename "pxeboot"; > > next-server 192.168.16.5; > > option root-path "192.168.16.5:/export/images/freeBSD"; > > > > -- pxeboot is the freeBSD /boot/pxeboot file I copied over to my > > /tftpboot directory. > > -- next server IP is the PXE/TFTPD/DHCP server ... > > -- the NFS root is exported by the NFS server as such. > > > > The client seems to boot properly - acquires an IP address; > > downloads and reads the /tftpboot/pxeboot file; a message also > > appears that indicates it mounted the root File system: (snippet of > > console messages:) > > > > NFS ROOT: 192.168.16.5:/export/images/freeBSD > > nfe0: link state change to UP > > Interface nfe0 IP_Address 192.168.16.5 ... . . . . .. > > Loading Configuration files. > > rc.conf: not found > > No Suitable dump device was found . > > | > > etc. > > etc. > -- best, Vince ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)
It seems that everybody tries to hack around the problem...:) Does somebody know if this is a FreeBSD problem or a VMware problem and who should fix it, resp. when is a fix expected? I mean, in 6.x the VMware tools just work. Iv ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: portupgrade
On Tue, 4 Mar 2008 06:59:51 -0500 Gerard <[EMAIL PROTECTED]> wrote: > On Mon, 03 Mar 2008 22:17:14 -0500 > "E. J. Cerejo" <[EMAIL PROTECTED]> wrote: > > > Just add BATCH=yes to your /etc/make.conf file > > Caveat lector: this will effect every build you do. I prefer to set it > on a per-build instance. And it's not entirely effective, since make.conf isn't seen by deinstall scripts. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)
On Tuesday 04 March 2008 9:51 am, Dimitri Yioulos wrote: > On Monday 03 March 2008 2:33 pm, Michael C. Cambria wrote: > > Dimitri Yioulos wrote: > > > I've followed a > > > couple of posts in other forums (or fora, if you prefer :-) ) that > > > suggest using the e1000 NIC driver (e.g. > > > communities.vmware.com/message/352504), but it fails. This is the last > > > piece I need to make work. Suggestions? > > > > What's the problem you see? > > > > All I've ever needed to do was edit my .vmx file and add: > > > > ethernet0.virtualDev = "e1000" > > > > MikeC > > > > > > ___ > > So, Mike, do I do nothing with the "ifconfig_le0=" line in /etc/rc.conf? > The post I read said to change it to "ifconfig_em0= ...", but that didn't > seem to work. > > Thanks. > > Dimitri More info. - I added ethernet0.virtualDev = "e1000" to the vmx file and rebooted the FBSD server. I have network connectivity, but a check of dmesg shows the following: le0: port 0x1400-0x147f irq 18 at device 17.0 on pci0 So, am I not using the virtual e1000? Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Installing FreeBSD remotely via serial console
On Tuesday 04 March 2008 17:37, Jesse Sheidlower wrote: > I'm getting a new Dell server delivered to our corporate > datacenter. There is a serial console available there. > > What is the process for installing FreeBSD remotely by logging > in to the serial console? I'm assuming that I can get a tech > in the datacenter to put a FreeBSD install disc into the CD > drive, and take it from there, but I've never used a serial > console and don't know what the process is. Not sure whether Dell hardware has any special management features, but on generic server hardware, I always make sure BIOS console redirection is enabled (gives you BIOS access), and that it's set to stop redirecting once the OS boots. Generally you will have network access (ssh or so) to a console server in the datacentre which presents the FreeBSD system's console. It's much easier to make sure you have an install CD which has the serial console enabled - download an ISO image, unpack it, add console="comconsole" to loader.conf and rebuild the ISO image, making it bootable. There was a thread about this a few months ago when Martin McCormick asked the question - there are a couple of tricky issues with getting the ISO unpacked and rebuilt without it doubling in size. If you do this, you'll see the boot process from the Beastie menu onwards (from which you can drop back to the loader if you need to), and it'll boot into sysinstall. Do the install normally. At the end, before exiting, I normally go to the config menu to edit /etc/ttys - to make sure I get a login on the serial console even if networking is stuffed for some reason. Feel free to give me a shout if you want more details. Jonathan ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Installing FreeBSD remotely via serial console
much better method - install via livecd, let someone start livecd, set UP IP, gateway, resolv.conf and start sshd then you do the rest On Tue, 4 Mar 2008, Jesse Sheidlower wrote: I'm getting a new Dell server delivered to our corporate datacenter. There is a serial console available there. What is the process for installing FreeBSD remotely by logging in to the serial console? I'm assuming that I can get a tech in the datacenter to put a FreeBSD install disc into the CD drive, and take it from there, but I've never used a serial console and don't know what the process is. I'm trying to avoid having to either travel to the datacenter myself, or to get the server shipped to me here for installation and then shipped down to the datacenter. Thanks. Jesse Sheidlower ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Installing FreeBSD remotely via serial console
On Tue, Mar 04, 2008 at 10:37:00AM -0500, Jesse Sheidlower wrote: > > I'm getting a new Dell server delivered to our corporate > datacenter. There is a serial console available there. > > What is the process for installing FreeBSD remotely by logging > in to the serial console? rftm section 2.12.1 Installing FreeBSD on a System without a Monitor or Keyboard I've done this with alpha, just as described I believe. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 928 8233 Fax: +44 (0)117 929 4423 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: vlc problem
On Tue, Mar 4, 2008 at 3:45 PM, Michael Johnson <[EMAIL PROTECTED]> wrote: > > > > On Tue, Mar 4, 2008 at 9:42 AM, Edmond Cukalla <[EMAIL PROTECTED]> wrote: > > > > On Sun, Mar 2, 2008 at 12:26 AM, Edmond Cukalla <[EMAIL PROTECTED]> > wrote: > > > On Sat, Mar 1, 2008 at 11:29 PM, Michael Johnson <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > > > > > > > > > On Sat, Mar 1, 2008 at 2:22 PM, Edmond Cukalla <[EMAIL PROTECTED]> > wrote: > > > > > I am using freebsd 7. > > > > > I have installed vlc on my system but wanted to upgrade it to the > last > > > > version. > > > > > I'm at /usr/port/multimedia/vlc and doing make. > > > > > > > > what version of libcaca do you have installed? > > > > > > > this is what i get from pkg_info | grep libcaca: > > > > > > libcaca-0.99.b13 > > > > > > > Can anyone help me? > > > > > > > > > > Until we get a patch to fix build with libcaca run 'make config' and > deselect > libcaca. > Thank your. My problem was solved. Edmond > Michael > > > > > > > > > > > Thanks, > > > Edmond > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This is the error i get: > > > > > > > > > > Making all in video_output > > > > > gmake[3]: Entering directory > > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > > > gmake[4]: Entering directory > > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > > > gmake[4]: `libaa_plugin.so' is up to date. > > > > > if cc -DHAVE_CONFIG_H -I. -I. -I../.. > > > > > -I/usr/ports/multimedia/vlc/work/fake//usr/local/include > > > > > -I/usr/ports/multimedia/vlc/work/vlc-0.8.6e/include > > > > > -I/usr/local/include/speex -I/usr/local/include > -I/usr/local/include > > > > > -I/usr/local/ffmpeg -DHAVE_POSTPROC_POSTPROCESS_H > > > > > -I/usr/local/include -DSYS_FREEBSD7_0 -I../../include > > > > > `top_builddir="../.." ../../vlc-config --cflags plugin caca` > > > > > -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pthread -pipe > > > > > -MT libcaca_plugin_a-caca.o -MD -MP -MF > > > > > ".deps/libcaca_plugin_a-caca.Tpo" -c -o libcaca_plugin_a-caca.o > `test > > > > > -f 'caca.c' || echo './'`caca.c; \ > > > > >then mv -f ".deps/libcaca_plugin_a-caca.Tpo" > > > > > ".deps/libcaca_plugin_a-caca.Po"; else rm -f > > > > > ".deps/libcaca_plugin_a-caca.Tpo"; exit 1; fi > > > > > caca.c: In function 'Manage': > > > > > caca.c:309: error: 'struct caca_event' has no member named 'type' > > > > > caca.c:316: error: 'struct caca_event' has no member named 'data' > > > > > caca.c:339: error: 'struct caca_event' has no member named 'data' > > > > > caca.c:342: error: 'struct caca_event' has no member named 'data' > > > > > caca.c: In function 'Render': > > > > > caca.c:378: warning: 'cucul_set_color' is deprecated (declared at > > > > > /usr/local/include/cucul.h:313) > > > > > gmake[4]: *** [libcaca_plugin_a-caca.o] Error 1 > > > > > gmake[4]: Leaving directory > > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > > > gmake[3]: *** [all-modules] Error 1 > > > > > gmake[3]: Leaving directory > > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > > > gmake[2]: *** [all-recursive] Error 1 > > > > > gmake[2]: Leaving directory > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules' > > > > > gmake[1]: *** [all-recursive] Error 1 > > > > > gmake[1]: Leaving directory > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e' > > > > > gmake: *** [all] Error 2 > > > > > *** Error code 2 > > > > > > > > > > Stop in /usr/ports/multimedia/vlc. > > > > > *** Error code 1 > > > > > > > > > > Stop in /usr/ports/multimedia/vlc. > > > > > > > > > > > > > > > > > > > > Thanks, > > > > > Edmond > > > > > ___ > > > > > [EMAIL PROTECTED] mailing list > > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > > > > To unsubscribe, send any mail to > > > > "[EMAIL PROTECTED]" > > > > > > > > > > > > > > > > > > ___ > > [EMAIL PROTECTED] mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > > > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: usb scanner
On Tue, 4 Mar 2008, Wojciech Puchar wrote: tried plustek opticpro st12 got: ugen0: vendor 0x07b3 product 0x0600, rev 1.10/0.00, addr 2 ugen0: setting configuration index 0 failed device_attach: ugen0 attach returned 6 ugen0: at uhub0 port 1 (addr 2) disconnected and even /dev/ugen* doesn't exist so sane-find-scanner is unable to find anything Usually that means the USB vendor and product IDs need to be added to uscanner.c (/usr/src/sys/dev/usb). Scanners that require a firmware download may be different. There are two variants of the ST12, and unfortunately, the 0x0600 version is not currently supported by SANE: http://www.sane-project.org/unsupported/plustek-opticpro-st12.html http://www.meier-geinitz.de/sane/gt68xx-backend/ -Warren Block * Rapid City, South Dakota USA ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Installing FreeBSD remotely via serial console
I'm getting a new Dell server delivered to our corporate datacenter. There is a serial console available there. What is the process for installing FreeBSD remotely by logging in to the serial console? I'm assuming that I can get a tech in the datacenter to put a FreeBSD install disc into the CD drive, and take it from there, but I've never used a serial console and don't know what the process is. I'm trying to avoid having to either travel to the datacenter myself, or to get the server shipped to me here for installation and then shipped down to the datacenter. Thanks. Jesse Sheidlower ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: sa: user accounting initialization failed - FreeBSD 7-stable
George Fazio <[EMAIL PROTECTED]> writes: > I'm seeing errors from sa in my daily run output. I read the man page > for sa(8) and some of the commands that were referenced under the see > also section. I'm completely lost. Could anyone point me in the > right direction? > > Here is a snippet of the output from the daily run output > > Rotating accounting logs and gathering statistics: > sa: converting user accounting stats: Inappropriate file type or format > sa: user accounting initialization failed Are you intending to use the system accounting functionality? If not, you probably don't need the files in /var/account at all (by default, there wouldn't be any). ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Using ports and pkg_add over HTTP
On Tue, 4 Mar 2008 14:22:20 +0100 Mel <[EMAIL PROTECTED]> wrote: > On Tuesday 04 March 2008 13:20:05 Attila GOLONCSER wrote: > > > is there any possible way to use the FreeBSD package management > > over HTTP? I can't access FTP from my network. As I know I can > > install over HTTP, but how can I use > > pkg_add -r and ports over HTTP? > > By setting PACKAGESITE And for ports, you can add the following in make.conf to make the ports prefer http servers for distfiles: MASTER_SORT_REGEX?= ^http:// (Incidentally I used to do this because my ISP favoured http over ftp in its traffic shaping) If you have direct access to an http proxy (webcache), you can also try setting http_proxy in the environment. This allows ftp urls to be requested over http, if the proxy supports it. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)
On Monday 03 March 2008 2:33 pm, Michael C. Cambria wrote: > Dimitri Yioulos wrote: > > I've followed a > > couple of posts in other forums (or fora, if you prefer :-) ) that > > suggest using the e1000 NIC driver (e.g. > > communities.vmware.com/message/352504), but it fails. This is the last > > piece I need to make work. Suggestions? > > What's the problem you see? > > All I've ever needed to do was edit my .vmx file and add: > > ethernet0.virtualDev = "e1000" > > MikeC > > > ___ So, Mike, do I do nothing with the "ifconfig_le0=" line in /etc/rc.conf? The post I read said to change it to "ifconfig_em0= ...", but that didn't seem to work. Thanks. Dimitri -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: vlc problem
On Tue, Mar 4, 2008 at 9:42 AM, Edmond Cukalla <[EMAIL PROTECTED]> wrote: > On Sun, Mar 2, 2008 at 12:26 AM, Edmond Cukalla <[EMAIL PROTECTED]> > wrote: > > On Sat, Mar 1, 2008 at 11:29 PM, Michael Johnson <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > On Sat, Mar 1, 2008 at 2:22 PM, Edmond Cukalla <[EMAIL PROTECTED]> > wrote: > > > > I am using freebsd 7. > > > > I have installed vlc on my system but wanted to upgrade it to the > last > > > version. > > > > I'm at /usr/port/multimedia/vlc and doing make. > > > > > > what version of libcaca do you have installed? > > > > > this is what i get from pkg_info | grep libcaca: > > > > libcaca-0.99.b13 > > > > Can anyone help me? > Until we get a patch to fix build with libcaca run 'make config' and deselect libcaca. Michael > > > Thanks, > > Edmond > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This is the error i get: > > > > > > > > Making all in video_output > > > > gmake[3]: Entering directory > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > > gmake[4]: Entering directory > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > > gmake[4]: `libaa_plugin.so' is up to date. > > > > if cc -DHAVE_CONFIG_H -I. -I. -I../.. > > > > -I/usr/ports/multimedia/vlc/work/fake//usr/local/include > > > > -I/usr/ports/multimedia/vlc/work/vlc-0.8.6e/include > > > > -I/usr/local/include/speex -I/usr/local/include > -I/usr/local/include > > > > -I/usr/local/ffmpeg -DHAVE_POSTPROC_POSTPROCESS_H > > > > -I/usr/local/include -DSYS_FREEBSD7_0 -I../../include > > > > `top_builddir="../.." ../../vlc-config --cflags plugin caca` > > > > -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pthread -pipe > > > > -MT libcaca_plugin_a-caca.o -MD -MP -MF > > > > ".deps/libcaca_plugin_a-caca.Tpo" -c -o libcaca_plugin_a-caca.o`test > > > > -f 'caca.c' || echo './'`caca.c; \ > > > >then mv -f ".deps/libcaca_plugin_a-caca.Tpo" > > > > ".deps/libcaca_plugin_a-caca.Po"; else rm -f > > > > ".deps/libcaca_plugin_a-caca.Tpo"; exit 1; fi > > > > caca.c: In function 'Manage': > > > > caca.c:309: error: 'struct caca_event' has no member named 'type' > > > > caca.c:316: error: 'struct caca_event' has no member named 'data' > > > > caca.c:339: error: 'struct caca_event' has no member named 'data' > > > > caca.c:342: error: 'struct caca_event' has no member named 'data' > > > > caca.c: In function 'Render': > > > > caca.c:378: warning: 'cucul_set_color' is deprecated (declared at > > > > /usr/local/include/cucul.h:313) > > > > gmake[4]: *** [libcaca_plugin_a-caca.o] Error 1 > > > > gmake[4]: Leaving directory > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > > gmake[3]: *** [all-modules] Error 1 > > > > gmake[3]: Leaving directory > > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > > gmake[2]: *** [all-recursive] Error 1 > > > > gmake[2]: Leaving directory > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules' > > > > gmake[1]: *** [all-recursive] Error 1 > > > > gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc- > 0.8.6e' > > > > gmake: *** [all] Error 2 > > > > *** Error code 2 > > > > > > > > Stop in /usr/ports/multimedia/vlc. > > > > *** Error code 1 > > > > > > > > Stop in /usr/ports/multimedia/vlc. > > > > > > > > > > > > > > > > Thanks, > > > > Edmond > > > > ___ > > > > [EMAIL PROTECTED] mailing list > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > > > To unsubscribe, send any mail to > > > "[EMAIL PROTECTED]" > > > > > > > > > > > > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to " > [EMAIL PROTECTED]" > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: vlc problem
On Sun, Mar 2, 2008 at 12:26 AM, Edmond Cukalla <[EMAIL PROTECTED]> wrote: > On Sat, Mar 1, 2008 at 11:29 PM, Michael Johnson <[EMAIL PROTECTED]> wrote: > > > > > > > > On Sat, Mar 1, 2008 at 2:22 PM, Edmond Cukalla <[EMAIL PROTECTED]> wrote: > > > I am using freebsd 7. > > > I have installed vlc on my system but wanted to upgrade it to the last > > version. > > > I'm at /usr/port/multimedia/vlc and doing make. > > > > what version of libcaca do you have installed? > > > this is what i get from pkg_info | grep libcaca: > > libcaca-0.99.b13 > Can anyone help me? > Thanks, > Edmond > > > > > > > > > > > > > > > > > > > > > This is the error i get: > > > > > > Making all in video_output > > > gmake[3]: Entering directory > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > gmake[4]: Entering directory > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > gmake[4]: `libaa_plugin.so' is up to date. > > > if cc -DHAVE_CONFIG_H -I. -I. -I../.. > > > -I/usr/ports/multimedia/vlc/work/fake//usr/local/include > > > -I/usr/ports/multimedia/vlc/work/vlc-0.8.6e/include > > > -I/usr/local/include/speex -I/usr/local/include -I/usr/local/include > > > -I/usr/local/ffmpeg -DHAVE_POSTPROC_POSTPROCESS_H > > > -I/usr/local/include -DSYS_FREEBSD7_0 -I../../include > > > `top_builddir="../.." ../../vlc-config --cflags plugin caca` > > > -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pthread -pipe > > > -MT libcaca_plugin_a-caca.o -MD -MP -MF > > > ".deps/libcaca_plugin_a-caca.Tpo" -c -o libcaca_plugin_a-caca.o `test > > > -f 'caca.c' || echo './'`caca.c; \ > > >then mv -f ".deps/libcaca_plugin_a-caca.Tpo" > > > ".deps/libcaca_plugin_a-caca.Po"; else rm -f > > > ".deps/libcaca_plugin_a-caca.Tpo"; exit 1; fi > > > caca.c: In function 'Manage': > > > caca.c:309: error: 'struct caca_event' has no member named 'type' > > > caca.c:316: error: 'struct caca_event' has no member named 'data' > > > caca.c:339: error: 'struct caca_event' has no member named 'data' > > > caca.c:342: error: 'struct caca_event' has no member named 'data' > > > caca.c: In function 'Render': > > > caca.c:378: warning: 'cucul_set_color' is deprecated (declared at > > > /usr/local/include/cucul.h:313) > > > gmake[4]: *** [libcaca_plugin_a-caca.o] Error 1 > > > gmake[4]: Leaving directory > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > gmake[3]: *** [all-modules] Error 1 > > > gmake[3]: Leaving directory > > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > > > gmake[2]: *** [all-recursive] Error 1 > > > gmake[2]: Leaving directory > > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules' > > > gmake[1]: *** [all-recursive] Error 1 > > > gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.6e' > > > gmake: *** [all] Error 2 > > > *** Error code 2 > > > > > > Stop in /usr/ports/multimedia/vlc. > > > *** Error code 1 > > > > > > Stop in /usr/ports/multimedia/vlc. > > > > > > > > > > > > Thanks, > > > Edmond > > > ___ > > > [EMAIL PROTECTED] mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > > > To unsubscribe, send any mail to > > "[EMAIL PROTECTED]" > > > > > > > > ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: RAM not recognized
On Tue, 04 Mar 2008 04:09:32 -0600 "Paul A. Procacci" <[EMAIL PROTECTED]> wrote: > Robert Huff wrote: > > RW writes: > > > > > >> And also bear in mind that amd64 uses memory less efficiently > >> than i386 > >> > > > > Would you care to elaborate? (A pointer will do.) > > > The only 'less efficient' thing 64-bit programs have, are larger > pointers as well as other potenial data items. Though I'm not sure > I'd consider this 'less efficient'. I would say that using more memory to achieve the same thing would be a reasonable definition of "using memory less efficiently". It depends on your application, for example IIRC squid uses about 40% more memory on large caches under amd64 because of the huge linked-lists it uses for indexing. At 4GB it's not a cut and dried choice even if there are no 64-bit compatibility problems. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: RAM not recognized
-- From: "Paul A. Procacci" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2008 7:45 PM To: "Cesar Amaya" <[EMAIL PROTECTED]> Cc: Subject: Re: RAM not recognized Cesar Amaya wrote: Hello every one, I have installed FreeBSD-7.0_RELEASE on Dell Power Edge 1950 Quad Core and 4GB of RAM. The problem is that FreeBSD does not recognize all of the RAM. This is part of the dmesg. # dmesg CPU: Intel(R) Xeon(R) CPU E5420 @ 2.50GHz (2496.28-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x10676 Stepping = 6 Features=0xbfebfbff Features2=0xce3bd> AMD Features=0x2010 AMD Features2=0x1 Cores per package: 4 real memory = 3484745728 (3323 MB) avail memory = 3405631488 (3247 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard Can anyone give me some light in this issue? Thank you very much!!! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, se nd any mail to "[EMAIL PROTECTED]" Forgot to CC list This is not a problem of FreeBSD but of i386/x86 architecture which max memory limit is 4GB i theory and 3-3.5GB in practice, you can use PAE to use 36bit addressing (instead of default 32bit) for memory to get full 4GB on i386 but you will not be able to have loadable kernel modules for example, other sollution for this is using amd64/64bit FreeBSD, where you will have full 4GB and even more without any problems. for the 4 gig limit, you have to take in account that the limit is for ALL addressable memory space in the computer, this includes video card memory as well as resources necessary to run system level stuff like your IDE or SCSI controller and any extra firmware may be present on your system. if you want to use more than 3 gigs of ram, you HAVE to run AMD64/x64 version of your operating system (even windows would have same exact issue). -Sean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: It is safe to build ports for 7.0 from a 6.3 chroot?
On 04/03/2008, Mel <[EMAIL PROTECTED]> wrote: > On Tuesday 04 March 2008 01:48:37 Bogdan Ćulibrk wrote: > > > > 0) Do I need to reinvent wheel? > > > > > > Joke off. Really, why would you try alternate way of upgrading, when > > there's straight way to do it? > > > Minimize downtime of services provided by ports? > > Jose: take a look at Tinderbox - it does exactly what you want to do: build > ports for OS release X on OS release Y, using chroot. If you're unsure about > your own method, because of OSVERSION or similar, do it using Tinderbox. Thank you very much for your responses. The aim is, as you comment, minimize downtime of services. Also, I want to switch back to the 6.3 release in a fast way if I find some problem running the new one. Therefore, I cannot erase the 6.3 release. Best regards ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: It is safe to build ports for 7.0 from a 6.3 chroot?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mel wrote: | | Just cause it doesn't fall into your 95% slice, doesn't make it messy. It's in | fact cleaner then using compat6x, *because* compat6x doesn't fall into the | category of potential causes when things don't work. | FYI: tinderbox is based on the pointyhat build cluster, which makes all | the 'messy' packages for the FreeBSD package servers. | I will stop discussion right here, because it has tendency to bring out endless flame of you-know-what-about. Starter of this thread didn't even mention what services he is running and just by that is pointless to discuss about approaches in upgrade of anything. Hats off to tinderbox or however binary packages are made, but that has nothing to do on how to upgrade freebsd system. - -- Best regards, Bogdan Culibrk [EMAIL PROTECTED] http://default.co.yu/~bc -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkfNV/oACgkQo6C4vAhYtCCi7wCbBhCk7uphbo1vqK9CDxnGYx7S XycAniBYNk/QR6sUJkbBbMnCbNOZBRO1 =GXvR -END PGP SIGNATURE- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: consulta
Jonathan vilches wrote: Hola gusto de saludarlos, soy Jonathan de Chile, quisiera una ayudita, estoy trabajando con freebsd y siempre he agregado usuarios al sistema y tambien al archivo smb.conf, ahora necesito saber donde puedo ver los grupos que existen y los permisos asignados a cada grupo para empezar asignar los usuarios a los grupos y no individualmente, eso es, le agradezco su ayuda, saludos. No sé si te entiendo correctamente, ¿en smb.conf usas el campo "user=" para todos los servicios? Hace tiempo que no uso samba, pero si no me recuerdo mal, normalmente no hace falta especificar usuarios ni grupos en smb.conf. Samba respeta los permisos de UNIX, y los usuarios y grupos del sistema, a todos los recursos definidos en smb.conf. Según la documentación, puedes especificar grupos en vez de usuarios en el campo "user=", poniendo "@" antes del nombre del grupo, samba lo interprete como un grupo y lo sustituye por los usuarios que pertenece a ese grupo, por ejemplo: user= @staff En todas maneras, veras los grupos en /etc/group. Un saludo, Erik ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Cups server and client
Hi Daemons, a basic question before I run into experiments. I run a Cups printserver installation on a Slackware server. And now I want to connect from a BSD7.0 workstation to this server to print. I have to install Cups as well on the BSD-client? Is that right? Or can I access it even simply by setting up printcap? Cheers herbs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
consulta
Hola gusto de saludarlos, soy Jonathan de Chile, quisiera una ayudita, estoy trabajando con freebsd y siempre he agregado usuarios al sistema y tambien al archivo smb.conf, ahora necesito saber donde puedo ver los grupos que existen y los permisos asignados a cada grupo para empezar asignar los usuarios a los grupos y no individualmente, eso es, le agradezco su ayuda, saludos. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Using ports and pkg_add over HTTP
On Tuesday 04 March 2008 13:20:05 Attila GOLONCSER wrote: > is there any possible way to use the FreeBSD package management over HTTP? > I can't access FTP from my network. As I know I can install over HTTP, but > how can I use > pkg_add -r and ports over HTTP? By setting PACKAGESITE to one of the http mirrors (there aren't that many). For example: env PACKAGESITE=http://ftp2.de.freebsd.org/pub/FreeBSD/ports/packages/All/ pkg_add -r your_package-ver.si.on.tbz To make this permanent, add PACKAGESITE variable to root's .profile and/or .login. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Uname borked on ??-Release...
Kris Kennaway wrote: Kevin Kinsey wrote: Kris Kennaway wrote: I get the following from uname -a: FreeBSD archangel.daleco.biz 6.2-RELEASE FreeBSD 6.2-RELEASE #6: Sat Jun 2 09:22:50 CDT 2007 [EMAIL PROTECTED]: /usr/obj/backup/src/sys/GENERIC i386 However, I rebuilt world, more or less without issues, twice in February with "RELENG_6" in the supfile. This didn't change uname's output, and that worried me a bit. So, to make matters bette^H^H^H^Hadder, I csup'ped to RELENG_7_0 the day after it was released, read /usr/src/UPDATING, and the webpage detailing the upgrade, and did another buildworld/kernel cycle. Now I have no idea if I'm on 6 or 7 (seems like 7, but many ports issues, and I've rebuilt them all), and it's just becoming a major PITA. You didnt succeed in installing the new kernel. 'make installkernel' is the step in which this occurs. Thank you and Phillip for answering my post. However, I've done this 3 times now, and I don't skip that step. There have been no errors in the process, either. I've rebooted the system, and I'm still being told I'm running 6.2 by uname. In addition, pkg_add thinks I should be looking for 6-latest packages instead of 7, and the list of annoyances continues. And, "hmm", symbols? I'm guessing that knob is ON in FBSD7? Once again, proof that something's wrong, as I didn't build debugging kernels in FBSD6 ... so I'm thinking this is a 7 kernel? It just doesn't make sense to me. It *is* a Monday, after all. If installkernel didn't succeed, shouldn't there be any other evidence? Could skipping a mergemaster at some point have this effect? Possibly you have 6.x sources still. Or you are not actually booting /boot/kernel/kernel but some other kernel. Check sysctl kern.bootfile. You can also do strings /boot/kernel/kernel | grep 7.0-RELEASE to verify the kernel version string. #sysctl kern.bootfile kern.bootfile: /boot/kernel/kernel #strings /boot/kernel/kernel | grep 0-RELEASE @(#)FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 7.0-RELEASE #ls -l /boot/kernel/kernel -r-xr-xr-x 1 root wheel 9294687 Feb 28 12:22 /boot/kernel/kernel* Well, fudging around with uname's source shows that it's basically calling some sysctls, so maybe the question is, with what I have above, why do I still have: sysctl -a | grep kern.osre kern.osrelease: 6.2-RELEASE kern.osrevision: 199506 kern.osreldate: 602000 You rebooted, right? :) Kris Yes, sir! Every time I do it, and then some. ;-) At this moment, whilst building Yet Another Kernel(tm): #uptime 7:13AM up 15:30, 3 users, load averages: 0.97, 0.37, 0.14 That would've been yesterday's reboot to install the kernel I remade after Phillip's first response in this thread; or, perhaps the one when I replaced the re(4) NIC when it stopped working for unknown reasons (but, eh, with this issue, seems nothing is guaranteed to escape). Kevin Kinsey ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: It is safe to build ports for 7.0 from a 6.3 chroot?
On Tuesday 04 March 2008 13:07:21 Bogdan Ćulibrk wrote: > Mel wrote: > | Minimize downtime of services provided by ports? > | > | Jose: take a look at Tinderbox - it does exactly what you want to do: > > build > > | ports for OS release X on OS release Y, using chroot. If you're unsure > > about > > | your own method, because of OSVERSION or similar, do it using Tinderbox. > > IMHO, the usual procedure described in handbook will satisfy 95% of > upgrade scenarios. Others can install compat6x port right after (or > before) reboot. And then upgrade all ports, while the services are running? > In any case, be free to try whatever scenario works for you, but I would > ~ not like to be the one who inherits server with such 'messy-upgrade' :| Just cause it doesn't fall into your 95% slice, doesn't make it messy. It's in fact cleaner then using compat6x, *because* compat6x doesn't fall into the category of potential causes when things don't work. FYI: tinderbox is based on the pointyhat build cluster, which makes all the 'messy' packages for the FreeBSD package servers. -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
DQ965GF Finally Works..
Hello all, I have a few of these that have been problematic with several seemingly simple things.. like 1000baseTX and booting in under 5 minutes (polls the floppy for almost 4 minutes).. but with FreeBSD 6.3 the motherboard seems 'normal' finally. wanted to say thank you and post a dmesg Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 6.3-RELEASE-p1 #0: Mon Mar 3 14:33:07 EST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP acpi_alloc_wakeup_handler: can't alloc wake memory Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) D CPU 2.66GHz (2674.67-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf47 Stepping = 7 Features = 0xbfebfbff < FPU ,VME ,DE ,PSE ,TSC ,MSR ,PAE ,MCE ,CX8 ,APIC ,SEP ,MTRR ,PGE ,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> Features2=0x651d AMD Features=0x2010 AMD Features2=0x1 Cores per package: 2 real memory = 1046810624 (998 MB) avail memory = 1010847744 (964 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Mar 3 2008 14:31:42) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 cpu1: on acpi0 acpi_throttle1: on cpu1 acpi_throttle1: failed to attach P_CNT device_attach: acpi_throttle1 attach returned 6 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 2.0 (no driver attached) pci0: at device 3.0 (no driver attached) atapci0: port 0x2130-0x2137,0x214c-0x214f, 0x2128-0x212f,0x2148-0x214b,0x2100-0x210f irq 18 at device 3.2 on pci0 ata2: on atapci0 ata3: on atapci0 pci0: at device 3.3 (no driver attached) em0: port 0x20e0-0x20ff mem 0x5030-0x5031,0x50324000-0x50324fff irq 20 at device 25.0 on pci0 em0: Ethernet address: 00:19:d1:89:fb:84 uhci0: port 0x20c0-0x20df irq 16 at device 26.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x20a0-0x20bf irq 21 at device 26.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ehci0: mem 0x50326c00-0x50326fff irq 18 at device 26.7 on pci0 ehci0: [GIANT-LOCKED] usb2: EHCI version 1.0 usb2: companion controllers, 2 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 4 ports with 4 removable, self powered pci0: at device 27.0 (no driver attached) pcib1: at device 28.0 on pci0 pci1: on pcib1 pcib2: at device 28.1 on pci0 pci2: on pcib2 atapci1: port 0x1018-0x101f, 0x1024-0x1027,0x1010-0x1017,0x1020-0x1023,0x1000-0x100f mem 0x5010-0x501001ff irq 17 at device 0.0 on pci2 ata4: on atapci1 pcib3: at device 28.2 on pci0 pci3: on pcib3 pcib4: at device 28.3 on pci0 pci4: on pcib4 pcib5: at device 28.4 on pci0 pci5: on pcib5 uhci2: port 0x2080-0x209f irq 23 at device 29.0 on pci0 uhci2: [GIANT-LOCKED] usb3: on uhci2 usb3: USB revision 1.0 uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered uhci3: port 0x2060-0x207f irq 19 at device 29.1 on pci0 uhci3: [GIANT-LOCKED] usb4: on uhci3 usb4: USB revision 1.0 uhub4: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub4: 2 ports with 2 removable, self powered uhci4: port 0x2040-0x205f irq 18 at device 29.2 on pci0 uhci4: [GIANT-LOCKED] usb5: on uhci4 usb5: USB revision 1.0 uhub5: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub5: 2 ports with 2 removable, self powered ehci1: mem 0x50326800-0x50326bff irq 23 at device 29.7 on pci0 ehci1: [GIANT-LOCKED] usb6: EHCI version 1.0 usb6: companion controllers, 2 ports each: usb3 usb4 usb5 usb6: on ehci1 usb6: USB revision 2.0 uhub6: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub6: 6 ports with 6 removable, self powered pcib6: at device 30.0 on pci0 pci6: on pcib6 fwohci0: mem 0x50004000-0x500047ff, 0x5000-0x50003fff irq 19 at device 3.0 on pci6 fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 00:90:27:00:01:ca:b2:f0 fwohci0: Phy 1394a available S400, 2 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 fwe0: on firewire
the best network card for freebsd 7.0
Mohamad Faizul writes: > i wanna ask about the good network card for freebsd 7.0 This is an FAQ; there has also been at least one thread here within the last few days. Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Using ports and pkg_add over HTTP
Hi all, is there any possible way to use the FreeBSD package management over HTTP? I can't access FTP from my network. As I know I can install over HTTP, but how can I use pkg_add -r and ports over HTTP? Thanks, Attila ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: the best network card for freebsd 7.0
Usually Intel nics are a good choice. Oliver Mohamad Faizul <[EMAIL PROTECTED]> wrote: > hello and good day all, > i wanna ask about the good network card for freebsd 7.0 > thanks > > -- > Faizul > http://kaki5.wordpress.com/ > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- signature.asc Description: Digital signature
the best network card for freebsd 7.0
hello and good day all, i wanna ask about the good network card for freebsd 7.0 thanks -- Faizul http://kaki5.wordpress.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD bind performance in FreeBSD 7
On 29/02/2008, Ted Mittelstaedt <[EMAIL PROTECTED]> wrote: > > > > Device drivers and hardware are a cooperative effort. The ideal > is a well-written device driver and well-designed hardware. > Unfortunately the reality of it appears to be that it costs > a LOT more money to hire good silicon designers than it costs > to hire good programmers - so a depressing amount of computer > hardware out there is very poor hardware, but the hardware's > shortcomings are made up by almost Herculean efforts of the > software developers. > > I should have thought the invention of the Winmodem (windows-only > modem) would have made this obvious to the general public > years ago. > > Unfortunately, the hardware vendors make a lot of effort to > conceal the crappiness of their designs and most customers > just care if the device works, they don't care if the only > way the device can work is if 60% of their system's CPU is > tied up servicing a device driver that is making up for > hardware shortcomings, so it is still rather difficult > for a customer to become informed about what is good and > what isn't - other than trial and error. > > I hardly think that the example I cited - the 3com 3c905 PCI > network adapter - is an example of poor support in FreeBSD. > The FreeBSD driver for the 509 worked perfectly well when > the 309 used a Lucent-built ASIC. When 3com decided to > save 50 cents a card by switching to Broadcom for the > ASIC manufacturing, the FreeBSD driver didn't work very > well with those cards - nor did the Linux driver for that > matter. This clearly wasn't a driver problem it was a > problem with Broadcom not following 3com's design specs > properly. 3com did the only thing they could - which > was to put a hack into the Windows driver - but of course, > nobody bothered telling the Linux or FreeBSD community > about it, we had to find out by dicking around with the > driver code. > > If datacenters want to purchase poor hardware and run their > stuff on it, that's their choice. Just because a piece > of hardware is "mainstream" doesen't mean it's good. It > mainly means it's inexpensive. > > Ted > Ted I never meant mainstream = good but I did mean mainstream cannot be ignored and written off if something is mainstream it is for a reason if the hardware was so poor then I am sure complaints would be so high it would no longer be mainstream. Not sure if you understanding me I am most defenitly not saying I expect a cheap network card to perform on par with a premium card. I am merely saying ideally it should perform and be as stable as it is in other operating systems and if it isnt then look at what can be improved rather than just saying go buy a new peice of kit. Is freebsd a operating system for use on premium hardware only? as that what it feels like I am reading sometimes. Now on the bind tests if the hardware used on both linux and freebsd was the exact same spec hardware then blaming the hardware is invalid as its apple vs apple. Obviously if the linux tests were done on superior hardware then its apple vs orange and the tests are invalidated. Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: It is safe to build ports for 7.0 from a 6.3 chroot?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mel wrote: | | Minimize downtime of services provided by ports? | | Jose: take a look at Tinderbox - it does exactly what you want to do: build | ports for OS release X on OS release Y, using chroot. If you're unsure about | your own method, because of OSVERSION or similar, do it using Tinderbox. | IMHO, the usual procedure described in handbook will satisfy 95% of upgrade scenarios. Others can install compat6x port right after (or before) reboot. In any case, be free to try whatever scenario works for you, but I would ~ not like to be the one who inherits server with such 'messy-upgrade' :| - -- Best regards, Bogdan Culibrk [EMAIL PROTECTED] http://default.co.yu/~bc -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.8 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkfNO3kACgkQo6C4vAhYtCBl3wCeKyRqqDZP/gwpu77c4+stVFal FPsAn03vkueNmyMHISoVa87NEYMzmTQo =l7iW -END PGP SIGNATURE- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: portupgrade
On Mon, 03 Mar 2008 22:17:14 -0500 "E. J. Cerejo" <[EMAIL PROTECTED]> wrote: > Just add BATCH=yes to your /etc/make.conf file Caveat lector: this will effect every build you do. I prefer to set it on a per-build instance. Just my 2¢. -- Gerard [EMAIL PROTECTED] If pregnancy were a book they would cut the last two chapters. Nora Ephron, "Heartburn" signature.asc Description: PGP signature
usb scanner
tried plustek opticpro st12 got: ugen0: vendor 0x07b3 product 0x0600, rev 1.10/0.00, addr 2 ugen0: setting configuration index 0 failed device_attach: ugen0 attach returned 6 ugen0: at uhub0 port 1 (addr 2) disconnected and even /dev/ugen* doesn't exist so sane-find-scanner is unable to find anything ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: So How Hard Is Moving From 6.3 To 7.0?
On Monday 03 March 2008, Mark Ovens wrote: > Which leads me to ask if there are likely to be any issues with > dual-booting 6.3-STABLE (as of ~1 month ago) and 7.0-RELEASE? I vaguely > recall from way back there being issues with dual-booting multiple > versions of FreeBSD. That's what I'm currently doing. No problems ... yet. I've only been running 7.0 alongside 6.3 for a couple of days so far but I've previously had 6.2 and 6.3 happily living side by side for some time without problems. > Maybe that was when trying to install both in the same slice? > > Mine will be installed on separate hard disks. I'm using 2 different slices on the same drive. > The only thing I could > think may possibly be an issue is the FreeBSD Boot Manager. I'm using grub so perhaps I'm a bit safer in that respect. -- Mike Clarke ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Is there a Relay proxy port can do this?
Norman Maurer wrote: Hi, maybe mod_proxy can help you ( apache module ) or rinetd. Cheers Norman Am Dienstag, den 04.03.2008, 01:49 -0800 schrieb Abdullah Ibn Hamad Al-Marri: Hello Network Gurus, I have Adobe Flex 2 application which hosts the flash applet on apache 2.2.8, then flash applet will connect to port 28001 but users who are behind firewalls and proxies which only allow connections to port 80. So I need a daemon to work around this problem and allow these users to connect to my application. Is there a port can do this? Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" Provided you have ip's to space AND the port of your flash applet is modifiable, you *could* bind apache to one address tcp:10.5.21.1:80 (for example), and bind the flash applet to another tcp:10.5.21.2:80. If tis isn't an option, than Normans suggestion is right on. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD diskless workstation boot over Linux PXE server
vincenzo romero wrote: Thank you for the input from a couple of folks. After a few research and readings I am able to boot off a diskless client; and have a little error encountered. To clarify the environment: 1. PXE/DHCP/NFS/TFTP servers is a linux host 2. DHCP - server - dhcpd.conf file shows the following: (for my freeBSD diskless client testing scenario) filename "pxeboot"; next-server 192.168.16.5; option root-path "192.168.16.5:/export/images/freeBSD"; -- pxeboot is the freeBSD /boot/pxeboot file I copied over to my /tftpboot directory. -- next server IP is the PXE/TFTPD/DHCP server ... -- the NFS root is exported by the NFS server as such. The client seems to boot properly - acquires an IP address; downloads and reads the /tftpboot/pxeboot file; a message also appears that indicates it mounted the root File system: (snippet of console messages:) NFS ROOT: 192.168.16.5:/export/images/freeBSD nfe0: link state change to UP Interface nfe0 IP_Address 192.168.16.5 ... . . . . .. Loading Configuration files. rc.conf: not found No Suitable dump device was found . | etc. etc. Did you modify rc.conf, fstab and resolv.conf as described in http://www.locolomo.org/pub/pxeboot/diskless.html? And what's hiding behind "etc. etc."? Erik ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: RAM not recognized
Robert Huff wrote: RW writes: And also bear in mind that amd64 uses memory less efficiently than i386 Would you care to elaborate? (A pointer will do.) Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" The only 'less efficient' thing 64-bit programs have, are larger pointers as well as other potenial data items. Though I'm not sure I'd consider this 'less efficient'. Ok, so we have larger binaries and a bit more ram usage for the aforementioned, but isn't that all? I'd guess to say yes, and if it is, then that's not so bad. In fact, I don't think I'd even call is an inefficiency. My 2 cents. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Is there a Relay proxy port can do this?
Hi, maybe mod_proxy can help you ( apache module ) or rinetd. Cheers Norman Am Dienstag, den 04.03.2008, 01:49 -0800 schrieb Abdullah Ibn Hamad Al-Marri: > Hello Network Gurus, > > I have Adobe Flex 2 application which hosts the flash applet on apache 2.2.8, > then flash applet will connect to port 28001 but users who are behind > firewalls and proxies which only allow connections to port 80. > > So I need a daemon to work around this problem and allow these users to > connect to my application. > > Is there a port can do this? > > > Regards, > > -Abdullah Ibn Hamad Al-Marri > Arab Portal > http://www.WeArab.Net/ > > > > > > > > Never miss a thing. Make Yahoo your home page. > http://www.yahoo.com/r/hs > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Is there a Relay proxy port can do this?
Hello Network Gurus, I have Adobe Flex 2 application which hosts the flash applet on apache 2.2.8, then flash applet will connect to port 28001 but users who are behind firewalls and proxies which only allow connections to port 80. So I need a daemon to work around this problem and allow these users to connect to my application. Is there a port can do this? Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Uname borked on ??-Release...
Kevin Kinsey wrote: Kris Kennaway wrote: I get the following from uname -a: FreeBSD archangel.daleco.biz 6.2-RELEASE FreeBSD 6.2-RELEASE #6: Sat Jun 2 09:22:50 CDT 2007 [EMAIL PROTECTED]: /usr/obj/backup/src/sys/GENERIC i386 However, I rebuilt world, more or less without issues, twice in February with "RELENG_6" in the supfile. This didn't change uname's output, and that worried me a bit. So, to make matters bette^H^H^H^Hadder, I csup'ped to RELENG_7_0 the day after it was released, read /usr/src/UPDATING, and the webpage detailing the upgrade, and did another buildworld/kernel cycle. Now I have no idea if I'm on 6 or 7 (seems like 7, but many ports issues, and I've rebuilt them all), and it's just becoming a major PITA. You didnt succeed in installing the new kernel. 'make installkernel' is the step in which this occurs. Thank you and Phillip for answering my post. However, I've done this 3 times now, and I don't skip that step. There have been no errors in the process, either. I've rebooted the system, and I'm still being told I'm running 6.2 by uname. In addition, pkg_add thinks I should be looking for 6-latest packages instead of 7, and the list of annoyances continues. And, "hmm", symbols? I'm guessing that knob is ON in FBSD7? Once again, proof that something's wrong, as I didn't build debugging kernels in FBSD6 ... so I'm thinking this is a 7 kernel? It just doesn't make sense to me. It *is* a Monday, after all. If installkernel didn't succeed, shouldn't there be any other evidence? Could skipping a mergemaster at some point have this effect? Possibly you have 6.x sources still. Or you are not actually booting /boot/kernel/kernel but some other kernel. Check sysctl kern.bootfile. You can also do strings /boot/kernel/kernel | grep 7.0-RELEASE to verify the kernel version string. #sysctl kern.bootfile kern.bootfile: /boot/kernel/kernel #strings /boot/kernel/kernel | grep 0-RELEASE @(#)FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 FreeBSD 7.0-RELEASE #1: Thu Feb 28 12:22:38 CST 2008 7.0-RELEASE #ls -l /boot/kernel/kernel -r-xr-xr-x 1 root wheel 9294687 Feb 28 12:22 /boot/kernel/kernel* Well, fudging around with uname's source shows that it's basically calling some sysctls, so maybe the question is, with what I have above, why do I still have: sysctl -a | grep kern.osre kern.osrelease: 6.2-RELEASE kern.osrevision: 199506 kern.osreldate: 602000 You rebooted, right? :) Kris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Makefile execution on 6.3
Hi, I was happily using the following Makefile: ### MAKEOBJDIR=objs KMOD= if_mtnic SRCS= mtnic_cmd.c mtnic_event.c mtnic_main.c mtnic_params.c mtnic_netdev.c mtnic_lro.c SRCS+= mtnic_ver.h device_if.h bus_if.h pci_if.h CFLAGS+= -DMTNIC_SW_COUNTERS -DMTNIC_DEBUG_VERBOSE CFLAGS+= -g -DCONFIG_MTNIC_DEBUG mtnic_ver.h: echo "#define DRV_RELDATE \"`cat BUILD_ID | tail -1 | cut -d' ' -f4-8`\"" > $@ CLEANFILES+= mtnic_ver.h .include ### Until suddenly it stopped compiling and since then I only get: `mtnic_ver.h' is up to date. Is there any configuration I accidently changed for 'make' to make it create $KMOD? Thanks Yehonatan Yossef Mellanox Technologies Office: +972-4-9097200 ext. 301 Cell: +972-54-2345031 ([EMAIL PROTECTED]) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
OFFICIAL NOTIFICATION MSC/0080648302/078
Yahoo&Microsoft Lottery Incorporation 7 Prague Palace.Brixton Hill London SWZ SED. United Kingdom. Dear Lucky Winner. We wish to congratulate you once again on this note, for being part of our winners selected this month. This promotion was set-up to encourage the active users of the Internet Microsoft Windows. Hence we do believe with your winning prize, you will continue to be active and patronage to the Yahoo/Msn & Microsoft Windows. I wish to formally announce to you that you have successfully pass the requirements, statutory obligations, verifications, validations and satisfactory report Test conducted for all on line winners. A winning cheque will be issued in your name by the Yahoo/Msn Lottery Incorporation board, You have therefore won the entire sum of £450,000,00 {Four Hundred And Fifty Thousand Great British Pounds} and also a certificate of prize claims will be sent along side your winnings cheque. You are to make contact with your designated Agent who shall by duty guide you through the process of facilitate the release of your Prize. To file your claim, Please contact your Foreign Transfer Manager: Mr. Andreas Georgetown. Yahoo&Microsoft Lottery Incorporation Email: [EMAIL PROTECTED] You are advised to contact your Foreign Transfer Manager with the following details to avoid unnecessary delay and complications: VERIFICATION AND FUNDS RELEASE FORM. (1) Your contact address. (2) Your Tel/Fax numbers. (3) Your Nationality/Country. (4) Your Full Names/Gender. (5) Occupation/Age. (6) Your Preferred Method of Receiving Your Prize (From Below) Mode of Prize Remittance. (1)Cash Pick-Up (You coming Down to United Kingdom Personally to Pick Your Prize). (2)Courier Delivery Of your Certified Winning Cheque Name and other Winning Documents safely to you. The Yahoo/Msn & Microsoft Windows lottery has discovered a huge number of double claims due to winners informing close friends relatives and third parties about their winning and also sharing their pin numbers. As a result of this, these friends try to claim the lottery on behalf of the real winners. The Microsoft lottery has reached a decision from headquarters that any double claim discovered by the Lottery Board will result to the canceling of that particular winning, making a loss for both the double claimer and the real winner, as it is taken that the real winner was the informer to the double claimer about the lottery. So you are hereby strongly advised once more to keep your winnings strictly confidential until you claim your prize. Congratulations Mr. Halam Scott. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"