Re: pcib1: Timed out waiting for Data Link Layer Active messages after power blinking

2025-02-06 Thread Chuck Tuffli
vice recovered, but given the damage to other hardware, electrical damage seems like a reasonable conclusion here as well. --chuck

Re: nvme timeout issues with hardware and bhyve vm's

2023-12-07 Thread Chuck Tuffli
; hardware/firmware related to my system? Does the device support Persistent Log pages (LID=0x0d)? If so, it might be interesting to dump those. --chuck

Re: nvme timeout issues with hardware and bhyve vm's

2023-10-16 Thread Chuck Tuffli
is curious the emulated controller had trouble resetting (i.e., the error message "controller ready did not become 1 within 30500 ms"). --chuck

Re: Can't assign address to igc

2023-08-15 Thread Chuck Tuffli
Bah, actually adding freebsd-net this time On Tue, Aug 15, 2023 at 7:44 PM Chuck Tuffli wrote: > > [Adding freebsd-net@] > > On Tue, Aug 1, 2023 at 10:46 AM Chuck Tuffli wrote: > > > > Running a recent-ish version (n264266-8f8da1bcc799) on an Intel NUC > > (R

Re: Can't assign address to igc

2023-08-15 Thread Chuck Tuffli
[Adding freebsd-net@] On Tue, Aug 1, 2023 at 10:46 AM Chuck Tuffli wrote: > > Running a recent-ish version (n264266-8f8da1bcc799) on an Intel NUC > (RNUC11PABi5), assigning an IPv4 address to igc0 doesn't work. There > is no error message, and this has been working in the past.

Can't assign address to igc

2023-08-01 Thread Chuck Tuffli
DOWN igc0: link state changed to UP The address is set in rc.conf: ifconfig_igc0="inet 192.168.5.10 netmask 255.255.255.0" And manually setting it via # ifconfig igc0 inet 192.168.5.10/24 up does not work either. Any suggestions? --chuck

Re: nvme related(?) panic on recent -CURRENT

2023-07-04 Thread Chuck Tuffli
In the bhyve emulation, this command effectively memcpy's the data structure to the memory provided by the guest and completes the command. If this panic is reproducible, I can provide a patch to enhance the debug output to figure out if this is an emulation or driver issue. --chuck

Re: nvme related(?) panic on recent -CURRENT

2023-06-30 Thread Chuck Tuffli
rip = 0, rsp = 0, rbp = 0 — > > machine is a bhyve guest. Did bhyve log any warnings or errors? I'm curious if its NVMe emulation did something dumb or itself noticed an issue. --chuck

build failure WITH_ASAN

2022-07-29 Thread Chuck Tuffli
/OptionalObsoleteFiles.inc in the MK_CLANG == no section. What other information can I provide to help figure this out? Thanks! --chuck

bhyve core dump related to llvm 14

2022-07-21 Thread Chuck Tuffli
ul.c:498 Other random tidbits: - disabling compiler optimization (i.e. -O0) for the two files in question (pci_nvme.c and pci_emul.c) makes the core dump go away - using the default optimization level but generously sprinkling debug printf everywhere makes the core dump go away. I'm not sure where to go from here and could use some help. --chuck

Re: nvme INVALID_FIELD in dmesg.boot

2022-05-25 Thread Chuck Tuffli
On Wed, May 25, 2022 at 6:59 AM Alexander Motin wrote: ... > > nvme0: SET FEATURES (09) sqid:0 cid:15 nsid:0 cdw10:000b cdw11:031f > > nvme0: INVALID_FIELD (00/02) sqid:0 cid:15 cdw0:0 ... > Those messages mean that driver tried to enable certain types of > asynchronous events, but probabl

Re: nvme INVALID_FIELD in dmesg.boot

2022-05-25 Thread Chuck Tuffli
g to set hw.nvme.verbose_cmd_dump to confirm this is happening. --chuck

Re: network address not restored on resume

2022-03-23 Thread Chuck Tuffli
On Tue, Mar 22, 2022 at 4:25 PM Kevin Oberman wrote: > Not enough information to guess. > > What is the content of /etc/rc.conf in regard to configuration of this > interface? defaultrouter="192.168.5.1" ifconfig_igc0="inet 192.168.5.10 netmask 255.255.255.0" > What shows up in the log file wh

network address not restored on resume

2022-03-22 Thread Chuck Tuffli
On a recent-ish current (git hash 66b86c8a7604), after resuming from sleep, the main network interface doesn't get restored. Further, manually fixing this via service netif or ifconfig seems to fail. Am I doing something wrong? root@stargate:~ # uname -a FreeBSD stargate.tuffli.net 14.0-CURRENT Fr

build failure on -current

2021-12-17 Thread Chuck Tuffli
osticCommonKinds.inc" ^~~ 1 error generated. *** [Core/ModuleList.o] Error code 1 Where did I goof? TIA --chuck

Re: problem with re(4) interface

2021-11-22 Thread Chuck Tuffli
On Mon, Nov 22, 2021 at 9:34 AM Chris wrote: > > On 2021-11-22 08:47, Chuck Tuffli wrote: > > Running on a recent-ish -current > > # uname -a > > FreeBSD stargate.tuffli.net 14.0-CURRENT FreeBSD 14.0-CURRENT > > main-81b22a9892 GENERIC amd64 > > > &g

problem with re(4) interface

2021-11-22 Thread Chuck Tuffli
h viid-4c918@ nd6 options=9 tap0: flags=8943 metric 0 mtu 1500 description: vmnet-freebsd-0-public options=8 ether 58:9c:fc:10:ff:f6 groups: tap vm-port media: Ethernet autoselect status: active nd6 options=29 Opened by PID 38298 --chuck

Re: I got a panic for "nvme0: cpl does not map to outstanding cmd" on a MACHIATObin Double Shot

2021-07-02 Thread Chuck Tuffli
reebsd.org/D30995 https://reviews.freebsd.org/D31002 --chuck

Re: bhyve fopen failure

2021-03-04 Thread Chuck Tuffli
On Tue, Mar 2, 2021 at 10:13 AM Mark Johnston wrote: > > On Tue, Mar 02, 2021 at 09:31:22AM -0800, Chuck Tuffli wrote: > > I'm porting some code to bhyve and am getting a failure I don't > > understand. This is git as of af11c2029006 FWIW. > > > > The co

bhyve fopen failure

2021-03-02 Thread Chuck Tuffli
t;fopen"); Running this fails with: fopen: Not permitted in capability mode Googling suggests this might be capsicum related. If so, what do I need to change to allow writes to a debug file? --chuck ___ freebsd-current@freebsd.org mailing list ht

Re: Intel TigerLake NVMe vmd: Adding Support & Debugging a Patch

2020-12-31 Thread Chuck Tuffli
On Wed, Dec 30, 2020 at 4:38 PM Neel Chauhan wrote: > > Hi Chuck, > > On 2020-12-30 10:04, Chuck Tuffli wrote: > > What is the output from > > # pciconf -rb pci0:0:14:0 0x40:0x48 > > The output is: > > 01 00 00 00 01 2e 68 02 00 Perfect. The Linux drive

Re: Intel TigerLake NVMe vmd: Adding Support & Debugging a Patch

2020-12-30 Thread Chuck Tuffli
us because, looking at the "lspci all" output from the XPS link you provided, the NVMe device shows up in PCI domain 0x1000 (i.e. not 0x). Which (and I have no direct experience with this device or code) only happens if the bus number start function returns 0x0. What is the output from #

Re: port build fails with missing sys/smr_types.h

2020-12-04 Thread Chuck Tuffli
2020" "Nov 26 03:51:14 2020" 32768 16 0 > /mnt/usr/include/sys/smr_types.h > $ > > So I'm not sure what's going on in your case. smr_types.h was added a > number of months ago. Weird, it looks like I borked my system somehow. But thank you, that helped imm

Re: port build fails with missing sys/smr_types.h

2020-12-03 Thread Chuck Tuffli
On Thu, Dec 3, 2020 at 3:18 PM Mark Johnston wrote: > > On Thu, Dec 03, 2020 at 01:08:52PM -0800, Chuck Tuffli wrote: > > Hi > > > > I'm trying to fix the build of qemu-utils but am seeing failures on > > CURRENT (13.0-HEAD-9e082d278b9) like: > > > &

port build fails with missing sys/smr_types.h

2020-12-03 Thread Chuck Tuffli
src/amd64.amd64/sys/GENERIC-NODEBUG amd64 # ls -l /usr/include/sys/*smr* -r--r--r-- 1 root wheel 1988 Nov 30 14:04 /usr/include/sys/_smr.h -r--r--r-- 1 root wheel 7822 Nov 30 14:04 /usr/include/sys/smr.h So it appears the file is missing. Any

Re: PCIe NVME drives not detected on Dell R6515

2020-05-14 Thread Chuck Tuffli
lav, would it be possible to comment out/delete the above code in your kernel and retest to see if that helps your case as well? --chuck ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Build failed compiling ittnotify_static.pico

2020-03-15 Thread Chuck Tuffli
ify_static.pico ittnotify_static.pico: \ /usr/home/ctuffli/dev/freebsd/freebsd.hg/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ittnotify_static.c \ The first two lines of the 32-bit depend are: $ head -2 ../obj/usr/home/ctuffli/dev/freebs

Re: nda(4) does not work (reliably) in VMware Workstation

2018-12-13 Thread Chuck Tuffli
On Sun, Dec 9, 2018 at 3:50 PM Chuck Tuffli wrote: > On Sun, Dec 9, 2018 at 3:43 PM Yuri Pankov wrote: > >> Chuck Tuffli wrote: >> > On Sat, Dec 8, 2018 at 12:28 PM Yuri Pankov > > <mailto:yur...@yuripv.net>> wrote: >> > >> > Hi, >&

Re: nda(4) does not work (reliably) in VMware Workstation

2018-12-09 Thread Chuck Tuffli
On Sun, Dec 9, 2018 at 3:43 PM Yuri Pankov wrote: > Chuck Tuffli wrote: > > On Sat, Dec 8, 2018 at 12:28 PM Yuri Pankov > <mailto:yur...@yuripv.net>> wrote: > > > > Hi, > > > > Running -HEAD in VMware Workstation 15.0.2 VM. Trying to u

Re: nda(4) does not work (reliably) in VMware Workstation

2018-12-09 Thread Chuck Tuffli
and get it committed. If not, please post the output from: nvmecontrol identtify nvme0 --chuck diff -r 1fbb2025b263 sys/cam/nvme/nvme_da.c --- a/sys/cam/nvme/nvme_da.c Sun Dec 09 21:53:45 2018 + +++ b/sys/cam/nvme/nvme_da.c Sun Dec 09 15:18:08 2018 -0800 @@ -798,7 +798,7 @@ disk->d_mediasize

Re: linux-c7 and opengl apps?

2018-10-05 Thread Chuck Tuffli
enerate core dumps that a Linux gdb can decode. It has limited testing, but I'm happy to rebase + share it with you. --chuck ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe

Re: csh script help

2017-04-14 Thread Chuck Swiger
Hi-- On Apr 14, 2017, at 11:32 AM, Ernie Luzar wrote: > Chuck Swiger wrote: >> On Apr 14, 2017, at 6:47 AM, Ernie Luzar wrote: >>> To aid in debugging the script I'm writing, I place "echo" commands >>> throughout so I can kind of have a trace of

Re: csh script help

2017-04-14 Thread Chuck Swiger
after I get the > script working. Since you've gotten an answer to the question you asked, let me only note that both sh and csh support the -x flag, which causes the shell to echo the commands as it runs. This is extremely helpful for debugging. Regards, -- -Chuck _

Re: pkg/ports system terribly messed up?

2014-10-01 Thread Chuck Burns
On Wednesday, October 01, 2014 7:48:08 AM Rainer Hurling wrote: > Am 01.10.2014 um 05:44 schrieb Chuck Burns: > > On Tuesday, September 30, 2014 8:13:01 AM O. Hartmann wrote: > >> Hello. > >> > >> I just made the last update of the ports yesterday (I use port

Re: pkg/ports system terribly messed up?

2014-09-30 Thread Chuck Burns
t -usually- works great, I've noticed that occassionally it loops like that. kill the script, upgrade the port that is looping. That usually fixes it. -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: (bsd)patch vs ports

2013-11-27 Thread Chuck Burns
On Wednesday, November 27, 2013 11:21:58 AM Andriy Gapon wrote: > When building ports on head I sometimes see messages like the following > during a patch phase: > > ===> Applying FreeBSD patches for firefox-25.0_1,1 > No such line 262 in input file, ignoring > ===> Applying NSS patches > No su

Re: pidfile_open incorrectly returns EAGAIN when pidfile is locked

2013-03-14 Thread Chuck Swiger
er compares in startup code that usually runs ~once per process. (Worrying about and minimizing file access to the pidfile would be a different matter, since the compiler can't optimize around that...) Regards, -- -Chuck ___ freebsd-current@free

Re: 9.1-RC3 LiveCD missing features

2012-12-08 Thread Chuck Burns
On 12/7/2012 9:10 PM, Warren Block wrote: On Fri, 7 Dec 2012, Chuck Burns wrote: dd if=/dev/zer of=/dev/ada0 ^^^ There's your "badblocks" program. Any hard drive made in the last decade have been self-remapping.. That should be /dev/zero. And this will be very slow, goi

Re: 9.1-RC3 LiveCD missing features

2012-12-07 Thread Chuck Burns
"losing" storage space... IE the number of total sectors on the drive will begin to shrink. -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: 9.1-RC3 AMD64 reproducible kernel panic

2012-12-07 Thread Chuck Burns
fine, just that other OS may not probe/use/access it in exactly the same manner. -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freeb

Re: pkg - Shared object "libarchive.so.5" not found, required by "pkg"

2012-11-24 Thread Chuck Burns
-bootstrapped with no need to compile anything. -but- If you want to use -stable or -current, then you really should use ports as well... -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: Upgrading FreeBSD to use the NEW pf syntax. (Copied from freebsd-pf)

2012-11-20 Thread Chuck Burns
On 11/20/2012 11:51 AM, Eitan Adler wrote: On 20 November 2012 12:47, Chuck Burns wrote: Nonsense. More options are always preferable to fewer options. Even when those options must be maintained? Documented? Bug fixed? The ones who want the old pf can maintain it.. those who want the new

Re: Upgrading FreeBSD to use the NEW pf syntax. (Copied from freebsd-pf)

2012-11-20 Thread Chuck Burns
On 11/20/2012 10:52 AM, Aldis Berjoza wrote: 20.11.2012, 18:34, "Chuck Burns" : On 11/20/2012 10:27 AM, O. Hartmann wrote: On 11/20/12 11:43, Olivier Smedts wrote: 2012/11/20 Paul Webster : I am aware this is a much discussed subject since the upgrade of PF, I believe

Re: Upgrading FreeBSD to use the NEW pf syntax. (Copied from freebsd-pf)

2012-11-20 Thread Chuck Burns
want the old one can use it. Or, another option is a knob USE_NEWPF during buildworld will build the new pf, otherwise it'd build the old, default one. This way you can still introduce the change, but default to the old one for those of us who are too crusty to change. :) -- C

Re: cvsup/csup servers stale?

2012-11-15 Thread Chuck Burns
rcoaster goes up and down* No worries. :) -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: [head tinderbox] failure on arm/arm

2012-11-09 Thread Chuck Burns
o "freebsd-current-unsubscr...@freebsd.org" Quite honestly, the head/current branch is going to have build failures.. It's the test bed.. Stick with the release system unless you want cutting edge.. just remember.. cutting edge cuts sometimes... -- Chuck Burns _

Re: [head tinderbox] failure on arm/arm

2012-11-09 Thread Chuck Burns
e a smaller i386 box... 100G or so free, 512M ram.. just drop me a line.. -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: from 5-NOV WITH_CLANG_IS_CC in /etc/src.conf is no longer needed, right?

2012-11-09 Thread Chuck Burns
freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" Just remember, if you can't laugh at yourself for dumb misakes, there will always be som

Re: 9.1-RC3 feels okay :-) - Hald and xorg?

2012-11-08 Thread Chuck Burns
lans to eventually write a devd SOLID backend, but they are extremely busy, so any help in that would be most welcome.. avilla@ can probably elaborate on that.. cross-posting my reply to the kde@ ML so they can chime in if need be. -- Chuck Burns ___

Re: 9.1-RC3 feels okay :-)

