Re: nfs lockd errors after NetApp software upgrade.

2019-12-23 Thread Adam McDougall
On 12/22/19 12:01 PM, Rick Macklem wrote: > Well, I've noted the flawed protocol. Here's an example (from my limited > understanding of these protocols, where there has never been a published > spec) : > - The NLM supports a "blocking lock request" that goes something like this... >- client

Re: nfs lockd errors after NetApp software upgrade.

2019-12-19 Thread Adam McDougall
Try changing bool_t do_tcp = FALSE; to TRUE in /usr/src/sys/nlm/nlm_prot_impl.c, recompile the kernel and try again. I think this makes it match Linux client behavior. I suspect I ran into the same issue as you. I do think I used nolockd is a workaround temporarily. I can provide some more details

Re: Random panics in 11.0 and 12.0 on J1900

2019-07-24 Thread Adam
periods without issue. It wouldn't even boot with Win NT. After the manufacturer sent the same one back twice, I tased it and RMA'd again. This time, I got a new stick and all was good. The point is memory issues can be very subtle and replacing with known good modules is

Re: trying to expand a zvol-backed bhyve guest which is UFS

2019-05-19 Thread Adam
be safe, but you should be able to shrink it to the existing partition size. If it's a sparse zvol, it may not may that much difference. -- Adam ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsu

Re: lightly loaded system eats swap space

2018-06-18 Thread Adam
. > What is the output of sysctl vm.overcommit? If this system is intended on being a VM host, then why don't you limit ARC to something reasonable like Total Mem - Projected VM Mem - Overhead = Ideal ARC . -- Adam ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: lightly loaded system eats swap space

2018-06-17 Thread Adam
05G MRU, 32K Anon, 382M Header, 632M Other > > A server of similar spec which is running freebsd-current with seven bhyve > instances doesn't have this issue: > Based upon the output neither ram nor swap seems like similar spec so I wonder if you could say what you mean by that.

Re: FreeBSD 11.1-release - verbose boot causes the machine to restart

2018-01-31 Thread Adam Vande More
2) https://sites.google.com/site/tingox/asrock_beebox-s_7100u_fbsd > > Is it a panic reboot? If so you can try setting the loader or sysctl option to not reboot after panic or drop to debugger option. -- Adam ___ freebsd-stable@freebsd.org maili

Re: Random freezes of my FreeBSD droplet (DigitalOcean)

2017-11-22 Thread Adam Vande More
y updates in 11.1 that may affect positively my experience in > the digital ocean cloud? > It's entirely possible to run a stable VM using that configuration so you haven't provided enough details to give any real help. A common foot shooting method is puttin

Re: Boot hang on Xen after r318347/(310418)

2017-06-03 Thread Adam McDougall
On 05/25/2017 09:28, Adam McDougall wrote: > On Thu, May 25, 2017 at 10:41:03AM +0100, Roger Pau Monné wrote: > >> On Wed, May 24, 2017 at 06:33:07PM -0400, Adam McDougall wrote: >>> Hello, >>> >>> Recently I made a new build of 11-STABLE but encountered

Re: Errors with ports on 9.3..

2017-06-03 Thread Adam Vande More
t is probably wise to make a backup and do a test first. -- Adam ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Boot hang on Xen after r318347/(310418)

2017-05-25 Thread Adam McDougall
On Thu, May 25, 2017 at 10:41:03AM +0100, Roger Pau Monné wrote: > On Wed, May 24, 2017 at 06:33:07PM -0400, Adam McDougall wrote: > > Hello, > > > > Recently I made a new build of 11-STABLE but encountered a boot hang > > at this state: > > http://www.egr.m

Boot hang on Xen after r318347/(310418)

2017-05-24 Thread Adam McDougall
Hello, Recently I made a new build of 11-STABLE but encountered a boot hang at this state: http://www.egr.msu.edu/~mcdouga9/pics/r318347-smp-hang.png It is easy to reproduce, I can just boot from any 11 or 12 ISO that contains the commit. I compiled various svn revisions to confirm that r318347

Re: [ZFS] files in a weird situtation

2016-12-18 Thread Adam Vande More
nstalled a copy into `/usr/lib` to make the system run again. > > So, I can't install a new world: `install -C` fails in the same way. I think you have larger issues than a single corrupt file. -- Adam ___ freebsd-stable@freebsd.org mailing

Re: [ZFS] files in a weird situtation

