Re: restart a script in etc/rc.d

2009-03-02 Thread Glen Barber
On Mon, Mar 2, 2009 at 4:10 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Mon, Mar 2, 2009 at 2:25 PM, Oliver Lehmann lehm...@ans-netz.de wrote: Hi Doug, Doug Barton wrote: Also, the assignment of pidfile should really come after the defaults are set. If you do all that and it still

Re: restart a script in etc/rc.d

2009-03-02 Thread Glen Barber
+16,16 @@  . /etc/rc.subr -name=bacula_fd +name=bacula_fd2  rcvar=${name}_enable  command=/usr/local/sbin/bacula-fd I didn't see anyone else mention this -- did you change 'bacula-fd' to 'bacula-fd2'? -- Glen Barber ___ freebsd-stable@freebsd.org

Re: magic disappearing coredumps

2009-04-24 Thread Glen Barber
in /boot/loader.conf? The following would enable them: kern.coredump=1 -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: How do i fix the broken FTP structure of freebsd 7.0?

2009-04-26 Thread Glen Barber
is completely missing. Is there a way to fix this? How? What should I put in PACKAGESITE? You could build from ports. Regarding PACKAGESITE, see the handbook. http://www.freebsd.org/doc/en/books/handbook/packages-using.html Upgrading is unfortunately not an option for me. -- Glen Barber

Re: How do i fix the broken FTP structure of freebsd 7.0?

2009-04-26 Thread Glen Barber
. -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Building 7.2-STABLE from 7.2-RELEASE

2009-05-24 Thread Glen Barber
code 1 I know they introduced some new zfsboot stuff into the -Stable branch - could that have anything to do with it? Absolutely. Bernhard Schmidt just reported a patch that was seemingly successful a few emails back. -- Glen Barber ___ freebsd

Re: make buildkernel KERNCONF=GENERIC fails

2009-05-26 Thread Glen Barber
update your sources? Also, did you change the GENERIC kernel config? (If so, please include that.) I haven't seen a tinderbox email about -STABLE failing since the 24th, which was a different problem than what you are seeing, anyway. -- Glen Barber

Re: make buildkernel KERNCONF=GENERIC fails

2009-05-26 Thread Glen Barber
, or the servers aren't in sync, because I see many Edits, Checkouts and even Deletions. I'm actually curious what happens with: 'make buildworld' without KERNCONF=GENERIC (which is implied anyway, if not stated explicitly). -- Glen Barber ___ freebsd-stable

Re: FreeBSD 7.0-RELEASE-p12 and php5-gd

2009-05-26 Thread Glen Barber
On Tue, May 26, 2009 at 7:09 PM, free...@box201.com wrote: I've been trying to build /usr/ports/graphics/php5-gd [snip] Everything built smoothly. I just can't build the php5-gd port now. Has anyone else had this problem? What is the error? -- Glen Barber

Re: I've borked my ZFS system upgrading to -STABLE

2009-05-27 Thread Glen Barber
single-user mode, if you haven't already tried. Also, to stop the repeated reboot, you could use /rescue/sh in place of /bin/sh (hopefully). -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: make buildkernel KERNCONF=GENERIC fails

2009-05-27 Thread Glen Barber
until an installworld was done (and possibly a reboot). -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: latest stable version of FreeBSD?

2009-06-03 Thread Glen Barber
On Wed, Jun 3, 2009 at 11:24 PM, AES allnetgr...@yahoo.com wrote: Where can I download the latest stable version of FreeBSD? http://www.freebsd.org/where.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ -- Glen Barber http://www.dev-urandom.com http://www.linkedin.com

Kernel Debugging Options

2009-06-06 Thread Glen Barber
the handbook that the machine would instantly reboot and after dumping the crash to vmcore0. Is this assumption incorrect? Thanks in advance for any input. -- Glen Barber http://www.dev-urandom.com http://www.linkedin.com/in/glenjbarber ___ freebsd-stable

Re: Kernel Debugging Options

2009-06-06 Thread Glen Barber
.  Is this assumption incorrect? Thanks in advance for any input. Also, if this is helpful, the userland / kernel are from two days ago, r193481: FreeBSD orion 7.2-STABLE FreeBSD 7.2-STABLE #0 r193481: Fri Jun 5 01:55:06 EDT 2009 r...@orion:/usr/obj/usr/src/sys/ORION i386 -- Glen Barber http

