Re: trek73

1999-10-24 Thread Gary Jennejohn
commentary to it ? Not all of us are sitting behind an internet connection which is being payed for by our employer, or dirt-cheap like in the US of A !! Julian E. only added a few characters, for cryin' out loud. --- Gary Jennejohn Home - [EMAIL PROTECTED] Work - [EMAIL PROTECTED] To Unsubscribe:

Re: [Call for review]: newsyslog - new option

1999-10-25 Thread Gary Jennejohn
Hellmuth Michaelis writes: I've added a new option (-o directory) to newsyslog to move the old logfiles into another directory than the original ones. works OK for me, although the English (Germish ?) in the man page could use some polishing. I only tested it using an absolute path. --- Gary

Re: show stopper for Gcc 2.95.2 conversion

1999-01-04 Thread Gary Jennejohn
ot;c" (count) : - "%edi", "%esi", "%ecx", "memory"); + "memory"); } #endif } @@ -723,7 +720,7 @@ loop 1b": "=a" (__x) :

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Gary Jennejohn
"David O'Brien" writes: On Sat, Nov 06, 1999 at 10:34:18AM +0100, Gary Jennejohn wrote: Here's a patch to bus.h which works for both EGCS and GCC 2.95.2. I have Here is the patch I've been working on (before I 1st got BDE's reply). The changes are mostly from OpenBSD + style changes f

Re: show stopper for Gcc 2.95.2 conversion

1999-11-07 Thread Gary Jennejohn
"Daniel C. Sobral" writes: Gary Jennejohn wrote: Any idea why GCC 2.95.2 produces so much more code ? Mmmm... O'Brien, could you make sure the space-critical code in sys/boot compiles ok? I still have GCC 2.95.2 installed. This is what I get in /sys/boot: === i386/boot2 (cd /u

Re: Kernel broken

2002-11-26 Thread Gary Jennejohn
/sound/pcm/mixer.c /sys/dev/sound/pcm/sound.c Changing the ``void *'' to ``struct mtx *'' allows the kernel to be compiled and sound also works. This is definitely a show-stopper and should be fixed ASAP, no matter which change is correct. cg is the last committer who touched the header. --- Gary

Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Gary Jennejohn
kernel and see the same messages reported by the original poster. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: syslog:soffice.bin (ooo-1.0.1) sched_get_priority_min/max

2002-11-27 Thread Gary Jennejohn
Andrew Kenneth Milton writes: +---[ Gary Jennejohn ]-- | Andrew Kenneth Milton writes: | +---[ Daniel Flickinger ]-- | | Every program in ooo-1.0.1 I have tried seems to be working | | correctly, but syslog is logging copious quantities

Re: NVIDIA driver

2002-12-08 Thread Gary Jennejohn
is, either set ``options PCI_ALLOW_UNSUPPORTED_IO_RANGE'' and make a new kenel or add ``hw.pci.allow_unsupported_io_range=1'' to your /boot/loader.conf and reboot. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED

Re: top %s not correct

2000-03-15 Thread Gary Jennejohn
fine. Something else must be wrong with your installation. Are your kernel and utilities in synch ? --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: DDB and dumping disk

2000-03-28 Thread Gary Jennejohn
invoking savecore ? --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

UP kernel performance and Matt Dillon's patches

2000-03-28 Thread Gary Jennejohn
on an Adaptec aic7880 Ultra SCSI adapter on my motherboard, in case it matters. Looks like something has been verschlimmbessert (a wonderful German word which means "made worse through improvement" :) ---- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubsc

Re: UP kernel performance and Matt Dillon's patches

2000-03-28 Thread Gary Jennejohn
Alfred Perlstein writes: * Gary Jennejohn [EMAIL PROTECTED] [000328 14:04] wrote: I'm running a UP machine with Matt's latest changes. I was just compiling a new kernel and noticed the my PS/2 mouse under X was very sluggish. I never noticed this sort of behavior before the changes, even

Re: MLEN and crashes

2000-04-02 Thread Gary Jennejohn
Bruce Evans writes: On Sun, 2 Apr 2000, Gary Jennejohn wrote: Moving the struct spppreq into global address space solves the problem, but that makes the kernel BSS somewhat larger. Redefining MAX_HDR to be 128 also fixes the problem, even with the struct spppreq on the stack. Big structs need

Re: MLEN and crashes

2000-04-03 Thread Gary Jennejohn
Bruce Evans writes: On Sun, 2 Apr 2000, Gary Jennejohn wrote: I think we should nuke csu_hdr since it's not used anywhere. Is that what you really mean ? Yes. I'm trying the following patch. Only tested at compile time. [patch snipped] Thank you, Bruce ! This is pretty much the same patch

Re: MLEN and crashes

2000-04-03 Thread Gary Jennejohn
Bruce Evans writes: On Mon, 3 Apr 2000, Gary Jennejohn wrote: Bruce Evans writes: On Sun, 2 Apr 2000, Gary Jennejohn wrote: I think we should nuke csu_hdr since it's not used anywhere. Is that what you really mean ? Yes. I'm trying the following patch. Only tested at compile time

Re: PPP segfaulting

2000-04-04 Thread Gary Jennejohn
). --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

