Re: root /etc/csh

2008-11-15 Thread Jeremy Chadwick
On Sat, Nov 15, 2008 at 10:36:24PM -0500, Dan wrote: > Jeremy Chadwick([EMAIL PROTECTED])@2008.11.15 18:32:39 -0800: > > > Problem solved. Why doesn't FreeBSD ship bash and other shells besides > > > the `sh' linked statically is beyond me. It wouldn't break por

Re: root /etc/csh

2008-11-16 Thread Jeremy Chadwick
both a dynamically-linked instance to be installed in > /usr/local/bin, and a statically-linked instance to be installed > in, say, /usr/local/static. Those who want to use bash as the > root shell could copy it from there to /bin or /sbin. This part of the thread should be move

Re: Port Linux Driver

2008-11-16 Thread Jeremy Chadwick
ther, as can be confirmed with ale(4) vs. age(4) (ex: the L1E NIC completely different from the L1 NIC). I've added an entry to my below Wiki page stating that we do not have support for these Atheros chips. http://wiki.freebsd.org/JeremyChadwick/Commonly_reported_issues -- | Jeremy Chadwic

Re: gcc-4.3.3 problem

2008-11-16 Thread Jeremy Chadwick
the ldconfig hints. At least when I ran > > ldconfig -R /usr/local/lib/gcc-4.3.3 > > things improved. The ports framework has support to do this automatically, so the question is why it didn't happen. Could you file a PR on the matter? -- | Jeremy Chadwick

Re: HW VLAN Filtering on FreeBSD 6.3 + 7.0

2008-11-16 Thread Jeremy Chadwick
) is missing), so be sure to check the man page of your NIC driver. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making lif

Re: HW VLAN Filtering on FreeBSD 6.3 + 7.0

2008-11-16 Thread Jeremy Chadwick
t; remove). I can't find such ioctl. > second is to have a direct access from the driver to the OS vlan table. I'm > not familiar with the interface or if it's possible at all, and that is my > actual question. This question should go to freebsd-hackers. -- | Jeremy Chadwick

Re: top incorrectly reporting process time

2008-11-16 Thread Jeremy Chadwick
-- > > 99156 p0 S+ 0:00.00 grep mysql > > Anyone who can explain this? Does the behaviour change if you mount /proc? (This would mainly apply to RELENG_6 and earlier only) -- | Jeremy Chadwickjdc at parodius.com |

Re: How can rsync with ssh be used on a non standard ssh port

2008-11-16 Thread Jeremy Chadwick
SH-2.0-OpenSSH_5.1p1 FreeBSD-20080901" rather than > greeting > rsync error: error starting client-server protocol (code 5) at > main.c(1504) [sender=3.0.4] > > I've tried variants to the point of no return. Help would be appreciated. Check out the -e flag for rsync. There are

Re: re changing from vista

2008-11-17 Thread Jeremy Chadwick
ied it, and I cannot see how it can be taken seriously until its cleaned up and made much more user-friendly. There's also been some developer "drama" in recent days, which literally halted the project for months on end, and I don't know what bec

Re: 7.1

2008-11-17 Thread Jeremy Chadwick
SD router with pf. > the rule in question is: > 'scrub in all' > > I do not knw, if this has anything to do with 7.1 issue. Maybe it is not > just a good idea to have a 'scrub' rule on router... No, it's perfectly fine. But your description of the proble

Re: 7.1

2008-11-17 Thread Jeremy Chadwick
On Mon, Nov 17, 2008 at 04:09:15PM +0200, Ott Köstner wrote: > Jeremy Chadwick wrote: > >> On Mon, Nov 17, 2008 at 02:49:26PM +0200, Ott Köstner wrote: >> > >>> Also, there was a strange phenomenon with FreeBSD router with pf. >>> the rule in question is:

Re: ZFS over iSCSI anyone ?

2008-11-17 Thread Jeremy Chadwick
now about it beforehand. Issue: http://lists.freebsd.org/pipermail/freebsd-scsi/2008-February/003383.html Patch: http://lists.freebsd.org/pipermail/freebsd-scsi/2008-February/003387.html -- | Jeremy Chadwickjdc at parodius.com | | Parodius N

Re: ZFS over iSCSI anyone ?