2016-12-17 Thread Adam Vande More
t; > A pass with `zfs scrub` didn't help. > > Any clue is welcome. What's that `dmu_bonus_hold` stands for ? > I am unable to understand what your intent is here. If you wish to delete it, you can do: find . -inum 10552574 -exec rm {} \; -- Adam ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Hangs with mrsas?

2016-03-07 Thread Adam McDougall
On 03/07/2016 14:09, Garrett Wollman wrote: > I have a new Dell server with a typical Dell hardware RAID. pciconf > identifies it as "MegaRAID SAS-3 3008 [Fury]"; mfiutil reports: > > mfi0 Adapter: > Product Name: PERC H330 Adapter >Serial Number: 5AT00PI > Firmware: 25.3.0.0016 >

Re: dev/random warning on 10-STABLE after r292122 up till r292855

2016-01-05 Thread Adam Vande More
It's more of an informational message about seeding the random number generator. Probably man 4 random is the best explanation. -- Adam ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable

Re: high disk %busy, while almost nothing happens

2015-11-26 Thread Adam Vande More
tand disk i/o. In > practice, otherwise, high disk %busy happens. > Well that's basically what you had. And %busy is not really meaningful. L(q) and ops are the ones to keep an eye on. -- Adam ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: ZFS - poor performance with "large" directories

2015-11-24 Thread Adam Vande More
related to NFS. Performance is also heavily dependent on pool structure and io characteristics. For example, a pool of 3 2 disk mirrors is in general going to be much faster than 1 6 disk raidz2. -- Adam ___ freebsd-stable@freebsd.org mailing list https:/

sshpass

2015-11-23 Thread Adam Vande More
/ansible/ansible/issues/11565 http://sourceforge.net/p/sshpass/bugs/12/ <- Misidentified cause Can anyone offer insight into this? Thanks, -- Adam ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: [CTF] pkg 1.6.0

