Failover-HA-Setup

2007-01-17 Thread Richard
iables for mysql are not set in rc.conf (Otherwise it would be started at startup), it isn't starting at all. So my question: How to set those rc.conf-variables in order to start services in such an setup? Or is there a better solution? cu! Richard

Re: Failover-HA-Setup

2007-01-17 Thread Richard
Am Mittwoch, den 17.01.2007, 13:16 + schrieb Dominic Marks: > setup. > > I am running heartbeat on a STABLE-system, the failover works fine for > > IP-adresses and I am able to see that a > > '/usr/local/etc/rc.d/mysql-server start' statement is issued. BUT since > > the variables for mysql are

Re: Failover-HA-Setup

2007-01-17 Thread Richard
es via a UDP ping (or other method) and if one of the nodes goes down, it takes over a clustered IP and then starts services by issuing the corresponding scripts in [/usr/local|]/etc/rc.d with the argument start... So your solution will not really work With best regards Richard _

Re: Failover-HA-Setup

2007-01-17 Thread Richard
Am Mittwoch, den 17.01.2007, 17:25 +0300 schrieb Dmitriy Kirhlarov: > Hi! > > On Wed, Jan 17, 2007 at 01:47:37PM +0100, Richard wrote: > > > I am running heartbeat on a STABLE-system, the failover works fine for > > IP-adresses and I am able to see that a > > Wh

Re: Failover-HA-Setup

2007-01-17 Thread Richard
m /usr/local/etc/rc.d to /usr/local/etc/ha.d/resource.d/ and removed the critical test which ask for the variables set in rc.conf. Thanks for all your help! Richard ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Failover-HA-Setup

2007-01-18 Thread Richard
On Wed, 2007-01-17 at 19:48 +0100, Ivan Voras wrote: > Richard wrote: > > > Am Mittwoch, den 17.01.2007, 16:08 +0200 schrieb Nikos Vassiliadis: > > >> I remember that heartbeat can call any script you it tell to. > >> So, you have to let heartbeat start MySQL.

Re: Failover-HA-Setup

2007-01-18 Thread Richard
, and set the _enable variable > to no. Then you can run /usr/local/etc/rc.d/mysql-server onestart and > it will start normally just one time. Yes, and mysql will be started at bootup time on both nodes, wouldn't it? So one node would fail miserably since the lack of mounted d

Problem building gdb with up-to-date sources

2011-02-07 Thread Richard Kuhns
the PT_LWPINFO is added (pl_tdname) ... Any suggestions? I didn't see anything in /usr/src/UPDATING. Thanks in advance! -- Richard Kuhns My Desk: 765-269-8541 Wintek Corporation Internet Support: 765-269-8503 427 N 6th Street STE C Consulting:

csup not updating all files

2011-02-08 Thread Richard Kuhns
ernel without any problems. So my earlier problem was due to /usr/src/gnu being updated while /usr/src/sys/sys wasn't :-( . -- Richard Kuhns My Desk: 765-269-8541 Wintek Corporation Internet Support: 765-269-8503 427 N 6th Street STE C Consulting:

AMD Erratum 383 crashes FreeBSD 9-Stable

2012-03-17 Thread Richard Yao
rkaround is possible. Yours truly, Richard Yao signature.asc Description: OpenPGP digital signature

Re: AMD Erratum 383 crashes FreeBSD 9-Stable

2012-03-17 Thread Richard Yao
On 03/17/12 13:08, Richard Yao wrote: > Dear FreeBSD Developers: > > I used the ZFS Guru LiveCD to install FreeBSD 9 in KVM on a host system > with an AMD Thuban processor (K10h). I then proceeded to compile perl > and the VM crashed. Linux's dmesg gave me the following hi

Re: AMD Erratum 383 crashes FreeBSD 9-Stable

2012-03-17 Thread Richard Yao
On 03/17/12 15:21, Alan Cox wrote: > When the FreeBSD kernel detects that it is running on an affected > processor, it automatically enables the recommended workaround. However, > because you are running within a virtual machine, the automatic detection > may not be working. Alternatively, you ma

Re: AMD Erratum 383 crashes FreeBSD 9-Stable

2012-03-17 Thread Richard Yao
d more problems in libvirt than I have time to describe, so that will not happen right away. On 03/17/12 15:39, Richard Yao wrote: > On 03/17/12 15:21, Alan Cox wrote: >> When the FreeBSD kernel detects that it is running on an affected >> processor, it automatically enables the re

Text relocations in kernel modules

