On 26/09/2012 07:27, Kevin Lo wrote:
> On 2012/09/25 14:03, Matthew Seaman wrote:
>> On 24/09/2012 22:29, Jerry wrote:
>>> Is there any specific reason that this PR: 161548 is still marked as
>>> open?
>>>
>>> o 2011/10/13 bin/161548 [patch] getent(1) inconsistent treatment of
>>> IPv6 host data
>>
On 2012/09/26 16:44, Matthew Seaman wrote:
On 26/09/2012 07:27, Kevin Lo wrote:
On 2012/09/25 14:03, Matthew Seaman wrote:
On 24/09/2012 22:29, Jerry wrote:
Is there any specific reason that this PR: 161548 is still marked as
open?
o 2011/10/13 bin/161548 [patch] getent(1) inconsistent treatm
Hi All,
I performed a `make release` with FreeBSD 8.3p4 sources that built a
secondary kernel (called DEBUG). It ended up in the release inside
kernels/ as expected. The install.cfg file includes the line:
dists=base kernels GENERIC SMP DEBUG doc catpages
DEBUG was added to the above along wit
> -Original Message-
> From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
> questi...@freebsd.org] On Behalf Of Rick Miller
> Sent: Wednesday, September 26, 2012 11:29 AM
> To: FreeBSD Questions
> Subject: FreeBSD 8.x sysisntall dists
>
> Hi All,
>
> I performed a `make re
> -Original Message-
> From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
> questi...@freebsd.org] On Behalf Of Rick Miller
> Sent: Wednesday, September 26, 2012 11:29 AM
> To: FreeBSD Questions
> Subject: FreeBSD 8.x sysisntall dists
>
> Hi All,
>
> I performed a `make re
>> dists=base kernels GENERIC SMP DEBUG doc catpages
>>
>> DEBUG was added to the above along with the new release build. All
>> distributions get installed with the exception of DEBUG. In looking
>> through sysinstall sources (I am not much of a C programmer to begin
>> with) and it appears as t
> -Original Message-
> From: vrwmil...@gmail.com [mailto:vrwmil...@gmail.com] On Behalf Of Rick
> Miller
> Sent: Wednesday, September 26, 2012 11:47 AM
> To: dte...@freebsd.org
> Cc: FreeBSD Questions
> Subject: Re: FreeBSD 8.x sysisntall dists
>
> >> dists=base kernels GENERIC SMP DEBUG
> -Original Message-
> From: Devin Teske [mailto:devin.te...@fisglobal.com]
> Sent: Wednesday, September 26, 2012 12:04 PM
> To: 'Rick Miller'; dte...@freebsd.org
> Cc: 'FreeBSD Questions'
> Subject: RE: FreeBSD 8.x sysisntall dists
>
>
>
> > -Original Message-
> > From: vrwmil..
>> > >
>> > > Confirmed. I'll raise a PR with a patch to correct this.
>> >
>> > Awesome! Thanks for the quick reply, Devin! If you don't mind, will
>> > you pass on the PR so I can track it?
>>
>> Sure, no prob. It should appear in GNATS within 15-20 minutes. I'll get you
> the
>> PR number when
> -Original Message-
> From: vrwmil...@gmail.com [mailto:vrwmil...@gmail.com] On Behalf Of Rick
> Miller
> Sent: Wednesday, September 26, 2012 1:06 PM
> To: dte...@freebsd.org
> Cc: FreeBSD Questions
> Subject: Re: FreeBSD 8.x sysisntall dists
>
> >> > >
> >> > > Confirmed. I'll raise a PR
> -Original Message-
> From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
> questi...@freebsd.org] On Behalf Of dte...@freebsd.org
> Sent: Wednesday, September 26, 2012 1:10 PM
> To: 'Rick Miller'; dte...@freebsd.org
> Cc: 'FreeBSD Questions'
> Subject: RE: FreeBSD 8.x sysis
I see that CVS is being phased out in favor of subversion.
I follow the documentation to keep my system up to date by doing:
# cd /usr/src
# make buildworld
# make buildkernel
# make installkernel
# shutdown -r now
and then...
# mount -u /
# mount -a -t ufs
# adjkerntz -i
# mergemaster -p
# cd
On Wed, 26 Sep 2012 14:12:34 -0700, Ed Flecko wrote:
> I see that CVS is being phased out in favor of subversion.
>
> I follow the documentation to keep my system up to date by doing:
>
> # cd /usr/src
> # make buildworld
> # make buildkernel
> # make installkernel
> # shutdown -r now
>
> and th
I'm looking for a reasonable 10Gb SFP+ capable board supported under
RELENG_9. All I need is one port that will be plugged into a Cisco
C3KX-NM-10G. It's going into a Supermicro chassis.
Any recomendations?
___
freebsd-questions@freebsd.org mailin
On Wed, Sep 26, 2012 at 3:23 PM, Dennis Glatting wrote:
>
> I'm looking for a reasonable 10Gb SFP+ capable board supported under
> RELENG_9. All I need is one port that will be plugged into a Cisco
> C3KX-NM-10G. It's going into a Supermicro chassis.
>
> Any recomendations?
>
I have had good succ
Thank you.
I am using a custom kernel, but you're right - I should have said so.
:-)
Do you have any feedback using subversion? I know I can still use
csup; I'm basically trying to figure out how to subversion to achieve
the same result.
Ed
___
freebs
> -Original Message-
> From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-
> questi...@freebsd.org] On Behalf Of Dennis Glatting
> Sent: Wednesday, September 26, 2012 3:23 PM
> To: questi...@freebsd.org
> Subject: 10Gb SFP+ recomendations?
>
>
> I'm looking for a reasonable
While I track CURRENT, not STABLE, the process should not be
significantly different. Here is what I do.
* Ed Flecko [2012-09-26 17:18 -0400]:
> I follow the documentation to keep my system up to date by doing:
Here I update the src tree.
# svn update /usr/src/
> # cd /usr/src
> # make buildw
I mistakenly changed the root shell to something which doesn't exist.
Was trying to make it bash and used /bin/bash instead of /usr/local/bin/bash.
As a consequence, all login attempts fail because the shell can't be found.
Unfortunatley, I shut down the session in which I modified /etc/passwd and
On Sep 26, 2012, at 6:06 PM, Gary Aitken wrote:
> I mistakenly changed the root shell to something which doesn't exist.
> Was trying to make it bash and used /bin/bash instead of /usr/local/bin/bash.
> As a consequence, all login attempts fail because the shell can't be found.
>
> Unfortunatley,
On Wed, 26 Sep 2012 19:06:18 -0600, Gary Aitken wrote:
> I mistakenly changed the root shell to something which doesn't exist.
> Was trying to make it bash and used /bin/bash instead of /usr/local/bin/bash.
A typical Linuxism. :-)
> As a consequence, all login attempts fail because the shell ca
>>> On 9/26/2012 9:06 PM, Gary Aitken wrote:
Probably not. Just boot a livecd that supports your HBA and FS, mount
your Root FS, and:
# vipwd -d /mnt/rootfs
or mount /usr as well and:
# chroot /mnt/rootfs usermod -s /usr/local/bin/bash root
guidance?
Thanks, all.
On 09/26/12 19:18, Polytropon wrote:
> On Wed, 26 Sep 2012 19:06:18 -0600, Gary Aitken wrote:
>> I mistakenly changed the root shell to something which doesn't exist.
>> Was trying to make it bash and used /bin/bash instead of /usr/local/bin/bash.
>
> A typical Linuxism. :-)
Never r
On Wed, 26 Sep 2012 22:07:26 -0600, Gary Aitken wrote:
> Thanks, all.
>
> On 09/26/12 19:18, Polytropon wrote:
> > That's why you should be using the "toor" account and leave "root"
> > unchanged.
>
> I realized that about the time I learned I had given root to a bad shell path;
> at which time I
Having set my shell to either sh or bash,
I can't seem to get .shrc to take.
If I have a .shrc that looks like:
PROMPT_DIRTRIM=3; export PROMPT_DIRTRIM
PS1=\\w$ ; export PS1
PS1 is not defined when I log in, and the prompt is set to the default instead.
If I do
./.shrc
nothing seems to c
On Wed, 26 Sep 2012 23:08:27 -0600, Gary Aitken wrote:
> Having set my shell to either sh or bash,
> I can't seem to get .shrc to take.
> If I have a .shrc that looks like:
>
> PROMPT_DIRTRIM=3; export PROMPT_DIRTRIM
> PS1=\\w$ ; export PS1
>
> PS1 is not defined when I log in, and the prom
On Wed, 26 Sep 2012 14:12-0700, Ed Flecko wrote:
> I see that CVS is being phased out in favor of subversion.
>
> I follow the documentation to keep my system up to date by doing:
>
> # cd /usr/src
> # make buildworld
> # make buildkernel
> # make installkernel
> # shutdown -r now
>
> and then.
from "David J. Weller-Fahy" :
> svn update /usr/src/
When you use svn the first time, svn doesn't know where the repository is,
and svn repository is not fully in sync with cvs or csup repository.
So you might need, in a fresh directory,
svn co svn://svn.freebsd.org/base/stable/9 /usr/src
Th
On Thu, 27 Sep 2012 02:34:47 -0400, Thomas Mueller wrote:
>
> from "David J. Weller-Fahy" :
>
> > svn update /usr/src/
>
> When you use svn the first time, svn doesn't know where the repository is,
> and svn repository is not fully in sync with cvs or csup repository.
>
> So you might need, in
On 09/26/12 23:22, Polytropon wrote:
> On Wed, 26 Sep 2012 23:08:27 -0600, Gary Aitken wrote:
>> Having set my shell to either sh or bash,
>> I can't seem to get .shrc to take.
>> If I have a .shrc that looks like:
>>
>>PROMPT_DIRTRIM=3; export PROMPT_DIRTRIM
>>PS1=\\w$ ; export PS1
>>
>>
30 matches
Mail list logo