2012-11-08 Thread Chuck Burns
still works as it should... In the meantime, someone should probably write a devd<->udisks[12] translation daemon.. for things like gnome, kde, xfce, and virtualbox, which have the udisks linuxisms can actually continue to work in the future.. I'd do it if I

Re: sysutils/lsof Author Question (for CLANG)....

2012-11-08 Thread Chuck Burns
terest to userland code even for such a utility as lsof. Honestly, if you do not like the way lsof does things, I'm sure patches are welcome.. -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: Failed to switch consoles in 9.0-RC3

2012-11-08 Thread Chuck Burns
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" Known issue. KMS prevents console switching, still. KMS is not quite ready for use, but works fine as long as you stay in Xorg -- Chuck Burns ___ freebsd-current@f

Re: 9.1-RC3 feels okay :-)

2012-11-07 Thread Chuck Burns
in recent xorg-server, even for running without an xorg.conf file. This was not the case for a while, but with recent xorg-server, hal is NOT NEEDED even for autodetection. It has been deprecated by the linux folks for a few years now. -- Chuck Burns ___

Re: polling's future [was: Re: Dynamic Ticks/HZ]

2012-11-06 Thread Chuck Burns
be running FreeBSD on older equipment where polling might still make sense. Do we throw them under the bus? -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Fw: FreeBSD in Google Code-In 2012? You can help too!

