Re: user problems when upgrading to v15

2023-09-09 Thread brian whalen
Over the last week or so, stable/13, stable/14 and current have improved. Finally, I can make it through a build and install with a password on the root account and a user in the wheel group without having it fail. Brian On 9/9/2023 9:02 AM, John Baldwin wrote: On 9/2/23 7:11 AM, Dimitry

Re: user problems when upgrading to v15

2023-08-31 Thread brian whalen
ster/passwd as problems. If this is is expected behavior for current then no big deal. I just wasn't sure. Brian On 8/30/2023 7:35 PM, Graham Perrin wrote: On 31/08/2023 03:31, brian whalen wrote: Understood. I guess I was expecting the update process of etcupdate -p && make installwo

Re: user problems when upgrading to v15

2023-08-30 Thread brian whalen
/30/2023 7:21 PM, Graham Perrin wrote: On 31/08/2023 03:00, brian whalen wrote: … I ran etcupdate resolve accepting the remote option and saw 2 issues. The root user's password was deleted. The non root user no longer existed. Logically, remote does not include things such as your root user's password.

Re: user problems when upgrading to v15

2023-08-30 Thread brian whalen
I have seen this twice. Once when going from 13.2 to current 14.0 alpha1 and then to 15, and a 2nd time when going from 13.2 to 15. I have a user that is a member of the wheel group. After I upgraded and ran the post reboot commands in single user mode I was alerted to merge conflicts. I ran

pkg problems with v15

2023-08-30 Thread brian whalen
root@f15:~ # pkg update pkg: Warning: Major OS version upgrade detected.  Running "pkg bootstrap -f" recommended Updating FreeBSD repository catalogue... pkg: http://pkgmir.geo.freebsd.org/FreeBSD:15:amd64/quarterly/meta.txz: Not Found repository FreeBSD has no meta file, using default

Re: Git segfaulting in libcrypto.so when trying to clone.

2018-10-17 Thread Brian Scott
have a snapshot build). I also rebuilt 'pkg' to get over the same problem. Hopefully package building will catch up with this fairly quickly. My problem was on arm64 so probably a lower priority for getting ports back on track than amd64. Cheers, Brian On 17/10/18 7:15 pm, Brennan Vincent

Re: ALPHA3 niggles