Re: Kernel Debugging Options

2009-06-06 Thread Glen Barber
. -- Glen Barber http://www.dev-urandom.com http://www.linkedin.com/in/glenjbarber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Adding multiipul virtual domains?

2009-06-22 Thread Glen Barber
On Mon, Jun 22, 2009 at 5:46 PM, ALLnetgroupallnetgr...@yahoo.com wrote: I have 3 virtual domains I need to add to FreeBSD 7.2-RELEASE server using Terminal or Webmin preferably Terminal. Virtual domains for what? -- Glen Barber ___ freebsd

Re: Adding multiipul virtual domains?

2009-06-22 Thread Glen Barber
On Mon, Jun 22, 2009 at 6:23 PM, ALLnetgroupallnetgr...@yahoo.com wrote: For 3 domain names I just recieved. Please don't just reply to me, because the rest of the list doesn't see your response. Your question is extremely vague. What are you trying to do? -- Glen Barber

Re: Value of $? lost in the beginning of a function.

2009-07-19 Thread Glen Barber
replace '#!/bin/sh' with '#!/usr/local/bin/zsh' ? -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Value of $? lost in the beginning of a function.

2009-07-19 Thread Glen Barber
2009/7/19 Romain Tartière rom...@blogreen.org: Hi Glen, On Sun, Jul 19, 2009 at 04:32:28PM -0400, Glen Barber wrote: % sh foo.sh % zsh foo.sh % bash foo.sh What happens if you replace '#!/bin/sh' with '#!/usr/local/bin/zsh' ? This is not related to my problem since I am not running

Shell execution ( [was] Re: Value of $? lost in the beginning of a function.)

2009-07-19 Thread Glen Barber
Possibly off-topic... 2009/7/19 Glen Barber glen.j.bar...@gmail.com: 2009/7/19 Romain Tartière rom...@blogreen.org: Hi Glen, On Sun, Jul 19, 2009 at 04:32:28PM -0400, Glen Barber wrote: % sh foo.sh % zsh foo.sh % bash foo.sh What happens if you replace '#!/bin/sh' with '#!/usr/local

Re: Shell execution ( [was] Re: Value of $? lost in the beginning of a function.)

2009-07-19 Thread Glen Barber
On Sun, Jul 19, 2009 at 9:02 PM, Mark Andrewsma...@isc.org wrote: In message 4ad871310907191717g1ed90be7y92250f2addc38...@mail.gmail.com, Glen Barber writes: Possibly off-topic... 2009/7/19 Glen Barber glen.j.bar...@gmail.com: 2009/7/19 Romain Tarti=E8re rom...@blogreen.org: Hi Glen

Re: Shell execution ( [was] Re: Value of $? lost in the beginning of a function.)

2009-07-20 Thread Glen Barber
Hi, Lowell On Mon, Jul 20, 2009 at 7:02 AM, Lowell Gilbertfreebsd-stable-lo...@be-well.ilk.org wrote: Glen Barber glen.j.bar...@gmail.com writes: Possibly off-topic... 2009/7/19 Glen Barber glen.j.bar...@gmail.com: 2009/7/19 Romain Tartière rom...@blogreen.org: Hi Glen, On Sun, Jul 19

Re: Shell execution ( [was] Re: Value of $? lost in the beginning of a function.)

2009-07-20 Thread Glen Barber
On Mon, Jul 20, 2009 at 1:56 PM, Lowell Gilbertfreebsd-stable-lo...@be-well.ilk.org wrote: Glen Barber glen.j.bar...@gmail.com writes: The shell specified in the #! first line is only consulted if you run it as ./foo.sh.  Otherwise, it's input to the shell that you started, and the line

Re: Shell execution ( [was] Re: Value of $? lost in the beginning of a function.)

2009-07-20 Thread Glen Barber
On Mon, Jul 20, 2009 at 3:12 PM, Doug Bartondo...@freebsd.org wrote: Glen Barber wrote: Possibly off-topic... It's very off topic for -stable. If you want to follow up on this, please do so in -hackers. I meant to say in the last line: '#!/bin/sh' would override the 'zsh' shell. Can

