Hang in VOP_LOCK1_APV on 8-STABLE with NFS.

2011-01-07 Thread Ronald Klop
Hi, OpenOffice hangs on NFS when I try to save a file or even when I try to open the save dialog in this case. $ 17:25:35 ron...@ronald [~] procstat -kk 85575 PIDTID COMM TDNAME KSTACK 85575 100322 soffice.bin initial thread mi_switch+0x176 sleepq_wait+0

Re: Hang in VOP_LOCK1_APV on 8-STABLE with NFS.

2011-01-10 Thread Ronald Klop
On Fri, 07 Jan 2011 20:52:57 +0100, Kostik Belousov wrote: On Fri, Jan 07, 2011 at 02:37:25PM -0500, Rick Macklem wrote: > Hi, > > OpenOffice hangs on NFS when I try to save a file or even when I try > to > open the save dialog in this case. > > > $ 17:25:35 ron...@ronald [~] > procstat -kk

Re: Change in behavior to stat(1)

2011-02-28 Thread Ronald Klop
On Mon, 28 Feb 2011 23:39:10 +0100, jhell wrote: On Mon, 28 Feb 2011 12:15, stephen@ wrote: I had a little script that would remove broken links. I used to do it like this: if ! stat -L $link > /dev/null; then rm $link; fi But recently (some time in February according to the CVS records)

Re: Dell 850 Panic on boot

2011-03-13 Thread Ronald Klop
On Sat, 12 Mar 2011 21:06:38 +0100, Mark Felder wrote: On Sat, 12 Mar 2011 12:30:14 -0600, Andriy Gapon wrote: do you get exactly the same panic message with 8.2 or a slightly more informative one? If the latter, then could please provide a screenshot of that? Yeah, the 8.x seemed to

Re: Backup tool fot ZFS with all "classic dump(8)" fetatures -- what should I use? (or is here any way to make dump -L works well on large FFS2+SU?)

2011-04-02 Thread Ronald Klop
Looked at rsync or tarsnap? On Mon, 28 Mar 2011 09:20:07 +0200, Lev Serebryakov wrote: Hello, Freebsd-stable. Now I'm backing up my HOME filesystem with dump(8). It works perfectly for 80GiB FS with many features: snapshot for consistency, levels, "nodump" flag (my users use it a lot!),

Re: System extremely slow under light load

2011-04-16 Thread Ronald Klop
On Wed, 13 Apr 2011 14:28:03 +0200, Bartosz Fabianowski wrote: Hi list I am having problems with my 8.2-STABLE laptop. At times, even a very light load makes the system grind to a halt. Once an application is in the foreground, I can interact with it just fine. But when I click on a lo

Re: [poll] hyperthreading_allowed, hlt_logical_cpus, mp_watchdog

2011-05-25 Thread Ronald Klop
On Tue, 24 May 2011 18:27:47 +0200, Josh Carroll wrote: Whatever you do, please leave at least some way (at least a tunable) to enable/disable HTT - some workloads are better with, and some without it, and some BIOSes are unreliable in enabling/disabling it :) I noticed that disabling HT

Re: OS X Lion time machine => (afpd|iSCSI) => ZFS question

2011-07-24 Thread Ronald Klop
On Thu, 21 Jul 2011 23:56:17 +0200, Bakul Shah wrote: I am in no hurry to upgrade my MBP to OS X Lion but given Lion time machine and netatalk issues, I got wondering if iSCSI on FreeBSD is stable enough for time machine use. How much duct tape and baling wire are needed to make it work?! A f

Re: ZFS directory with a large number of files