2012-03-30 Thread Richard Yao
frogs in ##freebsd on freenode, his i386 FreeBSD also has text relocations. Is this a bug? Yours truly, Richard Yao On 03/30/12 12:49, Richard Yao wrote: > Dear Ports Maintainers and kuriyama, > > emulators/freebsd-kmod has a typo in pkg-descr, where it says "lodable" > ins

Re: Text relocations in kernel modules

2012-03-30 Thread Richard Yao
On 03/30/12 15:07, Konstantin Belousov wrote: >> Is this a bug? > No. This is by design. > > Why do you consider this a bug ? It occurs on i386, but not amd64. It could be that something is wrong with how things are being compiled i386, or it could be that i386 requires things to be compiled this

Re: Text relocations in kernel modules

2012-03-30 Thread Richard Yao
On 03/30/12 15:46, Konstantin Belousov wrote: > On Fri, Mar 30, 2012 at 03:42:22PM -0400, Richard Yao wrote: >> On 03/30/12 15:07, Konstantin Belousov wrote: >>>> Is this a bug? >>> No. This is by design. >>> >>> Why do you consider this a bug ? >

Re: Text relocations in kernel modules

2012-03-30 Thread Richard Yao
On 03/30/12 18:46, Konstantin Belousov wrote: > Reread what I wrote to you. Also, it pays off learning how ELF works > before making conclusion from the absence of the output of readelf -d. > Amd64 modules _are not_ shared objects. Whether or not they are shared objects is irrelevant. The fact is

Re: Text relocations in kernel modules

2012-03-30 Thread Richard Yao
On 03/30/12 22:15, Peter Wemm wrote: > On Fri, Mar 30, 2012 at 3:47 PM, Richard Yao wrote: >> On 03/30/12 18:46, Konstantin Belousov wrote: >>> Reread what I wrote to you. Also, it pays off learning how ELF works >>> before making conclusion from the absence of the outp

Re: Text relocations in kernel modules

2012-04-02 Thread Richard Yao
On 04/02/12 05:56, Tom Evans wrote: > On Sat, Mar 31, 2012 at 3:42 AM, Richard Yao wrote: >>> There are no security implications, no system resources to be wasted. >>> >>> And if you think there are security implications, then lets see a >>> proof-of-concept

Re: Text relocations in kernel modules

2012-04-02 Thread Richard Yao
On 04/02/12 13:13, Tom Evans wrote: > On Mon, Apr 2, 2012 at 5:49 PM, Richard Yao wrote: >> On 04/02/12 05:56, Tom Evans wrote: >>> On Sat, Mar 31, 2012 at 3:42 AM, Richard Yao wrote: >>>>> There are no security implications, no system resources to be wasted. &

Re: Text relocations in kernel modules

2012-04-02 Thread Richard Yao
On 04/02/12 14:46, Peter Wemm wrote: > Remember.. ASLR is a userland thing. .ko files, which is what this > thread is about, already use random address layout. When you do a > "kldload virtio.ko", you have no way to predict what address it will > be loaded at. And you don't even have access to t

Re: Text relocations in kernel modules

2012-04-02 Thread Richard Yao
On 04/02/12 15:37, Peter Wemm wrote: > On Mon, Apr 2, 2012 at 12:23 PM, Richard Yao wrote: >> On 04/02/12 14:46, Peter Wemm wrote: >>> Remember.. ASLR is a userland thing. .ko files, which is what this >>> thread is about, already use random address layout. When you

Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Richard Lee
This is on clean FreeBSD 8.1 RC2, amd64, with 4GB memory. The closest I found by Googling was this: http://forums.freebsd.org/showthread.php?t=9935 And it talks about all kinds of little tweaks, but in the end, the only thing that actually works is the stupid 1-line perl code that forces the kern

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Richard Lee
On Sun, Jul 11, 2010 at 01:47:57PM -0700, Jeremy Chadwick wrote: > On Sun, Jul 11, 2010 at 11:25:12AM -0700, Richard Lee wrote: > > This is on clean FreeBSD 8.1 RC2, amd64, with 4GB memory. > > > > The closest I found by Googling was this: > > http://forums.freebs

Re: Serious zfs slowdown when mixed with another file system (ufs/msdosfs/etc.).

2010-07-11 Thread Richard Lee
On Sun, Jul 11, 2010 at 02:45:46PM -0700, Jeremy Chadwick wrote: > On Sun, Jul 11, 2010 at 02:12:13PM -0700, Richard Lee wrote: > > On Sun, Jul 11, 2010 at 01:47:57PM -0700, Jeremy Chadwick wrote: > > > On Sun, Jul 11, 2010 at 11:25:12AM -0700, Richard Lee wrote: > > >

Re: ICRC's