Re: Going to BSD 8 from RELENG_7

2009-08-13 Thread Glen Barber
.  Is that true?  When will STABLE become 8.0? 8.0 is still in -BETA2. 8.0-STABLE will be after -BETA3, and the release candidates. If you want 8.0-STABLE, you do not want CURRENT, you want RELENG_8. HTH. -- Glen Barber ___ freebsd-stable@freebsd.org mailing

Re: today portsnap aren't portsnapping

2009-08-23 Thread Glen Barber
276027702780279028002810282028302840285028602870288028902900291029202930294029502960297029802990... done. Applying patches... -- Glen Barber ___ freebsd-stable

Re: today portsnap aren't portsnapping

2009-08-23 Thread Glen Barber
1.0.1 Yes, I have the updated version for that port. orion# grep ^DISTVERSION /usr/ports/multimedia/vlc/Makefile DISTVERSION=1.0.1 -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: today portsnap aren't portsnapping

2009-08-23 Thread Glen Barber
audio/gnome-media, committed more than 12h ago. Very odd. How many patches did it apply altogether? -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Rearrange entries in GENERIC KERNCONF?

2009-10-03 Thread Glen Barber
Serial devices' and 'USB Ethernet'. A diff of the i386 GENERIC is attached, and comments appreciated. -- Glen Barber --- GENERIC.orig2009-10-02 21:35:36.0 -0400 +++ GENERIC 2009-10-03 13:40:01.0 -0400 @@ -301,10 +301,6 @@ device ulpt# Printer device

Re: NDIS broken?

2009-10-07 Thread Glen Barber
255.255.255.0 ifconfig: ioctl (SIOCAIFADDR): Invalid argument or ifconfig ndis0 ssid chcs ifconfig: SIOCS80211: Invalid argument Have a look at the 20080420 entry in /usr/src/UPDATING for 8.X. You have to change ndis to wlan with an additional change in rc.conf. HTH. -- Glen Barber

[panic] Finally got a crash report

2009-10-25 Thread Glen Barber
://freebsd.dev-urandom.com/ports/PEGASUS -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Nikon Coolpix

2007-12-23 Thread Glen Barber
On Sunday 23 December 2007 02:54:35 pm Michael Butler wrote: -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Nikon Coolpix

2007-12-23 Thread Glen Barber
My apologies for the blank post. Apparently, I became a bit trigger happy while setting up Kmail for mailing lists. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to

Re: What would be the appropriate value for kern.maxfiles

2008-11-18 Thread Glen Barber
for kern.maxfiles for a system having 2GB RAM, a system having 4 GB and a system having 16GB of RAM. Please help The Xorg meta-package recommends 'kern.maxfiles=25000' for a desktop system. This is a situation where it really depends on what you're using your system for. HTH -- Glen Barber

Re: What would be the appropriate value for kern.maxfiles

2008-11-19 Thread Glen Barber
on it. Ram 1.) Please don't top-post. 2.) I gave you an example. You obviously know what your server is doing, so you need to adjust the tunable accordingly. You can always set the number too high, then slim it down from there after testing to see what meets your requirements. -- Glen Barber If you

Re: Problems installing FreeBSD 7.0

2008-12-23 Thread Glen Barber
finding the CD-ROM drives printing the GEOM_LABLE (on FB 7.0, not 6.4) (acd0) The hardware is a Targa Visonary 2700XP, AMD 2700+ CPU, mem 1 GB Can anyone help me. I never had this problems before on other systems. Have you tried disabling DMA or ACPI? hw.ata.ata_dma=0 -- Glen Barber

Kernel Trap during installworld caused unrecoverable system

2008-12-26 Thread Glen Barber
than /, would there have been any way for me to gather debugging information on what caused this failure? (FWIW, I am certain it is not a hardware failure.) Regards, -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org

Re: Kernel Trap during installworld caused unrecoverable system

