On Sun, Sep 22, 2013 at 05:56:07PM -0600, Ian Lepore wrote:
> > You can hard-code /bin/sh directly, but what I was getting at with the
> > '#!/usr/bin/env sh' is that the 'sh' interpreter of the build
> > environment could be used (instead of /bin/sh directly). Then you don't
> > need to worry abo
On Sun, Sep 22, 2013 at 05:37:51PM -0600, Ian Lepore wrote:
> On Sun, 2013-09-22 at 19:27 -0400, Glen Barber wrote:
> > On Sun, Sep 22, 2013 at 05:18:25PM -0600, Ian Lepore wrote:
> > > What's the right way to launch the bourne shell from a makefile? I had
> > &g
On Sun, Sep 22, 2013 at 05:18:25PM -0600, Ian Lepore wrote:
> What's the right way to launch the bourne shell from a makefile? I had
> assumed the ${SHELL} variable would be set to "the right" copy
> of /bin/sh (like maybe the one in tmp or legacy at various stages). It
> appears that that's not
On Sat, Sep 21, 2013 at 05:25:49AM -0400, Aryeh Friedman wrote:
> On Sat, Sep 21, 2013 at 4:55 AM, Glen Barber wrote:
> > On Sat, Sep 21, 2013 at 04:51:47AM -0400, Aryeh Friedman wrote:
> > > What is the SVN prefix for 10-ALPHA2?
> >
> > What do you mean?
> &g
On Sat, Sep 21, 2013 at 04:51:47AM -0400, Aryeh Friedman wrote:
> What is the SVN prefix for 10-ALPHA2?
What do you mean?
Glen
pgppffQCK8FYu.pgp
Description: PGP signature
On Mon, Jun 10, 2013 at 09:25:39PM -0700, Tim Kientzle wrote:
> > • Crochet with VM images [TimKeintzle], [GlenBarber], [ColinPercival]
>
> Per Colin, there's no way for "mere mortals" to upload machine
> images to Amazon, so there's little point in pursuing that.
>
> I did recently add suppo
Just to give status update:
On Sun, Jun 09, 2013 at 05:02:22PM -0400, George Neville-Neil wrote:
> • Kerberos build issue [GlenBarber]
Work in progress, but the upshot is that if you build/install userland
with WITHOUT_KERBEROS set, you cannot easily get back.
> • Crochet with VM ima
On Fri, Apr 26, 2013 at 08:05:50PM -0400, Eitan Adler wrote:
> I'm trying to regenerate src.conf.5 after my recent WITH*_IDEA removal
> but the diff shows:
>
> Does anyone know why WITHOUT_BIND_UTILS is showing up a bazillion times?
>
Looks like DES already spotted this too.
---
freebsd-net@ might have been a better choice, but...
On Sun, Mar 31, 2013 at 01:20:17AM -0400, Aryeh Friedman wrote:
> I have a host that for ISP reasons must have a ipv6 addr as well as the
> ipv4 but the ISP does not offer external ipv6 routing but all the commanes
> (ssh, ftp, etc.) default to
On Sun, Sep 02, 2012 at 04:22:50PM -0700, Garrett Cooper wrote:
> >> > It should be `.if ${MK_GAMES} != "no"`. Other than that, LGTM!
> >
> > You're right, thanks. New diff attached.
>
> Cool|! Too bad we don't have a publicly advertised MK_DOC knob --
> otherwise doc would be an optional EXT
On Sun, Sep 02, 2012 at 03:12:01PM -0700, Garrett Cooper wrote:
> On Sun, Sep 2, 2012 at 3:05 PM, Garrett Cooper wrote:
> > On Sun, Sep 2, 2012 at 2:46 PM, Glen Barber wrote:
> >> Hi,
> >>
> >> Attached patch fixes 'make distributeworld' and our
Hi,
Attached patch fixes 'make distributeworld' and our 'make release'
scripts when WITHOUT_GAMES is set.
Can someone please comment/test/commit?
Thanks,
Glen
Index: Makefile.inc1
===
--- Makefile.inc1 (revision 240060)
+++
;> Have you set the "bootfs" property (see
>> http://www.keltia.net/howtos/zfsboot) on the pool?
>>
> yes, in my case I did:
> zpool set bootfs=z/root z
>
Have you set zfs_load="YES" in loader.conf and zfs_enable="YES" in rc.conf?
--
on? If the
latter (may be worth trying regardless), try mv-ing
$HOME/.mozilla/firefox to $HOME/.mozilla/firefox-old. Perhaps it's
getting hung up on a configuration it doesn't like.
Regards,
--
Glen Barber
___
freebsd-hackers@freebsd.org maili
Hi Davide,
Can you run firefox from xterm and check for any errors that might be
generated?
Cheers,
--
Glen Barber
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
wo devices with the same
IP, I saw ARP messages in /var/log/messages as well as the system
console. This was around 8.0-RC1, for what it's worth.
--
Glen Barber
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listin
the same hierarchy as a
tinderbox. Without a tinderbox, you can 'mkdir /usr/ports/packages'
on your local build server. When you 'make package' (or your
preferred choice) the packages will be put in /usr/ports/packages with
the correct hierarchy, symlinks to PACKAGESITE/All/ etc.
ow to troubleshoot this?
>
> I am current on ports and my kernel is from May 6.
>
By chance, are you running an out-of-sync kernel / userland? You say
the kernel is from May 6, and in the subject is 7.2-PRERELEASE. 7.2
was -RELEASEd on May 3.
--
Glen Barber
r you. The APIPA address pool
(168.254.x.x/16) is also non-routable. You could change your aliased
interfaces to use this range, which may clear things up for you, and
the jails will still retain their loopback address.
--
Glen Barber
http://www.dev-urandom.com
http://www.linkedin.com/in/glenj
terminated, so it's
> walking off the end.
>
Hi guys,
There was a PR submitted (about pkg_add) already about this, with a
patch. I am unsure if the patch was looked at yet.
--
Glen Barber
FreeBSD Tutorials: http://www.dev-urandom.com
___
f
a while back.
Have a look at /usr/ports/UPDATING, and search for 'AllowEmptyInput'.
Adding the following to xorg.conf should correct the problem:
Section "ServerFlags"
option "AllowEmptyInput" "off"
option "AutoAddDevices" "off"
EndSecti
Hi, Dimitry
On Wed, May 20, 2009 at 10:46 AM, Dimitry Andric wrote:
> On 2009-05-20 16:40, Glen Barber wrote:
>> sshd was listening on :25, both IPv4 and IPv6
>> sendmail was listening on :25 (because I had forgotten to disable it)
>>
>> The system boots, and sendmai
(thus, sshd never failed at it's startup).
> I don't know if this is the expected behavior, or if it has changed on
> -CURRENT.
>
Perhaps sshd is checking for forked processes of itself, but not other
daemons listening on that socket?
--
Glen Barber
__
sshd. When sshd starts
(or tries to) there is no console output that it had failed. The only
way you realize it is not running, is when you cannot remotely log in.
--
Glen Barber
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
Hi, Eygene
On Wed, May 20, 2009 at 6:19 AM, Eygene Ryabinkin wrote:
> Glen, good day.
>
> Mon, May 18, 2009 at 10:49:52PM -0400, Glen Barber wrote:
>> Earlier this evening, I submitted a PR about sshd(8) giving a
>> false-positive when starting on an already occupied socket
listening port, so now I
feel like I am hitting a wall.
Any suggestions on how best to enable this?
Thanks in advance.
[1] http://www.freebsd.org/cgi/query-pr.cgi?pr=134694
--
Glen Barber
___
freebsd-hackers@freebsd.org mailing list
http://lists.free
On Tue, Apr 21, 2009 at 6:36 PM, Aryeh Friedman
wrote:
> My boss ordered a new subnet from our ISP and wrote down the subnet
> incorrectly is there anyway to deduce what it is?
Short of calling the ISP, not really. Calling the ISP would probably
be less time consuming anyway.
--
Glen
27 matches
Mail list logo