2018-08-28 Thread Brian Scott
On 28/8/18 11:45 pm, Emmanuel Vadot wrote: > On Tue, 28 Aug 2018 22:10:18 +1000 > Brian Scott wrote: > >> Hi, >> >> Just a couple of small observations with 12.0-ALPHA3 from testing on a >> Raspberry-Pi 3: >> >> *    The boot loader (I presume the new

ALPHA3 niggles

2018-08-28 Thread Brian Scott
looking though. Keep up the good work, Brian ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Elantech Touchpad Woes - Support for Elantech touchpads over i2c/SMBus still possibly missing

2018-06-03 Thread Brian Kidney
. Anyone headed to the conference that might be able to lend me a hand? Thanks, Brian Brian Kidney, M.Eng., P.Eng. PGP Fingerprint: B8C9 D174 BABC 7FD8 67D0 DF84 FDEE B338 F248 A893 On 3 Jun 2018, at 2:43, Albert wrote: Michael, Good to know you still have plans to work on that eventually. It'd

Re: Leaving the Desktop Market

2014-04-01 Thread Brian Kim
mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org -- Best Wishes, Brian Kim ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: panic in get_next_dirent

2010-09-03 Thread Brian Somers
the problem? Thanks. On Thu, 02 Sep 2010 11:48:44 +0300 Andriy Gapon a...@icyb.net.ua wrote: Brian, after I upgrade from beginning-of-June kernel to end-of-August one (r211758) I get a panic in get_next_dirent which happens during parallel access to FS like during buildworld with -jN. I am

Re: A page fault in subr_turnstile.c:propogate_priority()

2003-12-03 Thread Brian F. Feldman
and the core dump in gdb -k, and show us the backtrace. Also, do you have any idea about more specific circumstances that will cause this problem? Thanks! -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED

IPv6 locking crash (recursion)

2003-11-26 Thread Brian Fundakowski Feldman
Has anyone else tried out the most basic IPv6 test: ndp -I iface and then ping6 fe80::normal address without %iface extension? I was greeted by recursion on a non-recursive lock. After some sleuthing, I tried to determine what conditions could be tested for that would indicate this must not call

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-22 Thread Brian F. Feldman
Bernd Walter [EMAIL PROTECTED] wrote: On Fri, Nov 21, 2003 at 12:35:50PM -0500, Brian F. Feldman wrote: Doug White [EMAIL PROTECTED] wrote: The OHCI driver is largely synced with NetBSD so you might see if they have the same bug. I'll look around for a bootable NetBSD CD. NetBSD

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-21 Thread Brian F. Feldman
, an ohci+ehci controller, or that it's some specific controller issue... On Thu, 20 Nov 2003, Brian F. Feldman wrote: Thanks for the patches to try! They unfortunately didn't fix the crash I have, but I found out why it's occurring. See ohci.c:1389: if (std-td.td_cbp != 0

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-21 Thread Brian F. Feldman
Bernd Walter [EMAIL PROTECTED] wrote: On Fri, Nov 21, 2003 at 12:35:50PM -0500, Brian F. Feldman wrote: Doug White [EMAIL PROTECTED] wrote: The OHCI driver is largely synced with NetBSD so you might see if they have the same bug. I'll look around for a bootable NetBSD CD. NetBSD

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-20 Thread Brian F. Feldman
are getting stalled. I should have looked at the debugging messages long ago, I guess. Thanks! http://green.homeunix.org/~green/ohci-debugging.txt.gz -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] \ The Power

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-20 Thread Brian F. Feldman
Brian F. Feldman [EMAIL PROTECTED] wrote: Thanks for the patches to try! They unfortunately didn't fix the crash I have, but I found out why it's occurring. See ohci.c:1389: if (std-td.td_cbp != 0) len -= le32toh(std-td.td_be

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2003-11-19 Thread Brian F. Feldman
Josef Karthauser [EMAIL PROTECTED] wrote: On Sun, Nov 17, 2002 at 01:18:00PM -0500, Brian F. Feldman wrote: ohci_alloc_std_chain+0xf5 (calling a DMAADDR() function, I believe) ohci_device_bulk_start+0x0d ohci_device_bulk_transfer+0x27 usbd_transfer+0xc0 umass_setup_transfer+0x4f

Re: if_tun failed to register

2003-11-05 Thread Brian Lynn
seem to be in order. Brian [1] Per this commit: mdodd 2003/04/14 23:25:58 PDT FreeBSD src repository Modified files: sbin/ifconfigifconfig.c Log: Don't abuse module names to facilitate ifconfig module loading; such abuse isn't really needed. (And if we do need type

Re: Kernel Panic

2003-11-04 Thread Brian F. Feldman
this is a dc issue? If so, hope the above helps in diagnosing the problem. Otherwise... any other pointers? instruction pointer = 0x8:0xc049d0db That will tell you exactly where the problem is... -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED

Re: cvs commit: src/sys/kern vfs_bio.c

2003-11-03 Thread Brian F. Feldman
to proceed and clean up buffer space. This will fix at least some of any deadlocks you may be seeing with md(4) or similar devices, totally unrelated to hardware. -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED

Re: runningbufspace related lock-ups with md(4)/UFS/SU (PATCH ?)

2003-10-31 Thread Brian F. Feldman
Brian F. Feldman [EMAIL PROTECTED] wrote: Kirk McKusick [EMAIL PROTECTED] wrote: I have been able to reproduce your hang on my system and your suggested fix does prevent it. I am going to run some more buffer starvation-type tests on it this week and if they do not cause other problems, I

Re: runningbufspace related lock-ups with md(4)/UFS/SU (PATCH ?)

2003-10-23 Thread Brian F. Feldman
; seems everyone who's been able to reproduce it can't do so anymore when the synchers are disallowed from waiting on runningbufspace (a couple extra people testing it that haven't spoken up on the list). -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL

Re: Using ipfw in current branch

2003-10-20 Thread Brian Lynn
, but read the whole thing anyway - it'll be good for you). Also, ipfw and ipfilter are not the same thing. Brian ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

runningbufspace related lock-ups with md(4)/UFS/SU (PATCH ?)

2003-10-16 Thread Brian Fundakowski Feldman
-td_proc != bufdaemonproc curthread-td_proc != updateproc) waitrunningbufspace(); 2038,2039d2041 static struct proc *bufdaemonproc; -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED

Re: Unable to boot cvsup 20031011

2003-10-15 Thread Brian J. Creasy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 15 Oct 2003, Terry Lambert wrote: Dimitry Andric wrote: On 2003-10-15 at 03:30:54 Brian J. Creasy wrote: unfortunately, we are not getting any errors. the system just restarts after it starts booting the kernel. I've got

Re: Unable to boot cvsup 20031011

2003-10-14 Thread Brian J. Creasy
proficient with freebsd kernel hacking, so hopefully someone else will be able to tackle this. - --- Brian J. Creasy -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/jIaZWMKWjLymTUYRArVrAJ454d0I3V3GvA+9FkNqpz6EL3y1KQCgt9Vk ArLxKFm9nNsfgiSe2ZpYPWs= =zLwX -END PGP SIGNATURE

Re: Unable to boot cvsup 20031011

2003-10-14 Thread Brian J. Creasy
where to start looking. It isn't ACPI since it still doesn't work when unloaded from the boot loader. --- Brian J. Creasy -- Anish Mistry the last good cvsup i did was quite a while ago. july 13th. i got a little hung up with the semester starting back up. there isn't a way to tell

Re: Unable to boot cvsup 20031011

2003-10-14 Thread Brian J. Creasy
alc Exp $); unfortunately, we are not getting any errors. the system just restarts after it starts booting the kernel. - --- Brian J. Creasy -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/jKNUWMKWjLymTUYRAq21AJ0TCECQQNrc7L1LZu6PJ/Xeq0ydxgCeIcoz 2TPzvP2MV/3/K6GmAJIFeHc

ata broken on Thinkpad A22m

2003-10-10 Thread Brian Buchanan
: syncing disks, buffers remaining... 3 3 1 1 done Uptime: 2m21s ata1-slave: WARNING - FLUSHCACHE recovered from missing interrupt -- Brian Buchanan, CISSP [EMAIL PROTECTED] -- FreeBSD

yep, umass still broken

2003-09-25 Thread Brian Fundakowski Feldman
-sim0:0:0:0): Medium not present (da0:umass-sim0:0:0:0): Unretryable error Opened disk da0 - 6 Mounting root from ufs:/dev/ad0s2a -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] \ The Power to Serve! \ Opinions

