Re: uptime 2 years!

2008-10-08 Thread Jeremy Chadwick
. :-) -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: Unexpected PF Round Robin Behavior

2008-10-08 Thread Jeremy Chadwick
ESTABLISHED:ESTABLISHED Is there any way to set this so that a given client IP will hit the same server in the pool, regardless of port? Try the freebsd-pf list. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: kgdb debugging

2008-10-08 Thread Jeremy Chadwick
, taken from our loader.conf on production systems: # There is no COM2 on this system. hint.sio.1.disabled=1 Thus, in your case, this should suffice (note hint, not hints like the above paragraph says): hint.dev.uart.0.flags=0xc0 -- | Jeremy Chadwickjdc

Re: kernel profiling: spinlock_exit consumes 36% CPU time.

2008-10-07 Thread Jeremy Chadwick
, and what build date of the kernel? -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977

Re: thorny (for me) permissions problem

2008-10-07 Thread Jeremy Chadwick
% ls -l total 0 So, possibly the FTP server you're using does not inherit users groups, only GIDs? -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: Coretemp seems to be off quite a bit

2008-10-07 Thread Jeremy Chadwick
registers. It does not rely on ACPI. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977

Re: thorny (for me) permissions problem

2008-10-07 Thread Jeremy Chadwick
on a regular basis. Be sure to let us know when you make the infamous rm -fr typo that nukes either / or ~. :-) -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: Script works fine from CLI, but not when Cron'd

2008-10-07 Thread Jeremy Chadwick
/bin, which $PATH does not contain when running from a cronjob. (PATH inside of cron has a very limited scope, I believe it's /bin:/usr/bin). Either set PATH to include /usr/local/bin, or just refer to the fully-qualified path of mysqldump (/usr/local/bin/mysqldump). -- | Jeremy Chadwick

Re: sleep is not working to avoid starvation among threads of same priority

2008-10-07 Thread Jeremy Chadwick
, but I couldnt solve the starvation of thread A. Is the sleep right solution? I will be grateful if someone could answer on this. This might be a question for freebsd-hackers, which is more developer-oriented than -questions. -- | Jeremy Chadwickjdc

Re: TRUE realtime priority

2008-10-07 Thread Jeremy Chadwick
or kernel resources are low. well last night i tested it with SCHED_4BSD instead of sched_ule, reduced quantum to 2 from 10 and for now - no voice chopping under high load. but i will test it more. What version of FreeBSD are you using for this? Yes, it matters. -- | Jeremy Chadwick

Re: Coretemp seems to be off quite a bit

2008-10-07 Thread Jeremy Chadwick
On Tue, Oct 07, 2008 at 06:33:15PM +0100, Frank Shute wrote: On Tue, Oct 07, 2008 at 06:28:32AM -0700, Jeremy Chadwick wrote: On Tue, Oct 07, 2008 at 02:25:17PM +0100, Frank Shute wrote: On Mon, Oct 06, 2008 at 09:39:40AM -0500, Kirk Strauser wrote: I have a Gigabyte motherboard

Re: Strange memory/cpu behavior

2008-10-07 Thread Jeremy Chadwick
bloat, what field in top(1) are you basing this on? -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others

Re: Strange Core Dump Error Message on a FreeBSD6.3 System

2008-10-07 Thread Jeremy Chadwick
. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: Strange memory/cpu behavior

2008-10-07 Thread Jeremy Chadwick
On Tue, Oct 07, 2008 at 04:43:09PM -0700, Yuri wrote: Jeremy Chadwick wrote: Regarding the memory bloat, what field in top(1) are you basing this on? For the total CPU usage I used CPU: 100.0% user Active... all others were zeros. For the process CPU I looked at WCPU. I'm a little

Re: Strange memory/cpu behavior

2008-10-07 Thread Jeremy Chadwick
On Tue, Oct 07, 2008 at 09:10:07PM -0700, Yuri wrote: Jeremy Chadwick wrote: I'm a little confused. I was mainly referring to your statement: There is one large active process slowly growing in memory from 500MB to 1300MB, not reading or writing any files. What field in top(1) were you

Re: acpi_tz0: _TMP value is absurd ignored (-269.7C) Message in every 3 seconds .

2008-10-06 Thread Jeremy Chadwick
to freebsd-acpi). A BIOS upgrade might fix the problem. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: pf vs. RST attack question

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 08:19:09AM +0100, Matthew Seaman wrote: Jeremy Chadwick wrote: On Sun, Oct 05, 2008 at 12:53:03PM -0500, Scott Bennett wrote: I'm getting a lot of messages like this: Oct 4 14:30:00 hellas kernel: Limiting closed port RST response from 250 to 200 packets/sec