kernel breakage in ng_base.c

2000-04-30 Thread Gary Jennejohn
f(filename, sizeof(filename), "ng_%s", typename); + error = linker_load_file(filename, lf); +#endif if (error != 0) return (error); lf-userrefs++; /* pretend loaded by the syscall */ ---- Gary Jennejoh

Re: kernel breakage in ng_base.c

2000-05-01 Thread Gary Jennejohn
"f.johan.beisser" writes: hrm, i'm sad to report that it did not work for me.. let me know if you need output from it, i'll see about sending it to you. -- jan On Sun, 30 Apr 2000, Gary Jennejohn wrote: Here's a simple patch which works for me. [patch deleted] Well, I only hav

NFS, rl0 and Alpha

2000-05-02 Thread Gary Jennejohn
this panic with various kernels, including one with sources cvsup'd yesterday (about 10 AM MEST). BTW2 the server (an x86 with rl0) is also running -current of the same vintage. Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED

Re: NFS, rl0 and Alpha

2000-05-04 Thread Gary Jennejohn
Matthew Dillon writes: :Thanks, but there is code in rl_rxeof() to align to a 32 bit boundary. :If that weren't the case than I would expect the Alpha to panic with :other IP applications, not just NFS. : :I don't know, NFS must be doing something weird. : :--- :Gary Jennejohn / [EMAIL PROTECTED

Re: NFS, rl0 and Alpha

2000-05-04 Thread Gary Jennejohn
Matthew Dillon writes: :Thanks, but there is code in rl_rxeof() to align to a 32 bit boundary. :If that weren't the case than I would expect the Alpha to panic with :other IP applications, not just NFS. : :I don't know, NFS must be doing something weird. : :--- :Gary Jennejohn / [EMAIL PROTECTED

Re: NFS, rl0 and Alpha

2000-05-05 Thread Gary Jennejohn
Bill Paul writes: Of all the gin joints in all the towns in all the world, Gary Jennejohn had to walk into mine and say: OK. Unfortunately, gdb core dumps when I try to analyze a crash dump with a debugging kernel :( Even worse, gdb core dumps when I try to run a debugging gdb in gdb to find

Re: Strange rpc.statd and mount_nfs

2000-06-08 Thread Gary Jennejohn
2630360 select IWs ??0:00.00 rpc.stat d This question has been correctly answered in the past. Look in the mail archives. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

PPPoE not working ?

2000-07-02 Thread Gary Jennejohn
..MUNC31-nrp 0x0020 3101 0400 105b 0382 ce6b 426d 4ea3 884c1[...kBmN..L 0x0030 10da 4907 7c ..I.| Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: PPPoE not working

2000-07-03 Thread Gary Jennejohn
help. ng_ether.ko was being automatically loaded before your change. Loading it before starting ppp also doesn't help. I'm beginning to think that the bug is in NETGRAPH. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubs

Re: PPPoE not working

2000-07-04 Thread Gary Jennejohn
Julian Elischer writes: Gary Jennejohn wrote: Doesn't help. ng_ether.ko was being automatically loaded before your change. Loading it before starting ppp also doesn't help. I'm beginning to think that the bug is in NETGRAPH. I agree. to be more precise, between the new

Re: cvs commit: src/sys/netgraph ng_ether.c

2000-07-06 Thread Gary Jennejohn
a source AMC address but for now just drop it in. Should fix PPPoE. Revision ChangesPath 1.2 +7 -1 src/sys/netgraph/ng_ether.c Yes, that fixed it. Thanks, Julian ! --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL

Re: 5.1-RELEASE TODO

2003-06-06 Thread Gary Jennejohn
off ACPI with FreeBSD, although it works with Windows XP. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: fdescfs naming inconsistency

2003-06-16 Thread Gary Jennejohn
Sean Kelly writes: So far my attempts to find the origin of this in the source have failed. It's probably here: ./sys/fs/fdescfs/fdesc_vfsops.c:bcopy(fdesc, mp-mnt_stat.f_mntfromname, sizeof(fdesc)); --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED

Re: device driver memory leak in 5.1-20030726?

2003-07-26 Thread Gary Jennejohn
in a hang - no crashdump. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: device driver memory leak in 5.1-20030726?

2003-07-27 Thread Gary Jennejohn
and a kernel from July 12. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: device driver memory leak in 5.1-20030726?

2003-07-27 Thread Gary Jennejohn
Gary Jennejohn writes: I've observed other problems with -current: 1) mount_msdos results in a kernel panic (NULL pointer deref) 2) mounting linuxprocfs also results in a panic Replying to myself. (2) is wrong. It doesn't panic, it just fails with a message that linuxprocfs doesn't support

Re: device driver memory leak in 5.1-20030726?

2003-07-28 Thread Gary Jennejohn
correctly. --- Gary Jennejohn / garyj[at]jennejohn.org gj[at]freebsd.org gj[at]denx.de ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: device driver memory leak in 5.1-20030726?

2003-07-29 Thread Gary Jennejohn
John-Mark Gurney writes: Gary Jennejohn wrote this message on Mon, Jul 28, 2003 at 12:58 +0200: It appears to me that the test in usb_block_allocmem() should be (p-tag-parent == tag || p-tag-parent == tag-parent) and NOT p-tag == tag! That's because bus_dma_tag_create() uses the tag

-current error in kernel build with NO_GEOM

2003-01-23 Thread Gary Jennejohn
/usr/src/sys. Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: -current error in kernel build with NO_GEOM

2003-01-23 Thread Gary Jennejohn
[EMAIL PROTECTED] writes: In message [EMAIL PROTECTED], Gary Jennejohn w rites: Am I the only person using NO_GEOM in -current? Probably. NO_GEOM is scheduled to be removed as an option in some weeks, so if there is a bug or other issue which prevents you from running GEOM

Re: continuing problems with RealPlayer

2003-01-26 Thread Gary Jennejohn
Mikhail Teterin writes: Can anyone, please, try the following URL, for example: pnm://rm.content.loudeye.com/~ttt-600111/0619060_0103_00_0002.ra Yup, kills my RealPlayer too. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail

Re: continuing problems with RealPlayer

2003-01-26 Thread Gary Jennejohn
Mikhail Teterin writes: On Sunday 26 January 2003 02:28 pm, Gary Jennejohn wrote: = Mikhail Teterin writes: = Can anyone, please, try the following URL, for example: = =pnm://rm.content.loudeye.com/~ttt-600111/0619060_0103_00_0002.ra = = = Yup, kills my RealPlayer too. -stable

ACPI and -current performance (was Re: -current TCP performance hosed?)

2001-09-15 Thread Gary Jennejohn
not being emptied. Using the above hint at boot time has restored the normal performance. Interstingly, I never saw performance problems over ethernet. Note that this is a ASUS A7M266 mobo with the AMD760 chipset. --- Gary Jennejohn [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail

Re: test

2001-11-16 Thread Gary Jennejohn
] for this sort of thing. -- Gary Jennejohn [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: How to boot a diskless -current ?

2001-11-22 Thread Gary Jennejohn
such an application - a pppoe router booted from floppy. I haven't tried it out myself, but I did look at what's in the package and it appears to provide all the funcionality needed. If you're interested I could send it to you. -- Gary Jennejohn [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe

init not reaping zombies from linux processes ?

2001-11-24 Thread Gary Jennejohn
laying around. Why didn't init reap these ? Is it because they're linux processes, or am I on the wrong track here ? -- Gary Jennejohn [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: applix 5.0 and current

2001-10-16 Thread Gary Jennejohn
/compat3x.i386/libc.so.3.gz.uu in /usr/lib allows applix to work in -current. I was wondering what to do about that. Thanks for the tip ! -- Gary Jennejohn [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: ld b0rked?

2002-06-27 Thread Gary Jennejohn
-cvsup your sources. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: _waitq_remove

2002-07-10 Thread Gary Jennejohn
that. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: AMD low power hacks

2002-07-30 Thread Gary Jennejohn
/A,KT333 CPU to PCI Bridge' class= bridge subclass = HOST-PCI So I have a KT266(A) at pci0:0:0 2) pciconf -r -b pci0:0:0 0x95 0x1c Bit 1 isn't set 3) pciconf -w -b pci0:0:0 0x95 0x1e turns on bit 1. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED

Re: make kernel failure: pecoff: machine/lock.h

2001-02-27 Thread Gary Jennejohn
Failing that, trying deleting your /sys/compile/NAME directory and re-config'ing your kernel. This has always worked for me. --- Gary Jennejohn / [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: make world stops during i4b compilation

2001-03-25 Thread Gary Jennejohn
nterface, how do you think PPP/HDLC works ? The interface is registered with the networking stack, just like a "real" networking card is. This make the ether device mandatory. -- Gary Jennejohn [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: make world stops during i4b compilation

2001-03-25 Thread Gary Jennejohn
seems that I'm wrong. Hellmuth Michaelis tells me that it _should_ be possible to use i4b without ether. Looks like this is a bug. -- Gary Jennejohn [EMAIL PROTECTED] [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Kernel Panic on FreeBSD 10.0-CURRENT #1 r253918

2013-08-05 Thread Gary Jennejohn
to list every module in the kernel. I don't have VIMAGE enabled so can't say whether it will really appear. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any

Re: Kernel Panic on FreeBSD 10.0-CURRENT #1 r253918

2013-08-05 Thread Gary Jennejohn
: unknown oid 'kern.conftxt': No such file or directory -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread Gary Jennejohn
or comment out the 4 lines starting at 160 in Makefile Run ``make patch'' cd work/NVIDIA-FreeBSD-x86_64-319.32/src patch [wherever the patch is] cd ../../.. make deinstall install clean kldunload the old nvidia.ko kldload the new nvidia.ko start X -- Gary Jennejohn

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread Gary Jennejohn
, putting the patch into files/ with that name works also and is much simpler than the steps I outlined. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: CURRENT crashes with nvidia GPU BLOB : vm_radix_insert: key 23c078 is already present

2013-08-10 Thread Gary Jennejohn
On Sat, 10 Aug 2013 14:59:22 +0200 O. Hartmann ohart...@zedat.fu-berlin.de wrote: On Sat, 10 Aug 2013 11:31:19 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: On Sat, 10 Aug 2013 11:10:40 +0200 Rainer Hurling rhur...@gwdg.de wrote: Yes, I can confirm, that it builds, installs

Re: kernel panic caused by Opera 11.50

2011-08-14 Thread Gary Jennejohn
to enter to Gmail or any web page with flash player and panic! Are you using the native opera or linux opera? I'm running the native version with 9.0-BETA1 FreeBSD 9.0-BETA1 #134: Tue Aug 9 14:36:26 CEST 2011 amd64 and I can watch videos on YouTube w/o any problem. -- Gary Jennejohn

Re: cvsup broken on amd64?

2011-09-10 Thread Gary Jennejohn
(about 1 year ago) was to delete /usr/share/zoneinfo/UTC. I don't know whether that's even still installed. I know, it's just a work around and not a real fix. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: Serial Port Configuration does not work

2011-09-10 Thread Gary Jennejohn
that. It's only used to initialize real ttys. The lock device seems to only be used in tty_ioctl(). I wasn't able to figure out where it gets initialized. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Serial Port Configuration does not work

2011-09-11 Thread Gary Jennejohn
On Sat, 10 Sep 2011 21:10:44 +0400 Boris Samorodov b...@ipt.ru wrote: On Sat, 10 Sep 2011 16:08:21 +0200 Gary Jennejohn wrote: On Tue, 06 Sep 2011 16:29:51 +0400 Boris Samorodov wrote: the port does not work as expected (at least as per The Handbook, 26.2.5 Serial Port

Re: Screwy behavior in ports framework

2011-09-13 Thread Gary Jennejohn
else. Define WRKDIRPREFIX which is an _absolute_ path to where workb2 is located, e.g. WRKDIRPREFIX=/my/temporary/work/dir or some such. Just because *you* happen to be in the directory where workb2 is located doesn't mean that it's visible to ports, which requires absolute paths. -- Gary Jennejohn

Re: no X after installing xorg + xfce

2011-09-18 Thread Gary Jennejohn
and reinstalling xf86-input-mouse and xf86-input-keyboard. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: 9.0 beta2 the new bsdinstaller

2011-09-25 Thread Gary Jennejohn
not be the way to go. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: multimedia/vlc: suddenly no graphical interface

2011-11-07 Thread Gary Jennejohn
, 0x7fffd5e0, 0x7fffd600) Blocked: call to sigaction(20, 0x7fffd600, 0x0) The version of vlc which I'm using: drwxr-xr-x 2 root wheel 512 Sep 5 14:03 /var/db/pkg/vlc-1.1.5,3 -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http

Re: ahci in FreeBSD 9

2011-12-01 Thread Gary Jennejohn
kernel config file since the module will be generated and installed by default. This is what I have makeoptions MODULES_OVERRIDE=ahci linux linprocfs msdosfs pseudofs ... #device ahci so it's obvious that I'm using only the module. -- Gary Jennejohn

Re: ahci in FreeBSD 9

2011-12-02 Thread Gary Jennejohn
On Fri, 2 Dec 2011 16:22:10 +1100 Greg 'groggy' Lehey g...@freebsd.org wrote: On Friday, 2 December 2011 at 1:50:19 +0100, Gary Jennejohn wrote: On Thu, 1 Dec 2011 21:31:18 +0200 George Kontostanos gkontos.m...@gmail.com wrote: Does this mean that loading ahci in loader.conf is useless

Re: [PATCH] Add a -h flag to mv

2012-08-29 Thread Gary Jennejohn
objections? [snip patch] Nope, seems like a reasonable extension to me (gj@). -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current

Re: loopback interface broken on current

2013-01-04 Thread Gary Jennejohn
. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: FreeBSD/amd64 on machine without ACPI BIOS?

2011-12-09 Thread Gary Jennejohn
for systems without ACPI. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: SCHED_ULE should not be the default

2011-12-12 Thread Gary Jennejohn
all 6 cores loaded this heavily. Usually 2 or more cores were at or below 90%. Not really that significant, but still a noticeable difference in apparent scheduling behavior. Whether the observed difference is due to some change in data from the kernel to gkrellm is beyond me. -- Gary

Re: SCHED_ULE should not be the default

2011-12-12 Thread Gary Jennejohn
On Mon, 12 Dec 2011 17:10:46 +0100 Lars Engels lars.eng...@0x20.net wrote: Did you use -jX to build the world? I'm top posting since Lars did. It was buildkernel, not buildworld. Yes, -j6. _ Von: Gary Jennejohn gljennj...@googlemail.com

Re: SCHED_ULE should not be the default

2011-12-12 Thread Gary Jennejohn
On Mon, 12 Dec 2011 08:04:37 -0800 m...@freebsd.org wrote: On Mon, Dec 12, 2011 at 7:32 AM, Gary Jennejohn gljennj...@googlemail.com wrote: On Mon, 12 Dec 2011 15:13:00 + Vincent Hoffman vi...@unsane.co.uk wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/12/2011 13

Re: SCHED_ULE should not be the default

2011-12-20 Thread Gary Jennejohn
with large ports builds which are not MAKE_JOBS_SAFE that the compile load migrates between the cores pretty quickly, but I haven't compared it to ULE. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: license question w.r.t. NFSv4.1 Layout drivers - calling all amateur lawyers

2011-12-28 Thread Gary Jennejohn
that the in-kernel linker won't brand the result of loading this module as tainted. This is based on 10 years of doing embedded Linux work and encountering this problem myself. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: CD Access in 9.x and -CURRENT

2011-12-30 Thread Gary Jennejohn
permxpt00660 permpass0 0660 permpass1 0660 permpass2 0660 permpass3 0660 Haven't tried listening to audio CDs, but I can rip them with no problem. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http

Re: kernel config files outside of sys/${ARCH}/conf ?

2012-01-12 Thread Gary Jennejohn
called DEFAULTS that extends the configuration you pass. Any objections to the addition of a -s option to config(8) to specify the location of the source tree ? Seems like a good idea to me as long as the old behavior is kept. -- Gary Jennejohn (gj

Re: [RFT] Major snd_hda rewrite

2012-01-12 Thread Gary Jennejohn
jack to use much simpler. I'm using pcm4. -- Gary Jennejohn (gj@) ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: Can't umount a formerly mounted drive

2012-02-03 Thread Gary Jennejohn
that they differ. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: CURRENT: buildworld fails

2012-05-19 Thread Gary Jennejohn
. This is a 6-core AMD64 system. I have WITH_BSD_SORT defined but I DO NOT have WITH_LIBCPLUSPLUS defined in /etc/src.conf. I'm also using the stock gcc in base and not clang. HTH. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http

Re: Silent reboots in head @r248550 starting xdm with x11/nvidia-driver

2013-03-21 Thread Gary Jennejohn
33554432, enabled bar [24] = type I/O Port, range 32, base 0xef00, size 128, enabled Above all, bar [14] is only half as large. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: Silent reboots in head @r248550 starting xdm with x11/nvidia-driver

2013-03-23 Thread Gary Jennejohn
On Thu, 21 Mar 2013 20:31:06 +0200 Konstantin Belousov kostik...@gmail.com wrote: On Thu, Mar 21, 2013 at 07:14:26PM +0100, Gary Jennejohn wrote: I wonder whether there isn't some dependency on the graphics chip being used. I'm running r248589 AMD64 and didn't have to touch a thing

Re: head auditdistd

2013-05-14 Thread Gary Jennejohn
and paste it using vipw. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

kernel compile broken in latest HEAD

2013-07-09 Thread Gary Jennejohn
to compile, which succeeded. It seems that none of these unions are used at the moment. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd

Re: kernel compile broken in latest HEAD

2013-07-09 Thread Gary Jennejohn
On Tue, 9 Jul 2013 23:50:57 +0800 Alie Tan a...@afflemedialab.com wrote: On Tue, Jul 9, 2013 at 11:32 PM, Gary Jennejohn gljennj...@googlemail.comwrote: I just saw this breakage while compiling a kernel on HEAD updated minutes ago

Re: kernel compile broken in latest HEAD

2013-07-09 Thread Gary Jennejohn
On Tue, 9 Jul 2013 22:33:56 +0200 Alexander Leidinger alexan...@leidinger.net wrote: On Tue, 9 Jul 2013 17:32:33 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: I just saw this breakage while compiling a kernel on HEAD updated minutes ago: Is your cc a gcc or clang? My one

Re: kernel compile broken in latest HEAD

2013-07-10 Thread Gary Jennejohn
On Wed, 10 Jul 2013 12:43:00 +0200 Alexander Leidinger alexan...@leidinger.net wrote: On Tue, 9 Jul 2013 17:32:33 +0200 Gary Jennejohn gljennj...@googlemail.com wrote: I simply named them all x to get the kernel to compile, which succeeded. I committed such a fix, can you please verify

Re: android bsd connectivity tools etc ?

2014-08-14 Thread Gary Jennejohn
hid them at around 4.2. I suspect that you just need some quirks to support the device. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd

Re: Syscons and termcap

2010-11-09 Thread Gary Jennejohn
no keymap expert. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: A big-ish machine, cannot boot

2010-11-19 Thread Gary Jennejohn
if the kernel does that. Yup, that's the boot loader. The kernel spits out printfs. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current

Re: new cpuid bits

2010-11-19 Thread Gary Jennejohn
in the text? -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: RFC regarding usage of ISO 8601 throughout the tree

2011-01-06 Thread Gary Jennejohn
:( isdnd was developed by h...@. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: xterm -C and TIOCCONS vs. PRIV_TTY_CONSOLE

2011-01-07 Thread Gary Jennejohn
to, except for a few which can raise some limits, because cr_uid is 0 (super user) So, the crux of the matter is whether OP's xterm is setuid root. My xterm is and I can run 'xterm -C' without a problem. -- Gary Jennejohn ___ freebsd-current

Re: R: Recent mouse freeze problem with X, different window managers, any browser and flash.

2011-01-12 Thread Gary Jennejohn
Tools-Add-Ons-Plugins to see whether you can disable flash (not sure about this, but it works with linux-firefox) -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: BSDInstall: merging to HEAD

2011-01-16 Thread Gary Jennejohn
, although I didn't try anything fancy and just used the quick install and the entire disk for simpicity. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: RFC vgrind in base (and buildworld)

2011-01-22 Thread Gary Jennejohn
personally have never used vgrind, but since it's available as part of /usr/ports/textproc/heirloom-doctools IMO it would be safe to remove it from base, maybe with a note in UPDATING. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http

Re: why panic(9) ?

2011-01-24 Thread Gary Jennejohn
to be the default on -current. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org

Re: missing us.dvorakr.kbd

2011-01-29 Thread Gary Jennejohn
neshort@carmen:/usr/obj/usr/src/sys/CARMEN amd64 Actually it's already present in /usr/src/share/syscons/keymaps, but for some reason it doesn't get installed. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http

Re: looking for a fast way to dump a dvd to a file on my hdd

2011-02-03 Thread Gary Jennejohn
, thanks to retries, large read requests and the ability to save progress (so you can try the failing sectors in another drive). And are these hacks available to the general public somewhere? -- Gary Jennejohn (gj@) ___ freebsd-current@freebsd.org

Re: $PATH and buildworld not getting along

2011-02-18 Thread Gary Jennejohn
such as /usr/local/* get sucked into a build. But what if the user wants to test whether world/kernel are buildable using a more recent version of gcc from ports? That seems legitimate to me. Just my Euro .02. -- Gary Jennejohn ___ freebsd-current

Re: XIO: fatal IO error 35 (Resource temporarily unavailable) on X server :0.0

2011-03-26 Thread Gary Jennejohn
ports to patch the defective port? Have you looked at the link? The patch is trivial and can easily be applied by hand. -- Gary Jennejohn ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: [PATCH] ifconfig(8) flag to display IPv4 netmasks in dot-decimal format

2011-04-11 Thread Gary Jennejohn
:) [1] http://lists.freebsd.org/pipermail/freebsd-hackers/2011-April/034997.html Looks good, except I'd change this line to read like this: +The +.Fl t +flag makes IPv4 netmasks being displayed in dotted decimal notation. ^ results in -- Gary Jennejohn

  1   2   3   4   5   >