Re: High Send-Q values in netstat after upgrading to 12.1-RELEASE: system is unusable

2019-11-05 Thread Mike Karels
serve pages with the previous speed, but rather the opposite: any web > > operation from clients hangs. > > > > After a single inspection in the FreeBSD 12.1 server, I see that Send-Q > > in netstat is the root cause of the issue. While in 12.0 Send-Q is > > a

Re: High Send-Q values in netstat after upgrading to 12.1-RELEASE: system is unusable

2019-11-05 Thread Jose G. Juanino
eb > operation from clients hangs. > > After a single inspection in the FreeBSD 12.1 server, I see that Send-Q > in netstat is the root cause of the issue. While in 12.0 Send-Q is > almost always zero or close to zero in every socket, in 12.1 I get the > following (snipped outpu

High Send-Q values in netstat after upgrading to 12.1-RELEASE: system is unusable

2019-11-05 Thread Jose G. Juanino
switch between both 12.0 and 12.1 versions. Just after boot the new 12.1 release, I noticed that my apache did not serve pages with the previous speed, but rather the opposite: any web operation from clients hangs. After a single inspection in the FreeBSD 12.1 server, I see that Send-Q in netstat is

Re: vge problem (Re: 8.0R TCP connection stall with large Send-Q)

2009-12-03 Thread Pyun YongHyeon
On Thu, Dec 03, 2009 at 10:14:57PM +0900, Yoshiaki Kasahara wrote: > On Thu, 03 Dec 2009 13:50:29 +0900 (JST), > Yoshiaki Kasahara said: > > > I copied some HTML pages with many thumbnails to other PC running > > 8.0-RC2 (i386), but I couldn't reproduce the problem. The former PC > > uses v

vge problem (Re: 8.0R TCP connection stall with large Send-Q)

2009-12-03 Thread Yoshiaki Kasahara
On Thu, 03 Dec 2009 13:50:29 +0900 (JST), Yoshiaki Kasahara said: > I copied some HTML pages with many thumbnails to other PC running > 8.0-RC2 (i386), but I couldn't reproduce the problem. The former PC > uses vge and latter uses rl, so it might be a NIC driver issue?? I'll > try to repl

8.0R TCP connection stall with large Send-Q

2009-12-02 Thread Yoshiaki Kasahara
stopped loading and many thumbnail images were missing (not downloaded properly). It never happened until upgrade (of course I recompiled httpd and related libraries). After some investigation, I noticed that TCP connections stalled with large Send-Q. % netstat -n (just after a browser hit a page

Q: FreeBSD 7.1 stable boot failure

2009-03-26 Thread John H. Nyhuis
Sorry if this is a repost. My first request did not seem to come through... Greetings, I just re-installed an old file server from stable 6.1 to 7.1 stable, and I'm having a problem with my 3ware 7000-2 card. After sysinstall completes, and I try to boot from the SCSI HDD (not c

Q: FreeBSD 7.1 stable boot failure

2009-03-26 Thread John H. Nyhuis
Greetings, I just re-installed an old file server from stable 6.1 to 7.1 stable, and I'm having a problem with my 3ware 7000-2 card. After sysinstall completes, and I try to boot from the SCSI HDD (not connected to the 3ware) for the first time, the system hangs immediatly after th

Re: Q: eSATA Hot Swap supported?

2008-12-18 Thread Rudy
Bruce Simpson wrote: Does FreeBSD 7.1 support eSATA hot swappable disks? Answer: Yes. I have a hot-swap case and can swap my internal SATA disks. Your eSATA's show up as 'ad' devices, correct? You may need to run atacontrol to get the drives to show up after you hot-plug them. atacontrol

Q: eSATA Hot Swap supported?

2008-12-18 Thread Bruce Simpson
Hi, Does FreeBSD 7.1 support eSATA hot swappable disks? cheers BMS ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Q&A on textdumps (fwd)

2008-04-03 Thread Brooks Davis
uring textdump and debugging scripts > automatically at boot. I've attached a Q&A post I made to current@ after > committing textdump support to HEAD, and you can also consult textdump(4) > and ddb(4) for more information. I've MFC'd support for reading ddb.conf at boot.

Re: Q&A on textdumps (fwd)

2008-04-03 Thread Volker
On 04/03/08 16:22, Norberto Meijome wrote: > On Wed, 02 Apr 2008 21:51:52 +0200 > Volker <[EMAIL PROTECTED]> wrote: > >> while the system is experiencing a panic, it does not have any knowledge >> about filesystems and also does not know about the GELI swap space anymore. >> >> In this situation t

Re: Q&A on textdumps (fwd)

2008-04-03 Thread Vince Hoffman
Norberto Meijome wrote: > On Wed, 02 Apr 2008 21:51:52 +0200 > Volker <[EMAIL PROTECTED]> wrote: > >> while the system is experiencing a panic, it does not have any knowledge >> about filesystems and also does not know about the GELI swap space anymore. >> >> In this situation the geli encrypted s

Re: Q&A on textdumps (fwd)

2008-04-03 Thread Norberto Meijome
On Wed, 02 Apr 2008 21:51:52 +0200 Volker <[EMAIL PROTECTED]> wrote: > while the system is experiencing a panic, it does not have any knowledge > about filesystems and also does not know about the GELI swap space anymore. > > In this situation the geli encrypted swap will be overwritten by a dump

Re: Re: Q&A on textdumps (fwd)

2008-04-02 Thread Volker
On 12/23/-58 20:59, Norberto Meijome wrote: > On Tue, 1 Apr 2008 12:57:06 +0100 (BST) > Robert Watson <[EMAIL PROTECTED]> wrote: > >> (7) I'm in DDB and I suddenly realize I want to save the output, and I >> haven't >> configured textdumps. What do I do? >> >> As with normal dumps, you must prev

Re: Q&A on textdumps (fwd)

2008-04-01 Thread Norberto Meijome
On Tue, 1 Apr 2008 12:57:06 +0100 (BST) Robert Watson <[EMAIL PROTECTED]> wrote: > (7) I'm in DDB and I suddenly realize I want to save the output, and I > haven't > configured textdumps. What do I do? > > As with normal dumps, you must previously have configured support for a dump > partition

Q&A on textdumps (fwd)

2008-04-01 Thread Robert Watson
Dear all, I've now completed the MFC of basic textdump support to 7.0. Once I've had a chance to ping Brooks about it, either he or I will MFC support for ddb.conf, which allows configuring textdump and debugging scripts automatically at boot. I've attached a Q&A pos

Re: [Q] multisync irmc/irmc_bluetooth plugins

2006-09-18 Thread Dennis Melentyev
2006/9/18, Henrik Brix Andersen <[EMAIL PROTECTED]>: On Sun, Sep 17, 2006 at 10:55:24PM +0200, Pav Lucistnik wrote: > Plus, Multisync is dead in water, project abandoned... Not completely true. Multisync in its current form is abandoned, but a new version based on the OpenSync framework (http://

Re: [Q] multisync irmc/irmc_bluetooth plugins

2006-09-17 Thread Henrik Brix Andersen
On Sun, Sep 17, 2006 at 10:55:24PM +0200, Pav Lucistnik wrote: > Plus, Multisync is dead in water, project abandoned... Not completely true. Multisync in its current form is abandoned, but a new version based on the OpenSync framework (http://www.opensync.org/) is in the works. Regards, Brix --

Re: [Q] multisync irmc/irmc_bluetooth plugins

2006-09-17 Thread Pav Lucistnik
Dennis Melentyev píše v ne 17. 09. 2006 v 16:14 +: > Is it possible to build irmc/irmc-bluetooth plugins? > > I tried to play with them a bit, and stuck at the very beginning with > configure unable to find proper entries in obex structures for just > irmc plugin. > Looks like we have "custom

[Q] multisync irmc/irmc_bluetooth plugins

2006-09-17 Thread Dennis Melentyev
Hi all, Is it possible to build irmc/irmc-bluetooth plugins? I tried to play with them a bit, and stuck at the very beginning with configure unable to find proper entries in obex structures for just irmc plugin. Looks like we have "customdata" member in obex_ctrans_t while irmc code trying to fi

Re: Q about gmirror's "metadata sector"

2006-08-18 Thread Vivek Khera
On Aug 18, 2006, at 3:29 AM, Johan Ström wrote: If i've understood correctly gmirror uses the last sector on the provider for a metadata. If one uses http://www.onlamp.com/pub/a/bsd/2005/11/10/ FreeBSD_Basics.html to setup a gmirror'ed system, that is haveing a fully used disk where the las

Q about gmirror's "metadata sector"

2006-08-18 Thread Johan Ström
Hi If i've understood correctly gmirror uses the last sector on the provider for a metadata. If one uses http://www.onlamp.com/pub/a/bsd/2005/11/10/ FreeBSD_Basics.html to setup a gmirror'ed system, that is haveing a fully used disk where the last sector is used (right?) and converting it to

Re: HP DL145G2 SCSC Raid Controlle Q

2006-04-28 Thread kama
If I searc for that product number all I get is: Hewlett-Packard - Adaptec SCSI RAID 2120S /Bjorn On Mon, 24 Apr 2006, Thomas Krause wrote: > Hello, > I hope, this question is not off topic for this list. > In the HP config tool for the DL145 I can select a > HP PL100 SCSI RAID Controller (PN

Re: HP DL145G2 SCSC Raid Controlle Q

2006-04-25 Thread Matthew Jacob
> > mhh, isn't mpt only a SCSI controller (not a RAID controller)? Not in some configurations. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: HP DL145G2 SCSC Raid Controlle Q

2006-04-24 Thread Thomas Krause
Dmitry Morozovsky schrieb: On Mon, 24 Apr 2006, Thomas Krause wrote: TK> Hello, TK> I hope, this question is not off topic for this list. TK> In the HP config tool for the DL145 I can select a TK> HP PL100 SCSI RAID Controller (PN 355671-B21) TK> Does this controller work with FreeBSD? I'm not s

Re: HP DL145G2 SCSC Raid Controlle Q

2006-04-24 Thread Dmitry Morozovsky
On Mon, 24 Apr 2006, Thomas Krause wrote: TK> Hello, TK> I hope, this question is not off topic for this list. TK> In the HP config tool for the DL145 I can select a TK> HP PL100 SCSI RAID Controller (PN 355671-B21) TK> Does this controller work with FreeBSD? I'm not sure, if this TK> is a relable

HP DL145G2 SCSC Raid Controlle Q

2006-04-24 Thread Thomas Krause
Hello, I hope, this question is not off topic for this list. In the HP config tool for the DL145 I can select a HP PL100 SCSI RAID Controller (PN 355671-B21) Does this controller work with FreeBSD? I'm not sure, if this is a relabled LSI controller. Kind regards, Thomas. _

Re: Q: FreeBSD 6.0 install issue (probably hardware)...

2006-02-15 Thread husnu demir
I have the similar issue. I have hot-swap disks and when I want to install from CDs (till 5.x and 6.x) I got lots of garbage hexadecimals. I found a solution for that. I just remove the disk just before the selecting the MENU item. Then after a time before installation wants to see SCSI devices

Q: FreeBSD 6.0 install issue (probably hardware)...

2006-02-15 Thread J. Nyhuis
I managed to get the screen to pause and discerned an error message: ACPI disabled by blacklist MADT: ACPI Startup failed with AE_ERROR panic: Using MADT but ACPI doesn't work Old archived messages offer a solution that requires altering the loader.conf file, but I don't want to maintain a sys

Q: FreeBSD 6.0 install issue (probably hardware)...

2006-02-15 Thread J. Nyhuis
Greetings, I am trying to install FreeBSD 6.0 from CD. The boot loader runs just fine to the point of the boot menu. After this point, no matter which option I select (boot normally, Safe Mode, single User, etc.), my screen endlessly cycles a dump of what looks like hexidecimal memo

q

2005-12-13 Thread bozden
q ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Q: How do I suggest a change to a FreeBSD Man page?

2005-08-10 Thread Dimitry Andric
[Max, did you really direct your reply to <[EMAIL PROTECTED]> instead of <[EMAIL PROTECTED]>? Probably pushed the wrong button...] On 2005-08-10 at 23:33:29 Max Laier wrote: > As for the request itself. As for > the request itself, I am very reluctant to take manpages off the vendor > branch to

Re: Q: How do I suggest a change to a FreeBSD Man page?

2005-08-10 Thread Max Laier
On Wednesday 10 August 2005 23:16, J. Nyhuis wrote: > I would like to suggest a change to the FreeBSD man page for > pf.conf. Since pf is now part of the FreeBSD source core, where do I go > to make my suggestion? No contact info is listed in the man page, as > there is for ports. I'm a li

Re: Q: How do I suggest a change to a FreeBSD Man page?

2005-08-10 Thread Wilko Bulte
On Wed, Aug 10, 2005 at 02:16:53PM -0700, J. Nyhuis wrote.. > Greetings, > > I would like to suggest a change to the FreeBSD man page for > pf.conf. Since pf is now part of the FreeBSD source core, where do I go > to make my suggestion? No contact info is listed in the man page, as

Q: How do I suggest a change to a FreeBSD Man page?

2005-08-10 Thread J. Nyhuis
Greetings, I would like to suggest a change to the FreeBSD man page for pf.conf. Since pf is now part of the FreeBSD source core, where do I go to make my suggestion? No contact info is listed in the man page, as there is for ports. I'm a little hesitant to just make a change and

Re: Q: RT32 (Request Tracker) + jail

2005-07-20 Thread Eirik Øverby
On Jul 20, 2005, at 2:22 AM, J. Nyhuis wrote: Greetings, I would like to have RT running in a jailed environment. The challenge, it seems, will be to get sendmail running in the same jailed environment as RT and the other components. For those not so familiar with the componen

Re: Q: RT32 (Request Tracker) + jail

2005-07-19 Thread Dan Nelson
In the last episode (Jul 19), J. Nyhuis said: > I would like to have RT running in a jailed environment. The > challenge, it seems, will be to get sendmail running in the same > jailed environment as RT and the other components. > For those not so familiar with the components of RT, th

Q: RT32 (Request Tracker) + jail

2005-07-19 Thread J. Nyhuis
Greetings, I would like to have RT running in a jailed environment. The challenge, it seems, will be to get sendmail running in the same jailed environment as RT and the other components. For those not so familiar with the components of RT, the jail would include apache1.3+modperl,

Re: Q: Looking for a recommendation for hardware RAID cards and FreeBSD

2005-07-14 Thread Matt Douhan
On Thursday 14 July 2005 22.43, Freddie Cash wrote: > On July 14, 2005 11:33 am, J. Nyhuis wrote: > > I am looking at purchasing a 3ware SATA 8006-2LP RAID (SATA) > > controllers for a servers running FreeBSD 5.4-stable. Is anyone out > > there using a SATA 3ware RAID controller card on FreeBS

Re: Q: Looking for a recommendation for hardware RAID cards and FreeBSD

2005-07-14 Thread Freddie Cash
On July 14, 2005 11:33 am, J. Nyhuis wrote: > I am looking at purchasing a 3ware SATA 8006-2LP RAID (SATA) > controllers for a servers running FreeBSD 5.4-stable. Is anyone out > there using a SATA 3ware RAID controller card on FreeBSD and would be > willing share their experiences, good, ba

Q: Looking for a recommendation for hardware RAID cards and FreeBSD

2005-07-14 Thread J. Nyhuis
Greetings, I am looking at purchasing a 3ware SATA 8006-2LP RAID (SATA) controllers for a servers running FreeBSD 5.4-stable. Is anyone out there using a SATA 3ware RAID controller card on FreeBSD and would be willing share their experiences, good, bad, or otherwise? 3ware has done

Q: ATA HDD installer issue

2005-07-08 Thread J. Nyhuis
Greetings, I am installing FreeBSD 5.4 on a system using a Seagate Barracuda (Model ST380011A) 80GB drive. This drive has 38297 cylinders, 16 heads, and 255 sectors (this is identified both on a label on the drive and by the BIOS IDE auto-detect). The FreeBSD installer make it to th

Re: pthread Q

2002-05-15 Thread Yann Ramin
On Wed, 2002-05-15 at 19:45, Mike Hoskins wrote: > On 15 May 2002, Yann Ramin wrote: > > Ok, I see: > > $ ls /usr/lib/libc_r* > /usr/lib/libc_r.a /usr/lib/libc_r.so.4 > /usr/lib/libc_r.so /usr/lib/libc_r_p.a > > Is this the FreeBSD implementation? Yes. Its actualy the reenterant v

Re: pthread Q

2002-05-15 Thread Mike Hoskins
On 15 May 2002, Yann Ramin wrote: > You shouldn't need to make a link to libpthread. FreeBSD contains a > pthread implementation in libc_r, which XMMS should easily use. I would > delete the libpthread links and rebuild xmms. Ok, I see: $ ls /usr/lib/libc_r* /usr/lib/libc_r.a /usr/lib/lib

Re: pthread Q

2002-05-15 Thread Yann Ramin
You shouldn't need to make a link to libpthread. FreeBSD contains a pthread implementation in libc_r, which XMMS should easily use. I would delete the libpthread links and rebuild xmms. Yann On Wed, 2002-05-15 at 13:26, Mike Hoskins wrote: > > I was playing around with portupgrade again and s

Re: Q: planned 4.5 prerelease schedule

2001-12-12 Thread Michael Lucas
C) (+code freeze) and when will >first RC's become available? > > Thanks. -- Michael Lucas [EMAIL PROTECTED], [EMAIL PROTECTED] My FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons http://www.blackhelicopters.org/~mwlucas/ To Unsubscribe: send mail to

Re: Q: upgrade from 4.0-RELEASE

2001-08-08 Thread Bill Moran
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> Bill Moran writes: > : Feel free to correct me if I'm wrong on this (anyone?) > > I've upgraded from 4.0-current to 4.3-stable about a month ago. I > don't know why he's seeing this problem. Hmmm ... I've had a number of people correct me o

Re: Q: Having problems with upgrading old aout kernel.

2000-03-05 Thread Kris Kennaway
On Sun, 5 Mar 2000, Anthony Bourov wrote: > I have a server running 3.0-RELEASE aout kernel, and due to the many > security and stability issues I need to upgrade it to the latest stable. > This is a live system, and I would like to take the safest approach > possible. What I have tried to do

Q: Having problems with upgrading old aout kernel.

2000-03-05 Thread Anthony Bourov
Hi, I have a server running 3.0-RELEASE aout kernel, and due to the many security and stability issues I need to upgrade it to the latest stable. This is a live system, and I would like to take the safest approach possible. What I have tried to do is this: Grab the latest STABLE source tree fr

Re: [Q] HotPlug HDD & vinum

1999-09-15 Thread Rodney W. Grimes
> At 12:45 AM +0400 1999/9/16, > =?koi8-r?Q?=E1=CE=D4=CF=CE=20=E1=CE=C1=D4=CF=CC=D8=C5=D7=C9=DE wrote: > > > I planning to build new intranet server based of 3-STABLE. > > Buying of hardware RAID is a bit expensive for me and AFAIK, vinum is > > the best solution fo

Re: [Q] HotPlug HDD & vinum

1999-09-15 Thread Brad Knowles
At 12:45 AM +0400 1999/9/16, =?koi8-r?Q?=E1=CE=D4=CF=CE=20=E1=CE=C1=D4=CF=CC=D8=C5=D7=C9=DE wrote: > I planning to build new intranet server based of 3-STABLE. > Buying of hardware RAID is a bit expensive for me and AFAIK, vinum is > the best solution for me. > Is it possible to use

[Q] QIC-40/80

1999-09-09 Thread Антон Анатольевич Бородин
Hi,All! How can I configure ${Subject\:} under 3.3-RC? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

[Q] 'ELF interpreter /usr/libexec/ld-elf.so.1 not found' on an basy server???

1999-08-10 Thread Silver CHEN
Dear Sir: I have an very busy server for email service. there are more than 100K virtual users on that machine. It is an PII-400 w/ 256MB RAM, OS is 3.2-stable. The general performance is good, but under some conditions, I got the following messages: ELF interpreter /usr/libexec/ld-el

Re: [Q] inetd log message wher -c/-C is specified...?

1999-07-31 Thread David Malone
On Sat, Jul 31, 1999 at 05:42:28PM +0800, Silver CHEN wrote: > I got these messages from syslog when I enabled the -c/-C limit > of inetd. Should I worry about that? > > >Jul 31 17:35:06 dns inetd[19464]: /var/qmail/bin/tcp-env[19569]: exit status > 0x100 Looking at the inetd, it looks l

Re: [Q] inetd log message wher -c/-C is specified...?

1999-07-31 Thread Silver CHEN
Sorry that I forgot to tell my environ. It's a 3.2-stable box and used as internet email/www servers. yes, I use ientd/qmail to handle smtp/pop3, but I don't think it matters. -- Silver CHEN 1999/7/31 Silver CHEN wrote: > > Dear Sir: > > I got these messages from syslog when I enabled the

[Q] inetd log message wher -c/-C is specified...?

1999-07-31 Thread Silver CHEN
Dear Sir: I got these messages from syslog when I enabled the -c/-C limit of inetd. Should I worry about that? >Jul 31 17:35:06 dns inetd[19464]: /var/qmail/bin/tcp-env[19569]: exit status 0x100 It seems that everything is ok, however, this msg appearred for each incomming connectio

Re: Q: rpc.lockd (*broken!*) ??

1999-07-01 Thread David Malone
On Thu, Jul 01, 1999 at 03:48:02PM +0200, Marko Schuetz wrote: > Forgot to say: it does *seem* to work when rpc.lockd is running. It works in the sense that it always says "Here - have a lock", even if someone else thinks they have one. David. To Unsubscribe: send mail to [EMAIL PROTE

Re: Q: rpc.lockd (*broken!*) ??

1999-07-01 Thread Marko Schuetz
> "Marko" == Marko Schuetz <[EMAIL PROTECTED]> writes: Marko> in /etc/defaults/rc.conf it says Marko> rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. Marko> so is this still true? Marko> I have an NFS server running 3.1-stable which has a repository for Marko>

Q: rpc.lockd (*broken!*) ??

1999-07-01 Thread Marko Schuetz
in /etc/defaults/rc.conf it says rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. so is this still true? I have an NFS server running 3.1-stable which has a repository for aegis supposed to be accessed from HP/UX clients. When I do aenpr example -dir /tmp/aegis/