Re: pf vs. RST attack question

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 02:33:38PM +0300, Giorgos Keramidas wrote: On Mon, 6 Oct 2008 00:26:11 -0700, Jeremy Chadwick [EMAIL PROTECTED] wrote: On Mon, Oct 06, 2008 at 08:19:09AM +0100, Matthew Seaman wrote: block drop all looks fairly magical to me. Stick that at the top of your ruleset

Re: continuous backup solution for freebsd?

2008-10-06 Thread Jeremy Chadwick
who can help r1soft on this issue? Please see: http://forum.r1soft.com/showpost.php?p=3414postcount=9 Would the GEOM gate class handle this? See ggatec(8) and ggated(8). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: pf vs. RST attack question

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 09:34:46AM +0100, Matthew Seaman wrote: Jeremy Chadwick wrote: On Mon, Oct 06, 2008 at 08:19:09AM +0100, Matthew Seaman wrote: Jeremy Chadwick wrote: If you want a magic solution, see blackhole(4). block drop all looks fairly magical to me. Stick that at the top

Re: stupid xfce clock question

2008-10-06 Thread Jeremy Chadwick
. I'm pretty sure Aryeh meant the lesser, not the latter. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: Can't add new 1TB disk in FreeBSD 6.1

2008-10-06 Thread Jeremy Chadwick
: 16 This looks okay. Nothing exciting coming from dmesg. Thanks for providing the output like I requested. :-) -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: continuous backup solution for freebsd?

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 05:36:32PM +0300, Evren Yurtesen wrote: Jeremy Chadwick wrote: On Mon, Oct 06, 2008 at 12:58:30PM +0300, Evren Yurtesen wrote: Hello, Is there a known continuous backup solution similar to r1soft backup for FreeBSD? I googled a lot but couldnt find anything

Re: Can't add new 1TB disk in FreeBSD 6.1

2008-10-06 Thread Jeremy Chadwick
, and was introduced in FreeBSD 6.3. You can get the exact same functionality out of sysinstall on earlier FreeBSDs. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: Can't add new 1TB disk in FreeBSD 6.1

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 09:45:52AM -0700, Jeremy Chadwick wrote: There is one thing about later FreeBSDs which I am aware of: 48-bit LBA addressing. I'm left wondering if what you're running into is a bug or a problem with older FreeBSD (6.1) not supporting this. I would have to go back

Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
download a CURRENT ISO here: ftp://ftp4.freebsd.org/pub/FreeBSD/snapshots/200809/ -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA

Re: analyzing freebsd core dumps

2008-10-06 Thread Jeremy Chadwick
and running something like memtest86+ on it for 6-7 hours. Any errors seen are a pretty good sign that you should replace the memory or the motherboard. You can download an ISO or floppy disk images here: http://www.memtest.org/ Bottom line is that this is probably a hardware issue. -- | Jeremy

Re: continuous backup solution for freebsd?

2008-10-06 Thread Jeremy Chadwick
to do near continuous backups on FreeBSD servers. Jeremy Chadwick wrote: That said, I'd like to know exactly how low-level R1Soft's software truly is. dump(8), AFAIK, is block-level -- and that's a userland program. Does R1Soft's software *truly* require kernel-land? I have more to say

Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 07:23:00PM +0200, Aniruddha wrote: On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote: I don't think this has something to with a bios setting/jumper. My other USB ports are working fine ( I also have an USB keyboard plugged in). Furthermore in Linux

Re: Coretemp seems to be off quite a bit

2008-10-06 Thread Jeremy Chadwick
per core when idling, and ~43-44C under load. On my Q9550 I see ~30-36C on idle, and 40-42C on load. Any ideas why coretemp and the BIOS would show such different numbers? See above. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking

Re: Can't add new 1TB disk in FreeBSD 6.1

2008-10-06 Thread Jeremy Chadwick
to understand: there's been a lot of evolution/bugfixes applied between 6.1 and 7.1. There's almost too much for me to try and track down. I'm trying very hard, but it's difficult. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking

Re: Problem with Passive FTP through PF

2008-10-06 Thread Jeremy Chadwick
in our pf.conf. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: USB mouse problems

2008-10-06 Thread Jeremy Chadwick
On Mon, Oct 06, 2008 at 08:53:30PM +0200, Aniruddha wrote: On Mon, 2008-10-06 at 11:00 -0700, Jeremy Chadwick wrote: On Mon, Oct 06, 2008 at 07:23:00PM +0200, Aniruddha wrote: On Mon, 2008-10-06 at 10:05 -0700, Jeremy Chadwick wrote: I don't think this has something to with a bios