2012-10-24 Thread Chuck Burns
fix ports so that one can compile 32bit ports on FreeBSD amd64. If that's not what you meant, then ok.. but it's still a good idea for a task. :P -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mail

Re: [HEADSUP] Upcoming GNU sort removal

2012-10-04 Thread Chuck Burns
ghost. Then give it some love yourself! No one is stopping you! :) -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-curren

Re: Clang as default compiler November 4th

2012-09-14 Thread Chuck Burns
ests that fail when libm is compiled using clang. > I've not investigate those at all. I'd tend to guess that we have a > wider range of issues there. > > This is clearly an area we need more focus on before a switch to clang. > To a point I would be OK with it delaying the switch to work these > issues, but as with C99 long double support we can't let the quest for > perfection delay us indefinitely. > > -- Brooks Also, you probably want to be sure you are running these tests against clang 3.2, not the clang that is in base, since -that- is the version that will be going live, right? -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Chrome crashing system (amd64-10.0-CURRENT)

2012-05-17 Thread Chuck Burns
clang, crash! http://code.google.com/p/gperftools/issues/detail?id=394 -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: FreeBSD 10 prognostication...

2012-05-16 Thread Chuck Burns
ly trolled.. right? *shakes head and walks away* Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Intel GPU driver import

2012-05-12 Thread Chuck Burns
might be the most elegant solution.. Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Using TMPFS for /tmp and /var/run?