2015-09-22 Thread Adam McDougall
On 09/22/2015 03:20, Ranjan1018 . wrote: > 2015-09-21 23:27 GMT+02:00 Baptiste Daroussin : > >> Hi all, >> >> We are about to release pkg 1.6.0. pkg-devel has been updated to 1.5.99.13 >> aka >> 1.6.0 rc3 that we hope will become the new pkg 1.6.0 btw the end of the >> Week >> (release planned for

Re: Routing stops working when we create a new vlan

2015-08-07 Thread Adam Vande More
${SYSCTL} net.inet.ip.forwarding=0 > /dev/null fi -- Adam ___ 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: 4TB Western Digital My Book 1230 USB hard drive not working on 10.2

2015-08-02 Thread Adam McDougall
On 08/02/2015 21:22, Paul Mather wrote: > I have a 4TB external USB drive (Western Digital My Book 1230) that I am > trying to use under FreeBSD/amd64 10.2 (10.2-PRERELEASE #0 r286052: Wed Jul > 29 20:59:39 EDT 2015). This system has a MSI 760GMA-P34 (FX) motherboard. > > The drive probes unrel

Re: Getting going with a new Dell 7810

2015-06-17 Thread Adam McDougall
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 > running r284449. So far, so good. > > The problem is Xorg. I'm running the latest Xorg in

Re: ports/base ntpd rc.d script with WITHOUT_NTP=yes

2015-04-08 Thread Adam McDougall
On 04/08/2015 12:48, Matt Smith wrote: > Hi, > > I just upgraded my server to 10.1-STABLE r281264 and when I ran > mergemaster it told me that /etc/rc.d/ntpd was stale and would I like to > delete it. It's never done this before. I've figured out it's because I > have WITHOUT_NTP=yes in /etc/src.c

Re: SSH hung with an OpenSSH_6.6.1p1 --> OpenSSH_5.8p2_hpn13v11

2015-03-26 Thread Adam McDougall
On 03/26/2015 21:25, Wu ShuKun wrote: > Okay > % ssh -v -o "KexAlgorithms diffie-hellman-group-exchange-sha1" 10.41.172.19 > OpenSSH_6.6.1p1, OpenSSL 1.0.1l-freebsd 15 Jan 2015 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Connecting to 10.41.172.19 [10.41.172.19] port 22. > de

Re: There has to be a better way of merging /etc during a major freebsd-update

2015-03-10 Thread Adam Vande More
27;t that pretty much what the -F flag, I mentioned does? > "-FIf the files differ only by VCS Id ($FreeBSD) install the >new file." > Op asked for a freebsd-update solution which excludes any mergemaster solution short of at least a partial rewrite. -- Adam ___

Re: There has to be a better way of merging /etc during a major freebsd-update

2015-03-10 Thread Adam Vande More
On Tue, Mar 10, 2015 at 12:45 PM, Peter Olsson < list-freebsd-sta...@jyborn.se> wrote: > On Tue, Mar 10, 2015 at 10:17:18AM -0500, Adam Vande More wrote: > > On Tue, Mar 10, 2015 at 7:05 AM, Peter Olsson < > list-freebsd-sta...@jyborn.se > > > wrote: > > > &

Re: There has to be a better way of merging /etc during a major freebsd-update

2015-03-10 Thread Adam Vande More
the script will work fine on older installs, but testing should be done first. -- Adam ___ 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: Is there a linux_base available for RELENG_9?

2015-03-09 Thread Adam McDougall
On 03/09/2015 20:44, Chris H wrote: > I performed av svn update for both src (r279796), > and ports (r380829) last night. building/installing > world/kernel, went as one would hope. Upgrading ports > was a different story. Given this box has an nVidia card. > I usually start by upgrading emulators/

Re: gmirror crash writing to disk? Or is it su+j crash?

2013-08-30 Thread Adam Vande More
t; The filesystem is ufs with su+j... but I'm not sure this matters here. > > Run fsck. -- Adam Vande More ___ 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: ZFS pool with 4k sector size

2013-08-22 Thread Adam McDougall
On 08/22/13 04:23, Trond Endrestøl wrote: On Thu, 22 Aug 2013 11:40+0400, Michael BlackHeart wrote: Hello, I'd like to know what is the best way to convert my pool from 512b sector size to 4k sector size. Hardware: 2 x2Tb WD Green with 4k physical sector size Model Family: Western Digital Cav

Re: Booting FreeBSD with Syslinux

2013-08-01 Thread Adam Vande More
ar (no idea really). > > Maybe I'll just have to stuff the loader in an MFS and boot that :( > galacticdominator% ./mbchk /boot/kernel/kernel /boot/kernel/kernel: No Multiboot header. Maybe i386 would work, but apparently not amd64. -- Adam Vande More ___

Re: Booting FreeBSD with Syslinux

2013-07-31 Thread Adam Vande More
recise syntax used, or any other type of useful information. -- Adam Vande More ___ 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: experience with 9.2-PRERELEASE

2013-07-18 Thread Adam Vande More
> -current, I also tried to install that and it experienced the same USB > problems until I disabled this 3.0 mode. > This is worth pursuing on freebsdf-usb@ or by filing a PR. Only way it gets fixed is if the right people know about it. -- Adam Vande More ___

Re: experience with 9.2-PRERELEASE

2013-07-17 Thread Adam Vande More
> errors about 1 per second. > Try toggling usb compatibility mode in the bios. -- Adam Vande More ___ 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: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Adam Vande More
ink this warrants a mention in the Release Notes for exactly this point, however it should probably be mentioned in UPDATING. If nothing else, that would at least keep UPDATING consistent with previous ssh major upgrades. -- Adam Vande More ___ freebsd

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

2013-06-19 Thread Adam Strohl
On 6/19/2013 22:04, Jeremy Chadwick wrote: On Wed, Jun 19, 2013 at 09:15:18PM +0700, Adam Strohl wrote: On 6/19/2013 20:35, Jeremy Chadwick wrote: I've snipped out portions which aren't relevant at this point in the convo. I'm trying to be terse as much as possible here (hon

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

2013-06-19 Thread Adam Strohl
On 6/19/2013 21:21, Steven Hartland wrote: You still need to test if stable/9 fixes your issue though as otherwise you don't know if the issue your seeing has already been fixed, and if its the old know ZFS vfs hang on shutdown, it has. Thanks Steve, understood but probably not going to happen

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

2013-06-19 Thread Adam Strohl
bug on boot obviously but not much different on shutdown/hang: http://i.imgur.com/SgzSsoP.jpg It looks to me like the ACPI layer is still actively working at the time "all buffers are synced", meaning the actual reboot phase itself never happens. This to me starts to smell of an ACPI problem, but I do not have the skill set to debug this, and I'm also grasping at straws. There are many things that happen during that phase of operation, particularly the "USB shutdown" phase. Yeah. Originally I had even my UPS (APC) disconnected, the only USB device (via a port -- I realize there might be MB virtual ports) was a Dell KB. But it all depends on your kernel config, which I've now asked for. Yeah -- Adam Strohl http://www.ateamsystems.com/ ___ 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: shutdown -r / shutdown -h / reboot all hang and don't cleanly dismount

2013-06-19 Thread Adam Strohl
On 6/19/2013 19:53, Adam Strohl wrote: sync(8) does not do what you think it does. Please read (not skim) this entire thread starting here: http://lists.freebsd.org/pipermail/freebsd-fs/2013-April/thread.html#16982 http://lists.freebsd.org/pipermail/freebsd-fs/2013-April/016982.html Groking

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

2013-06-19 Thread Adam Strohl
On 6/19/2013 19:21, Jeremy Chadwick wrote: On Wed, Jun 19, 2013 at 06:35:57PM +0700, Adam Strohl wrote: Hello -STABLE@, So I've seen this situation seemingly randomly on a number of both physical 9.1 boxes as well as VMs for I would say 6-9 months at least. I finally have a physical box

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

2013-06-19 Thread Adam Strohl
thoughts? Let me know if I can provide more details etc. -- Adam Strohl http://www.ateamsystems.com/ ___ 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: 9.1-stable: ATI IXP600 AHCI: CAM timeout

2013-05-29 Thread Adam McDougall
On 05/29/13 10:21, Oliver Fromme wrote: > Steven Hartland wrote: > > Have you checked your sata cables and psu outputs? > > > > Both of these could be the underlying cause of poor signalling. > > I can't easily check that because it is a cheap rented > server in a remote location. > > But I d

Re: recommended memory for zfs

2013-05-09 Thread Adam Vande More
ify to the point where they're providing half-ass information. IIRC, that used to be the guideline for memory requirements for dedup. -- Adam Vande More ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: recommended memory for zfs

2013-05-09 Thread Adam Vande More
ld give them their own filesystem that only caches metadata - zfs set >> primarycache=metadata zroot/mediafiles >> >> > Thanks for all the replies Size of DB and HD's are: > > Current DB Size = 23 GB > HD sizes = (6) 500 GB drives > > > > > ___ &

Re: Why does poudriere always rebuild nginx and GraphicsMagick13?

2013-02-14 Thread Adam McDougall
On Fri, Feb 15, 2013 at 12:37:19AM +0100, Rainer Duffner wrote: Am 12.02.2013 um 23:11 schrieb Baptiste Daroussin : > On Tue, Feb 12, 2013 at 10:59:28PM +0100, Rainer Duffner wrote: >> Hi, >> >> poudriere 2.2 here, running on 9.1-amd64 >> >> Of the 730-ish ports, whenever I ru

Re: About kern.ipc.somaxconn and netstat

2013-01-29 Thread Adam Vande More
nections in a particular state such as net.inet.tcp.pcblist: -- Adam Vande More ___ 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: FreeBSD 9.1 - openldap slapd lockups, mutex problems

2013-01-22 Thread Adam McDougall
On 01/22/13 05:19, Kai Gallasch wrote: Hi. (Im am sending this to the "stable" list, because it maybe kernel related.. ) On 9.1-RELEASE I am witnessing lockups of the openldap slapd daemon. The slapd runs for some days and then hangs, consuming high amounts of CPU. In this state slapd can only

Re: time issues and ZFS

2013-01-22 Thread Adam McDougall
On 01/22/13 07:27, Julian Stecklina wrote: Thus spake Daniel Braniss : In the meantime here is some info: Intel(R) Xeon(R) CPU E5645: running with no problems LAPIC(600) HPET(450) HPET1(440) HPET2(440) HPET3(440) i8254(100) RTC(0) Intel(R) Xeon(R) CPU X5550: this is the problematic, at leas

Re: Samsung SSD 840 PRO fails to probe

2012-11-26 Thread Adam McDougall
On 11/26/12 14:27, Alexander Motin wrote: Hi. On 26.11.2012 20:51, Adam McDougall wrote: My co-worker ordered a Samsung 840 PRO series SSD for his desktop but we found 9.0-rel would not probe it and 9.1-rc3 shows some errors. I got past the problem with a workaround of disabling AHCI mode in

Samsung SSD 840 PRO fails to probe

2012-11-26 Thread Adam McDougall
Hello, My co-worker ordered a Samsung 840 PRO series SSD for his desktop but we found 9.0-rel would not probe it and 9.1-rc3 shows some errors. I got past the problem with a workaround of disabling AHCI mode in the BIOS which drops it to IDE mode and it detects fine, although runs a little s

Re: How go back from X.Y-RELEASE-pZ to X.Y-RELEASE?

2012-11-23 Thread Adam McDougall
On 11/23/2012 6:22 AM, Peter Olsson wrote: We are currently using cvs for both source and ports. I have begun changing to portsnap for ports, and I would also like to try changing at least some of our servers to freebsd-update. But all servers have been patched, using either RELENG_8_3 or RELENG

Re: Why is SU+J undesirable on SSDs?

2012-11-04 Thread Adam Strohl
On 11/4/2012 5:32, Karl Denninger wrote: It is utter insanity to enable, by default, filesystem options that break _*the canonical backup solution*_ in the handbook ("dump", when used with "-L", which it must be to dump a live filesystem SAFELY.) Exactly.

Re: SU+J on 9.1-RC2 ISO

2012-11-04 Thread Adam Strohl
ns with enabled it means booting up in single user to undo it which is a hassle for a server if it's in production (I realize that's a bit whiny :P). -- Adam Strohl http://www.ateamsystems.com/ ___ freebsd-stable@freebsd.org mailing list htt

Re: Why is SU+J undesirable on SSDs?

2012-11-03 Thread Adam Vande More
On Sat, Nov 3, 2012 at 4:30 PM, Brett Glass wrote: > Have been following the thread related to SU+J, and am wondering: why is it > considered to be undesirable on SSDs (assuming that they have good wear > leveling)? Superstition -- Adam V

Re: SU+J on 9.1-RC2 ISO

2012-11-02 Thread Adam Strohl
erver. Getting burned by a known bug like this shouldn't be "SOP" for users of FreeBSD. If anything it should be turned off by default, and people can turn it on if they want given the landmine it plants. If they know how to turn it on they're much more likely to be aware of the

Re: SU+J on 9.1-RC2 ISO

2012-11-02 Thread Adam Strohl
On 11/2/2012 23:47, Bas Smeelen wrote: Hi Why are journaled soft updates the default when installing a new system from a 9.1-RC2 ISO? I admit I did not pay too much attention when installing a new system from an 9.1-RC2 ISO and found out when taking a snapshot with dump (dump -0Lauf) to clone t

Re: No buffer space available / tcp_inpcb value

2012-10-30 Thread Adam Strohl
d by sendfile 0 calls to protocol drain routines Adrian On 30 October 2012 06:21, Adam Strohl wrote: Hey -STABLE, I've got a client who we've setup a FreeBSD cluster for with about a dozens servers, all behind two front end proxies/LBs/firewalls which also act as NAT gateways for

No buffer space available / tcp_inpcb value

2012-10-30 Thread Adam Strohl
;m not turning anything up. Any thoughts/ideas appreciated! -- Adam Strohl http://www.ateamsystems.com/ ___ 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: SOLVED: Time Clock Stops in FreeBSD 9.0 guest running under ESXi 5.0

2012-08-03 Thread Adam Strohl
Doh, correct URL for the forum post is: http://forums.freebsd.org/showthread.php?t=31929&page=2 On 8/3/2012 14:38, Adam Strohl wrote: Just a heads up on the original issue, which is FreeBSD's timer/clock stopping under ESXi 5.0 and some later versions of VMware Workstation. I'v

Re: SOLVED: Time Clock Stops in FreeBSD 9.0 guest running under ESXi 5.0

2012-08-03 Thread Adam Strohl
ctl.conf Under 9.x: kern.timecounter.hardware=ACPI-fast Pre 9.x: kern.timecounter.hardware=ACPI-safe Hope this helps anyone running across this issue. -- Adam Strohl http://www.ateamsystems.com/ ___ freebsd-stable@freebsd.org mailing list http://lists

Re: apache hangs in wait4

2012-07-07 Thread Adam Vande More
Doing graceful > restart > [Sat Jul 07 20:00:10 2012] [error] FastCGI process 41228 still did not > exit, terminating forcefully > > The 41228 process is a Perl FastCGI web application using p5-FCGI > (wwsympa), and it is in the accept wchan. > > Any id

Re: Recommendation for Hyervisor to host FreeBSD

2012-07-05 Thread Adam Strohl
anything: memory driver, OS control (ie; shutdown), etc. I manage dozens of FreeBSD VMs under ESXi 3.5, 4.x and 5.0 ... most of them using OpenVM tools (ie; the 9.x hosts), works great. -- Adam Strohl http://www.ateamsystems.com/ ___ freebsd-stable@f

Re: fsck_ufs running too often

2012-06-23 Thread Adam Vande More
On Sat, Jun 23, 2012 at 9:54 PM, Jason Hellenthal wrote: > > At one point it was proven that background fsck was not benefitial. Where can we find this "proof"? -- Adam Vande More ___ freebsd-stable@freebsd.org mailing list http://l

Re: How to bind a route to a network adapter and not IP

2012-06-15 Thread Adam McDougall
On 06/15/12 12:19, Hans Petter Selasky wrote: Hi, Maybe there is a simple answer, but how do I bind a route to a network interface in 8-stable? Is that possible at all? I'm asking because the routes I add in my network setup are lost because of ARP packet drops. I.E. they exist for a while, but

Re: IPv6 and CARP crashes boxes

2012-06-12 Thread Adam Strohl
caught this just as I hit send :P -- Adam Strohl http://www.ateamsystems.com/ ___ 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: IPv6 and CARP crashes boxes

2012-06-12 Thread Adam Strohl
peers end up thinking they're MASTER). In 9.x it all works as expected at least for IPv4 (rc.conf carp_alias entries, aliases, on the fly reconfiguring). -- Adam Strohl http://www.ateamsystems.com/ ___ freebsd-stable@freebsd.org mailing list

Re: Backups with 9-STABLE -- Options?

2012-06-10 Thread Adam Strohl
is doing. There is also a consistency issue too, using snapshots makes it so that all the files make sense together, instead of the files getting more and more recent as the end of the backup block approaches. -- Adam Strohl http://www.ateamsystems.com/ _

Re: Backups with 9-STABLE -- Options?

2012-06-10 Thread Adam Strohl
efficient. And as neat as journals are, backups using dump with snapshots is way more valuable and important in my book. My .02. -- Adam Strohl http://www.ateamsystems.com/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mail

Re: Why Are You NOT Using FreeBSD ?

2012-06-09 Thread Adam Strohl
le a port which was just released? Is it a security thing or is it "I want the latest" ? I'm just curious (and totally uninterested in how this ranks in your "worse question" list). -- Adam Strohl http://www.ateamsystems.com/ __

Re: Why Are You NOT Using FreeBSD ?

2012-06-09 Thread Adam Strohl
something extraordinarily weird and I'm just at a loss as to what they're doing and why. I get the feeling people are updating their ports tree and then recompiling/reinstalling everything "just because" and then are complaining when one thing breaks (its the only

Re: Why Are You NOT Using FreeBSD ?

2012-06-09 Thread Adam Strohl
On 6/9/2012 14:50, O. Hartmann wrote: Lucky man! We are "off" from some desktop services (like LibreOffice and Firefox) for more than a week now! Why did you update to begin with? Bug/security fix? -- Adam Strohl http://www.ateams

Re: su problem

2012-06-09 Thread Adam Strohl
en to have another box there cross-patching their serial consoles to each other so if one goes down you can serial via the other one (ie; server1's com1 to server2's com2, and server2's com1 to server1's com2). You need to set this up as root though so no

Re: su problem

2012-06-09 Thread Adam Strohl
On 6/9/2012 20:29, Sami Halabi wrote: Hi, /var/log/messages - no new logs Sorry if this has been asked, anything in dmesg? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any ma

Re: Why Are You NOT Using FreeBSD ?

2012-06-08 Thread Adam Strohl
everything just for the heck of it, though I don't get how even that takes 48 hours. Even make buildworld is done in multi-user mode and so you could use your workstation during the build. And we're talking about ports here so ... Just curious! -- Adam Strohl http://

Re: Load when idl on stable

2012-06-05 Thread Adam McDougall
On 06/05/12 15:37, Albert Shih wrote: Le 03/06/2012 ? 23:55:06+0200, Oliver Pinter a écrit I think, this is the old thread: http://freebsd.1045724.n5.nabble.com/High-load-event-idl-td5671431.html Yes. But because I didn't find any solution, I resent the problem. The interrupt rerouting doe

Re: Why Are You NOT Using FreeBSD?

2012-06-03 Thread Adam Strohl
On 6/3/2012 19:24, Erich wrote: yes, you miss a very simple thing. Updated this morning your ports tree. Your client asks for something for Monday morning for which you need now a program which needs some kind of PNG but you did not install it. Do you have a machine that is fast enough to up

Re: Why Are You NOT Using FreeBSD ?

2012-06-03 Thread Adam Strohl
On 6/3/2012 17:51, Mehmet Erol Sanliturk wrote: Always I am stressing that to manage FreeBSD, a fair amount of expertise is required which I think this level may be reduced by improving the FreeBSD management by transferring knowledge to its managing parts ( for example : package management , re

Re: Why Are You NOT Using FreeBSD?

2012-06-03 Thread Adam Strohl
On 6/3/2012 11:14, Erich wrote: What I really do not understand in this whole discussion is very simple. Is it just a few people who run into problems like this or is this simply ignored by the people who set the strategy for FreeBSD? I mention since yeares here that putting version numbers on

Re: Why Are You NOT Using FreeBSD ?

2012-06-03 Thread Adam Strohl
On 6/3/2012 10:09, Mark Linimon wrote: On Sun, Jun 03, 2012 at 01:43:43AM +0200, Fritz Wuehler wrote: So there could be lots of overlap and just looking at the two numbers you posted doesn't really tell the whole story. No, I agree that it doesn't. I was just trying to add an aside, and point

Re: Why Are You Using FreeBSD?

2012-06-01 Thread Adam Strohl
On 6/1/2012 18:03, Jason Leschnik wrote: I may be totally incorrect with my above ideas, but it's what i would like to see from FreeBSD *again*... This is the reason in the first place most people used FreeBSD, stability/scalability/performance are the hallmarks of FreeBSD. If we have these hard

Re: Why Are You Using FreeBSD?

2012-06-01 Thread Adam Strohl
On 6/1/2012 17:19, Katinka wrote: There's a nice discussion going on, over at Phoronix. For some reason, they don't seem to like us very much. Lots of the comments remind me about Linux vs. Windows in the late 90s, and taken with a grain of sa

Re: Why Are You Using FreeBSD?

2012-05-31 Thread Adam Strohl
On 5/31/2012 21:47, Damien Fleuriot wrote: Regarding packages, I've never really explored it, would you detail a bit ? Well, I really mean the resulting pkg info from a port. A good example is PHP, sometimes you have to say "everyone out of the pool" because of an upgrade: cd /var/db/pkg

Re: Why Are You Using FreeBSD?

2012-05-31 Thread Adam Strohl
On 5/31/2012 21:22, Damien Fleuriot wrote: On 5/31/12 4:01 PM, Jim Ohlstein wrote: To add others, in no particular order: Ease of upgrade. While some have noted that binary upgrades are easier on Debian, it's far and away superior, IMMHO, to have a locally compiled system. Many Linux distros ha

Re: Boot hangs on v9 system at CD device probe

2012-05-30 Thread Adam Vande More
toward a solution. > http://lists.freebsd.org/pipermail/freebsd-current/2010-October/020336.html -- Adam Vande More ___ 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: Why Are You Using FreeBSD?

2012-05-30 Thread Adam Strohl
On 5/31/2012 1:20, David Chisnall wrote: I am currently looking at updating some of our advocacy material (which advertises exciting new features like SMP support), and before I do I'd like to get a better feel for why the rest of you are using FreeBSD. If you had to list the three things you

Re: 9.0-RELEASE amd64: No Boot on VMWare Workstation

2012-05-16 Thread Adam Strohl
On 5/16/2012 22:05, Larry Rosenman wrote: I believe this is due to the 8G of memory I put on it. (I like to build big VM's. It's directly proportional to the size of the VM. Ahh! Yeah I rarely build a VM with more than a gig or two here in the office (ie; where I use Workstation).

Re: 9.0-RELEASE amd64: No Boot on VMWare Workstation

2012-05-16 Thread Adam Strohl
On 5/16/2012 8:12, Larry Rosenman wrote: Ok, I'm just impatient. I let it sit, and it eventually came up. Would it be possible for the next 9.x release to set hw.memtest.tests="0" when we discover we're under a hypervisor to avoid doing the tests? (or default it to 0 in the installer kernel?)?

Re: 9.0-RELEASE amd64: No Boot on VMWare Workstation

2012-05-15 Thread Adam Strohl
On 5/15/2012 21:49, Larry Rosenman wrote: This is VMWare Workstation 8.0.3 booting off the release ISO. Ideas? Is this the installer that doesn't boot or is it the OS after you've installed? If its the former you might just have a bad ISO download. Have/did you verified the checksum of the

Re: 9.0-RELEASE amd64: No Boot on VMWare Workstation

2012-05-14 Thread Adam Strohl
On 5/14/2012 22:18, Larry Rosenman wrote: Is there a known issue with 9.0-RELEASE on amd64 VMWare Workstation? Since nobody has chimed in I felt I should: I use FreeBSD 9.0 routinely under VMWare Workstation without issue (my current VMWare Workstation version is 8.0.0 which is slightly out o

Re: superpages not solving "PV entries" limit warning

2012-05-10 Thread Adam Vande More
pv_entry_max tunable". > > System details: > > * 8.1-RELEASE-p2 i386 PAE kernel > * 6 GB RAM > The warning is not applicable any longer including your version as well as several previous ones. The warning has been removed

Re: FreeBSD 9 "gptboot: invalid backup GPT header" error (boots fine though)

2012-05-09 Thread Adam Strohl
On 5/2/2012 23:08, Andrey V. Elsukov wrote: On 02.05.2012 17:53, Adam Strohl wrote: % gpart recover da0 Good thought, but no dice: $ gpart recover da0 da0 recovering is not needed I already saw several reports about gptboot's complains on 3ware controllers, but don't know w

Re: FreeBSD 9 "gptboot: invalid backup GPT header" error (boots fine though)

2012-05-02 Thread Adam Strohl
On 5/2/2012 20:46, Mark Saad wrote: Did you try to repair the header ? I saw a similar issue on upgraded boxes that were 7-STABLE upgraded to 9-STABLE. and recovering made the warning go away . I may be way off here but just my 2 cents . % gpart recover da0 Good thought, but no dice: $ gp

Re: FreeBSD 9 "gptboot: invalid backup GPT header" error (boots fine though)

2012-05-02 Thread Adam Strohl
Thanks Andrey, I've just recompiled /boot/gptboot after updating gpt.c and installed it via: gpart bootcode -p /boot/gptboot -i 1 da0 I still see "gptboot: invalid backup GPT header" on boot (but it does still boot). On 5/2/2012 12:58, Andrey V. Elsukov wrote: On 30.04.2

FreeBSD 9 "gptboot: invalid backup GPT header" error (boots fine though)

2012-04-30 Thread Adam Strohl
60992MB (5859311616 512 byte sectors: 255H 63S/T 364725C) Let me know anyone wants to see anything else/has seen this/has any theories! -- Adam Strohl A-Team Systems http://ateamsystems.com/ ___ freebsd-stable@freebsd.org mailing list http://lists.f

Re: VirtualBox problem booting FreeBSD-9.0-RELEASE-amd64-bootonly.iso

2012-04-16 Thread Adam Vande More
using 32 anyway. 32 bit OS's and apps use less memory than their corresponding 64 bit counterparts. -- Adam Vande More ___ 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: Time Clock Stops in FreeBSD 9.0 guest running under ESXi 5.0

2012-03-18 Thread Adam Strohl
On 3/12/2012 0:01, Ian Lepore wrote: > It seems unlikely to me that ntpd and the vm tools would be fighting in > a way that caused this symptom. The way ntpd affects timing is to step > the clock (which gets logged), or to numerically steer the kernel's > timekeeping routines. The steering is cl

Re: Time Clock Stops in FreeBSD 9.0 guest running under ESXi 5.0

2012-03-10 Thread Adam Strohl
On 3/10/2012 17:10, Bjoern A. Zeeb wrote: On 10. Mar 2012, at 08:07 , Adam Strohl wrote: I've now seen this on two different VMs on two different ESXi servers (Xeon based hosts but different hardware otherwise and at different facilities): Everything runs fine for weeks then (seem

Time Clock Stops in FreeBSD 9.0 guest running under ESXi 5.0

2012-03-10 Thread Adam Strohl
this brings (again though I am running NTPd and OpenVMTools on all the other VMs which have yet to show this issue). Anyone seen anything like this? Ring any bells? -- Adam Strohl A-Team Systems http://ateamsystems.com/ ___ freebsd-stable@freebs

Re: Request for flowtable testers and actionable feedback RE: flowtable usable or not

2012-03-05 Thread Adam Strohl
On 3/5/2012 15:00, Daniel Kalchev wrote: I happen to share the opinion and the experience of Mark Linimon in situations like this and yes, I do believe you have been rude here. For no reason whatsoever. I agree. This "H" person has been hijacking threads over the last week or so, and all of

  1   2   3   4   >