Re: Annoucning DragonFly BSD!

2003-07-17 Thread Brian Reichert
somewhere. :) -- Brian 'you Bastard' Reichert[EMAIL PROTECTED] 37 Crystal Ave. #303Daytime number: (603) 434-6842 Derry NH 03038-1713 USA BSD admin/developer at large ___ [EMAIL PROTECTED] mailing list

freebsd 5.0 on hp netserver lf

2003-03-21 Thread Brian J. Kirk
would be greatly appreciated. thanks, Brian -- Brian Kirk primuul.com To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: freebsd 5.0 on hp netserver lf

2003-03-21 Thread Brian J. Kirk
set hw.eisa_slots=12 works, it recognizes the controller and drives, then panics. I think I'll settle for 4.7 on here fow now. thanks for your help, Brian On Fri, Mar 21, 2003 at 06:00:29PM -0500, Matthew Emmerton wrote: - Original Message - From: Brian J. Kirk [EMAIL PROTECTED

Changes to libfetch in 5.0 break proxy support?

2003-03-03 Thread Brian J. McGovern
? -Brian To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

panic: cred/uidinfo botch

2003-02-27 Thread Brian Fundakowski Feldman
/trap.c:960 #15 0xc02cf7dd in Xint0x80_syscall () at {standard input}:139 -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] \ The Power to Serve! \ Opinions expressed are my own

Re: dsp device busy (me too) vchans weirdness

2003-02-13 Thread Brian F. Feldman
it by setting hw.snd.maxautovchans. It does produce a lot of could sleep with messages though: Yeah. I found and fixed that a few days ago. It's been around for at least a month, but for some reason I'm getting a lot of ENODEV errors in dsp_reset() which is what made it known. -- Brian Fundakowski

Sysinstall project?

