On Tue, 2 Dec 2003, Jun Kuriyama wrote:
> At Mon, 1 Dec 2003 09:23:21 -0500 (EST),
> Robert Watson wrote:
> > This could be a sign of a VM or VFS lock leak or deadlock. I'd advise
> > hooking up a serial console, dropping to DDB over serial line, and posting
> > the results of "ps" and "show loc
At Mon, 1 Dec 2003 09:23:21 -0500 (EST),
Robert Watson wrote:
> This could be a sign of a VM or VFS lock leak or deadlock. I'd advise
> hooking up a serial console, dropping to DDB over serial line, and posting
> the results of "ps" and "show lockedvnods". We might then ask you to use
> the "show
On Dec 1, 2003, at 10:15 PM, Scott Long wrote:
Jonathan Mini wrote:
I have found that the cost of printing the spew often
slows down compiles measurably, especially when spewing
to an xterm running on a local XFree86 process. Even
with syscons, this is noticeable.
I generally tend to run my build
Jonathan Mini wrote:
I have found that the cost of printing the spew often
slows down compiles measurably, especially when spewing
to an xterm running on a local XFree86 process. Even
with syscons, this is noticeable.
I generally tend to run my builds behind the screen
port these days, which help
I have found that the cost of printing the spew often
slows down compiles measurably, especially when spewing
to an xterm running on a local XFree86 process. Even
with syscons, this is noticeable.
I generally tend to run my builds behind the screen
port these days, which helps (screen implements
Hi There
Fixing the speed on DS/11Mbps corrected one of the debug errors
(ath_rate_ctl: 2M -> 1M (0 ok, 1 err, 1 retr)) but I still with this 2 :
I think this error (ath_start: encapsulation failure) its cousing Ierrs
and the Oerrs on the netstat, becouse is doing it all the time same with
the
Hi All,
FreeBSD 5.2-B still does not detect my ATAPI DVD-ROM drive. This used to
work until Søren's ATAng commits. Other OSes (Win, Linux, Solaris)
detect the drive appropriately.
# uname -a
FreeBSD kiste.local 5.2-BETA FreeBSD 5.2-BETA #14: Sun Nov 30 18:51:31
CET 2003 [EMAIL PROTECTED]:/
On Mon, 2003-12-01 at 21:24, Tim Kientzle wrote:
> Why is the directory "usually the worst" for storing
> authentication information?
This one's fairly easy to answer: you want to stick authentication data
into a potentially public/exposed directory? Even traditional Unix uses
/etc/shadow (or mo
Eric Anderson wrote:
[..snip..]
ath_rate_ctl: 2M -> 1M (0 ok, 1 err, 1 retr)
If you are down to 1M, I think you may need to check signal strength
and such. I'd start with my testing near the AP (in sight of it at
least).
Ok - I don't usually talk to myself (not in public anyway) - but he
Marcos Biscaysaqu wrote:
After this I loss the connection and I have to restart the box:
this is getting worse :(
I haven't seen the debug mode kill my box, but anything can happen on
-current :)
ath_start: encapsulation failure
ath_rate_ctl: 5M -> 2M (0 ok, 1 err, 1 retr)
These ^^
After this I loss the connection and I have to restart the box:
this is getting worse :(
ath_start: encapsulation failure
ath_rate_ctl: 5M -> 2M (0 ok, 1 err, 1 retr)
ath_beacon_proc: beacon queue 9 did not stop?ath_beacon_proc: beacon
queue 9 did not stop?ath_beacon_proc: beacon queue 9 did not
Also I have
in dmsg:
ath_calibrate: channel 2437/e0
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_calibrate: channel 2437/e0
ath_rate_ctl: 1M
Hi there
This may help:
Im turn the debug on Im I recive lot of this:
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation failure
ath_start: encapsulation fai
Marcos Biscaysaqu wrote:
Hi Eric.
I have no loss connection on 11b only on 11g, so for the moment im
keep working with a Athreos Wireless card on hostap in 11b connecting
34 clients, and really is working VERY well until I have lot of Ierrs
and Oerrs and the ping to the client go from 2 ms
Marcos Biscaysaqu wrote:
Hi Eric.
I have no loss connection on 11b only on 11g, so for the moment im
keep working with a Athreos Wireless card on hostap in 11b connecting
34 clients, and really is working VERY well until I have lot of Ierrs
and Oerrs and the ping to the client go from 2 m
Greetings,
I found two calls of bcopy() in tcp_hostcache.c got the source and the
destination pointer wrongly.
# Perhaps the author got confused with memcpy(), I guess.
The fix is attached as a patch against tcp_hostcache.c as of revision 1.2.
Please review and incorporate the patch to the tree
Marcos Biscaysaqu wrote:
On a simpler yet related config, I have a linksys ag520 pci card
running with a linksys a/b/g AP. IT occasionally just loses
connectivity, but simply re-execing the ifconfig line brings it back.
Haven't found a rhyme or reason yet.
I'd send this to the FBSD list, but I
Garrett Wollman wrote:
<
The problem is that the authentication information needs to be stored
somewhere, and the usual solution is to store it in the directory,
...which is usually the worst possible place. Please don't penalize
those of us with sensible authentication systems.
Care to elaborat
On Monday 01 December 2003 05:25 pm, Leo Bicknell wrote:
> In an effort to cut down on Sam's load...
>
> This is a known issue. Evidently there are some low level radio
> counters that are incorrectly being reported as input errors.
> Basically they should be ignored until the driver can be change
Hi Leo.
Thanks for the information, but do you know if is some thing to do
to fix this? or simply I need wait for another driver version, because
the driver looks so much better than a couple a week ago, the only bad
thing is this problem and when happen kill all the wireless network
Thanks
Hi there.
I running an script every 4 sec. on my Freebsd Atheros Access Point to
log the netstat errors and I can confirm every time I have more than 3
Ierrs per sec or Oerrs per sec.. my ping to the clients box start to
be very high and the connection work very slow until the error go down
In an effort to cut down on Sam's load...
This is a known issue. Evidently there are some low level radio
counters that are incorrectly being reported as input errors.
Basically they should be ignored until the driver can be changed
to not report them.
--
Leo Bicknell - [EMAIL PROTECTE
Hi All,
FreeBSD 5.2-B still does not detect my ATAPI DVD-ROM drive. This used to
work until Søren's ATAng commits. Other OSes (Win, Linux, Solaris)
detect the drive appropriately.
# uname -a
FreeBSD kiste.local 5.2-BETA FreeBSD 5.2-BETA #14: Sun Nov 30 18:51:31
CET 2003 [EMAIL PROT
Hi there.
I running an script every 4 sec. on my Freebsd Atheros Access Point to
log the netstat errors and I can confirm every time I have more than 3
Ierrs per sec or Oerrs per sec.. my ping to the clients box start to be
very high and the connection work very slow until the error go down
aga
On Monday, 1 December 2003 at 17:12:23 -0700, Scott Long wrote:
> On Tue, 2 Dec 2003, Greg 'groggy' Lehey wrote:
>> On Monday, 1 December 2003 at 10:01:23 -0500, Robert Watson wrote:
>>> This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list.
>>>
>>> Show stopper defects for 5
On Tue, 2 Dec 2003, Greg 'groggy' Lehey wrote:
> On Monday, 1 December 2003 at 10:01:23 -0500, Robert Watson wrote:
> > This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list.
> >
> > Show stopper defects for 5.2-RELEASE
> >
> > +---
Here is an update I would like to install before 5.2-release.
This fixes the problems that people will run into during
'make installworld' when doing a source-upgrade from
5.1-release or 5.1-security to (what will be) 5.2-release.
To test this, I first upgraded a system to 5.1-RELEASE-p11.
I then c
On Monday, 1 December 2003 at 10:01:23 -0500, Robert Watson wrote:
> This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list.
>
> Show stopper defects for 5.2-RELEASE
>
> ++
> | Issue | Status |Re
On Tuesday 02 December 2003 08:46, Ryan wrote:
> Are you able to suspend to disk? So far I haven't been able to suspend to
> disk on my Inspiron 8200. I'm using the "fixed" DSDT table from the URL
> you posted as well.
I used to suspend to disk in 4.x after creating the S2D partition with the
flo
Garrett Wollman <[EMAIL PROTECTED]> writes:
> < =?iso-8859-1?q?Sm=F8rgrav?=) said:
> > The problem is that the authentication information needs to be stored
> > somewhere, and the usual solution is to store it in the directory,
> ...which is usually the worst possible place. Please don't penalize
Mathew Kanner wrote:
[patch ripped]
>
> Maxime,
> I think it would be better to isolate the changes (DUP_OK flag
> and lock creation) to just the channel code, no need to touch every
> driver.
Yes, but to do this I'd need either to make the channel code use
mtx_init() directly, which
< The problem is that the authentication information needs to be stored
> somewhere, and the usual solution is to store it in the directory,
...which is usually the worst possible place. Please don't penalize
those of us with sensible authentication systems.
-GAWollman
On Monday 01 December 2003 22:56, Thomas wrote:
> If you just looking for working acpi with your inspiron 8000 then try this
> patches at http://sandcat.nl/~stijn/freebsd/dell.php. It works for me with
> -current.
Thanx. It mentions the ports version of acpidump and iasl, which are already
in my
Robert Watson <[EMAIL PROTECTED]> writes:
> (1) Combine / and /usr into a single file system by default, and add
> /usr/local/etc/rc.d to the search order, with appropriate hacks to
> handle old-style scripts. The devil will be in the bikeshed, but the
> implementation is easy, except
"Jacques A. Vidrine" <[EMAIL PROTECTED]> writes:
> Hmm, I disagree completely. :-) [...]
You are bringing authorization into the fray... we're talking about
directory services (retrieving information about a user) and
authentication (identifying someone as that user), not authorization.
> > Al
Sorry again. My Bad.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Are you able to suspend to disk? So far I haven't been able to suspend to
disk on my Inspiron 8200. I'm using the "fixed" DSDT table from the URL
you posted as well.
--
Ryan "leadZERO" Sommers
Gamer's Impact President
[EMAIL PROTECTED]
ICQ: 1019590
AIM/MSN: leadZERO
-= http://www.gamersimpact.co
I received the following when shutting X down.
If you need any other info please let me know.
PS
I wasn't able to find any reports of this in the current@ or the PR
database. Should I submit a PR as well?
-
Sleeping on "itrmh" with the following non-sleepable locks held:
exclusiv
Sorry if I'm posting to the wrong place, but is anyone able to get to
www.freebsd.org?
It appears the webserver has stopped.
Again, sorry If this is the wrong place.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-
On Mon, 1 Dec 2003 10:01:23 -0500 (EST)
Robert Watson <[EMAIL PROTECTED]> wrote:
> This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues
> list. The live version of this list is available at:
>
> http://www.FreeBSD.org/releases/5.2R/todo.html
>
> Automated mailing of this lis
Hi
If you just looking for working acpi with your inspiron 8000 then try this patches at
http://sandcat.nl/~stijn/freebsd/dell.php. It works for me with -current.
regards
Thomas Vogt
Hi,
I've done some testing with acpi:
S1 level -> does not blank the display.
S2 level -> unsupported by the BI
On Mon, 1 Dec 2003, Alexander Motin wrote:
> Hi!
>
> licq 1.2.7 installed from ports does not works on 5.2-BETA with mapping
> libc_r to libkse:
>
> %licq -d0 -p qt-gui -- -noxim
> Fatal error 'No current thread.
> ' at line 318 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 2)
I ju
FWIW: I am also using an USB to boot install the
FreeBSD on my Toshiba 3480CT lap. It is a Toshiba
PA3043U-1FDD; BUT it takes no more than a couple of
minutes to load the 4.8 kern and mfsroot floppies.
/Dorin.
--- Zhang Shu <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to install the current-F
Hi,
I have a sort of working Pascal compiler up and running.
It used to be an old research project of mine, which never really made it
out since I started to play ISP. The last build was done in the COFF area,
and I've found that things have somewhat changed...
Small programs are working, because
On Mon, Dec 01, 2003 at 10:59:49AM -0800, Nate Lawson wrote:
> > On Mon, Dec 01, 2003 at 09:48:40AM -0800, Nate Lawson wrote:
> > > Your ASL indicates that it returns different values for present (based on
> > > PS2F) and current resources (based on KBDI). Please send me the URL to
> > > the full
On Dec 01, Maxime Henrion wrote:
> Jesse Guardiani wrote:
> > Jesse Guardiani wrote:
> Index: isa/ad1816.c
> ===
> RCS file: /space2/ncvs/src/sys/dev/sound/isa/ad1816.c,v
> retrieving revision 1.29
> diff -u -p -r1.29 ad1816.c
> --- i
On 1 Dec, Stefan Ehmann wrote:
> On Mon, 2003-12-01 at 01:10, Don Lewis wrote:
>> Can you reproduce this problem without bktr?
>>
>
>> You are getting a double panic, with the second happening during the
>> file system sync. The code seems to be be tripping over the same mount
>> list entry eac
On Mon, 1 Dec 2003, Martin Nilsson wrote:
> Is booting the install CD over a USB connected CDROM supposed to be
> working?
USB CDROM booting for FreeBSD currently does not work for either -stable
or -current.
I see exactly the same symptoms as you do.
-a
On 1 Dec, Roger Hardiman wrote:
> Hi
>
> Please can someone commit the bktr patch for me to fix 5.2-BETA
> (as long as re@ approve). I don't have the resources.
The patch has been committed with re@ approval.
___
[EMAIL PROTECTED] mailing list
http://l
On Wed, Nov 26, 2003 at 01:00:47PM +0900, NAKAJI Hiroyuki wrote:
> Hi,
>
> I'm preparing new machine with 5-current. First, I installed a snapshot on
> Feb 21 2003. It works well. From the beginning of this week, I started
> updating it to the latest, and found the problem.
>
...
> ad0: 38166MB
On Mon, 1 Dec 2003, Slawa Olhovchenkov wrote:
> On Mon, Dec 01, 2003 at 09:48:40AM -0800, Nate Lawson wrote:
> > Your ASL indicates that it returns different values for present (based on
> > PS2F) and current resources (based on KBDI). Please send me the URL to
> > the full ASL so I can see what s
Hi,
I've done some testing with acpi:
S1 level -> does not blank the display.
S2 level -> unsupported by the BIOS
S3/S4 level -> reboot the machine, with at best a print_cpu debug statement[1]
s5 level -> works as expected
[1] I've pressed 'pause' and copied it for anybody that wants the register
Yes, I use the following in make.conf:
WITH_LDAP=openldap2
WITH_OPENLDAP=yes
Great, I will give your patch a try. Thanks!
Sean
On Mon, 2003-12-01 at 10:23, Jacques A. Vidrine wrote:
> On Mon, Dec 01, 2003 at 10:10:20AM -0800, Sean McNeil wrote:
> > This was with Heimdal from an installation of
On Mon, 1 Dec 2003, Alexander Motin wrote:
> Hi!
>
> licq 1.2.7 installed from ports does not works on 5.2-BETA with mapping
> libc_r to libkse:
>
> %licq -d0 -p qt-gui -- -noxim
> Fatal error 'No current thread.
> ' at line 318 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 2)
>
>
On Mon, Dec 01, 2003 at 10:10:20AM -0800, Sean McNeil wrote:
> This was with Heimdal from an installation of -CURRENT. I am using LDAP
> functionality, so option (a) below is not an option. Option (b) below
> sounds more difficult than the change I made to /etc/rc.d/kerberos :)
>
> I hadn't thou
This was with Heimdal from an installation of -CURRENT. I am using LDAP
functionality, so option (a) below is not an option. Option (b) below
sounds more difficult than the change I made to /etc/rc.d/kerberos :)
I hadn't thought kerberos would get linked in such a manner, but now
that you mentio
On Mon, Dec 01, 2003 at 09:48:40AM -0800, Nate Lawson wrote:
> Your ASL indicates that it returns different values for present (based on
> PS2F) and current resources (based on KBDI). Please send me the URL to
> the full ASL so I can see what sets those two variables.
http://zxy.spb.ru/acpi.dump
On Mon, Dec 01, 2003 at 05:48:22PM +0100, Dag-Erling Smørgrav wrote:
> They are different issues, but in this context you can't discuss one
> without the other. Authentication doesn't work unless you have a user
> to authenticate. It makes no sense to separate them; you just end up
> duplicating
Hi,
This is a serious mistake of mine. I'll come up with a patch later today.
Scott
On Mon, 1 Dec 2003, Andreas Braukmann wrote:
> Hi there,
>
> Hardware: Tyan 2880 (K8S), single Opteron 240
> Adaptec 2200 or 2120, 2 Arrays (20 GB RAID-0, 20 GB RAID-5)
>
>
> booting the install
On Mon, 2003-12-01 at 11:48, Dag-Erling SmÃrgrav wrote:
> > If I understand you correctly, you believe that it would be possible
> > to unite the NSS and PAM switches, so that they used the same
> > configuration file, dynamic loading mechanisms, cascading, and so
> > on. Sure, I think that's poss
Your ASL indicates that it returns different values for present (based on
PS2F) and current resources (based on KBDI). Please send me the URL to
the full ASL so I can see what sets those two variables.
-Nate
___
[EMAIL PROTECTED] mailing list
http://lis
--On Montag, 1. Dezember 2003 17:41 Uhr +0100 Andreas Braukmann <[EMAIL PROTECTED]> wrote:
Hardware: Tyan 2880 (K8S), single Opteron 240
Adaptec 2200 or 2120, 2 Arrays (20 GB RAID-0, 20 GB RAID-5)
[...]
GEOM: create disk aacd1 dp=0xc6fa980c
panic: mutex Giant not owned at /usr/src/sy
Running with a MAC kernel, about to try booting identical but non-MAC; I'm
not able to reproduceit , however. bgfsck may have been running during
the shutdown. Apparently the device vnode for /usr is vrele()'d one too
many times at some point during the run, resulting in a panic. This is
with v
In a message written on Sun, Nov 30, 2003 at 09:48:45PM -0800, David O'Brien wrote:
> Lucky for me (who wants a static Bash), I don't have to make the
> decission -- ports are frozen and have been for a while.
This line of thinking seems a bit silly to me. We have a long
discussion documenting th
On Mon, 1 Dec 2003, Dag-Erling Smørgrav wrote:
> "Jacques A. Vidrine" <[EMAIL PROTECTED]> writes:
> > By `the two', do you mean directory services and authentication? They
> > are certainly not `essentially one'. But I suspect you know this and
> > I am just misunderstanding your meaning.
>
> T
I know this has been mentioned a few times before but I think I was able
to tie down what causes it more specifically. (Other reports of it just
mention starting programs).
For me the first time I try to set the default route I get the message.
(DHClient doesn't like to set my route the first time
"Jacques A. Vidrine" <[EMAIL PROTECTED]> writes:
> By `the two', do you mean directory services and authentication? They
> are certainly not `essentially one'. But I suspect you know this and
> I am just misunderstanding your meaning.
They are different issues, but in this context you can't disc
Hi
You haven't responded to this. I'm very interested in these patches,
please.
M
--- Forwarded Message
Date:Thu, 27 Nov 2003 11:51:19 +
From:Mark Murray <[EMAIL PROTECTED]>
To: Terry Lambert <[EMAIL PROTECTED]>
cc: [EMAIL PROTECTED]
Subject: Re: rtld + static linking
Hi there,
Hardware: Tyan 2880 (K8S), single Opteron 240
Adaptec 2200 or 2120, 2 Arrays (20 GB RAID-0, 20 GB RAID-5)
booting the install kernel gives:
[normal boot process]
aacd0: on aac0
aacd0: 20480 MB (41943040 sectors)
GEOM: create disk aacd0 dp=0xc2dc1c0c
aacd1: on aac0
aacd1: 2
On Sat, 29 Nov 2003 15:39:50 +
Matthew Seaman <[EMAIL PROTECTED]> wrote something
special:
> On Sat, Nov 29, 2003 at 03:23:48PM +0100, Axel S. Gruner wrote:
> > /usr/sbin/named
> >
> > i get this error message:
> >
> > opensocket_f: bind([0.0.0.0].53): Address already in use
> >
> > Ok, P
Hi!
licq 1.2.7 installed from ports does not works on 5.2-BETA with mapping
libc_r to libkse:
%licq -d0 -p qt-gui -- -noxim
Fatal error 'No current thread.
' at line 318 in file /usr/src/lib/libpthread/thread/thr_sig.c (errno = 2)
And after saying this it begins eat all free CPU.
If I remove thi
On Sun, Nov 30, 2003 at 07:46:55PM -0500, [EMAIL PROTECTED] wrote:
> Is this a known issue on 5.2 beta 6 sup'ed nov 29/03?
Yes, it's reported on a daily basis and is harmless.
Kris
pgp0.pgp
Description: PGP signature
This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list.
The live version of this list is available at:
http://www.FreeBSD.org/releases/5.2R/todo.html
Automated mailing of this list will continue through the release of
FreeBSD 5.2.
FreeBSD 5.2 Op
At Mon, 1 Dec 2003 09:23:21 -0500 (EST),
Robert Watson wrote:
> This could be a sign of a VM or VFS lock leak or deadlock. I'd advise
> hooking up a serial console, dropping to DDB over serial line, and posting
> the results of "ps" and "show lockedvnods". We might then ask you to use
> the "show
On Sat, Nov 29, 2003 at 02:45:24AM +0100, Dag-Erling Smørgrav wrote:
> "Jacques A. Vidrine" <[EMAIL PROTECTED]> writes:
> > Interesting. Explain, please. (Maybe privately or in another thread;
> > hate to keep this'n going.) Perhaps you mean that it is a design flaw
> > that two APIs are require
On Mon, 1 Dec 2003, Jun Kuriyama wrote:
> I got lockups in recent -current box. This box is my main workstation
> and usually be up to date kernel.
>
> In recent days, I usually locked up. This is not a panic, only locks
> up. My situation is:
>
> o KDE's clock is working.
> o KDE's virtua
On Monday 01 December 2003 15:06, Jun Kuriyama wrote:
> My box has 2GB memory, so it would be enough. My box makes world and
> release nightly and it locks usually at that time.
Which has the same characteristics as rebuilding a locate database or checking
suid bits on the entire drive: lotsa d
Jesse Guardiani wrote:
> Jesse Guardiani wrote:
>
> > I get this every time I `startx`. I didn't see it in
> > the archive either:
> >
> >
> > acquiring duplicate lock of same type: "pcm channel"
> > 1st pcm0:record:0 @ /usr/src/sys/dev/sound/pcm/dsp.c:144
> > 2nd pcm0:virtual:0 @ /usr/src/sys
On Sat, Nov 29, 2003 at 02:01:02PM +0100, Matthias Andree wrote:
> "Jacques A. Vidrine" <[EMAIL PROTECTED]> writes:
> > NSS and PAM do not overlap.
>
> I wonder how PAM gets "system" authentication information for pam_pwdb
> or pam_unix or how it's called today and on the pertinent system if not
>
At Mon, 1 Dec 2003 14:39:56 +0100,
Melvyn Sopacua wrote:
> > > o KDE's clock is working.
> > > o KDE's virtual screen switching is working.
> > > o Apache does not reply on 80/tcp from remote.
> > > o ssh from this box is still working.
>
> But ssh *to* the box doesn't right?
Yes.
> I've had thi
Jesse Guardiani wrote:
> I get this every time I `startx`. I didn't see it in
> the archive either:
>
>
> acquiring duplicate lock of same type: "pcm channel"
> 1st pcm0:record:0 @ /usr/src/sys/dev/sound/pcm/dsp.c:144
> 2nd pcm0:virtual:0 @ /usr/src/sys/dev/sound/pcm/dsp.c:146
> Stack backtrac
On Monday 01 December 2003 09:02, Soren Schmidt wrote:
> It seems Jun Kuriyama wrote:
> > I got lockups in recent -current box. This box is my main workstation
> > and usually be up to date kernel.
> >
> > In recent days, I usually locked up. This is not a panic, only locks
> > up. My situation
On Mon, Dec 01, 2003 at 09:47:04PM +0900, Hajimu UMEMOTO wrote:
> I made a patch for this. However, I forgot to sent it to Kerberos5
> guy.
Thanks! I'll see about getting it upstream.
Cheers,
--
Jacques Vidrine NTT/Verio SME FreeBSD UNIX Heimdal
[EMAIL PROTECTED] [EMAIL PROTECTED]
On Sat, Nov 29, 2003 at 04:41:11PM -0500, Richard Coleman wrote:
> There really needs to be an example file for nsswitch.conf in
> /usr/share/example. For people new to FreeBSD 5.X, there is no outward
> sign that nsswitch is supported other than the nsswitch.conf(5) man page.
I won't be adding
On Sun, Nov 30, 2003 at 10:37:08PM -0800, Sean McNeil wrote:
> Hello All,
>
> I was having trouble with startup and kdc/kadmin5 failing. Turns out
> that they were trying to access a shared library in /usr/local/lib
> (libldap.so.2). Unfortunately, both were getting started before
> ldconfig.
>
Hi,
> On Mon, 1 Dec 2003 04:11:34 -0800
> "David O'Brien" <[EMAIL PROTECTED]> said:
obrien> Ever since kerberos5 got hooked up to the build by default I'm getting
obrien> *TONS* (758) of CPP macros. An example is:
obrien> In file included from /usr/obj/usr/src/kerberos5/lib/libasn1/roke
Ever since kerberos5 got hooked up to the build by default I'm getting
*TONS* (758) of CPP macros. An example is:
In file included from /usr/obj/usr/src/kerberos5/lib/libasn1/roken.h:77,
from /usr/src/crypto/heimdal/lib/vers/print_version.c:38:
/usr/src/crypto/heimdal/lib/roken/r
I tried to install our CD/FDD-less servers from a CD-RW drive connected
on the USB port, the bootloader complains about "not ufs" and wants me
to enter a new boot device. This is 4.9-Release
On a late October current the system reboots.
I'll try with a fresh 5.2-BETA later today and see what ha
I'd cvsup'ed 5.1-CURRENT from 2003.11.04.02.02.00 up to
2003.11.28.00.00.00 with the turnstile support and it can still
causes sometimes a page fault in propogate_priority().
I have core dump and can send debug output.
Igor Sysoev
http://sysoev.ru/en/
On 1 Dec, Roger Hardiman wrote:
> Hi
>
> Please can someone commit the bktr patch for me to fix 5.2-BETA
> (as long as re@ approve). I don't have the resources.
If you're happy with the patch, I'll pursue re@ approval for the commit.
>> I'm not suprised that I haven't heard from him because thi
Hi
Please can someone commit the bktr patch for me to fix 5.2-BETA
(as long as re@ approve). I don't have the resources.
> I'm not suprised that I haven't heard from him because this issue came up
at the
> start of the Thanksgiving holiday weekend.
If only it were that simple. Actually I'm Engl
This fixes a bug where an attempt to load a file path which contains
an intermediate path element which is a file on the CD rather then
a directory results in the file being accessed like a directory... which
can lockup the boot code.
The fix is simple. Check to see if an inte
Hi.
On Sun, Nov 30, 2003 at 08:08:37PM -0800, Jerry Keefe wrote:
> I tried upgrading a Dell Optiplex GXa from Release 5.1p10 to the 5.2
> Beta using the mini-install CD. The system hangs in the boot loader.
> This problem doesn't happen with the Release 5.1 CDs.
>
> I then tried upgrading from
It seems Jun Kuriyama wrote:
>
> I got lockups in recent -current box. This box is my main workstation
> and usually be up to date kernel.
>
> In recent days, I usually locked up. This is not a panic, only locks
> up. My situation is:
>
> o KDE's clock is working.
> o KDE's virtual screen swi
I got lockups in recent -current box. This box is my main workstation
and usually be up to date kernel.
In recent days, I usually locked up. This is not a panic, only locks
up. My situation is:
o KDE's clock is working.
o KDE's virtual screen switching is working.
o Apache does not reply on 8
Hi,
I just bought a new WD 160GB disk and tried to attach
it to my system which is running FreeBSD 4.5-STABLE.
The system panics during the boot process, so I
figured this would be a good opportunity to try out
FreeBSD-5.2 BETA.
I burned a cd with the freebsd 5.2 beta "mini" iso
image, and then t
96 matches
Mail list logo