2008-08-11 Thread Richard Todd
Jeremy Chadwick <[EMAIL PROTECTED]> writes: > If Larry was using UFS, he'd also see the above errors from the kernel. > FreeBSD reports the CRC errors reported by the ATA device, ZFS reports > the said data as corrupted during scrubbing or standard usage (hence the > CKSUM field in 'zpool status'),

Problem with mod_fcgid on AMD64

2008-09-06 Thread Richard Tector
Regards, Richard smime.p7s Description: S/MIME Cryptographic Signature

Re: Any working ichsmb(4) platforms out there?

2008-09-11 Thread Richard Tector
vice @0x44: rw Device @0x60: rw Device @0x88: w Device @0xae: rw Device @0xc4: rw Device @0xe0: rw daffy# Any use? Richard ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: Any working ichsmb(4) platforms out there?

2008-09-11 Thread Richard Tector
Bruce M Simpson wrote: Richard, Thanks for this. Richard Tector wrote: I have an ICH9 machine, Tyan motherboard: FreeBSD 7.0-STABLE #0: Fri Aug 1 14:57:33 BST 2008 ichsmb0: port 0x18e0-0x18ff mem 0xf4a03000-0xf4a030ff irq 17 at device 31.3 on pci0 ichsmb0: [GIANT-LOCKED] ichsmb0

Re: Any working ichsmb(4) platforms out there?

2008-09-11 Thread Richard Tector
Richard Tector wrote: Interestingly, I just tried on a couple of our webservers. Dell PowerEdge 860's with ICH7 running 7.0-STABLE, amd64. Loading the ichsmb module gives: ichsmb0: port 0x8c0-0x8df at device 31.3 on pci0 pcib0: no PRT entry for 0.31.INTB ichsmb0: can'

Re: Keyspan USB serial adapter

2008-09-16 Thread Richard Arends
ral devices like Sun hardware and Soekris/Wrap systems boards and it al works perfectly (FreeBSD/Linux and Windows). http://www.sitecom.com/product.php?productname=USB+to+serial+cable+%96+60cm&productcode=CN-104&productid=31&subgroupid=20 -- Regards, Richard. /* Homo

Random hangs with 7.1-PRE

2008-11-26 Thread Richard Tector
age, so it doesn't appear the system has completely hung. The system is in a cool room and under little load running basic services: samba, postgres, dhcp, etc. Never seen problems with the machine previously. Does anyone have any thoughts or suggestions on narrowing down the cause? Regards,

Re: 7.1-PRERELEASE: arcmsr write performance problem

2008-12-03 Thread Richard Tector
I know it is not linked to the ATA subsystem at all, though it would explain some odd instances of one of my machines becoming unresponsive a couple of times a day. Richard smime.p7s Description: S/MIME Cryptographic Signature

Re: NIC for VLAN

2009-01-07 Thread Richard Tector
. Intel Pro/100 (fxp driver) or Pro/1000 (em/igb driver) are probably the best supported and best performing on FreeBSD, and the Pro/1000 at least has excellent VLAN support. Regards, Richard Tector smime.p7s Description: S/MIME Cryptographic Signature

Re: 7.1, mpt and slow writes

2009-01-29 Thread Richard Tector
ust fine for me. Regards, Richard smime.p7s Description: S/MIME Cryptographic Signature

Re: 7.1, mpt and slow writes

2009-01-29 Thread Richard Tector
controller it disables the write cache resulting in poor performance. The tunable was added by Scott Long to solve the problem (though at the cost of greater risk to data). Richard smime.p7s Description: S/MIME Cryptographic Signature

Re: Problem with SATA/SAS 5iR