2002-12-23 Thread Brian J. McGovern
I was just going through the list of projects at the FreeBSD website. I didn't see one for the installer. I was curious if anyone was working on an upgrade/replacement for sysinstall... I know of Jordan's paper on the subject, et al, but curious if anyone was doing anything more than maintaining

Re: UMA panic under load

2002-12-14 Thread Brian F. Feldman
, but has not set PRS_ZOMBIE yet (which would be preventing the swapout). It's clearly not correct for a process in exit1() to be swapped out, and the vmspace _needs_ to be decremented in the correct place or resources are NEVER freed when the race is lost. -- Brian Fundakowski Feldman

Re: UMA panic under load

2002-12-14 Thread Brian F. Feldman
Jake Burkholder [EMAIL PROTECTED] wrote: Apparently, On Sat, Dec 14, 2002 at 07:37:31PM -0500, Brian F. Feldman said words to the effect of; John Baldwin [EMAIL PROTECTED] wrote: On 12-Dec-2002 Kris Kennaway wrote: I got this on an alpha tonight. It was under heavy load

Re: UMA panic under load

2002-12-14 Thread Brian F. Feldman
vmspace can exit at the same time, and the vm_refcnt could be 2 the entire time, so neither would perform the current if (--vm-vm_refcnt == 0) { block. -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve

fincore.c strikes again (panic bremfree: bp not locked)

2002-12-12 Thread Brian Fundakowski Feldman
) { if (print_name) printf(%s: ,av[optind]); printf(%d,pcount); if (print_sizepages) printf(/%d,numpages); printf(\n); } close(fd); } exit(status); } -- Brian Fundakowski

A couple of 5.0 RC#0 sysinstall issues

2002-12-10 Thread Brian J. McGovern
I just installed RC#0. It appears to be as good as some of the DP versions. I haven't done much with it yet, but a couple of minor sysinstall issues that are ugly. 1.) It appears, during install that devfs gets mounted on /dev twice. It doesn't appear to impact anything, its just an oddity. 2.)

Diffs for TREK Smartdrive (8MB) support

2002-12-02 Thread Brian J. McGovern
would like someone to commit this, and let me know when its in. Thanks. -Brian PS - I'll be looking at doing a patch for -STABLE, as well, but the USB code looks very, very different diff -r sys/dev/usb/umass.c sys/dev/usb.new/umass.c 325a326,330 { USB_VENDOR_TREK

Re: Are SysV semaphores thread-safe on CURRENT?