2008-11-17 Thread Jeremy Chadwick
On Mon, Nov 17, 2008 at 04:29:06PM +0100, Ivan Voras wrote: > Jeremy Chadwick wrote: > > On Mon, Nov 17, 2008 at 03:44:23PM +0100, Frank Bonnet wrote: > >> Hello > >> > >> Does anyone has tried to use ZFS over iSCSI ? > > > > Another FreeBSD use

Re: root /etc/csh

2008-11-17 Thread Jeremy Chadwick
On Mon, Nov 17, 2008 at 11:45:52AM -0800, Daniel Howard wrote: > On Sun, Nov 16, 2008 at 2:41 AM, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: > > On Sun, Nov 16, 2008 at 12:22:11AM -0800, [EMAIL PROTECTED] wrote: > [...] > >> > A statically-linked version of bash w

Re: FreeBSD not stable enough for Xen environments?

2008-11-17 Thread Jeremy Chadwick
everal FreeBSD 7.1 servers, and the > > VPS is the only one that has this problem. > > I checked on my other FreeBSD boxes (all 7.0) and none of them (VPS or > otherwise) exihibit this problem. Then there's a very good possibility it's hardware-related. At my workplace,

Re: ACPI suspend/resume on RELENG_7 vs. Dell Inspiron XPS

2008-11-18 Thread Jeremy Chadwick
s never worked for me > under FreeBSD on this machine is the standby stuff (suspend/resume, etc.). > Does anyone know whether this will finally work right under RELENG_7 > (especially 7.1-RELEASE)? I'd recommend posting the issue you have to freebsd-acpi. -- | Jeremy Chadwick

Re: FreeBSD and hardware??

2008-11-18 Thread Jeremy Chadwick
I'm told KDE applicationg are starting down this road too), but cannot with X or OS X. I suppose it's because I've a mental stigma; I associate *IX and UNIX with servers, and I likely always will. *IX/UNIX on the desktop is a crazy idea to me. That's all I have to say o

Re: [OT] printing question

2008-11-18 Thread Jeremy Chadwick
wrong. I don't know what your budget is, but US$300-400 for an AIO printer that works with your setup, and in a multi-OS environment, is well worth it. If folks out there are using network or USB printers with FreeBSD RELENG_7 (without Linux emulation; CUPS is acceptable for other

Re: large binary, why not strip ?

2008-11-18 Thread Jeremy Chadwick
thing* to get debugging symbols. The non-stripping situation is on a per-port basis, AFAIK. Not all ports have WITH_DEBUG. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrato

Re: FBSD 7.1 & kern.maxdsiz

2008-11-18 Thread Jeremy Chadwick
should be able to set this setting using >> the file /boot/loader.conf. I think I had this setting on a >> FreeBSD 5 machine, I'll go and check. >> > > Thanks for your reply. I guess I expected to be able to view it via > sysctl even though I understood it c

Re: preparing for an upgrade

2008-11-18 Thread Jeremy Chadwick
ave an updated ports tree with a 6.2 installation, you > can keep using that with 6.4 (or even 7.x). You can only use it on 7.x if you add compatibility libraries and ensure your kernel has COMPAT_FREEBSD6 in it. These libraries have given some users trouble in the past; you will find most peopl

Re: preparing for an upgrade

2008-11-18 Thread Jeremy Chadwick
On Tue, Nov 18, 2008 at 10:13:50PM -0800, Benjamin Lee wrote: > On 11/18/08 21:43, Jeremy Chadwick wrote: > [...] > > You can only use it on 7.x if you add compatibility libraries and ensure > > your kernel has COMPAT_FREEBSD6 in it. These libraries have given some > > u

Re: FreeBSD, OMSA Live CD and DSET tools for Dell 2950 Server?

2008-11-19 Thread Jeremy Chadwick
hen you're finished dealing with all of this, I would highly recommend taking the time to write a professional and concise letter to a supervisor or manager at Dell, and express your displeasure with their Linux-only tools. They should at least be providing ISO images you ca

Re: newb questions

2008-11-19 Thread Jeremy Chadwick
. boot0cfg -v ad0) to get information about the boot0 configuration. > maybe I was looking in the wrong documentation, if any/all of this is in the > docs, which one? the handbook? Yes. -- | Jeremy Chadwickjdc at parodius.com | | Parodius

Re: PEA kernel in FreeBSD 7.0

2008-11-19 Thread Jeremy Chadwick
AE, not PEA. It's important you refer to it as PAE, because the kernel option is actually called that; if you typo it, it won't work. :-) -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ |

Re: FBSD 7.1 & kern.maxdsiz

2008-11-19 Thread Jeremy Chadwick
On Wed, Nov 19, 2008 at 06:06:54AM -0800, Drew Tomlinson wrote: > Jeremy Chadwick wrote: >> On Tue, Nov 18, 2008 at 04:10:55PM -0800, Drew Tomlinson wrote: >> >>> Polytropon wrote: >>> >>>> On Tue, 18 Nov 2008 15:34:32 -0800, D

Re: FBSD 7.1 & kern.maxdsiz

2008-11-19 Thread Jeremy Chadwick
On Wed, Nov 19, 2008 at 06:43:27AM -0800, Drew Tomlinson wrote: > Mel wrote: >> On Wednesday 19 November 2008 15:06:54 Drew Tomlinson wrote: >> >>> Jeremy Chadwick wrote: >>> >>>> On Tue, Nov 18, 2008 at 04:10:55PM -0800, Drew Tomlin

Re: FBSD 7.1 & kern.maxdsiz

2008-11-19 Thread Jeremy Chadwick
On Wed, Nov 19, 2008 at 07:54:00AM -0800, Drew Tomlinson wrote: > Jeremy Chadwick wrote: >> On Wed, Nov 19, 2008 at 06:43:27AM -0800, Drew Tomlinson wrote: >> >>> Mel wrote: >>> >>>> On Wednesday 19 November 2008 15:06:54 Drew Tomlinson wro

Re: snmpd strangeness

2008-11-19 Thread Jeremy Chadwick
214M Buf, 457M > Free > Swap: 16G Total, 123M Used, 16G Free > > PID USERNAME THR PRI NICE SIZERES STATE C TIME WCPU > COMMAND > 45136 root1 1040 2636M 2621M CPU5 4 254.1H 103.91% snmpd > 37368 www 1 200 193M 46232K lockf

Re: snmpd strangeness

2008-11-19 Thread Jeremy Chadwick
On Wed, Nov 19, 2008 at 12:11:36PM -0500, John Almberg wrote: > > On Nov 19, 2008, at 11:49 AM, Jeremy Chadwick wrote: > >> On Wed, Nov 19, 2008 at 10:57:50AM -0500, John Almberg wrote: >>> I just noticed something odd and am looking for ideas... >>> >>>

Re: snmpd strangeness

2008-11-19 Thread Jeremy Chadwick
reasons to use hardware RAID, but in those scenarios admins should be looking at buying an actual filer, e.g. Network Appliance. Otherwise, for "simple" systems (even stuff like 2U or 3U boxes with many disks, e.g. a "low-cost filer"), stick with some form of OS-b

Re: snmpd strangeness

2008-11-19 Thread Jeremy Chadwick
ress x8 SAS/SATA2 Hardware ROMB RAID with 128MB Memory > Module and 72 Hour Battery Backup Cache > > $625 as shown on the packing list, so I hope it's a good one. Ah, I think it's hardware RAID, and PCIe to boot. Yes, I would recommend keeping that! What does it show up as und

Re: snmpd strangeness

2008-11-19 Thread Jeremy Chadwick
ev/mfid0s1a / ufs rw 1 1 That's mfi(4), which is kinda "its own thing" (neither daX nor adX). Still perfectly usable/decent, and Scott Long (as I call him, "famous SCSI guy" ;-) ) wrote the driver, so support for it

Re: motd not compiled properly or ?

2008-11-19 Thread Jeremy Chadwick
have to do anything. FreeBSD's rc.d system updates the first line of the motd automatically; see /etc/rc.d/motd. I highly recommend placing the following into /etc/mergemaster.rc: # Do not compare template motd to /etc/motd IGNORE_MOTD=yes This will cause mergemaster to s

Re: Bootloader not working on Compaq Proliant ML330 G2

2008-04-05 Thread Jeremy Chadwick
aps is an incredibly tedious process at this point. No, it's not easy. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mounta

Re: Instant reboot with FreeBSD 6.3 and > 2GB RAM

2008-05-21 Thread Jeremy Chadwick
me out of this problem? Is the mfsroot problem what I've documented here? http://jdc.parodius.com/freebsd/pxeboot_serial_install.html#step7 -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNI

Re: DNS - slaving the root zone

2012-02-17 Thread Jeremy Chadwick
was truly the root cause. TL;DR -- don't be hasty when it comes to threats on the Internet on such a large scale. It's amazing the infrastructure we have today works at all anyway. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking

Re: FreeBSD 8.2 and Lenovo X300 WWAN Modem

2011-05-18 Thread Jeremy Chadwick
> AT OK-AT-OK \ > AT+CFUN=1 OK-AT-OK \ > AT+CMEE=2 OK-AT-OK \ > AT+CSQ OK \ > AT+CGDCONT=1,\\\"IP\\\",\\\"internet\\\" OK \ > AT+CGACT? OK-AT-OK \ > AT+CGATT? OK \ > AT+CGCLASS? OK

Re: UDF and DVD's

2011-05-19 Thread Jeremy Chadwick
l output, etc. that show how you're trying to mount the disc, as well as relevant /dev entries pertaining to your DVD drive. dmesg might also be helpful. And I assume you have looked at mount_udf(8)? -- | Jeremy Chadwick j...@parodius.com | | Parodius Ne

Re: Dell PowerEdge 1950: MPT0 doesn't recogniz hard drive > 2TB

2011-06-29 Thread Jeremy Chadwick
gt; Dell PowerEdge 1950? Is there an option to do this via USB? As I > said, the firmware is quite old, it's from 2007. The answer is here: http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/147572 -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking

Re: zpool-zfs'es on a GELI-encrypted volume are not mounted at boot [patch included]

2011-07-10 Thread Jeremy Chadwick
so maybe my etcs are > wrong? > > $> rcorder /etc/rc.d/zfs > rcorder: file `/etc/rc.d/zfs' is before unknown provision `mountlate' > /etc/rc.d/zfs > > $> rcorder /etc/rc.d/mountcritlocal > rcorder: requirement `root' in file `/etc/rc.d/mountcritlocal' has

Re: FreeBSD 10.0-CURRENT/amd64: Weirdness with LOCALE settings: ghostswitching in csh?

2011-11-03 Thread Jeremy Chadwick
(sort of). $ ls -ld /usr/share/locale/de_DE* drwxr-xr-x2 root wheel 512 Sep 28 14:36 /usr/share/locale/de_DE.ISO8859-1/ drwxr-xr-x2 root wheel 512 Sep 28 14:36 /usr/share/locale/de_DE.ISO8859-15/ drwxr-xr-x2 root wheel 512 Sep 28 14:36 /usr/share/locale/de_

Re: How to add zfs support to FreeBSD

2013-02-19 Thread Jeremy Chadwick
systems are mountpoint=none. Footnote: do not do silly things like grep /etc/src.conf for WITHOUT_xxx features, or /etc/rc.conf for whatever; an admin may have set these in advance for the next {build,install}{world,kernel} which have yet to be run. Parsing/checking config files is not going to suffice.

Re: How to add zfs support to FreeBSD

2013-02-19 Thread Jeremy Chadwick
On Tue, Feb 19, 2013 at 09:09:07AM +, Teske, Devin wrote: > 4. lsvfs output? > -- > Devin > > > From: owner-freebsd-questi...@freebsd.org > [owner-freebsd-questi...@freebsd.org] on behalf of Jeremy Chadwick > [j...@koi

Re: https://wiki.freebsd.org/ certificate error

2013-03-01 Thread Jeremy Chadwick
uot;Client Hello" packet in Wireshark. Go looking for the "Extension: server_name" section of the TLSv1 portion of the packet (Wireshark can decode this) and you'll find it. -- | Jeremy Chadwick j...@koitsu.org | | UNIX Systems Administrator

Re: ZFS question

2013-03-20 Thread Jeremy Chadwick
ract the crash dump from swap and save it into /var/crash. At that point kernel developers on the -fs list can help tell you *exactly* what to do with kgdb(1) that can shed some light on what happened/where the issue may lie. All that's assuming that the issue truly is ZFS waiting for I/O and

Re: ZFS question

2013-03-20 Thread Jeremy Chadwick
n(8) is run (reason why should be obvious) via rc.d/swapon. After it finishes, swapon is run (meaning anything previously written to the swap slice is effectively lost), and the system continues through the rest of the rc scripts. Purely for educational purposes: to examine system rc script order, s

Re: ZFS question

2013-03-21 Thread Jeremy Chadwick
oblem stated: http://lists.freebsd.org/pipermail/freebsd-fs/2013-March/016814.html -- | Jeremy Chadwick j...@koitsu.org | | UNIX Systems Administratorhttp://jdc.koitsu.org/ | | Mountain View, CA, US| | Making

Re: With fresh 9.1 install, bash completion no longer expands "$HOME"

2013-06-10 Thread Jeremy Chadwick
put this command in your ~/.bashrc. -- | Jeremy Chadwick j...@koitsu.org | | UNIX Systems Administratorhttp://jdc.koitsu.org/ | | Making life hard for others since 1977. PGP 4BD6C0CB | ___ freebsd

Re: mouse problems....

2010-10-12 Thread Jeremy Chadwick
O", as the USB subsystem > will call moused with the correct settings automatically. Correction -- it's devd(8) which auto-launches moused, not the USB subsystem. See /etc/devd.conf and look for the 'ums[0-9]+' entries. -- | Jeremy Chadwick

Re: Keyboard repeat issues with Dell Optiplex 980s

2011-01-18 Thread Jeremy Chadwick
e more than > happy to provide pciconf or other output if requested. Try adding the following to /boot/loader.conf then reboot and see if the "excessive repeat" behaviour changes: hint.kbdmux.0.disabled="1" It would also help if you would state exactly what brand/mo

Re: ata controller problem

2012-10-26 Thread Jeremy Chadwick
bus3" hint.ada.4.at="scbus4" hint.ada.5.at="scbus5" See CAM(4) man page (read it, don't skim!) for full details. Just please for the love of god do not use labels to solve this. -- | Jeremy Chadwick j...@koitsu.org | | UNIX Systems Ad

Re: ata controller problem

2012-10-26 Thread Jeremy Chadwick
nto our ears and yell "LALALA" when people point out shortcomings. Blind advocacy of any kind of technology these days is something to be wary of. All that said: labels have a very, very specific purpose, backed by a list of many caveats. But "I want to ensure controller port X map

Re: 9.1 and gmirror with GPT?

2012-10-29 Thread Jeremy Chadwick
k the superblock 4096 bytes after the start of the device. This does limit the number of GPT partitions supported (from 128 down to 8), but I question the reasoning/sanity of anyone who's got more than 8 GPT partitions on a single disk anyway (use a volume manager already

Re: SATA 300 Drive Being Run At 150

2007-07-21 Thread Jeremy Chadwick
it. This is why the jumper's set to SATA150 by default. Chances are your drives have the jumper limiting the drive to SATA150. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.par

Re: SATA 300 Drive Being Run At 150

2007-07-21 Thread Jeremy Chadwick
sion number to differentiate drives with the broken code vs. ones with the working code. Naughty Western Digital... The file I kept on this matter is below, which includes a quote from some forum user. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networ

Re: SATA 300 Drive Being Run At 150

2007-07-26 Thread Jeremy Chadwick
2006-12/msg01421.html I'm left wondering if there's actually two revisions of this drive floating around on the market; an older one that only supports SATA150, and a newer that supports SATA300. -- | Jeremy Chadwickjdc at parodius.com | | Parodius

Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-13 Thread Jeremy Chadwick
select individuals at ATI who are fuelled off of paranoia (the most common defence being fear nVidia/other competitors will "steal their technology"). Really sounds like the decision of a legal dept. and not a CEO. -- | Jeremy Chadwick

Re: No buffer space available

2007-04-23 Thread Jeremy Chadwick
4 -> 65536 # logout $ ssh medusa Last login: Mon Apr 23 03:45:45 2007 from ... I assume this is because the maximum size of a TCP datagram is 65536 bytes, but as I'm not familiar enough with TCP on such a low level, this may be speculation on my part. Just something worth checking/tinkering

Re: Problem with "installworld" in FreeBSD 6.2-RELEASE-p5

2007-06-14 Thread Jeremy Chadwick
not permitted > install: wait: Operation not permitted > *** Error code 70 Could be caused by some filesystem mount options you've got set, maybe incorrect permissions on /bin (no execute bit?), or possibly a secure runlevel setting (which I believe was the cause of your last issu

Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Jeremy Chadwick
ou the > details present in cpuinfo (except using CPUID data directly). Best bet is parsing or using the hw.model sysctl, or if you need lower-level information, there is a port that apparently gets cache size and other data. There are very few things I liked about Linux /proc when I used it,

Re: Upgrading the Installed package

2008-02-06 Thread Jeremy Chadwick
ly on the ports base system. One such tool is portmaster (ports-mgmt/portmaster), maintained by Doug Barton. It's actively maintained and written in sh. Its author is quite active with freebsd-ports, and is quick to respond to both bug reports and feature requests. -- | Jeremy Ch

Re: apache 2.2.8 authdbm woes

2008-02-17 Thread Jeremy Chadwick
orts/www/apache22/Makefile -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others si

Re: booting off GPT partitions

2010-01-27 Thread Jeremy Chadwick
, Solaris 10, or OpenSolaris) which has used GPT. I don't know who's giving you the impression that "everyone and their dog is using GPT". Why is this feature a deal-breaker for you? Why are you giving it so much attention? -- | Jeremy Chadwick

Re: 8.0 on new hardware and a few errors, should I be worried?

2010-02-27 Thread Jeremy Chadwick
-- This is intentional/normal, believe it or not. It's by-design as part of some compiler tests that autoconf (or the software that uses autoconf) induces. Thanks, GNU! FreeBSD logs these to the console by default; the sysctl to control this behaviour is kern

Re: Some questions about vfs.zfs.prefetch_disable=1 and ZFS filesystem versions

2010-03-15 Thread Jeremy Chadwick
tom third of my post for an explanation: http://koitsu.wordpress.com/2009/10/12/testing-out-freebsd-8-0-rc1/ The message is confusing/badly worded, despite having gone through numerous commits to change its wording. -- | Jeremy Chadwick j...@parodius.com | | Parodi

Re: Some questions about vfs.zfs.prefetch_disable=1 and ZFS filesystem versions

2010-03-15 Thread Jeremy Chadwick
pposed to be v3). The printing of the incorrect version number was fixed in RELENG_7 and RELENG_8 approx. 8 weeks ago. See commit revs 1.14.2.8 (RELENG_7) and 1.18.2.5 (RELENG_8) below: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c

Re: random FreeBSD panics

2010-03-29 Thread Jeremy Chadwick
ut I've been told numerous times that isn't the case. To developers: what incentives would help get this issue well-needed attention? This problem makes kernel debugging, panic analysis, and other console-oriented viewing basically impossible. -- | Jeremy Chadwick

Re: random FreeBSD panics

2010-03-29 Thread Jeremy Chadwick
On Mon, Mar 29, 2010 at 02:27:34PM -0400, John Baldwin wrote: > On Monday 29 March 2010 1:30:38 pm Jeremy Chadwick wrote: > > On Mon, Mar 29, 2010 at 05:01:02PM +, Masoom Shaikh wrote: > > > On Sun, Mar 28, 2010 at 5:38 PM, Ivan Voras wrote: > > > > On 28 M

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-04-08 Thread Jeremy Chadwick
ose files is the "*default release=cvs tag=XXX". Specifically the "tag=XXX" part. 8.0-RELEASE's tag is RELENG_8_0, while 8.0-STABLE's tag is RELENG_8. So which tag you use should be based on what version you wish to run. So at this point, you should: 1) pkg_delete

Re: how to determine the date a port is installed

2008-06-10 Thread Jeremy Chadwick
mbination of find with the -mtime flag, and pkg_delete. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for oth

Re: weird restarts when compiling

2008-07-13 Thread Jeremy Chadwick
h is significantly off, indicating a bad PSU. > In general where are there any stress tests i can do, to test the PSU > and some major subsystems of the computer? Windows offers many free utilities that do this; I'm not sure about FreeBSD. -- | Jeremy Chadwick

Re: "sleeping without queue" ?

2008-07-22 Thread Jeremy Chadwick
me to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "amd64-marcel-freebsd"...7

Re: IPFW uid logging...

2008-09-08 Thread Jeremy Chadwick
s also a good idea. The output formatting of the log line might need to be adjusted "carefully" though, since any programs which grep on a very strict regex will start failing. I'm inclined to recommend the string ", UID xxx" be appended to the existing string, e.g. Sep 8

Re: FreeBSD 8.1-PRERELEASE: property 'jailed' not supported on FreeBSD: permission denied

2010-05-24 Thread Jeremy Chadwick
gt; revival of "jailed"? ZFS_PROP_ZONED (property "jailed") was explicitly added to the not-supported-on-FreeBSD property list as of 5 weeks ago per MFC r197867. See commit 1.4.2.4 to RELENG_8 here: http://www.freebsd.org/cgi/cvsweb.cgi/src/cddl/contrib/opens

<    1   2   3   4