2009-02-12 Thread Richard Tector
/loader.conf to reenable the write cache (it's disabled by default for consistency reasons when using SATA disks leading to poor write performance). Regards, Richard ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: Problem with SATA/SAS 5iR

2009-02-12 Thread Richard Tector
Kevin Smith wrote: Thanks for your advice, this was unusual for me, because even on a 4iR I couldnt see this space reservation. What about sysinstalls write error when extracting the ports collection? Bad install media perhaps? Have you encountered any other issues? Richard

Re: Problem with SATA/SAS 5iR

2009-02-12 Thread Richard Tector
believe it's generally best to leave it at the default. Note that root can still use the space, just not ordinary users (this leads to negative available space reported by df). Regards, Richard ___ freebsd-stable@freebsd.org mailing list

Re: 7.1 Panic on degraded disk w/mpt

2009-02-13 Thread Richard Toohey
Charles Sprickman said: >Howdy, > >I dug around and can't find a PR on this, and the only other report I saw >was in this mailing list post that has no replies: > >http://www.nabble.com/7.1-BETA2-panic-on-mpt-degrade-td20183173.html > >The hardware is a Dell PowerEdge 860 with the Dell/LSI SAS

Re: FreeBSD 7.x hang-on-boot on Dell 1950

2009-11-13 Thread Richard Tector
1950 from Sept '07 that's now running 7.2-STABLE i386 with the fd devices removed. It started out as 7.0-RELEASE, so maybe its a problem introduced since then? Also, you didn't mention if you were running i386 or amd64. Richard ___

Re: Areca Disk Adapter Question

2009-12-06 Thread Richard Tector
eir cards at work and one at home and had some issues with the HTTP interface on amd64 recently. They'd got back to me with a solution within a couple of days. Richard ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mail

Re: ZFS performance degradation over time

2010-01-03 Thread Richard Todd
Garrett Moore writes: > I'm having problems with ZFS performance. When my system comes up, > read/write speeds are excellent (testing with dd if=/dev/zero > of=/tank/bigfile and dd if=/tank/bigfile of=/dev/null); I get at least > 100MB/s on both reads and writes, and I'm happy with that. > > The

Re: FreeBSD8.0 sound on Dell Optiplex 960

2010-02-25 Thread Richard Kuhns
On 02/25/10 12:38, Tom Evans wrote: On Thu, Feb 25, 2010 at 5:19 PM, Richard Kuhns wrote: Hello, I'm hoping someone can give me some help getting audio working on this beast. I'm by no means an audiophile; I just like to listen to the occasional CD and/or online station while I wor

Re: FreeBSD8.0 sound on Dell Optiplex 960

2010-02-25 Thread Richard Kuhns
On 02/25/10 13:42, Richard Kuhns wrote: On 02/25/10 12:38, Tom Evans wrote: On Thu, Feb 25, 2010 at 5:19 PM, Richard Kuhns wrote: Hello, I'm hoping someone can give me some help getting audio working on this beast. I'm by no means an audiophile; I just like to listen to the occ

Re: Freebsd 8.0 kmem map too small

2010-05-10 Thread Richard Perini
ime. Previous kernel was FreeBSD 8.0-STABLE from Sun Mar 7 14:31:45 EST 2010, perfectly stable for intervening 2 months, about 2 months uptime. Please let me know if full details would help (as opposed to just adding noise :-) -- Richard Perini Int

Re: Freebsd 8.0 kmem map too small

2010-05-10 Thread Richard Perini
et us know whether it helps or not. Thanks Artem, I'll try the suggestion and report back. I'll give it 72 hours. The workload of the machine is fairly consistent day to day. Cheers, -- Richard Perini Internet: r...@ci.com.au

Re: "ad0: TIMEOUT - WRITE_DMA" type errors with 7.0-RC1

2008-01-26 Thread Richard Todd
Joe Peterson <[EMAIL PROTECTED]> writes: > Glad you got it back! Yes, when I was first playing with ZFS, I noticed > that booting between single and multi user mode could make the pools > "invisible". Import seemed to bring them back... Yeah. ZFS pools record the hostid of the system that acce

Re: ad0 READ_DMA TIMEOUT errors on install of 7.0-RELEASE

2008-03-02 Thread Richard Tector
but to no avail. Neither of the systems are required for use just at the moment, so I'm quite happy to test patches once they're available, or provide further details as required. Regards, Richard Tector smime.p7s Description: S/MIME Cryptographic Signature

Re: ad0 READ_DMA TIMEOUT errors on install of 7.0-RELEASE

2008-03-02 Thread Richard Tector
Quoting Richard Tector <[EMAIL PROTECTED]>: This is just a 'me too'. I've experienced the following on 2 seperate and very different i386 systems: An upgrade to RELENG_7 solved this problem. Whether there has actually been a change in the code that has done it, or p

PCI add-in parallel port problem

2008-03-29 Thread Richard Perini
ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 Any suggestions would be appreciated. -- Richard Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All right

Re: PCI add-in parallel port problem

2008-03-29 Thread Richard Perini
On Sun, Mar 30, 2008 at 12:56:31AM +0100, Erik Trulsson wrote: > On Sun, Mar 30, 2008 at 10:05:09AM +1100, Richard Perini wrote: > > > > Hi, > > > > I'm trying to get a PCI-express add-in parallel port card working with > > 7.0-STABLE, and after trying

Re: Lenovo Thinkpad t61p and FreeBSD?

2008-06-04 Thread Richard Arends
t pretty workable now. With a normal workload (browsing the internet, reading mail, ssh'ing to control the rest of the world), the temp is under 60 degrees. http://www.unixguru.nl/made/ibm_fancontrol_fbsd.txt -- Regards, Richard. /* Homo Sapiens non uri

FreeBSD 9.1 Beta 1 fails to install in qemu-kvm on Gentoo Linux

2012-07-20 Thread Richard Yao
-cdrom/mnt/backup/isos/FreeBSD-9.1-BETA1-amd64-disc1.iso -m2048 -smp 6,cores=6,threads=1,sockets=1 -curses -net nic,model=e1000,macaddr=52:54:00:00:ee:04 -cpu host If I use FreeBSD-9.0-RELEASE-amd64-dvd1.iso, I can do an install without any problems. Yours truly, Richard Yao signature.asc D

Re: FreeBSD 9.1 Beta 1 fails to install in qemu-kvm on Gentoo Linux

2012-07-20 Thread Richard Yao
On 07/20/2012 06:23 PM, Richard Yao wrote: > Dear FreeBSD Developers, > > Trying to install FreeBSD 9.1 Beta 1 in qemu-kvm on Gentoo Linux fails > before the kernel dmesg with 'kernel trap 9 with interrupts disabled'. I > am running the following command: > > q

Re: FreeBSD 9.1 Beta 1 fails to install in qemu-kvm on Gentoo Linux

2012-07-20 Thread Richard Yao
On 07/20/2012 08:56 PM, Konstantin Belousov wrote: > On Fri, Jul 20, 2012 at 08:40:30PM -0400, Richard Yao wrote: >> On 07/20/2012 06:23 PM, Richard Yao wrote: >>> Dear FreeBSD Developers, >>> >>> Trying to install FreeBSD 9.1 Beta 1 in qemu-kvm on Gentoo Lin

FreeBSD 9.1-BETA1 amd64 fails to mount ZFS rootfs with error 2 when system has more than 3584MB of RAM

2012-07-30 Thread Richard Yao
limit, but stopped when I tried 3648MB. FreeBSD 9.0-RELEASE works perfectly. Yours truly, Richard Yao signature.asc Description: OpenPGP digital signature

Re: Error compiling world (usr/src/gnu/usr.bin/texinfo) w/ Clang

2012-11-07 Thread Richard Kuhns
data=0 bss=0 entry=0 output: fmt=bin size=1e05 text=200 data=1c05 org=0 entry=0 -5 bytes available *** [boot2] Error code 1 Stop in /usr/src/sys/boot/i386/boot2. *** [all] Error code 1 Stop in /usr/src/sys/boot/i386. *** [all] Error code 1 Stop in /usr/src/sys/boot. *** [all] Error code 1

bge on the new Mac Mini

2012-11-16 Thread Richard Kuhns
subclass = ethernet Is there a chance that adding the new card/chip info to the current driver would allow it to work? I'll be happy to test and report back. I'm afraid I'm not familiar enough with hardware at that level to figure out the patch myself. Thanks! -- Richard

Re: bge on the new Mac Mini

2012-11-16 Thread Richard Kuhns
value reported on the one that works (chip=0x16b414e4), but I couldn't find it in its entirety, 16b4, or 14e4. So I don't know what to add :-( I don't have any problem with rebuilding and installing a new kernel, though. -- Richard Kuhns My Desk: 765-269-8541 Winte

Re: bge on the new Mac Mini

2012-11-16 Thread Richard Kuhns
On 11/16/12 11:20, Gary Palmer wrote: > On Fri, Nov 16, 2012 at 10:54:00AM -0500, Richard Kuhns wrote: >> On 11/16/12 10:41, Alfred Perlstein wrote: >>> Often that is all that is needed. It's worth a shot and reporting back. >>> >>> Do you know how t

Re: bge on the new Mac Mini

2012-11-16 Thread Richard Kuhns
On 11/16/12 12:09, Gary Palmer wrote: > On Fri, Nov 16, 2012 at 11:27:17AM -0500, Richard Kuhns wrote: >> On 11/16/12 11:20, Gary Palmer wrote: >>> On Fri, Nov 16, 2012 at 10:54:00AM -0500, Richard Kuhns wrote: >>>> On 11/16/12 10:41, Alfred Perlstein wrote: >>

Re: bge on the new Mac Mini

2012-11-21 Thread Richard Kuhns
On 11/20/12 03:52, YongHyeon PYUN wrote: > On Fri, Nov 16, 2012 at 10:30:04AM -0500, Richard Kuhns wrote: >> Hi all, >> >> Over the last month or so I've installed FreeBSD 9 (-stable) on several Mac >> Minis via the memstick image; they seem to be pretty good

Re: bge on the new Mac Mini

2012-11-26 Thread Richard Kuhns
On 11/21/12 21:08, YongHyeon PYUN wrote: > On Thu, Nov 22, 2012 at 10:49:21AM +0900, YongHyeon PYUN wrote: >> On Wed, Nov 21, 2012 at 02:59:34PM -0500, Richard Kuhns wrote: >>> On 11/20/12 03:52, YongHyeon PYUN wrote: >>>> On Fri, Nov 16, 2012 at 10:30:04AM -0500, Ric

Re: bge on the new Mac Mini

2012-11-27 Thread Richard Kuhns
On 11/27/12 00:24, YongHyeon PYUN wrote: > On Mon, Nov 26, 2012 at 10:13:47AM -0500, Richard Kuhns wrote: >> On 11/21/12 21:08, YongHyeon PYUN wrote: >>> On Thu, Nov 22, 2012 at 10:49:21AM +0900, YongHyeon PYUN wrote: >>>> On Wed, Nov 21, 2012 at 02:59:34PM -0500, Ri

Re: bge on the new Mac Mini

2012-11-28 Thread Richard Kuhns
On 11/27/12 19:19, YongHyeon PYUN wrote: > On Tue, Nov 27, 2012 at 08:34:13AM -0500, Richard Kuhns wrote: >> On 11/27/12 00:24, YongHyeon PYUN wrote: >>> On Mon, Nov 26, 2012 at 10:13:47AM -0500, Richard Kuhns wrote: >>>> On 11/21/12 21:08, YongHyeon PYUN wrote: >&

Re: bge on the new Mac Mini

2012-11-29 Thread Richard Kuhns
On 11/28/12 19:08, YongHyeon PYUN wrote: > On Wed, Nov 28, 2012 at 10:12:05AM -0500, Richard Kuhns wrote: >> On 11/27/12 19:19, YongHyeon PYUN wrote: >>> On Tue, Nov 27, 2012 at 08:34:13AM -0500, Richard Kuhns wrote: >>>> On 11/27/12 00:24, YongHyeon PYUN wrote: >&

Re: Sanity Check on Mac Mini

2013-03-07 Thread Richard Kuhns
On 03/07/13 01:59, Doug Hardie wrote: > I have a new Mac Mini and have encountered the same problem reported last > year by Richard Kuhns. YongHyeon PYUN provided some patches to the kernel > that resolved the problem. However, without an internet connection its a bit > tricky

Re: Sanity Check on Mac Mini

2013-03-08 Thread Richard Kuhns
On 03/07/13 17:18, Doug Hardie wrote: > > On 7 March 2013, at 11:57, Kevin Oberman wrote: > >> On Thu, Mar 7, 2013 at 11:10 AM, Doug Hardie wrote: >> >> On 7 March 2013, at 06:42, Richard Kuhns wrote: >> >>> On 03/07/13 01:59, Doug Hardie wrote: >&

Re: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-20 Thread Richard Tector
ith the latter box as it is no longer in use and will try the following suggestions from Jeremy later this evening: 4. Does "sysctl hw.usb.no_shutdown_wait=1" help you? 5. Does "sysctl hw.acpi.handle_reboot=1" help you? 6. Does "sysctl hw

Re: Help with filing a [maybe] ZFS/mmap bug.

2013-07-17 Thread Richard Todd
George Hartzell writes: > Hi All, > > I have what I think is a ZFS related bug. Unfortunately my simplest > test case is a bit cumbersome and I haven't definitively proven that > the problem is ZFS related. > I'm hoping for some feedback on how to move forward. > > Quick background: I rip my CD

Re: Help with filing a [maybe] ZFS/mmap bug.

2013-07-18 Thread Richard Todd
On Thu, Jul 18, 2013 at 11:40:51AM -0700, George Hartzell wrote: > Removing the mmap support from those two routines seems to avoid the > issue. Aha. > > If so, then the issue is triggered by one or both of those two routines; > > hack them to print out the exact offsets used on each call and

Re: Problem building world (amd64) this morning

2015-04-13 Thread Richard Kuhns
also had to MFC r272814 and > r272815, which I have done in r281382. That should really fix it > properly... Sorry for the breakage. > > -Dimitry > Checking back in after being offline for a couple of days, I find it's fixed :-) Many thanks! -- Richard Kuhns Main Numb

Getting going with a new Dell 7810

2015-06-16 Thread Richard Kuhns
eon HD 4670 that I know works. If I've mis-configured something, though, I'd like to fix it. Thanks for any comments! -- Richard Kuhns Main Number: 765-742-8428 Wintek Corporation Direct: 765-269-8541 427 N 6th Street In

Re: Getting going with a new Dell 7810

2015-06-16 Thread Richard Kuhns
.836] (WW) Disabling Keyboard0 [ 4005.836] (II) [KMS] Kernel modesetting enabled. [ 4005.836] (WW) Falling back to old probe method for vesa [ 4005.836] Number of created screens does not match number of detected devices. Configuration failed. [ 4005.836] (EE) Server terminated

Re: Getting going with a new Dell 7810

2015-06-17 Thread Richard Kuhns
On 06/17/15 11:43, Adam McDougall wrote: > On 06/16/2015 12:55, Richard Kuhns wrote: >> Greetings all, >> >> I've just received a new Dell Precision 7810. I've installed FreeBSD >> 10.1 (UEFI boot), checked out sources, built world & kernel and am now >&

Virtualbox on my new Dell 7810

2015-06-25 Thread Richard Kuhns
exactly the same way. Does anyone have any ideas or suggestions? I'm hoping there's a BIOS setting I can tweak to make this work. Thanks in advance! -- Richard Kuhns Main Number: 765-742-8428 Wintek Corporation Direct: 765-269-8541 427 N 6th Street

Re: Panic on 11-STABLE with Xen guest

2018-11-25 Thread Richard M.Timoney
: xen: legacy PVH fixes for the new interrupt count Register interrupts using the PIC pic_register_sources method instead of doing it in apic_setup_io. This is now required, since the internal interrupt structures are not yet setup when calling apic_setup_io. -- Richard M. Timoney

Re: Crontab Question

2019-04-11 Thread Richard Mackerras
In your script put a few commands outputting to a check file pwd > /tmp/checkfile Add a few more like ENV >> /tmp/checkfile Just to make sure it really is in the directory you expect with the environment you expect. If you want it to be run as you never use the root crontab unless you want

Re: Question about bottle neck in storage

2019-09-24 Thread Richard Mackerras
I’d be interested to know what the actual throughput is you are getting. Are the disks SATA 7200RPM? What speed is the disk interface? Do you have just 2 disks or more? Richard [Richard Mackerras - Chat @ Spike](https://www.spikenow.com/?ref=spike-organic-signature&_ts=6bswo) [6bswo]

Re: BPF question

2007-07-15 Thread Richard Tector
guration. New device nodes are created/destroyed on the fly by devfs. Regards, Richard smime.p7s Description: S/MIME Cryptographic Signature

Re: pam_group vs. multiple group lines

2007-08-21 Thread Richard Foulkes
Ok, so how are you supposed to control membership of the wheel group via ldap? Ok, you COULD remove the local wheel entry in /etc/group, but this would probably be a bad idea if the ldap server were unavailable. I've had a similar problem to this where group names are duplicated across di

Re: in openpam_load_module(): no pam_unix.so found

2007-09-24 Thread Richard Arends
7;\377\364\377\375\006quit' from > Sep 18 11:15:08 xx sshd[45056]: Received disconnect from : > 2: Bad packet length 710099706. > - 8< -=== The first line is probably the result of the broken pam_unix.so, the other two

Re: PAE Slowdown

2007-10-08 Thread Richard Todd
Jeff Kramer <[EMAIL PROTECTED]> writes: > Hey all, > > I know that AMD64's the preferred way to run >4 gig systems, but I'm > having a weird situation with 6.2-RELEASE-p8 and 6-STABLE as of last > night. When I compile the PAE kernel, my system performance drops > like a rock. It still boots and

Re: ZFS deadlock ?

2007-11-09 Thread Richard Arends
ther. And the second will only start if the first one not fails (exitcode == 0) -- Regards, Richard. /* Homo Sapiens non urinat in ventum */ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsu

Re: ZFS deadlock ?

2007-11-09 Thread Richard Arends
sure of it Running 2 commands seperated by && will not run at the same time. Scrub could be asynchronious, i don't know, but that has nothing to do with the way you are running it. See: echo "sleep 1" && time sleep 2 && echo "sleep 2" && ti

Re: ZFS deadlock ?

2007-11-09 Thread Richard Arends
begin* a scrub witch go on in background, > so two scrubs are running simustaneously on 2 different pools. Okay, i see. I did not know scrub background. I stand corrected! :) -- Regards, Richard. /* Homo Sapiens non urinat in ventum */ ___ freebsd-stable@f

Re: Software for distribution of configuration files and changes

2007-11-20 Thread Richard Arends
ush the files, not download them like cvsup > - maintaining files for all systems and files only affecting one system > > any ideas and hints would be greatly appreziatet. http://en.wikipedia.org/wiki/Comparison_of_open_source_configuration_management_software -- Regards, Richard. /*

Re: ifconfig options?

2007-12-24 Thread Richard Arends
On Mon, Dec 24, 2007 at 11:01:53AM +0200, Krassimir Slavchev wrote: > I need this functionality to get all ethernet interfaces. Is there other > way to do this? netstat -i -f link Maybe? -- Regards, Richard. /* Homo Sapiens non urinat in

Re: PR backlog

2007-12-26 Thread Richard Neese
I agree with this and there is also the 2nd issue of commiters not responding to those working on updating ports. Point and Fax I have emaile Sobomax about fixing and updating the asterisk ports. and have sent patches but never got a reply in 9 months. If your going to be a maintainer you nee

What current Dell Systems are supported/work

2008-01-08 Thread Richard Bates
Sorry for the repost... I don't think the first one posted.. posted to freebsd.stable, freebsd-current, Freebsd-hardware I checked the hardware in the online documentation manual/hardware It only lists the bits and peices of the machine say the hard drive controller and so forth. but doesn't

Re: buildworld fails with "WITHOUT_CDDL=yes" in src.conf

2009-06-08 Thread Richard Tector
this be fixed soon? It is still not possible to build RELENG_7 sources WITHOUT_CDDL. Regards, Richard ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "free

Re: (probe23:arcmsr0:0:16:0): inquiry data fails comparison at DV1 step

2009-06-10 Thread Richard Tector
Mike Tancsa wrote: At 08:19 AM 6/10/2009, Andre Oppermann wrote: Today I upgraded an AMD64 server from FreeBSD 6.4 to 7-STABLE and got a big nasty surprise with the Areca RAID controller: arcmsr0: mem 0xfdbff000-0xfdb40 irq16 at device 14.0 on pci18 ARECA RAID ADAPTER0: Driver Version 1.2

sade(8) on a gmirror device

2009-06-24 Thread Richard Tector
dd the slice to ad4, then recreate the mirror. Not being able to use sade on a gmirror is a real PITA. Regards, Richard smime.p7s Description: S/MIME Cryptographic Signature

Fatal Trap 12 in various processes always at address 0x3030313a

2009-08-29 Thread Richard Mahlerwein
(Sorry, update to subject to be ) 3 weeks ago: I upgraded from 7.1-PRELEASE to -stable and all seemed fine until I rebooted out of single user mode after doing make installworld and mergemaster.  At that point, near the end of the boot sequence I got a core dump, apparently triggered by devd. ***

(no subject)

2009-08-29 Thread Richard Mahlerwein
3 weeks ago: I upgraded from 7.1-PRELEASE to -stable and all seemed fine until I rebooted out of single user mode after doing make installworld and mergemaster. At that point, near the end of the boot sequence I got a core dump, apparently triggered by devd. Fatal trap 12: page fault whil

Re: (no subject)

2009-08-29 Thread Richard Mahlerwein
--- On Sat, 8/29/09, Torfinn Ingolfsen wrote: > Do you have any kmod's from ports on that system? Loaded in > loader.conf > maybe? > If so, try to no load them and see what happens. > > HTH > -- > Regards, > Torfinn Ingolfsen > Addendum: While I found I can do a buildworld while in single use

Re: Fatal Trap 12 in various processes always at address 0x3030313a

2009-08-29 Thread Richard Mahlerwein
--- On Sat, 8/29/09, Marat N.Afanasyev wrote: > From: Marat N.Afanasyev > Subject: Re: Fatal Trap 12 in various processes always at address 0x3030313a > To: mahle...@yahoo.com > Cc: "FreeBSD-Stable" > Date: Saturday, August 29, 2009, 6:59 PM > Richard Mahlerwein

Re: Fatal Trap 12 in various processes always at address 0x3030313a

2009-09-01 Thread Richard Mahlerwein
--- On Sun, 8/30/09, Gavin Atkinson wrote: > From: Gavin Atkinson > Subject: Re: Fatal Trap 12 in various processes always at address 0x3030313a > To: "Richard Mahlerwein" > Cc: "FreeBSD-Stable" > Date: Sunday, August 30, 2009, 3:47 PM > On Sat, 2

Re: Fatal Trap 12 in various processes always at address 0x3030313a

2009-09-01 Thread Richard Mahlerwein
> From: Gavin Atkinson > Subject: Re: Fatal Trap 12 in various processes always at address 0x3030313a > To: "Richard Mahlerwein" > Cc: "FreeBSD-Stable" > Date: Sunday, August 30, 2009, 3:47 PM > On Sat, 29 Aug 2009, Richard > Mahlerwein wrote: > &g

  1   2   3   >