Re: FreeBSD as PF/Router/Firewall dying on the vine

2008-10-06 Thread Jeremy Chadwick
is? -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: Can't add new 1TB disk in FreeBSD 6.1

2008-10-05 Thread Jeremy Chadwick
Dedicated mode, and is considered very risky behaviour on FreeBSD nowadays? I would be wary of doing it that way. Using slices is the preferred method, e.g. newfs /dev/ad4s1a. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking

Re: Can't add new 1TB disk in FreeBSD 6.1

2008-10-05 Thread Jeremy Chadwick
On Sun, Oct 05, 2008 at 03:42:53AM -0700, Jeremy Chadwick wrote: On Sun, Oct 05, 2008 at 11:07:58AM +0200, Wojciech Puchar wrote: I tried using fdisk first, same problem, won't let me write to the disk. Do you will use the entire disk in one partition ? If so, just do: newfs /dev/ad4

Re: Cannot create custom FreeBSD 7.0 install CD for serial console

2008-10-05 Thread Jeremy Chadwick
choose not to use the loader.conf variables because I feel they get read too late into the boot process. For the record, I've never done a CD-based install via serial. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: pf vs. RST attack question

2008-10-05 Thread Jeremy Chadwick
this, but there is no magic rule you can place into pf.conf that will stop this. If you want a magic solution, see blackhole(4). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: How stable is FreeBSD WiFi support?

2008-10-04 Thread Jeremy Chadwick
, but I didn't get any response here. Not sure where to go from here though, as I'm having similar troubles with the ral driver too (desktop- 6.3). Have you tried the freebsd-stable and freebsd-hackers lists? Supplicant has been discussed there in the recent and late past. -- | Jeremy Chadwick

Re: make buildkernel error

2008-10-04 Thread Jeremy Chadwick
this, but doesn't building world require that you use the base system's gcc (e.g. /usr/bin/gcc), and not the one from ports? -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: Can't add new 1TB disk in FreeBSD 6.1

2008-10-04 Thread Jeremy Chadwick
disk list? -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB

Re: Intel S3210SHLC motherboard and FreeBSD 7.0

2008-10-03 Thread Jeremy Chadwick
. It's become normal in this day and age; otherwise, see if there's a BIOS upgrade (on Asus boards this usually fixes it; if you change any of those BIOS options, the hard power-off will happen once, but from that point on reset will behave like you expect). -- | Jeremy Chadwick

Re: Intel S3210SHLC motherboard and FreeBSD 7.0

2008-10-03 Thread Jeremy Chadwick
On Fri, Oct 03, 2008 at 01:37:56AM -0700, Jeremy Chadwick wrote: 2) BIOS: Thermal monitoring I should be more precise: I'm referring to things like fan speed auto-slowdown or PWM. These boards often offer numerous methods of throttling fans and other features. -- | Jeremy Chadwick

Re: ZFS on root with atime=off

2008-10-03 Thread Jeremy Chadwick
-fs, not freebsd-questions. Please re-post it there, and CC [EMAIL PROTECTED] (ZFS maintainer). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain

Re: A question about the root shell

2008-10-03 Thread Jeremy Chadwick
. This is not a shell issue, as it applies to csh, sh, and bash. The problem is FreeBSD's /bin/ls. See the ls(1) man page, specifically the -A option description. What you want is the -I flag. Place the following in /root/.cshrc to get what you want: alias ls/bin/ls -I -- | Jeremy Chadwick

Re: Logrotate

2008-10-02 Thread Jeremy Chadwick
a separate logfile per virtual host name, and you can do whatever you want from there on out. There's a performance advantage here as well: one logfile means only one file descriptor open, which is Good(tm). Multiple logfiles opened under Apache does not scale well. -- | Jeremy Chadwick

Re: Setting up gmirror

2008-10-01 Thread Jeremy Chadwick
have reason to use ccd (it's old, but it does still work). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: Setting up gmirror

2008-10-01 Thread Jeremy Chadwick
system's CPU) in all of those, since there is always a driver involved for interfacing with the cards -- even ones with dedicated CPUs like the Intel IOP/XScale. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: Optimal File System config for 2.5TB RAID5

2008-10-01 Thread Jeremy Chadwick
that function generically for any disks in a machine. Solid state hard drives are getting there, but they're still too expensive and not really fast enough yet. You mean this? http://en.wikipedia.org/wiki/I-RAM -- | Jeremy Chadwickjdc at parodius.com | | Parodius

Re: Setting up gmirror

2008-10-01 Thread Jeremy Chadwick
would be sufficient (see above). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977

Re: Patching php port

2008-10-01 Thread Jeremy Chadwick
is being executed during part of make install). Note the USE_AUTOTOOLS line in the Makefile. Make your changes to configure.in. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems

Re: Cannot create custom FreeBSD 7.0 install CD for serial console

2008-10-01 Thread Jeremy Chadwick
fast. Try this: http://jdc.parodius.com/freebsd/pxeboot_serial_install.html -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA

Re: Patching php port

2008-10-01 Thread Jeremy Chadwick
and reverse engineer how to accomplish what you need. Remember: it's just a mix of sh, m4, and macros. Don't let it diminish your morale. :-) -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX

Re: SATA READ_DMA timeouts - SOLVED?

2008-09-30 Thread Jeremy Chadwick
On Tue, Sep 30, 2008 at 07:29:26PM +0200, Mel wrote: On Tuesday 30 September 2008 18:54:12 Reid Linnemann wrote: Jeremy Chadwick wrote: (I'm not subscribed to freebsd-questions, so please CC me on replies. I'm also not sure how I ended up getting this mail in the first place; it looks

Re: Best way to back up mysql database

2008-09-30 Thread Jeremy Chadwick
doing a mysqldump is good. It's better than just blindly copying the database files using cp or rsync (there's no locking done in that case so you could risk backing up the tables in the middle of an INSERT); and the cp/rsync method won't work reliably if you're using InnoDB. -- | Jeremy Chadwick

Re: Optimal File System config for 2.5TB RAID5

2008-09-30 Thread Jeremy Chadwick
the problems you're having with performance. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since

Re: Need to ( re-chown /etc )

2008-09-30 Thread Jeremy Chadwick
it to the -questions list twice, and to the -hackers list once. Kevin Kinsey [EMAIL PROTECTED] responded to you with an mtree command that should do the trick. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX

Re: SATA READ_DMA timeouts - SOLVED?

2008-09-29 Thread Jeremy Chadwick
exactly you did with the jumper to make your drives work reliably, only that the jumper capability on your disks was available. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems

Re: IPFW uid logging...

2008-09-08 Thread Jeremy Chadwick
:58117 209.85.133.114:25 out via em0, UID 6592 -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since

Re: sleeping without queue ?

2008-07-22 Thread Jeremy Chadwick
wrong; gdb [program] 79759 would be what you want. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others

Re: weird restarts when compiling

2008-07-13 Thread Jeremy Chadwick
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 Chadwickjdc at parodius.com | | Parodius Networking http

Re: how to determine the date a port is installed

2008-06-10 Thread Jeremy Chadwick
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 others since

Re: Instant reboot with FreeBSD 6.3 and 2GB RAM

2008-05-21 Thread Jeremy Chadwick
://jdc.parodius.com/freebsd/pxeboot_serial_install.html#step7 -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: Bootloader not working on Compaq Proliant ML330 G2

2008-04-05 Thread Jeremy Chadwick
not easy. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP

Re: apache 2.2.8 authdbm woes

2008-02-17 Thread Jeremy Chadwick
/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 since 1977

Re: Upgrading the Installed package

2008-02-06 Thread Jeremy Chadwick
. 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 Chadwickjdc at parodius.com | | Parodius Networking http

Re: Porting from linux to FreeBSD (procfs question)

2008-01-03 Thread Jeremy Chadwick
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, but getting h/w information happened to be one of them... -- | Jeremy Chadwick

Re: OS bug in taskq

2007-12-15 Thread Jeremy Chadwick
at freebsd-rc@): http://lists.freebsd.org/pipermail/freebsd-rc/2007-November/001263.html Open PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=118255 -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com

Re: SATA 300 Drive Being Run At 150

2007-07-26 Thread Jeremy Chadwick
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 Networking http://www.parodius.com

Re: SATA 300 Drive Being Run At 150

2007-07-21 Thread Jeremy Chadwick
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.parodius.com/ | | UNIX Systems Administrator Mountain

Re: SATA 300 Drive Being Run At 150

2007-07-21 Thread Jeremy Chadwick
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 Networking http://www.parodius.com/ | | UNIX Systems

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

2007-06-14 Thread Jeremy Chadwick
: 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 issue you reported here). -- | Jeremy Chadwick

Re: No buffer space available

2007-04-23 Thread Jeremy Chadwick
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 with. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking

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

2007-03-13 Thread Jeremy Chadwick
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 jdc at parodius.com | | Parodius Networkinghttp

<    1   2   3   4