Making mergemaster skip certain files

2007-11-16 Thread J. Porter Clark
thers. Mergemaster has so many options that I'm fairly certain that there must be some way to do this. -- J. Porter Clark <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-question

Samba 3.6.4 winbindd

2012-04-20 Thread J. Porter Clark
ork, but I really need to go to 3.6.* for the NTLMv2 support. -- J. Porter Clark ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Status of Chromium port...

2013-05-15 Thread J. Porter Clark
ly. Seems to > be a major update. Indeed, seems a real mess now. I told it not to use pulseaudio, it wants to install it anyway, along with gdbm and accessibility/speech-dispatcher. WTF? Might want to hold off until some of this gets fixed... -- J. Porter Clark

g_vfs_done and error 11 (EDEADLK)

2013-08-23 Thread J. Porter Clark
: Thu Aug 22 09:13:25 CDT 2013 j...@drum.msfc.nasa.gov:/usr/obj/usr/src/sys/BORODIN9 i386 -- J. Porter Clark ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any ma

Okay, who broke sysutils/eject?

2003-11-01 Thread J. Porter Clark
/var eject: /dev/da1s1e mounted on /home eject: unmounting /home eject: /home: Device busy In neither case is the CD (or anything else) ejected. What's going on? -- J. Porter Clark <[EMAIL PROTECTED]> ___ [EMAIL PROTECTED] mailin

How to label a GELI device

2011-01-24 Thread J. Porter Clark
oot with a USB stick in the system or whatever. But glabel puts the label in the last sector, which is where GELI stores metadata. So, how do I make this work? -- J. Porter Clark ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.o

Re: How to label a GELI device

2011-01-25 Thread J. Porter Clark
On Tue, Jan 25, 2011 at 10:45:52AM +0200, Nikos Vassiliadis wrote: > J. Porter Clark wrote: > > I have an encrypted partition, /dev/da0s1d. I can use geli > > attach da0s1d and obtain a device /dev/da0s1d.eli, which is a > > UFS filesystem. All that works just fine. >

Re: How to label a GELI device

2011-01-25 Thread J. Porter Clark
da0s1d, > you may have to back it up, and restore the data after you've redone it. > I had this problem a few years ago, and I had to back up and restore, > but perhaps it's been made simpler now? Though I doubt it. I think that this is the problem. -- J. Porter Clark

Re: How to label a GELI device

2011-01-25 Thread J. Porter Clark
On Tue, Jan 25, 2011 at 07:28:25PM +0100, Rolf Nielsen wrote: > X-Spam-Level: > > 2011-01-25 19:13, J. Porter Clark skrev: > > On Tue, Jan 25, 2011 at 03:29:37PM +0100, Rolf Nielsen wrote: > >> > >> Correct me if I'm wrong anyone. > >> You ne

Nvidia and Dell Latitude's cover switch

2003-07-05 Thread J. Porter Clark
I've been using x11/nvidia-driver from ports on a Dell Latitude C840 laptop with 4.8-STABLE. I have it set to do 1600x1200. The problem is that whenever I close the cover while it's running X, and then reopen the cover, the display is screwed up. Specifically, it looks like the left-hand half of

Nanobsd on a CD-ROM

2008-06-11 Thread J. Porter Clark
Is it possible to build a CD-ROM with a bootable NanoBSD on it? If so, how? -- J. Porter Clark <[EMAIL PROTECTED]> ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, se

Re: Nanobsd on a CD-ROM

2008-06-12 Thread J. Porter Clark
On Thu, Jun 12, 2008 at 04:40:25PM +0200, Pietro Cerutti wrote: > > J. Porter Clark wrote: > | Is it possible to build a CD-ROM with a bootable NanoBSD on it? > | If so, how? > > Yes, Section 2.2 of > > http://www.freebsd.org/doc/en/articles/nanobsd/index.html Well, no,

Re: Nanobsd on a CD-ROM

2008-06-13 Thread J. Porter Clark
On Thu, Jun 12, 2008 at 06:54:45PM +0200, Pietro Cerutti wrote: > > > J. Porter Clark wrote: > | On Thu, Jun 12, 2008 at 04:40:25PM +0200, Pietro Cerutti wrote: > |> J. Porter Clark wrote: > |> | Is it possible to build a CD-ROM with a bootable NanoBSD on it? > |&g

Booting multiple choice, and pause to read bootup info

2010-06-21 Thread J. Porter Clark
al lines showing the kernel and various modules loading, possibly with diagnostics. Is there a way to pause after that stage, so that those lines can be read? Or is there any way to retrieve them after the system has booted? -- J. Porter Clark _

Re: Booting multiple choice, and pause to read bootup info

2010-06-29 Thread J. Porter Clark
e system log file, too. Y'all are way off base here: it's not the lines from the kernel itself booting, it's the lines *before* that, where the loader is loading the kernel and various modules. Occasionally, I see error messages here, but they vanish pretty quickly on my machines,

Re: Booting multiple choice, and pause to read bootup info

2010-06-29 Thread J. Porter Clark
nvironment' specified by the file, or > have a separate menu run _from_ that script. > > The idea is 'find a hook', then do whatever it takes to use the hook you > found. :) Indeed! Seems I had missed the init_script feature; tha