2012-04-02 Thread Chuck Burns
On 4/2/2012 10:52 AM, Chris Rees wrote: This is a known issue with ZFS. Is that your case? Chris Yes. Interesting that it happens only with ZFS. and jb, thanks, I could've sworn I'd hit "Reply to list" - thanks for forwardin

Re: Virtual Manager Vacancy

2012-03-26 Thread Chuck Burns
On 3/25/2012 9:35 PM, Super Bisquit wrote: I'm a retired 69 year old pregnant male looking for part-time work during my career break. I'm not a pregnant male, I just look like it ouch. :( Chuck ___ freebsd-current@freebsd.o

Re: ABI/architecture identification for packages

2012-03-20 Thread Chuck Burns
.1 for .0 versions. The reason for the padding is to help with sorting, at least until freebsd 100.0 comes out. :P Chuck Burns On 3/20/2012 5:40 AM, Alexander Yerenkow wrote: IMHO, 32 / 64 = easily parsable and represent integer. i386/amd64 - wellknown names, but this info about processor bit

Re: setting CC/CXX/CPP unconditionally in src.conf

2012-02-28 Thread Chuck Burns
.. At least, thats how I read it, I could be wrong, it's happened before. Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: loader is aborted with 'out of memory'

2012-02-13 Thread Chuck Burns
g at straws on the fix you want, but the error message is pretty clear.. and without the _after line I'm betting it would boot fine. -- Chuck Burns The Southern Libertarian (owner/editor) http://www.thesouthernlibertarian.com/ ___ freebsd-current@fr

Re: Enhancing the user experience with tcsh

2012-02-12 Thread Chuck Swiger
iMac_Keyboard_A1243.png [1] On other non-American keyboards, the "Insert" key is labelled "Help", and generated 0xF5 ("F1" + Meta/set-high-bit?). Regards, -- -Chuck [1]: Which is decent, but not perfect. I'd swap ESC and "`~", and caps-lock with con

Re: Announcing Emulex 10G Ethernet NIC driver availability

2012-02-12 Thread Chuck Tuffli
driver only supports the more recent devices such as the >> 10GbE FCoE CNA and 16G FC HBA (i.e. LPe1600x). > > any plans for iSCSI? There is definitely a desire but no commitments at this point. ---chuck ___ freebsd-current@freebsd.o

Re: Enhancing the user experience with tcsh

2012-02-12 Thread Chuck Swiger
ed Home/INS/Delete/End keys. And even when I am using a full 10x-key keyboard, I would not use them since I prefer using editmode=emacs and Cntl-A / E. Regards, -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: Enhancing the user experience with tcsh

2012-02-10 Thread Chuck Swiger
d side effects before adopting them wholesale into the default system-wide dot.cshrc template... Regards, -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Enhancing the user experience with tcsh

2012-02-10 Thread Chuck Burns
y, it would just be too disruptive otherwise. My $0.02 Instead of using -F to denote filetypes, why not use colors? -G -- it shouldnt affect scripts at all, yet still provide the same sort of feedback. (Tho, I personally use csh's built-in "ls-F" instead of "ls", and actua

Re: Announcing Emulex 10G Ethernet NIC driver availability

2012-02-08 Thread Chuck Tuffli
a native FC/FCoE driver (initiator and/or target) that should be ready for wider testing in the next 3-4 months. Note this driver only supports the more recent devices such as the 10GbE FCoE CNA and 16G FC HBA (i.e. LPe1600x). ---chuck ___ fre

Re: timeouts too long bug again...

2012-01-26 Thread Chuck Swiger
e the tvtohz() issue described here: http://www.dragonflybsd.org/presentations/nanosleep/ ...and the prior discussion you had with Peter Wemm: http://www.mavetju.org/mail/view_message.php?list=freebsd-stable&id=3022641 Regards, -- -Chuck ___

Re: Very fresh (two days ago) 10-current becomes completely unresponsive under load

2012-01-10 Thread Chuck Burns
of kernel OR (b) new mpd 5.6 (previous version had 5.5). P.S. Adding net@ and mav@ to CC, original posting with all data is in current@ If it were me, I would also try with the older 44BSD scheduler, just to see what happens. -- Chuck Burns The Southern Libert

Re: sysctl kern.ipc.somaxconn limit 65535 why?

2012-01-04 Thread Chuck Swiger
terproductive, but folks can adjust kern.ipc.somaxconn as they see fit and perhaps Dan or others would gain some value from it. Regards -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To un

Re: sysctl kern.ipc.somaxconn limit 65535 why?

2012-01-04 Thread Chuck Swiger
t pointless, but counterproductive, because the answers will come too late to meet the SLA. If the system faces a backlog that will take longer than 10 seconds to answer, then it needs to start dropping requests rather than continue to queue up more requests than it can handle in a sufficien

Re: sysctl kern.ipc.somaxconn limit 65535 why?

2012-01-04 Thread Chuck Swiger
so is the inflection point after which it is better/necessary for the software to recognize and start doing overload mitigation then it is for the OS to blindly queue more requests. Put more simply, there comes a point where saying "no", ie, dropping the connection with a reset, w

Re: sysctl kern.ipc.somaxconn limit 65535 why?

2012-01-04 Thread Chuck Swiger
On Jan 4, 2012, at 1:49 PM, Arnaud Lacombe wrote: > Hi, > > On Wed, Jan 4, 2012 at 4:42 PM, Chuck Swiger wrote: >> On Jan 4, 2012, at 1:03 PM, Dan The Man wrote: >>>> However, I'm not convinced that it is useful to do this. At some point, >>>> yo

Re: sysctl kern.ipc.somaxconn limit 65535 why?

2012-01-04 Thread Chuck Swiger
I expect developers to code well enough to handle malloc() failures. Setting the listen queue to an arbitrarily high value isn't useful, and developers would be better advised to pay attention to best practices in the face of a massive connection backlog. Regards, -- -Chuck ___

Re: sysctl kern.ipc.somaxconn limit 65535 why?

2012-01-04 Thread Chuck Swiger
er than waiting for 60+ seconds just to exchange data. Regards, -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: sysctl kern.ipc.somaxconn limit 65535 why?

2012-01-04 Thread Chuck Swiger
ever, I'm not convinced that it is useful to do this. At some point, you are better off timing out and retrying via exponential backoff than you are queuing hundreds of thousands of connections in the hopes that they will eventually be serviced by something sometime considerably later. Regard

Re: [rfc] removing/conditionalising WERROR= in Makefiles

2011-12-30 Thread Chuck Burns
.h:90:2: note: array 'name' declared here __uint8_t name[1]; /* name bytes, no null */ ^ 1 warning generated. just as an aside, the XFS module didn't seem to work when I last attempted to use it, so it may be worth just removing it? -- Chuck Burns The Souther

Re: How to update /usr/src/ using SVN and "make update"?

2011-12-10 Thread Chuck Burns
On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: > Here is quick, hackish patch to allow your make update to work, it appears > that the Makefile.inc1 does not include the full path to svn, while it does > include the full path to cvs and other tools, this makes me think

Re: How to update /usr/src/ using SVN and "make update"?

2011-12-10 Thread Chuck Burns
ars that the Makefile.inc1 does not include the full path to svn, while it does include the full path to cvs and other tools, this makes me think that the user path is ignored (which is a good thing) -- Chuck Burns The Southern Libertarian http://www.thesouthernlibertarian.com/ Ind

devel/google-perftools fails to build on 10-current

2011-12-09 Thread Chuck Burns
I recently source-up'd to 10-current, and began the slow process of rebuilding all my installed ports, devel/google-perftools fails with an undeclared "__isthreaded" The following should be more than enough information. Thanks, Chuck Burns root@freebeast /usr/src

Re: spamcop abuse of power

2011-11-17 Thread Chuck Swiger
BL for pass/fail blocking-- aside from postmaster.rfc-ignorant.org, maybe, and even that one likely needs some whitelisting if your mail system has a non-trivial # of users-- instead, consider using RBLs for scoring. Regards, -- -Chuck ___ freebsd

Re: Use of newest version number such as 10.0 instead of current

2011-11-11 Thread Chuck Burns
nd GhostBSD uses the gnome 2.32 environment. If you want something else, feel free to create your own. There is nothing in the BSD license that prevents you from doing that. Instead of complaining that SOMEONE ELSE should do something that YOU want done, why not just do it your

Re: Use of newest version number such as 10.0 instead of current

2011-11-11 Thread Chuck Burns
st be built from source, and SHOULD always point to the latest source code. If you are using pkg_add -r to install software, on anything but release versions, you should expect breakage. If you do not wish to build from source, then you should p

Re: MAXLOGNAME + /etc/group + chkgrp invalid character @

2011-11-08 Thread Chuck Swiger
Hi-- On Nov 8, 2011, at 4:32 PM, Dan The Man wrote: > On Tue, 8 Nov 2011, Chuck Swiger wrote: >> On Nov 8, 2011, at 3:47 PM, Dan The Man wrote: >>> In the daily cron "Daily run output" email always get the following: >>> >>> Verifying gro

Re: MAXLOGNAME + /etc/group + chkgrp invalid character @

2011-11-08 Thread Chuck Swiger
o adopt this change back into FreeBSD-- I've seen a few people wanting to increase MAXLOGNAME since 2003 or so. Regards, -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: /sys/amd64/conf/DEFAULTS

2011-11-08 Thread Chuck Burns
dy aware of this, then my apologies. Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: make installworld fails on releng9

2011-10-29 Thread Chuck Burns
g as "-1" Also, I am running zfs root, if that makes a difference -- Chuck Burns "We have the right as individuals to give away as much of our own money as we please in charity; but as members of Congress we have no right to appropriate a dollar of the

make installworld fails on releng9

2011-10-27 Thread Chuck Burns
no longer technically, current, but since it isn't released yet, I figure it's close enough) -- Chuck Burns ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: System headers with clang?

2011-10-11 Thread Chuck Swiger
be) fully bug-for-bug "compatible" with GCC. In this case, at least, clang is reporting legitimate issues which should be fixed, even if folks continue to build lsof with GCC from now until the end of days. To echo a word someone else just used, I'm baffled as to why you would hold s