2008-12-26 Thread Glen Barber
On Fri, Dec 26, 2008 at 12:34 PM, Kris Kennaway k...@freebsd.org wrote: Glen Barber wrote: Hi folks. I was unfortunate enough to encounter a kernel trap in single user mode yesterday when upgrading from 7.1-RC1 to -RC2 using the typical build/install world. I'm still not sure what caused

Re: freebsd-update to 6.4-RELEASE doesn't work

2008-12-28 Thread Glen Barber
install No updates are available to install. Run '/usr/sbin/freebsd-update fetch' first. any ideas? You could try `freebsd-update -r 6.4-RELEASE-p6 upgrade'. -- Glen Barber Tell me and I forget. Teach me and I remember. Involve me and I learn. - Benjamin Franklin

Re: freebsd-update to 6.4-RELEASE doesn't work

2008-12-28 Thread Glen Barber
On Sun, Dec 28, 2008 at 9:26 AM, SDH Admin ad...@stardothosting.com wrote: any ideas? Try cvsup-without-gui your source tree, make buildworld, then try freebsd-update again. If he does a buildworld, he won't *need* to do freebsd-update... -- Glen Barber Tell me and I forget. Teach me

Re: FreeBSD 7.1-RC2 Available...

2008-12-28 Thread Glen Barber
and RC2 I only get Booting CD-ROM... failure. from my BIOS (Asus board P2B). Any ideas? 1.) Try disabling ACPI 2.) Try hw.ata.ata_dma=0 at the boot prompt. -- Glen Barber Tell me and I forget. Teach me and I remember. Involve me and I learn. - Benjamin Franklin

Re: FreeBSD 7.1-RC2 Available...

2008-12-28 Thread Glen Barber
On Sun, Dec 28, 2008 at 10:25 AM, Glen Barber glen.j.bar...@gmail.com wrote: On Sun, Dec 28, 2008 at 10:18 AM, Martin na...@web.de wrote: Am Thu, 25 Dec 2008 09:37:55 -0500 schrieb Ken Smith kensm...@cse.buffalo.edu: FreeBSD 7.1-RC2 is now available, the second of the Release Candidates

Re: lenovo t400 does not start 7.1

2009-01-13 Thread Glen Barber
burn? [snip] -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: SSH problem

2009-01-26 Thread Glen Barber
WinSCP. Any clues for this? Tcpdump on both boxes. -w to a file and analyze w/ ipsumdump. I don't think he'll be able to tcpdump on the windows box. -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: SSH problem

2009-01-26 Thread Glen Barber
. -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

iwn(4) 5100 - Estimation for MFC of r198429?

2009-12-01 Thread Glen Barber
for a wider testing base? Cheers, -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: iwn(4) 5100 - Estimation for MFC of r198429?

2009-12-02 Thread Glen Barber
On Wed, Dec 2, 2009 at 12:24 PM, Roland Smith rsm...@xs4all.nl wrote: On Tue, Dec 01, 2009 at 07:39:37PM -0500, Glen Barber wrote: Hi, I've been using the iwn(4) driver contributed by Bernhard Schmidt with my Intel 5100 AGN card on 8-STABLE since he announced the availability

Re: Jails in FreeBSD 8

2009-12-14 Thread Glen Barber
) options. Regards, -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: freebsd-questions mailing list

2009-12-16 Thread Glen Barber
drawn out) Root Exploit thread. -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: Create socket files

2009-12-22 Thread Glen Barber
you create the moving parts of your jail, so to speak. Did you create /var read-only? Regards, [1] - http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http

Re: su password prompt ti stdout instead of /dev/tty

2010-01-24 Thread Glen Barber
r202187: Wed Jan 13 11:51:15 EST 2010 r...@orion:/usr/obj/usr/src/sys/ORION amd64 Regards, -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd

sshd logging with key-only authentication

2010-07-08 Thread Glen Barber
hacker, but superficially it looks like it can never meet a condition where the user is valid but the key is invalid to trigger a log entry. Is this a bug in openssh, or have I overlooked something in my configuration? Regards, -- Glen Barber ___ freebsd

Re: sshd logging with key-only authentication

2010-07-08 Thread Glen Barber
On 7/8/10 10:24 PM, David Adam wrote: On Thu, 8 Jul 2010, Glen Barber wrote: I've been seeing quite a bit of ssh bruteforce attacks which appear to be dictionary-based. That's fine; I have proper measures in place, such as key-only access, bruteforce tables for PF, and so on; though some

Re: sshd logging with key-only authentication

2010-07-09 Thread Glen Barber
On 7/8/10 11:13 PM, David Adam wrote: On Thu, 8 Jul 2010, Glen Barber wrote: On 7/8/10 10:24 PM, David Adam wrote: On Thu, 8 Jul 2010, Glen Barber wrote: What caught my interest is if I attempt to log in from a machine where I do not have my key or an incorrect key, I see nothing logged

panic in tmpfs_valloc_vp() in 8-STABLE r217160

2011-02-01 Thread Glen Barber
on how I can help provide further information would be appreciated. Best regards, -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: panic in tmpfs_valloc_vp() in 8-STABLE r217160

2011-02-01 Thread Glen Barber
On 2/1/11 7:56 PM, Jeremy Chadwick wrote: Any advice on how I can help provide further information would be appreciated. At this time do not mix tmpfs with ZFS: http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2011-01/msg00344.html Thanks for the info. Cheers, -- Glen Barber

Re: panic in tmpfs_valloc_vp() in 8-STABLE r217160

2011-02-02 Thread Glen Barber
On 2/2/11 12:27 PM, Jaakko Heinonen wrote: On 2011-02-01, Glen Barber wrote: FreeBSD orion 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #8 r217160: Sat Jan 8 14:17:44 EST 2011 gbarber@orion:/usr/obj/usr/src/sys/ORION amd64 See this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr

Re: Building your own FreeBSD USB memstick image

2011-06-17 Thread Glen Barber
On 6/17/11 10:01 PM, Glen Barber wrote: Hey, On 6/17/11 9:22 PM, Jeremy Chadwick wrote: CC'ing Ken, Nathan, and Martin since they all have some insight to this procedure. Given the recent MFC of graid(8) to RELENG_8, I'd like to make my own FreeBSD USB memstick image but with the latest

Re: Building your own FreeBSD USB memstick image

2011-06-17 Thread Glen Barber
documentation for this. Regards, -- Glen Barber | g...@freebsd.org FreeBSD Documentation Project ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr

Re: 8 Stable won't boot into zfs with underlying geli layer amd64

2011-06-26 Thread Glen Barber
to 8.0-STABLE, you downgraded your system. Depending on what ZFS version you were using (v15 was the default in 8.2-RELEASE), the zpool may not be usable by older ZFS versions (the default in 8.0-STABLE was v13 when it was branched from HEAD). Regards, -- Glen Barber

Re: Status of support for 4KB disk sectors

2011-07-18 Thread Glen Barber
are these floppies you speak of, again? :) Regards, -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org

Re: How to update like Debian

2011-09-29 Thread Glen Barber
. freebsd-update(8) does not provide binary updates for the -STABLE branches (outside of -RC release candidates occasionally). Regards, Glen -- Glen Barber ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: question on netstat statistics.

2011-11-14 Thread Glen Barber
explanation, I'm still not 100% clear on what, if anything, is incorrect in the manual. Regards, Glen -- Glen Barber | g...@freebsd.org FreeBSD Documentation Project pgpmEoto4GCuk.pgp Description: PGP signature

Re: question on netstat statistics.

2011-11-14 Thread Glen Barber
On Mon, Nov 14, 2011 at 05:46:02PM -0800, Jeremy Chadwick wrote: On Mon, Nov 14, 2011 at 07:56:07PM -0500, Glen Barber wrote: Jeremy Chadwick wrote: [...] I don't particularly care what the man page says, I just know what works. :-) If there is something in the man page

Re: question on netstat statistics.

2011-11-15 Thread Glen Barber
Hi Vincent, On Tue, Nov 15, 2011 at 04:25:18PM +, Vincent Hoffman wrote: On 15/11/2011 00:56, Glen Barber wrote: Hi, Jeremy Chadwick wrote: [...] I don't particularly care what the man page says, I just know what works. :-) If there is something in the man page

Re: Possible to build 9-stable kernel on 8.2?

2011-11-15 Thread Glen Barber
in /usr/home/ctuffli/dev/releng_9/obj/usr/home/ctuffli/dev/releng_9/src/sys/GENERIC. *** Error code 1 Stop in /usr/home/ctuffli/dev/releng_9/src. *** Error code 1 Stop in /usr/home/ctuffli/dev/releng_9/src. You'll need to do 'buildworld' first. Regards, Glen -- Glen Barber

Re: Looks like a bug (or odd intended practice) in cron not honoring the PATH variable.

2012-01-28 Thread Glen Barber
Hi, On Sat, Jan 28, 2012 at 04:45:01PM -0800, Eric Bullen wrote: Hi All, I'm running the following: FreeBSD x 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 I couldn't figure out why SOME of root's

Re: Reducing the need to compile a custom kernel

2012-02-10 Thread Glen Barber
On Fri, Feb 10, 2012 at 02:56:04PM +0100, Alexander Leidinger wrote: The question is, is this enough? Or asked differently, why are you compiling a custom kernel in a production environment (so I rule out debug options zhich are not enabled in GENERIC)? Are there options which you add

Re: RELENG_8 still identifies itself as 8.3-PRERELEASE

2012-04-22 Thread Glen Barber
Hi, On Sun, Apr 22, 2012 at 10:59:02PM +0100, Adrian Wontroba wrote: A RELENG_8 system built this morning still identifies itself as 8.3-PRERELEASE. Any chance of this becoming 8.3-STABLE soon? While this is entirely cosmetic, it does cause me issues at $JOB. If this is a problem for you

Re: Reject Action For SPF

2012-05-03 Thread Glen Barber
On Thu, May 03, 2012 at 04:30:53PM -, Prabhpal S. Mavi wrote: Dear Friends, i have setup SPF alright, postfix is performing check as well (results below), but even if there is no SPF record exist for a domain, message is still accepted. how can i set the reject action, if no SPF

Re: Why Are You NOT Using FreeBSD ?

2012-06-01 Thread Glen Barber
On Fri, Jun 01, 2012 at 11:14:10PM -0400, David Magda wrote: ZFS is for storing file systems on locally connected block devices. Gluster is a network file system where data can be distributed over many nodes. Pardon my ignorance to not knowing what gluster is, but is this conceptually

Re: Why Are You NOT Using FreeBSD ?

2012-06-02 Thread Glen Barber
On Fri, Jun 01, 2012 at 09:19:15PM -0700, Freddie Cash wrote: Pardon my ignorance to not knowing what gluster is, but is this conceptually similar to HAST? Similar in concept, but different layers in the storage stack. HAST sits between the physical disks and the filesystem, replicating

Re: Documenting 'make config' options

2012-06-06 Thread Glen Barber
On Wed, Jun 06, 2012 at 02:14:46PM -0700, Doug Barton wrote: On 06/06/2012 11:59, Dave Hayes wrote: I'm describing more of a use case here, not attempting to specify an implementation. If a user invokes 'make', a window is presented to them with various options. It's probably very common

Re: less and vi fail on file whose name begins with +

2012-07-15 Thread Glen Barber
On Mon, Jul 16, 2012 at 01:03:30AM -0400, Thomas Mueller wrote: I notice in my latest build of FreeBSD 9.0-STABLE (#11), a problem with less and vi with files whose name begins with +. These files occur in /var/db/pkg/(pkg-name)/ For instance, if I cd /var/db/pkg/png-1.4.8 and type

Re: FreeBSD 9.1-RC1 Available...

2012-08-24 Thread Glen Barber
On Sat, Aug 25, 2012 at 04:55:48AM +0100, Ben Morrow wrote: Quoth Ken Smith kensm...@buffalo.edu: The latter. If you are not using FreeBSD-Update to handle the updates of a machine you'll need to update your source tree using SVN for release branches (releng/*) from now on. Updates of

Re: FreeBSD 9.1-RC1 Available...

2012-08-24 Thread Glen Barber
On Sat, Aug 25, 2012 at 12:18:39AM -0400, Garrett Wollman wrote: In article 20120825041357.gd1...@glenbarber.us, g...@freebsd.org writes: On Sat, Aug 25, 2012 at 04:55:48AM +0100, Ben Morrow wrote: 1. Is is sensible|supported to use freebsd-update to update just the src component, followed

Re: FreeBSD 9.1-RC1 Available...

2012-08-25 Thread Glen Barber
On Sat, Aug 25, 2012 at 04:04:07PM +0200, Alexandre wrote: No. freebsd-update(8) is a binary system updater. It does not touch your source tree. Freebsd-update tool installs binary updates for -RELEASE branch only (base system + GENERIC kernel). By default, /usr/src is synced. So you

FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-05 Thread Glen Barber
Hi, A number of FreeBSD users have displayed interest in the availability and testing of -STABLE and -CURRENT snapshot releases. I have been working on generating snapshots regularly, and now would like to announce their availability for those interested in testing. Please note, as always with

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-05 Thread Glen Barber
On Fri, Oct 05, 2012 at 09:56:39PM +0800, Mike Manilone wrote: A number of FreeBSD users have displayed interest in the availability and testing of -STABLE and -CURRENT snapshot releases. Good idea! :-) Could it be used in freebsd-update? Currently, no. The freebsd-update(8) utility is

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-06 Thread Glen Barber
On Fri, Oct 05, 2012 at 04:29:45PM +0200, Miroslav Lachman wrote: It would be nice to have them hosted on FreeBSD.org site as official source. I agree 100%. Unofficial snapshots can be downloaded from https://pub.allbsd.org/FreeBSD-snapshots/ for a long time (bootonly.iso too) I am not

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-10 Thread Glen Barber
On Wed, Oct 10, 2012 at 07:04:22PM +0200, Claude Buisson wrote: And for the record, they are NOT official snapshots. I know, but: - there are no more official snapshots on freebsd.org This is a problem, and for what it is worth (and as Mark mentioned in a previous reply), the end goal is

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-10 Thread Glen Barber
On Thu, Oct 11, 2012 at 12:47:32AM +0100, Bruce Cran wrote: On 11/10/2012 00:40, Glen Barber wrote: This is a problem, and for what it is worth (and as Mark mentioned in a previous reply), the end goal is official snapshots. I think a lot of people will be wondering what's special about

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-10 Thread Glen Barber
On Thu, Oct 11, 2012 at 02:02:40AM +0200, Michael Ross wrote: - I had to install a complete VCS I have no (other) need of, Unfortunate, but not hugely significant (Just a bit of disk space). I think it is rather significant: FWIW, you can compile the svn binary elsewhere, statically

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-10 Thread Glen Barber
On Thu, Oct 11, 2012 at 02:28:05AM +0200, Claude Buisson wrote: - the recently created snapshots.glenbarber.us is much more limited May I ask what it is that is limiting? If there is some limitation, I certainly will do what I can to address it. Right now, the limitations I am already

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-10 Thread Glen Barber
On Thu, Oct 11, 2012 at 02:34:56AM +0200, Claude Buisson wrote: FWIW, you can compile the svn binary elsewhere, statically linked, and save the dependency problem by copying the resulting binary around. Lucky people who have an elsewhere. And the static binary is as much bloated than

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-11 Thread Glen Barber
On Thu, Oct 11, 2012 at 12:42:21PM +0200, Claude Buisson wrote: I understood that. At a time I have been in that situation, but to be there I had to sell the use of FreeBSD at my $WORK, and started with a single machine and limited ressources. So the existence of a cluster even for people

Re: FreeBSD 10-CURRENT and 9-STABLE snapshots

2012-10-11 Thread Glen Barber
On Thu, Oct 11, 2012 at 02:43:07PM +0200, Claude Buisson wrote: I do not see a real interest of filling a PR for cvsup1.fr. I have just done the same test with the same result with cvsup5.de and cvsup10.us. www.mavetju.org/unix/freebsd-mirrors/ have all cvsup mirrors in red, and IIRC

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Glen Barber
On Fri, Oct 19, 2012 at 10:38:41PM +0200, Rainer Duffner wrote: Am Fri, 19 Oct 2012 11:32:49 -0700 schrieb Adrian Chadd adr...@freebsd.org: Guys/girls/etc, I do suggest that someone actually spends some time coming up with a table of what the current state is, what we could do, what

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-19 Thread Glen Barber
On Sat, Oct 20, 2012 at 02:06:03AM +0200, Rainer Duffner wrote: Am Fri, 19 Oct 2012 17:11:30 -0400 schrieb Glen Barber g...@freebsd.org: On Fri, Oct 19, 2012 at 10:38:41PM +0200, Rainer Duffner wrote: If I select the entire disk for FreeBSD, I think it's a reasonable assumption

Re: 9.1 and intel graphics

2012-10-19 Thread Glen Barber
On Sat, Oct 20, 2012 at 06:14:08AM +0200, Zoran Kolic wrote: Yesterday I have gotten lenovo e320 laptop, with core i3 2350 and HD3000 integrated. Gonna wait few days till 9.1 release. I never used anything aside intel on my old laptop. Kostik Belousov made a port of kms and I found patches

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-20 Thread Glen Barber
On Sat, Oct 20, 2012 at 07:04:02PM +0200, Rainer Duffner wrote: Am Fri, 19 Oct 2012 20:14:01 -0400 schrieb Glen Barber g...@freebsd.org: The grub prompt for (Open)Solaris? Or do you use grub on FreeBSD? I thought it was a linux grub (the Firmware-Update DVD is linux-based and I

Re: 9.1-RC2 - could it be that the installer does not write the MBR?

2012-10-20 Thread Glen Barber
On Fri, Oct 19, 2012 at 10:21:54PM -0600, Warren Block wrote: I don't know if this is the problem, but it is worth pointing out that graid(8) is now included in GENERIC. Leftover hardware RAID metadata could make for unexpected results. For example,

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 04:58:52PM +0100, Andreas Nilsson wrote: I'm trying to build some images for 9-stable ( r242349 ) and 9.1-RC3, but using the release tools doesn't really work. 9.1-RC3 fails with: ... cd /tank/cvs/9.1/src/libexec/rtld-elf; make install -DNO_SUBDIR

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 05:32:20PM +0100, Andreas Nilsson wrote: Are you defining WITH*_GAMES in src.conf or make.conf? If this looks like what I think it looks like, I fixed this a few months ago. Used same command for building both, see below. And yes, WITHOUT_GAMES is set in src.conf

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Wed, Oct 31, 2012 at 12:11:22AM +0100, Andreas Nilsson wrote: interesting idea, would be pretty bad if sudo caused that. Indeed, but sudo only keeps certain environment variables, so it's not entirely unexpected if this is the case. I gave it run without direct sudo call ( ie sudo bash,

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Wed, Oct 31, 2012 at 01:08:13AM +0100, Andreas Nilsson wrote: On Wed, Oct 31, 2012 at 12:14 AM, Glen Barber g...@freebsd.org wrote: On Wed, Oct 31, 2012 at 12:11:22AM +0100, Andreas Nilsson wrote: interesting idea, would be pretty bad if sudo caused that. Indeed, but sudo only

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 08:11:15PM -0400, Glen Barber wrote: Oops, my bad. Yes exact same behavior; make -C release cdrom fails with ... find //tank/cvs/9.1/src/release/dist/doc -empty -delete find //tank/cvs/9.1/src/release/dist/games -empty -delete find: -delete: //tank/cvs/9.1/src

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 11:07:24PM -0400, Glen Barber wrote: I do not remember why, specifically, but the change in question was not merged to the releng/9.1 branch. Please try the following, in the top-level directory of your releng/9.1 source checkout: svn merge -c240077 ^/head

Re: make release fails on find

2012-10-30 Thread Glen Barber
On Tue, Oct 30, 2012 at 11:19:12PM -0400, Glen Barber wrote: So, please also do: svn merge -c241451 ^/head/release release You'll want to merge one more revision: svn merge -c241596 ^/head/release release Same as before - I _think_ this should work. :-) Glen pgpQRYOYHWRns.pgp

Re: make release fails on find

2012-10-31 Thread Glen Barber
On Wed, Oct 31, 2012 at 02:07:56PM +0100, Andreas Nilsson wrote: First, late me state status more clearly: solved :) Big thanks for fixing it. Glad to help. To answer one of your previous questions, I've already merged this to stable/9. On a side note, how has re-team not run into this?

  1   2   3   4   >