2002-11-30 Thread Brian Smith
as the SysV semaphores, where they block the entire process, allowing the same deadlock situation to occur. Has this flock() behavior changed in CURRENT? It seems like this behavior is much more likely to change than the SysV code. Thanks! Brian Smith To Unsubscribe: send mail to [EMAIL

Re: DP2 iso crash on boot

2002-11-19 Thread Brian Dean
/loader.conf file: exec=unset ACPI_LOAD Good luck! -Brian -- Brian Dean [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Are SysV semaphores thread-safe on CURRENT?

2002-11-18 Thread Brian Smith
! Brian Smith To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Are SysV semaphores thread-safe on CURRENT?

2002-11-18 Thread Brian Smith
). Is this the recommended method of preventing these problems? (the SysV semaphore is protecting shared memory accessed by multiple processes). Thanks for the info... it explains alot! Brian Smith To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2002-11-17 Thread Brian F. Feldman
Brian Fundakowski Feldman [EMAIL PROTECTED] wrote: I can't get more info because crash dumps don't work when this happens, but for what it's worth, here's a traceback which shows what happens when I attempt to use my da0: SanDisk ImageMate II 1.30 Removable Direct Access SCSI-2 device

UFS2 extended attribute corruption woes

2002-11-08 Thread Brian Fundakowski Feldman
; -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \ Opinions expressed are my own. \,,\ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: 5.0-RUSH: -current install testers wanted!

2002-10-22 Thread Wm Brian McCane
. Unfortunately, I cannot get to my broadband connection until Thursday because I am staying with my wife at the hospital. If noone else sends you one, I will try to make one for you and mail it then. - brian On Tue, 22 Oct 2002, Juli Mallett wrote: * De: Soeren Schmidt [EMAIL PROTECTED] [ Data

Re: kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2002-10-18 Thread Brian F. Feldman
Josef Karthauser [EMAIL PROTECTED] wrote: Does this happen on a current with this patch applied too? I'm certain I tried this already :( -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve

Re: SSE

2002-10-06 Thread Brian F. Feldman
,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE AMD Features=0xc040AMIE,DSP,3DNow! I'm trying to track it down, though. -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve

Re: SSE

2002-10-06 Thread Brian F. Feldman
problems ? (P III based SMP system here) Yes, I see the same problems with npxrestore() in sigreturn(), but on my Athlon it seems to occur with or without SSE. I'm trying to track it down... -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED

vnode locking screwed up in src/sys/ufs/ffs/ffs_snapshot.c:ffs_snapshot()

2002-10-06 Thread Brian Fundakowski Feldman
I got a crash today because xvp did not have an interlock when the call was made to vn_lock(LK_INTERLOCK): 407 if (snapdebug) 408 vprint(ffs_snapshot: busy vnode, xvp); 409 if (vn_lock(xvp, LK_EXCLUSIVE | LK_INTERLOCK, td) != 0)

kernel panic trying to utilize a da(4)/umass(4) device with ohci(4)

2002-10-06 Thread Brian Fundakowski Feldman
. -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \ Opinions expressed are my own. \,,\ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: SSE

2002-10-05 Thread Brian F. Feldman
problems ? (P III based SMP system here) I seem to have the same problem on my currently-UP Athlon system, whether or not SSE is enabled; I'm trying to track it down... -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED

Re: panic from _mutex_assert in kern_lock.c

2002-10-05 Thread Brian F. Feldman
/ ffs_snapshot.c:ffs_snapshot(), as the mnt vnode list is traversed none of the vnodes (xvp) would actually GET VI_LOCK()ed in the first place, and so the LK_INTERLOCK is bogus in the vn_lock() call. Kirk would know for sure what to do about this... -- Brian Fundakowski Feldman \'[ FreeBSD

Re: panic from _mutex_assert in kern_lock.c

2002-10-05 Thread Brian F. Feldman
Steven G. Kargl [EMAIL PROTECTED] wrote: Brian F. Feldman said: Steven G. Kargl [EMAIL PROTECTED] wrote: The source tree was retrieved by cvsup at 21:47 (PST) on Oct 4. This is a non-GEOM and non-acpi kernel. I have the core and kernel.debug, so any further postmortem

Re: SSE

2002-10-05 Thread Brian F. Feldman
Brian F. Feldman [EMAIL PROTECTED] wrote: German Tischler [EMAIL PROTECTED] wrote: Hi. I can panic my current system compiled from sources of yesterday by just starting mozilla or ogg123 ogg-file if I don't include options CPU_DISABLE_SSE in my kernel configuration file

Re: GEOM problems?

2002-10-05 Thread Brian F. Feldman
partition table? If so, disklabel on ad0 or ad2 itself would be valid. It doesn't appear you are, in which case a disklabel operation should be performed on the slice, e.g. disklabel ad2s2. -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED

Re: make install failed on XFree86-4-client (with 6/10 -current)

2002-06-30 Thread Brian Somers
Well, this has been happening for about a year on my dev box. It's not gcc 3.1 specific. I've never gotten around to figuring out why it works on some machines. On Sat, 29 Jun 2002 19:41:51 -0700, David O'Brien wrote: On Sat, Jun 29, 2002 at 11:30:48PM +0100, Brian Somers wrote: The problem

Re: make install failed on XFree86-4-client (with 6/10 -current)

2002-06-29 Thread Brian Somers
/glxinfo. *** Error code 1 -- self-producing in perl : $_=q(print\$_=q($_);eval;);eval; -- V Vinay -- Brian [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.Awfulhak.orgbrian@[uk.]FreeBSD.org Don't _EVER_ lose your

memory/swapping problem

2002-06-27 Thread Wm Brian McCane
get a call that email is down. I have actually gone out and killed every process running on the machine that I can (including inetd, syslogd, cron, sshd, sendmail and inn). The wired memory is never released until I reboot the machine. Any ideas (other than going to STABLE :)? - brian

Re: Automagic Reboots

2002-06-25 Thread Brian F. Feldman
at all, though. At the moment, I've checked everywhere obviously M_KQUEUE memory is alloced and dealloced and have no good leads. -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \ Opinions

Re: Floppy only 8.3 filenames

2002-06-22 Thread Brian K. White
mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message ugh top-posting... perhaps try forcing it with -o longnames ? Brian K. White -- [EMAIL PROTECTED] -- http://www.aljex.com/bkw/ +[+++[-]-]+..+.+++.-.[+---]++. filePro BBx Linux SCO

Re: Upgrade instructions are incorrect

2002-05-22 Thread Brian K. White
Unlike replying to something without including a shred of context, to half-a-dozen addresses including a mail list, to which all the other recipients are probably subscribed anyways. Brian K. White -- [EMAIL PROTECTED] -- http://www.aljex.com/bkw

Re: loader failure

2002-05-15 Thread Brian Somers
Booting DP1's GENERIC with the old loader and the new userland works fine. Clean tree, no funny stuff in make.conf (unless 'CPUTYPE?=ev56' counts as funny stuff) This was fixed an hour or so ago. Phk backed out the daddr_t size change pending investigation. -- Brian [EMAIL PROTECTED

Re: loader failure

2002-05-15 Thread Brian Somers
Brian Somers [EMAIL PROTECTED] writes: This was fixed an hour or so ago. Phk backed out the daddr_t size change pending investigation. Does that fix the loader too, or just the kernel? I'm not sure, I'm just rebuilding now. Remember, /boot/loader.old is left around... handy

Re: loader failure

2002-05-15 Thread Brian Somers
Brian Somers [EMAIL PROTECTED] writes: This was fixed an hour or so ago. Phk backed out the daddr_t size change pending investigation. Does that fix the loader too, or just the kernel? I'm not sure, I'm just rebuilding now. Remember, /boot/loader.old is left around... handy

Re: CURRENT and P-IV problems

2002-05-07 Thread Brian Somers
On Sat, May 04, 2002 at 09:26:33PM +0100, Brian Somers wrote: Try disabling -pipe when building the compiler. This seems to make things more stable here (CFLAGS=-O in /etc/make.conf) - as if building the kernel with -pipe sometimes produces a kernel that subsequently murders

Re: Problems with Dell Inspiron 2500/NEWCARD/Xircom CBEM56G

2002-05-06 Thread Brian F. Feldman
0.1, where the Ethernet was probably found at 0.0). Sound about right? -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \ Opinions expressed are my own

Re: CURRENT and P-IV problems

2002-05-04 Thread Brian Somers
] -- ImproWare AG, UNIXSP ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 061 826 93 00: +41 61 826 93 01 PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E -- -- Brian [EMAIL PROTECTED

Re: ipfilter not broken for me

2002-04-29 Thread Brian Somers
/kernel/kernel seems ok now. /boot/kernel.sig/kernel isn't. -- Brian [EMAIL PROTECTED][EMAIL PROTECTED] http://www.freebsd-services.com/brian@[uk.]FreeBSD.org Don't _EVER_ lose your sense of humour ! brian@[uk.]OpenBSD.org To Unsubscribe: send mail to [EMAIL

Re: Revision 1.88 of kern_linker.c breaks module loading for diskless

2002-04-25 Thread Brian Somers
or rootvp are non-NULL after an NFS-mounted root is set up, I'd thankfully approve the quick fix... :*) Cheers. Ian -- Brian [EMAIL PROTECTED][EMAIL PROTECTED] http://www.freebsd-services.com/brian@[uk.]FreeBSD.org Don't _EVER_ lose your sense of humour ! brian@[uk

Re: Memory overwrite problem in the -current kernel ??

2002-04-23 Thread Brian Dean
On Tue, Apr 23, 2002 at 01:54:17PM +0200, Poul-Henning Kamp wrote: This commit detects a memory overwrite problem in the kernel which happens before we ever get into userland for the first time. Do you know the address being corrupted? If so, try breaking into ddb early on and set a hardware

Re: cvs commit: src/usr.sbin/ppp Makefile async.c async.h atm.c bundle.c ccp.c ccp.h chap.c chap.h chat.c command.c datalink.c datalink.h defs.c defs.h ether.c exec.c i4b.c lcp.c lcp.h main.c mppe.c netgraph.c netgraph.h physical.c physical.h route.c tcp.c ...

2002-04-14 Thread Brian Somers
Hello. brian 2002/03/30 04:30:11 PST Modified files: usr.sbin/ppp Makefile async.c async.h atm.c bundle.c ccp.c ccp.h chap.c chap.h chat.c command.c datalink.c datalink.h defs.c

Re: mktime() doesn't fix deadzones...

2002-04-10 Thread Brian Somers
or have any thoughts? -sc -- Brian [EMAIL PROTECTED][EMAIL PROTECTED] http://www.freebsd-services.com/brian@[uk.]FreeBSD.org Don't _EVER_ lose your sense of humour ! brian@[uk.]OpenBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: segfault in getpwuid()?

2002-04-05 Thread Brian Somers
glib12) This makes panel,gnome-session, etc all crash on start. -current as of this morning. -Seth -- Brian [EMAIL PROTECTED][EMAIL PROTECTED] http://www.freebsd-services.com/brian@[uk.]FreeBSD.org Don't _EVER_ lose your sense of humour ! brian@[uk

Re: The sendmail discussion...

2002-03-28 Thread Brian T . Schellenberger
to [EMAIL PROTECTED] | with unsubscribe freebsd-stable in the body of the message -- Brian T. Schellenberger . . . . . . . [EMAIL PROTECTED] (work) Brian, the man from Babble-On . . . . [EMAIL PROTECTED] (personal) ME -- http://www.babbleon.org http://www.eff.org

Re: cvs commit: src/sys/kern kern_mtxpool.c src/sys/sys kernel.h src/sys/vm vm_fault.c vm_glue.c vm_map.c vm_map.h vm_pageout.c vm_zone.c

2002-03-18 Thread Brian F. Feldman
a primary reason that the VM system as it stands now is inherently single-threaded. -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \ Opinions expressed are my own

Re: gcc -O broken in CURRENT

2002-03-15 Thread Brian T . Schellenberger
on FreeBSD. Are there others? If you mean the FreeBSD-native netscape 4.x; yes, it's perfectly silly to run *that*. | | Ken | | | To Unsubscribe: send mail to [EMAIL PROTECTED] | with unsubscribe freebsd-hackers in the body of the message -- Brian T. Schellenberger . . . . . . . [EMAIL PROTECTED

Re: HEADS UP: Be nice to -CURRENT ( 1 week Feature Slush )

2002-03-08 Thread Brian Somers
Mark Murray \_ O.\_Warning: this .sig is umop ap!sdn -- Brian [EMAIL PROTECTED]brian@[uk.]FreeBSD.org http://www.Awfulhak.org brian@[uk.]OpenBSD.org Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to [EMAIL PROTECTED

Re: HEADS UP: Be nice to -CURRENT ( 1 week Feature Slush )

2002-03-08 Thread Brian Somers
www.FreeBSD.org -- Brian [EMAIL PROTECTED][EMAIL PROTECTED] http://www.freebsd-services.com/brian@[uk.]FreeBSD.org Don't _EVER_ lose your sense of humour ! brian@[uk.]OpenBSD.org To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Is Adaptec ATA Raid Supported

2002-02-27 Thread Wm Brian McCane
/100 raid controller with up to 128MB onboard cache and it support Levels 0,1,0+1 and 5. Looks real promising, but I cannot see any support for it in ata-raid.[ch]. Will the current code support this card? Or are there plans to add it in the near future? tia, - brian To Unsubscribe: send mail

Re: lomac

2002-02-25 Thread Brian F. Feldman
there to be fully-functionalI don't think there would be any harm in adding it, though, and saying as much in /etc/defaults/rc.conf :) -- Brian Fundakowski Feldman \'[ FreeBSD ]''\ [EMAIL PROTECTED] [EMAIL PROTECTED] \ The Power to Serve! \ Opinions

Re: -CURRENT in pretty good shape, after all

2002-02-24 Thread Brian K. White
power supply and a little ram and it's been a damned fine freebsd box for me. neven gnome and enlightenment and gimp and netscape et al are fast enough to be useable, although I did disable gnome and E in favor of icewm just on general principle. Brian K. White -- [EMAIL PROTECTED] -- http

Re: USB detach crashes possibly fixed

2002-02-16 Thread Brian F. Feldman
Paul van der Zwan [EMAIL PROTECTED] wrote: On 14-Feb-2002 (08:29:50/GMT) Brian Fundakowski Feldman wrote: Please try this change (already committed to -CURRENT) and let me know if crashes due to detaching USB devices specifically have been eliminated. I cvsupped on Feb 14, 20

USB detach crashes possibly fixed

2002-02-14 Thread Brian Fundakowski Feldman
Please try this change (already committed to -CURRENT) and let me know if crashes due to detaching USB devices specifically have been eliminated. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/usb.c.diff?r1=1.54r2=1.55f=h -- Brian Fundakowski Feldman

Re: Junior Annoying Hacker Task

2002-02-03 Thread Brian T . Schellenberger
On Saturday 02 February 2002 03:57 pm, Juha Saarinen wrote: On Sat, 2 Feb 2002, Brian T.Schellenberger wrote: No, it's not, because it still maintains a separation between system control (rc.conf) and application control (/var/packges). It's more like config.sys or something

Re: Junior Annoying Hacker Task

2002-02-02 Thread Brian T . Schellenberger
] with unsubscribe freebsd-stable in the body of the message -- Brian T. Schellenberger . . . . . . . [EMAIL PROTECTED] (work) Brian, the man from Babble-On . . . . [EMAIL PROTECTED] (personal) ME -- http://www.babbleon.org http://www.eff.org -- GOOD GUYS -- http

Re: Junior Annoying Hacker Task

2002-02-01 Thread Brian T . Schellenberger
PROTECTED] with unsubscribe freebsd-stable in the body of the message -- Brian T. Schellenberger . . . . . . . [EMAIL PROTECTED] (work) Brian, the man from Babble-On . . . . [EMAIL PROTECTED] (personal) ME -- http://www.babbleon.org http://www.eff.org

Re: Junior Annoying Hacker Task

2002-02-01 Thread Brian T . Schellenberger
On Friday 01 February 2002 08:38 pm, Terry Lambert wrote: Brian T.Schellenberger wrote: - There is not a single point of failure for all progams; it only controls basic system functions and services, it does not control applications, so if it fails, your applications aren't all screwed up

Re: PPP Dial of External Modem Fails in 'Current'

2002-01-22 Thread Brian Somers
know what might be causing this ?? Sorry I'm a bit late in replying. The above command is ``set ifaddr'', not ``set ifadr'' :) Thanks, Glenn G. -- Brian [EMAIL PROTECTED][EMAIL PROTECTED] http://www.freebsd-services.com/brian@[uk.]FreeBSD.org Don't _EVER_ lose

CD sysinstall broken (fix)

2002-01-04 Thread Brian Fundakowski Feldman
(); -if (!mountfailed !Fake) - unmount(/mnt/dev, MNT_FORCE); dialog_clear_norefresh(); return DITEM_SUCCESS | DITEM_RESTORE; } -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe

Re: CD-ROM installation of -CURRENT broken?

2001-12-20 Thread Brian F. Feldman
Bruce Evans [EMAIL PROTECTED] wrote: On Wed, 19 Dec 2001, Brian Fundakowski Feldman wrote: Does anyone know when installation of -CURRENT from CD-ROM got broken or a solution thereof? We end up having two problems: the fixit shell doesn't work, but before that an actual installation

CD-ROM installation of -CURRENT broken?

2001-12-19 Thread Brian Fundakowski Feldman
determined yet why this could be; anyone have clues? -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / [EMAIL PROTECTED]`--' To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: current doesnt see ps2 port with acpi enabled on intel vc820

2001-12-16 Thread Brian K. White
on the rare occasion I feel like playing with x on this box. /blather Brian K. White -- [EMAIL PROTECTED] -- http://www.aljex.com/bkw/ +[+++[-]-]+..+.+++.-.[+---]++. filePro BBx Linux SCO Prosper/FACTS AutoCAD #callahans Satriani To Unsubscribe: send mail to [EMAIL

ibcs

2001-12-14 Thread Brian K. White
is anyone using ibcs on current ? Brian K. White -- [EMAIL PROTECTED] -- http://www.aljex.com/bkw/ +[+++[-]-]+..+.+++.-.[+---]++. filePro BBx Linux SCO Prosper/FACTS AutoCAD #callahans Satriani To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

  1   2   3   4   5   6   7   8   9   >