2011-08-02 Thread Ronald Klop
Not an in depth solution for ZFS, but maybe a solution for you. mkdir images2 mv images/* images2 rmdir images Ronald. On Tue, 02 Aug 2011 09:39:03 +0200, seanr...@gmail.com wrote: Hi there, I Googled around and checked the PRs and wasn't successful in finding any reports of what I'm see

zpool doesn't upgrade - Re: ZFS directory with a large number of files

2011-08-02 Thread Ronald Klop
On Tue, 02 Aug 2011 12:55:43 +0200, seanr...@gmail.com wrote: On Tue, Aug 2, 2011 at 11:10 AM, Daniel Kalchev wrote: If it is a limitation in ZFS it would be nice to know that, perhaps it truly, really is a bug that can be avoided (or it's inherent in the way ZFS handles such things) I

Re: zpool doesn't upgrade - Re: ZFS directory with a large number of files

2011-08-09 Thread Ronald Klop
On Tue, 09 Aug 2011 10:38:01 +0200, seanr...@gmail.com wrote: On Tue, Aug 2, 2011 at 8:59 PM, Ronald Klop wrote: On Tue, 02 Aug 2011 12:55:43 +0200, seanr...@gmail.com wrote: I think this zpool upgrade thing is weird. Can you try 'zpool upgrade -a'? Mine says: zpool g

portsnap doesn't update INDEX-9?

2011-08-27 Thread Ronald Klop
Hi, I just upgraded to -CURRENT two weeks ago (and did a clean install at work last week). Is it normal if /usr/ports/INDEX-9 doesn't update after running portsnap? INDEX-7 and INDEX-8 are updated automatically. Ronald. ___ freebsd-stable@freebsd.

Re: portsnap doesn't update INDEX-9?

2011-08-27 Thread Ronald Klop
On Sat, 27 Aug 2011 18:21:43 +0200, Ronald Klop wrote: Hi, I just upgraded to -CURRENT two weeks ago (and did a clean install at work last week). Is it normal if /usr/ports/INDEX-9 doesn't update after running portsnap? INDEX-7 and INDEX-8 are updated automatically. Ronald.

/usr/bin/script eating 100% cpu with portupgrade and xargs

2011-09-17 Thread Ronald Klop
Hi, I'm running portupgrade in screen to update all the ports for 9-BETA2/9-CURRENT on amd64. While doing this script eats 100% cpu. Because portupgrade -fa crashed I'm running this command to update the remaining non-updates ports. find /var/db/pkg -name +DESC -mtime +2 |cut -d / -f 5 | xarg

Re: /usr/bin/script eating 100% cpu with portupgrade and xargs

2011-09-17 Thread Ronald Klop
On Sun, 18 Sep 2011 07:39:01 +0200, Jeremy Chadwick wrote: On Sun, Sep 18, 2011 at 12:54:13AM -0400, Jason Hellenthal wrote: On Sun, Sep 18, 2011 at 01:49:15AM +0200, Ronald Klop wrote: > Hi, > > I'm running portupgrade in screen to update all the ports for > 9-BETA2/9

Re: /usr/bin/script eating 100% cpu with portupgrade and xargs

2011-09-18 Thread Ronald Klop
On Sun, 18 Sep 2011 12:58:32 +0200, Mikolaj Golub wrote: On Sun, 18 Sep 2011 08:47:13 +0200 Ronald Klop wrote: RK> On Sun, 18 Sep 2011 07:39:01 +0200, Jeremy Chadwick RK> wrote: >> On Sun, Sep 18, 2011 at 12:54:13AM -0400, Jason Hellenthal wrote: >>> On Sun,

usbus is seen as network interface - Fwd: sjakie.klop.ws daily run output

2011-09-20 Thread Ronald Klop
Hello, Why is usbus seen as a network interface since some time? I'm running 9-CURRENT on amd64. At boot devd recognizes these devices and the failure to configure them makes booting take longer. This is from an older console.log (still 8-STABLE), but I see the same today on 9-CURRENT. Ju

Re: 9.0-BETA3 and ports db

2011-09-28 Thread Ronald Klop
On Wed, 28 Sep 2011 23:36:13 +0200, George Kontostanos wrote: Hi everyone, Today I upgraded one of my servers from 8.2-STABLE to 9.0-BETA3. I noticed that after the upgrade portsnap does not fetch Index-9 and I had to manually issue the "make fetchindex" command. I remember that this was som

Re: /usr/bin/script eating 100% cpu with portupgrade and xargs

2011-10-04 Thread Ronald Klop
On Tue, 04 Oct 2011 13:15:24 +0200, Mikolaj Golub wrote: On Sun, Sep 18, 2011 at 1:58 PM, Mikolaj Golub wrote: On Sun, 18 Sep 2011 08:47:13 +0200 Ronald Klop wrote: RK> On Sun, 18 Sep 2011 07:39:01 +0200, Jeremy Chadwick RK> wrote: >> On Sun, Sep 18, 2011 at 12:54:13AM

Re: FreeBSD 9.0-BETA3 Available...

2011-10-04 Thread Ronald Klop
On Tue, 04 Oct 2011 18:41:50 +0200, Arnaud Lacombe wrote: Hi, On Tue, Oct 4, 2011 at 12:24 PM, Chris Rees wrote: On 4 October 2011 16:35, Chris Rees wrote: On 4 Oct 2011 16:26, "Arnaud Lacombe" wrote: On Mon, Oct 3, 2011 at 7:50 PM, Arnaud Lacombe wrote: On Wed, Sep 28, 2011 at 9:42

Re: ports index on FreeBSD 9

2011-10-16 Thread Ronald Klop
On Sat, 15 Oct 2011 11:24:32 +0200, George Kontostanos wrote: On Thu, Oct 13, 2011 at 2:54 AM, George Kontostanos wrote: On Wed, Oct 12, 2011 at 3:01 PM, Matthew Seaman wrote: On 12/10/2011 11:24, Sergey V. Dyatko wrote: On Wed, 12 Oct 2011 13:12:55 +0300 George Kontostanos wrote: On

Re: mount GPT from Windows 7 in FreeBSD 9

2011-11-20 Thread Ronald Klop
On Sat, 19 Nov 2011 14:51:19 +0100, Nenhum_de_Nos wrote: On Sat, November 19, 2011 07:58, Jeremy Chadwick wrote: On Fri, Nov 18, 2011 at 10:55:10PM -0200, Nenhum_de_Nos wrote: hail, I have two disks, and the one holding Windows appears just as ada1 or ad8, despite fdisk shows all parti

Re: Sporadic 9.0-RC2 boot-time panic

2011-11-28 Thread Ronald Klop
On Mon, 28 Nov 2011 23:37:27 +0100, Mike Andrews wrote: *Sometimes* when booting 9.0-RC2 on *some* of my machines, I'll get one of the following two panics during multiuser startup, usually while running the /usr/local/etc/rc.d scripts. (The instruction pointer is always exactly one of th

Re: Possible: Configure SAS Sun Jbod J4200 ?

2011-12-01 Thread Ronald Klop
On Wed, 30 Nov 2011 15:01:09 +0100, Denny Schierz wrote: hi, we have a Sun Jbod SAS J4200 and actually there is a running daemon under Solaris 10, which is needed, to configure the JBOD over a (badly) Java Sun tool from a other host machine (Windows XP, for example). If I switch from

Re: about thumper aka sun fire x4500

2012-01-17 Thread Ronald Klop
On Tue, 17 Jan 2012 18:59:08 +0100, peter h wrote: I have been beating on of these a few days, i have udes freebsd 9.0 and 8.2 Both fails when i engage > 10 disks, the system craches and messages : "Hyper transport sync flood" will get into the BIOS errorlog ( but nothing will come to sysl

Re: Timekeeping in stable/9

2012-01-21 Thread Ronald Klop
On Sat, 21 Jan 2012 10:18:42 +0100, Martin Sugioarto wrote: Am Wed, 18 Jan 2012 07:50:49 +0100 schrieb Martin Sugioarto : I can confirm this on VirtualBox. I've been running WinXP inside VirtualBox and measured network I/O during downloads. It showed me very high download rates (around 800k

Re: Timekeeping in stable/9

2012-01-21 Thread Ronald Klop
On Sat, 21 Jan 2012 14:11:51 +0100, Martin Sugioarto wrote: Am Sat, 21 Jan 2012 13:20:51 +0100 schrieb "Ronald Klop" : Hi, As I understand it. Host: FreeBSD 9 Guest: WinXP Which one has troubles with its clock? The host or the guest or both? Hi, only inside VirtualBox, I

Re: 9-stable from i386 to amd64

2012-02-12 Thread Ronald Klop
On Sat, 11 Feb 2012 10:58:30 +0100, Randy Bush wrote: These statements are false, esp. worrying is that they are interwinned with some facts that get tilted to support false presumption. Kernel do not care about which interpreter is /libexec/ld-elf.so. The path to the interpreter is specifi

Re: disk access seems unitask and ant-slow

2012-02-18 Thread Ronald Klop
On Sat, 18 Feb 2012 12:44:12 +0100, H wrote: Hi I have 9-Stable on one partition of my SATAII disk, with kde4, to be sure I compiled yesterday sources world and kernel happens that any secondary task with diskaccess is so very slow that it is inacceptable for example, compiling firefox and t

Re: 157k interrupts per second causing 60% CPU load on idle system

2012-04-15 Thread Ronald Klop
On Sat, 14 Apr 2012 01:13:30 +0200, Matt Thyer wrote: On Apr 7, 2012 2:38 PM, "Matt Thyer" wrote: On 7 April 2012 14:31, Matt Thyer wrote: Since moving the SATA 3 disk to the onboard Intel SATA 2 controller I'm no longer having that disk evicted from the raidz2 pool with write errors an

Re: FreeBSD 8.3 and 9.0 freeze with firefox

2012-04-15 Thread Ronald Klop
On Fri, 30 Mar 2012 04:28:06 +0200, Joseph Olatt wrote: Hi, Starting with 8.3, I've been experiencing FreeBSD freezing up completely after using firefox for a while. Thinking the problem would go away if I upgraded to 9.0, I did that and I am still experiencing the same freezing up. The mouse

Re: 157k interrupts per second causing 60% CPU load on idle system

2012-04-15 Thread Ronald Klop
On Sun, 15 Apr 2012 15:09:34 +0200, Matt Thyer wrote: On Apr 15, 2012 6:27 PM, "Ronald Klop" wrote: The problem does not occur with 9-STABLE. Who knows what the problem was ? USB maybe ? Do you still have the same hardware on the same interrupts on 9-STABLE? Are there chan

Re: Any options on crypt+zfs ?

2012-04-21 Thread Ronald Klop
On Mon, 16 Apr 2012 19:32:43 +0200, Nenhum_de_Nos wrote: hail, I have a soekris running an atom and 2GB RAM and ZFS using 7 drives, small capacity though, to test and study if I can make my home server this box and this way. It will be a simple server, three users tops. I followed the

Re: BuildingFreeBSDWithClang (was: Re: (no subject))

2012-05-22 Thread Ronald Klop
On Tue, 22 May 2012 13:04:59 +0200, S.N.Grigoriev wrote: Hi list, I tried to build world and kernel with CLang on my 9-stable amd64 system. The following errors occured: mv -f term.h.new term.h cat /usr/src/lib/ncurses/ncurses/../../../contrib/ncurses/include/curses.tail >> curses.h.new

Re: smtpd +spamd

2012-06-04 Thread Ronald Klop
On Mon, 04 Jun 2012 08:12:51 +0200, Tomasz Marszal wrote: Hi all, I wonder if there is someone who managed to install Opensmtpd + Spamd + Pf + Imap + SquirrelMail. I have already installed Opensmtpd as demon sending emails because i dont have domain yet i will buy it in two days and i will

Re: Problem with sub-path (or sub-url) in smbfs.

2012-06-05 Thread Ronald Klop
On Tue, 29 May 2012 23:00:31 +0200, Manuel Trujillo (TooManySecrets) wrote: On Fri, May 25, 2012 at 12:38 PM, Manuel Trujillo (TooManySecrets) wrote: I have also an /etc/nsmb.conf configured. All runs fine... except because I only can mount up to "recursos" (from the line teide/recursos/usu

Re: Why Are You NOT Using FreeBSD ?

2012-06-05 Thread Ronald Klop
On Fri, 01 Jun 2012 20:57:52 +0200, Thomas David Rivers wrote: We used to have FreeBSD exclusively on desktops... Now, we have migrated to other desktops (mac) with FreeBSD running the build and file server... Why? Because - the mac updates itself! No pain, no installation, no keeping-up

Re: su problem

2012-06-09 Thread Ronald Klop
On Sat, 09 Jun 2012 09:55:28 +0200, Sami Halabi wrote: Hi, I Just finished upgrade from FBSD-8.1-R fresh system to FBSD-8.3-p2. once done, i created regular accounts, in wheel group. first all was okay, but suddenly i found my self blocked out, because i can't ssh as root, and i can't su eithe

Re: su problem

2012-06-11 Thread Ronald Klop
On Sat, 09 Jun 2012 18:42:27 +0200, Eugene Grosbein wrote: 09.06.2012 19:47, Sami Halabi пишет: %su - Password: load: 0.00 cmd: su 30588 [ttydcd] 0.91r 0.00u 0.00s 0% 2092k Perpaps, your system had no keyboard attached at boot time; or for some other reason it booted with /dev/console bei

Re: su problem

2012-06-12 Thread Ronald Klop
ons than. Maybe somebody else has a good idea. Ronald. Sami On Mon, Jun 11, 2012 at 11:14 AM, Ronald Klop wrote: On Sat, 09 Jun 2012 18:42:27 +0200, Eugene Grosbein wrote: 09.06.2012 19:47, Sami Halabi пишет: %su - Password: load: 0.00 cmd: su 30588 [ttydcd] 0.91r 0.00u 0.00s 0% 2092k

Re: devd problem with 9-stable

2012-06-14 Thread Ronald Klop
On Thu, 14 Jun 2012 02:41:58 +0200, Kevin Oberman wrote: Since updating my systems to 9-Stable, I am not getting my smartcard reader attached when hot-plugged. From devd.conf attach 50 { device-name "ugen[0-9]+"; match "vendor" "0x0529"; match "product" "0x0600";

Re: devd problem with 9-stable

2012-06-15 Thread Ronald Klop
On Fri, 15 Jun 2012 08:01:21 +0200, Kevin Oberman wrote: On Thu, Jun 14, 2012 at 3:11 AM, Ronald Klop wrote: On Thu, 14 Jun 2012 02:41:58 +0200, Kevin Oberman wrote: Since updating my systems to 9-Stable, I am not getting my smartcard reader attached when hot-plugged. From devd.conf

Re: devd problem with 9-stable

2012-06-15 Thread Ronald Klop
On Fri, 15 Jun 2012 08:01:21 +0200, Kevin Oberman wrote: On Thu, Jun 14, 2012 at 3:11 AM, Ronald Klop wrote: On Thu, 14 Jun 2012 02:41:58 +0200, Kevin Oberman wrote: Since updating my systems to 9-Stable, I am not getting my smartcard reader attached when hot-plugged. From devd.conf

Re: devd problem with 9-stable

2012-06-15 Thread Ronald Klop
On Fri, 15 Jun 2012 15:50:49 +0200, Warren Block wrote: On Fri, 15 Jun 2012, Ronald Klop wrote: On Fri, 15 Jun 2012 08:01:21 +0200, Kevin Oberman wrote: On Thu, Jun 14, 2012 at 3:11 AM, Ronald Klop wrote: On Thu, 14 Jun 2012 02:41:58 +0200, Kevin Oberman wrote: Since updating

Re: devd problem with 9-stable

2012-06-15 Thread Ronald Klop
On Fri, 15 Jun 2012 18:40:45 +0200, Kevin Oberman wrote: On Fri, Jun 15, 2012 at 7:53 AM, Ronald Klop wrote: On Fri, 15 Jun 2012 15:50:49 +0200, Warren Block wrote: On Fri, 15 Jun 2012, Ronald Klop wrote: On Fri, 15 Jun 2012 08:01:21 +0200, Kevin Oberman wrote: On Thu, Jun 14

Re: Seeking 6.4 make source for ports

2012-06-20 Thread Ronald Klop
On Wed, 20 Jun 2012 06:57:59 +0200, Michael R. Wayne wrote: Google is littered with messages from people who have 6.3 systems and can no longer upgrade ports. It appears that a recent change requires the version of make from 6.4. While it would be ideal if freebsd.org would build a 6.4 make

Re: mountd suddenly stopped working

2012-06-30 Thread Ronald Klop
On Sat, 30 Jun 2012 15:53:53 +0200, Marcin Wisnicki wrote: I have just rebooted an old system after 100 days of uptime and this came up: Jun 30 15:39:00 ghost mountd[1592]: can't change attributes for /tftpboot Jun 30 15:39:00 ghost mountd[1592]: bad exports list line /tftpboot -ro -ma

Re: Recommendation for Hyervisor to host FreeBSD

2012-07-05 Thread Ronald Klop
On Thu, 05 Jul 2012 13:43:06 +0200, Pete French wrote: So, my work surprise for a Thursday morning is an urgent requirement to see if we can run a set of FreeBSD machines under virtualised servers. I have not done this before personally, but I notice from post here that it doesnt seem uncommo

Re: Odd ttyvN TERM settings

2012-07-08 Thread Ronald Klop
On Sun, 08 Jul 2012 16:00:16 +0200, George Mitchell wrote: Up through FreeBSD 8.x, the ttyvN consoles had a TERM setting of cons25. On FreeBSD 9.n, it appears to be xterm for ttyv0, but it's still cons25 for ttyv1-ttyv8 (even though they all appear to act like xterms). Not surprisingly, this

Re: Resizing GPT partitions

2010-06-13 Thread Ronald Klop
On Tue, 08 Jun 2010 18:58:50 +0200, Stephane Dupille wrote: Hello, I installed a FreeBSD 8.0-RELEASE into a virtual machine (with virtual box), using a GTP partitioning scheme, and zfs. The virtual disk disk is 10 Go. I dumped this disk image to a real machine, which has a 160 Go disk. The

Re: SIGEPIPE after update to 8.1-RC2

2010-07-17 Thread Ronald Klop
Try rebuilding bash or sh or whatever you are using as shell. I'm not sure though. Ronald. On Sat, 17 Jul 2010 17:24:55 +0200, Alex Kozlov wrote: Hi, stable After updating my buildbox from 26 April 8-STABLE to 8.1-RC2 I constantly getting SIGEPIPE portsnap: Fetching 4 metadata patches...

Re: kernel MCA messages

2010-08-23 Thread Ronald Klop
On Mon, 23 Aug 2010 14:20:35 +0200, John Baldwin wrote: On Monday, August 23, 2010 2:44:38 am Andriy Gapon wrote: on 23/08/2010 05:05 Dan Langille said the following: > On 8/22/2010 9:18 PM, Dan Langille wrote: >> What does this mean? >> >> kernel: MCA: Bank 4, Status 0x940c4001fe080813 >> ker

cname replace in mail address? [off-topic] (Re: Attn Ronald Klop)

2010-08-27 Thread Ronald Klop
offtopic, but why do some mailers replace a CNAME in a mail-address? r...@sheeva2:/var/vmail# host klop.yi.org klop.yi.org CNAME thuis.klop.ws thuis.klop.ws A 212.123.145.58 It is not the first time that I'm bitten by this, but I never understood it. Ronald. On

Re: cname replace in mail address? [off-topic] (Re: Attn Ronald Klop)

2010-08-27 Thread Ronald Klop
pointer to the specs about this? Ronald. On Fri, 27 Aug 2010 10:21:27 +0200, Mark Andrews wrote: In message , "Ronald Klop" writ es: offtopic, but why do some mailers replace a CNAME in a mail-address? Because it used to be manditory to do so. If you don't

Re: MySQL performance concern

2010-10-02 Thread Ronald Klop
On Sat, 02 Oct 2010 09:06:52 +0200, Rumen Telbizov wrote: Hello everyone, I am experimenting with MySQL running on FreeBSD and comparing with another (older) setup running on a Linux box. My results show that performance on Linux is significantly better than FreeBSD although the hardware

Re: Problem with security log

2010-10-13 Thread Ronald Klop
On Tue, 12 Oct 2010 22:50:28 +0200, Marcin wrote: Hi folks, For some time in the file / var / log / security appear illegible entries: kernel: ipfw: 200 Deny UDiPp f1w9:2 .168.10.5:5230503 D22e4n.y0 .U0D.P25 1:15923.5136 o8.u10t. 5va5 3r5e03 224.0.0.251:5353 in via re0 How to get rid of it

Re: VirtualBox OpenSolaris guest [becomes: linux-f10-expat]

2010-10-19 Thread Ronald Klop
On Mon, 18 Oct 2010 14:32:04 +0200, Alex Goncharov wrote: ,--- You/Harald (Mon, 18 Oct 2010 14:02:27 +0200) * | What else could I possibly do? | - portmaster www/opera-linuxplugins # installing linux_base-f10-10_3, | then stopping as follows: | ===> Installing for linux-f10-expat-2.

Re: 8.1-STABLE: zfs and sendfile: problem still exists

2010-10-31 Thread Ronald Klop
On Sun, 31 Oct 2010 10:02:44 +0100, Alexander Zagrebin wrote: >> I apologize for my haste, it should have been VM_ALLOC_WIRED. > > Ok, applied and tested under some load(~1200 active connections, outgoing > ~80MB/s). Patch work as expected and i has noted no side effects. Just one > question

Re: vm.swap_reserved toooooo large?

2010-12-18 Thread Ronald Klop
On Sat, 18 Dec 2010 12:52:10 +0100, George Mamalakis wrote: Oliver, I am sending you this email outside the list, because I think that That didn't work out as you intended. :-) enough emails have been sent regarding my message. Now to your s

Re: ZFS - moving from a zraid1 to zraid2 pool with 1.5tb disks

2010-12-30 Thread Ronald Klop
On Thu, 30 Dec 2010 12:40:00 +0100, Damien Fleuriot wrote: Hello list, I currently have a ZFS zraid1 with 4x 1.5TB drives. The system is a zfs-only FreeBSD 8.1 with zfs version 14. I am concerned that in the event a drive fails, I won't be able to repair the disks in time before another act

Re: ZFS - moving from a zraid1 to zraid2 pool with 1.5tb disks

2011-01-02 Thread Ronald Klop
On Sun, 02 Jan 2011 15:31:49 +0100, Damien Fleuriot wrote: On 1/1/11 6:28 PM, Jean-Yves Avenard wrote: On 2 January 2011 02:11, Damien Fleuriot wrote: I remember getting rather average performance on v14 but Jean-Yves reported good performance boosts from upgrading to v15. that was v28

Re: tmpfs runs out of space on 8.2pre-release, zfs related?

2011-01-02 Thread Ronald Klop
On Sun, 02 Jan 2011 09:41:04 +0100, miyamoto moesasji wrote: miyamoto moesasji gmail.com> writes: In setting up tmpfs (so not tmpmfs) on a machine that is using zfs(v15, zfs v4) on 8.2prerelease I run out of space on the tmpfs when copying a file of ~4.6 GB file from the zfs-filesystem to

Re: ssh-keygen between SuSE and FreeBSD

2008-08-14 Thread Ronald Klop
On Thu, 14 Aug 2008 19:25:09 +0200, Gavin Spomer <[EMAIL PROTECTED]> wrote: [snip] I'm not quite sure right now why you're using rsa keys. I'm always using dsa keys (ssh-keygen -t dsa). It comes to my mind, that rsa keys are for ssh version 1, while dsa keys are for ssh version 2. But I could b

Re: ssh-keygen between SuSE and FreeBSD

2008-08-14 Thread Ronald Klop
On Thu, 14 Aug 2008 19:31:12 +0200, Gavin Spomer <[EMAIL PROTECTED]> wrote: Lyndon Nerenberg <[EMAIL PROTECTED]> 08/14/08 9:47 AM >>> DOn't you have a local IT helpdesk? This is pretty basic stuff that they should have documentation for. Well, I admit I still have more things to learn, even

Re: nVidia driver update today: renders X11 unusable

2008-09-02 Thread Ronald Klop
On Tue, 02 Sep 2008 16:28:20 +0200, O. Hartmann <[EMAIL PROTECTED]> wrote: Andriy Gapon wrote: Question to those having this problem - what kind of nVidia hardware do you have? Is that something that is based on G80 GPU or later (GeForce 8XXX or later)? I see that there is already version

Re: USB detach/attach hangs with 7.0-RELEASE and 7.1-PRERELEASE

2008-09-29 Thread Ronald Klop
On Mon, 29 Sep 2008 02:46:15 +0200, Bruce M Simpson <[EMAIL PROTECTED]> wrote: Hi, I've noticed some general instability with plugging in or removing USB devices with FreeBSD 7.x, even when the devices are not actively in use. I had this happen with umass and ucom devices 3 times today. T

Re: USB detach/attach hangs with 7.0-RELEASE and 7.1-PRERELEASE

2008-10-06 Thread Ronald Klop
7;m only able to disable the USB device, but that'd turn it off completely :( Henrik. On Mon, Sep 29, 2008 at 10:05:02PM +0200, Ronald Klop wrote: On Mon, 29 Sep 2008 02:46:15 +0200, Bruce M Simpson <[EMAIL PROTECTED]> wrote: >Hi, > >I've noticed some general ins

Re: Block device

2008-11-04 Thread Ronald Klop
On Tue, 04 Nov 2008 17:32:51 +0100, Scott Long <[EMAIL PROTECTED]> wrote: Patrick M. Hausen wrote: h, all, On Tue, Nov 04, 2008 at 03:32:01PM +0100, d_elbracht wrote: Hi list, can someone please explain, why stat -x /dev/da1 show the SCSI-Drive as a character-device ? http://www.

Re: dhclient starts after NETWORK

2009-12-07 Thread Ronald Klop
On Mon, 07 Dec 2009 10:03:39 +0100, wrote: Wrong order in /etc/rc.d scripts ~]>rcorder /etc/rc.d/* | grep -n -e dhclient -e ntp 66:/etc/rc.d/ntpdate 112:/etc/rc.d/ntpd 139:/etc/rc.d/dhclient Then ifconfig_rl0="DHCP"? ntpdate can`t sync time. It is right to add dhclient in REQUIRE section i

Re: sheevaplug questions

2009-12-29 Thread Ronald Klop
On Sun, 27 Dec 2009 17:00:25 +0100, Zoran Kolic wrote: Howdy! I ordered sheevaplug box and read as much as I could, regarding controlling this little node from bsd box. Seems that cu works fine on linux, but module should be loaded to enable serial emulation from usb host port to mini usb port

Re: Hacked - FreeBSD 7.1-Release

2009-12-29 Thread Ronald Klop
On Tue, 29 Dec 2009 12:45:36 +0100, Edwin Groothuis wrote: On Mon, Dec 28, 2009 at 10:44:41AM -0500, Andresen, Jason R. wrote: The point is, if your machine is on the internet, then bots are going to try password attacks on any open port they can find. It's just the sad fact of life on the

Re: sheevaplug questions

2009-12-29 Thread Ronald Klop
On Tue, 29 Dec 2009 16:51:19 +0100, Zoran Kolic wrote: Howdy! I have 2 of them and cu works fine. As root you can do this. The serial-over-usb provides you with 2 serial devices. The second one is the console. The first is the JTAG interface to flash the bios. # cu -l cuaU1 -s 115200 Per

Re: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a

2009-12-31 Thread Ronald Klop
On Thu, 31 Dec 2009 10:59:18 +0100, Jeremy Chadwick wrote: On Thu, Dec 31, 2009 at 10:12:59AM +0100, Oliver Lehmann wrote: I'm trying to build the 7 world from yesterdays CVSup but I'm getting: ===> usr.sbin/bluetooth/bthidcontrol (all) cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBT

Re: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libusbhid.a

2009-12-31 Thread Ronald Klop
On Thu, 31 Dec 2009 10:12:59 +0100, Oliver Lehmann wrote: Hi, I'm trying to build the 7 world from yesterdays CVSup but I'm getting: ===> usr.sbin/bluetooth/bthidcontrol (all) cc -O2 -fno-strict-aliasing -pipe -march=pentium3 -DBTHIDCONTROL=1 -I/usr/src/usr.sbin/bluetooth/bthidcontrol/../

Re: Multiple serial consoles via null modem cable

2010-01-17 Thread Ronald Klop
On Fri, 15 Jan 2010 07:34:17 +0100, Marin Atanasov wrote: Thank you a lot for your feedback! Now to the real question again, because I'm a little confused now - can I still get a usb-to-serial port converter having let's say 8 serial ports and then connect each machine to the usb-to-serial

Re: zpool vdev vs. glabel

2010-02-09 Thread Ronald Klop
On Tue, 09 Feb 2010 18:10:21 +0100, Freddie Cash wrote: On Tue, Feb 9, 2010 at 6:26 AM, Jeremy Chadwick wrote: Also, I'm a little confused as to the use of glabel in this case. In what condition do your disk indices (e.g. X of daX) change? Are you yanking multiple disks out of a system at

Re: stable-8 regression: time stands still

2010-03-01 Thread Ronald Klop
Hi Ruben, Some shots in the dark. - Do you run powerd? Try to disable it. - What is your output of 'sysctl kern.timecounter'? Maybe try setting another timecounter. - Maybe you shouldn't name your computer 'ill child' in french. :-) Ronald. On Mon, 01 Mar 2010 22:14:41 +0100, Ruben de Groot

Re: NFS lockd problem

2010-03-28 Thread Ronald Klop
On Sat, 27 Mar 2010 20:50:17 +0200, Chuck Swiger wrote: On Mar 26, 2010, at 3:08 AM, Giulio Ferro wrote: Outset: 1 NFS server (with lockd) 2 NFS client (with lockd) The clients serve several jails with apache, whose data (www) resides on the server If you need file locking to work reliabl

Re: NFS lockd problem

2010-03-28 Thread Ronald Klop
On Fri, 26 Mar 2010 12:08:26 +0200, Giulio Ferro wrote: Outset: 1 NFS server (with lockd) 2 NFS client (with lockd) The clients serve several jails with apache, whose data (www) resides on the server From time to time everything seem to freeze. Then, after one minute or so, the system

Re: 7.0 RC3 and linux linprocfs

2008-02-25 Thread Ronald Klop
an help with that? Did you kldload umass before inserting you usb drive? Ronald. -- Ronald Klop Amsterdam, The Netherlands ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: bluetooth keyboards and /etc/rc.d/bluetooth

2008-04-28 Thread Ronald Klop
om/freebsd_various_hw You can mail to [EMAIL PROTECTED] to. There are some responsive people with the right knowledge overthere. Ronald. -- Ronald Klop Amsterdam, The Netherlands ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/

panic in drm

2008-06-26 Thread Ronald Klop
itialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled netsmb_dev: loaded drm0: on vgapci0 info: [drm] AGP at 0xe800 128MB info: [drm] Initialized i915 1.5.0 20060119 drm0: [ITHREAD] pid 3421 (fstat), uid 0: exited on signal 6 encode_

Re: panic in drm

2008-06-27 Thread Ronald Klop
On Thu, 26 Jun 2008 18:01:07 +0200, Gavin Atkinson <[EMAIL PROTECTED]> wrote: On Thu, 2008-06-26 at 16:09 +0200, Ronald Klop wrote: Hello, At my work I see a panic if I do this. Leaf my computer on screensaver (don't no if that is necessary) and come back the next morning. My

installdate of a port/package?

2008-07-01 Thread Ronald Klop
Hello, I just upgraded a machine from FreeBSD 6 to 7. Very nice. But my portupgrade -fa failed after a while. How can I know which ports/packages are still from FreeBSD 6? Is there a datee recorded somewhere or the FreeBSD-version of the port/package? The date of the files in /var/db/pkg/* is u

Re: panic in drm

2008-07-07 Thread Ronald Klop
On Fri, 27 Jun 2008 11:55:45 +0200, Ronald Klop <[EMAIL PROTECTED]> wrote: On Thu, 26 Jun 2008 18:01:07 +0200, Gavin Atkinson <[EMAIL PROTECTED]> wrote: On Thu, 2008-06-26 at 16:09 +0200, Ronald Klop wrote: Hello, At my work I see a panic if I do this. Leaf my computer on

Re: UMASS problem on 7.0 STABLE

2008-07-09 Thread Ronald Klop
On Tue, 08 Jul 2008 20:27:26 +0200, Paul Schmehl <[EMAIL PROTECTED]> wrote: Ever since I upgraded this workstation to 7.0 STABLE, I have been unable to reboot with my USB hard drive attached. During the boot sequence, the device is properly detected and identified, but then I get an error

Re: UMASS problem on 7.0 STABLE

2008-07-10 Thread Ronald Klop
On Thu, 10 Jul 2008 17:31:51 +0200, Paul Schmehl <[EMAIL PROTECTED]> wrote: --On Wednesday, July 09, 2008 11:50:25 +0200 Ronald Klop <[EMAIL PROTECTED]> wrote: On Tue, 08 Jul 2008 20:27:26 +0200, Paul Schmehl <[EMAIL PROTECTED]> wrote: Ever since I upgraded this

Re: how to get more logging from GEOM?

2008-07-11 Thread Ronald Klop
On Fri, 11 Jul 2008 09:59:33 +0200, Jo Rhett <[EMAIL PROTECTED]> wrote: About 10 days ago one of my personal machines started hanging at random. This is the first bit of instability I've ever experienced on this machine (2+ years running) FreeBSD triceratops.netconsonance.com 6.2-RELEASE

trim src/UPDATING in RELENG_7?

2008-07-13 Thread Ronald Klop
Hi, The file src/UPDATING in RELENG_7 goes back until 2004 (the RELENG_5 branchpoint) and is now almost 1000 lines long. Is it an idea to trim this file a bit? And to update this sentence: 'To upgrade in-place from 5.x-stable to current'? And footnote [5] seems a bit dated also. 'if you l

Re: Upcoming ABI Breakage in RELENG_7

2008-07-30 Thread Ronald Klop
On Wed, 30 Jul 2008 11:47:34 +0200, David Southwell <[EMAIL PROTECTED]> wrote: On Tuesday 29 July 2008 08:45:45 Ken Smith wrote: Normally the FreeBSD Project tries very hard to avoid ABI breakage in "Stable Branches". However occasionally the fix for a bug can not be implemented without ABI

Re: Upcoming ABI Breakage in RELENG_7

2008-07-30 Thread Ronald Klop
On Wed, 30 Jul 2008 13:02:52 +0200, Heiko Wundram <[EMAIL PROTECTED]> wrote: Am Mittwoch, 30. Juli 2008 13:11:31 schrieb David Southwell: i.e. Circumstances and what commands to apply in those circumstances? If you don't know what to do, don't run -STABLE? I think in this case (the ABI b

Re: 5.x to 6.x or 7.x with 64MB /

2008-08-04 Thread Ronald Klop
On Mon, 04 Aug 2008 18:48:03 +0200, Nick Barnes <[EMAIL PROTECTED]> wrote: I have a machine which I have recently upgraded using cvsup, from 4.x to RELENG_5, as a staging post en route to 7.x. The upgrade went well until installworld ran out of disk on / and I realised it was only 64BMB. My

Re: How to handle the pack files now we have switched to git?

2021-01-05 Thread Ronald Klop
Van: Pete French Datum: dinsdag, 5 januari 2021 12:08 Aan: FreeBSD Stable Mailing List Onderwerp: How to handle the pack files now we have switched to git? So, for me the switch to git went very smoothly. I havent moved to etcupdate yet, but will probably do that soon. Hopwever I did hit one

Re: Poudriere failed to build pkg in 13-stable jail under 12-stable

2021-01-28 Thread Ronald Klop
On Mon, 25 Jan 2021 05:46:43 +0100, Thomas Legg wrote: The build of a 13-stable source and kernel were a success under 12-stable (though with some issues on freeze-ups and hard reboots that I suspect might be related to the bufdaemon issue and my 0x15 gen AMD cpu). Created a 13-stable poudrier

daily run output misses zpool errors

2012-09-25 Thread Ronald Klop
Hi, Below my daily report. And here my zpool status -x. It would be nice to see this error in my daily info. I am running with daily_show_info="NO", but this looks more severe than info. [root@sjakie /etc]# zpool status -x pool: extern state: ONLINE status: One or more devices has experi

Re: daily run output misses zpool errors

2012-10-18 Thread Ronald Klop
On Wed, 03 Oct 2012 22:01:49 +0200, Alexander Leidinger wrote: On Tue, 25 Sep 2012 14:56:49 +0200 "Ronald Klop" wrote: Hi, Below my daily report. And here my zpool status -x. It would be nice to see this error in my daily info. I am running with daily_show_info="NO",

portsnap not updating

2012-11-15 Thread Ronald Klop
Hello, Probably the wrong mailinglist. But portsnap is not updating since a few days while there are commits on the ports tree. [1] After some searching I found I am not the only one. Apparently there is maintenance being done on the servers. http://www.mail-archive.com/freebsd-ports@freeb

Re: Node conflicts in SVN [SEC=UNCLASSIFIED]

2012-11-19 Thread Ronald Klop
Svn says it sees conflicts. Best thing is to view what the conflicts are using 'svn status' and 'svn diff'. That might shine some more light on this case. Ronald. On Mon, 19 Nov 2012 23:35:11 +0100, Robinson, Greg wrote: UNCLASSIFIED Hi, Could this be an indication of the recent sec

Re: Node conflicts in SVN

2012-11-21 Thread Ronald Klop
On Wed, 21 Nov 2012 09:44:22 +0100, Frank Seltzer wrote: On Tue, 20 Nov 2012, Sergey V. Dyatko wrote: Can you run `svn status`? What does it show ? -- wbr, tiger 'svn status > stat' creates a 5.5 meg file mostly consisting of lines like: D Mk/bsd.apache.mk D Mk/bsd.auto

Re: Increasing the DMESG buffer....

2012-11-21 Thread Ronald Klop
On Wed, 21 Nov 2012 19:41:42 +0100, Torfinn Ingolfsen wrote: On Wed, 21 Nov 2012 18:25:22 +0100 Willem Jan Withagen wrote: Why bother... Because FreeBSD also runs on hardware with minimal memory? yes, but defaults should be for the masses and it is tunable for the rest Because FreeBSD

  1   2   3   4   >