Re: HEADS UP: ports/ and 10.0-CURRENT

2011-09-27 Thread Chuck Swiger
ot even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Regards, -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Re: Problems booting 9.0-BETA1 memstick

2011-09-01 Thread Chuck Swiger
On Sep 1, 2011, at 12:00 PM, Matt Thyer wrote: > Shouldn't we use MBR partitioning instead of GPT for the memstick image ? They aren't exclusive. Anything which doesn't understand GPT should fall back to the 'protective' MBR kept inside the GPT fo

Re: Console problem with ALT-F# keys

2011-08-25 Thread Chuck Swiger
-mno-align-long-strings -mpreferred-stack-boundary=2 \ -mno-mmx -mno-3dnow -mno-sse -mno-sse2 INLINE_LIMIT?= 8000 .endif Trying to override the default compiler flags to force it to use MMX/SSE is simply not going to work. Regards, -- -Chuck _

Re: Heavy I/O blocks FreeBSD box for several seconds

2011-07-07 Thread Chuck Swiger
it consuming CPU until it actually gets more work to do. See select(2), kqueue(2), and friends. Regards, -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: best way to do FreeBSD kernel/userland development on OSX ?

2011-06-20 Thread Chuck Swiger
otCamp to setup a free partition (intended for Windows, but reformat it for FreeBSD) and setup FreeBSD to boot natively. Regards, -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

Re: pcib allocation failure

2011-06-09 Thread Chuck Swiger
hes to continue to try and help you. Perhaps you were trying to be ironic by discussing someone else's grammar with such a construct? :-/ -- -Chuck ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Kernel Tracking Question.. regarding kernel and boot files

2011-04-09 Thread Chuck Swiger
t; invokes > the kernel to memory ? Any help will be appreciated. You're asking about the process here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html ...? Frankly, none of these are especially big, start by reviewing the source code for 'em. Regards, -- -Chuck

  1   2   3   4   >