Re: thorny (for me) permissions problem

2008-10-07 Thread Jeremy Chadwick
On Tue, Oct 07, 2008 at 10:23:53AM -0400, John Almberg wrote: On Oct 7, 2008, at 9:34 AM, Jeremy Hooks wrote: 4. however, after upload, the file has the ownership A:B (i.e, owned by A, group B) with permissions -rw-r--r--. So B does not have permission to delete the file. -rw-r

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: mysql binlogs and their expiry times

2008-10-08 Thread Jeremy Chadwick
location for my.cnf file? Perhaphs it should go to /usr/local/etc/ ? If it matters, I use $ pkg_info -Ix mysql-s mysql-server-5.0.67 Multithreaded SQL database (server) from ports. Shouldn't this question be going to the MySQL people and not FreeBSD? -- | Jeremy Chadwick

Re: analyzing freebsd core dumps

2008-10-08 Thread Jeremy Chadwick
. You can't take this machine down for troubleshooting, but you have no failover available. The company has put themselves into this situation. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX

Re: detecting monitor's sync and refresh rate?

2008-10-08 Thread Jeremy Hooks
I cheated a little and pulled this out of openSUSE 11's monitor database: #== # [EMAIL PROTECTED] #-- -- LCD:[EMAIL PROTECTED] { Option=DPMS Hsync=31-60 Modeline=1024x768 65.0 1024 1048 1184 1344 768 771

Re: php5 segfault

2008-10-08 Thread Jeremy Chadwick
). I've also had success with Apache-ITK-mpm. Search the mailing lists for this situation, try the recommendations, and then if nothing fixes it, provide a backtrace. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

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: [SOLVED] Re: [EMAIL PROTECTED] maildrop and postfix - temporary authentication failure

2008-10-09 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: php5 segfault

2008-10-09 Thread Jeremy Chadwick
far. Then my recommendation is to build PHP with DEBUG enabled (see make config), reproduce the situation, and provide a backtrace here. I would also consider filing a bug with the PHP folks. They may know something we don't. -- | Jeremy Chadwickjdc at parodius.com

Re: php5 segfault

2008-10-09 Thread Jeremy Chadwick
I'm at a loss). That said, if you feel this is a humongous issue, I highly recommend you mail the PHP port maintainer and express your concerns, or open a PR. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: Can an Account be Locked out for ssh but allow su?

2008-10-09 Thread Jeremy Hooks
Personally I prefer AllowUsers, as that denies all users except those specifically allowed. Deny/AllowGroups are useful too. 2008/10/8 Martin McCormick [EMAIL PROTECTED] Henrik Hudson writes: Check the sshd_config man page for AllowUsers and DenyUsers directives. Many thanks. DenyUsers did

Re: daily/weekly/monthly periodic output

2008-10-09 Thread Jeremy Chadwick
NOT recommend you do, for MANY reasons -- you should look at /etc/defaults/periodic.conf for all of the values you can tune. DO NOT edit that file -- use /etc/periodic.conf instead. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: php5 segfault

2008-10-09 Thread Jeremy Chadwick
in place. -- | 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: smbpasswd mortal user

2008-10-09 Thread Jeremy Chadwick
of this mail. -- | 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: Portsnap causes system to reboot

2008-10-09 Thread Jeremy Chadwick
don't use X with it. It almost sounds like a filesystem problem. You might consider booting into single-user and running fsck -y. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems

Re: Sysinstall

2008-10-09 Thread Jeremy Chadwick
support this? Surely it stores the RGB values somewhere, I just don't know if they're hard-coded. (I'm not an X guru). It's quite possible in programs like rxvt, PuTTY, and SecureCRT (Windows). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking

Re: TRUE realtime priority

2008-10-09 Thread Jeremy Chadwick
for this? Yes, it matters. got RELENG_7 yesterday by cvs, now SCHED_ULE works fine. Great! Glad to hear it. :-) Thanks for following up! -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems

Re: Portsnap causes system to reboot

2008-10-09 Thread Jeremy Chadwick
mismatch 118savecore: writing core to vmcore.6 Please reboot your machine into single-user mode, and run fsck -y. I'm betting there's some filesystem corruption. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: How To Get libm.so.4?

2008-10-10 Thread Jeremy Chadwick
On Fri, Oct 10, 2008 at 05:56:13PM +0530, Shakul M Hameed wrote: check for libm.so.5 in /lib. do a softlink of libm.so.4 pointing to libm.so.5 I guess this should fix your issue. **DO NOT** do this. -- | Jeremy Chadwickjdc at parodius.com | | Parodius

Re: How To Get libm.so.4?

2008-10-10 Thread Jeremy Chadwick
yourself making symlinks all over the place. (You should use libmap.conf for this purpose anyway). So like I said -- it IS a bad idea. Please do not do it. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com

Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Jeremy Chadwick
. Replace the RAM and the mainboard, and see what happens. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others

Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Jeremy Chadwick
problem, but it's definitely a recommendation by Johan. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: [SOLVED] Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Jeremy Chadwick
can cache previously-fetched contents in memory. -- | 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: [SOLVED] Re: 7.1 hangs, shutdown terminated

2008-10-10 Thread Jeremy Chadwick
absolutely *no* dumb questions, especially given the circumstances! Do not be ashamed, you did the right thing. :-) -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: rc: not working as expected? (round 2)

2008-10-10 Thread Jeremy Chadwick
) of the PROVIDE clauses are in the script which you want to start first. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life

Re: Firewall and FreeBSD ports

2008-10-10 Thread Jeremy Chadwick
on the right track, here? See the fetch(1) man page. Try this first: sh/bash: export FTP_PASSIVE_MODE=true csh: setenv FTP_PASSIVE_MODE true Chances are this will address the problem for you. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking

Re: Firewall and FreeBSD ports

2008-10-10 Thread Jeremy Chadwick
On Fri, Oct 10, 2008 at 06:54:32PM +0100, RW wrote: On Fri, 10 Oct 2008 09:51:16 -0700 Jeremy Chadwick [EMAIL PROTECTED] wrote: On Fri, Oct 10, 2008 at 12:45:04PM -0400, John Almberg wrote: I just set up a new server with a very restricted PF configuration. One problem: I can no longer

Re: gzipping multiple files w/o tarring

2008-10-10 Thread Jeremy Chadwick
-maxdepth 1 | xargs gzip Which would do the same as gzip *, but would ignore any files with a .tar.gz extension. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: gzipping multiple files w/o tarring

2008-10-10 Thread Jeremy Chadwick
-maxdepth 1 | xargs gzip i don't understand the difference. The 2nd will avoid the warnings emit by gzip * when encountering already-gzipped files. It all depends on what the user wants. .tar.gz files are already gzip'd :), so no need for second case. it will be skipped anyway -- | Jeremy

Re: cvsup 7.0 STABLE checkout failure

2008-10-11 Thread Jeremy Chadwick
-all rm -fr /usr/src/* csup -h cvsupserver -L 2 /usr/share/examples/cvsup/stable-supfile However, with regards to use of /usr/share/examples/cvsup/stable-supfile see my above comment; yours may be modified. -- | Jeremy Chadwickjdc at parodius.com | | Parodius

Re: Need help installing on SATA

2008-10-11 Thread Jeremy Chadwick
operating system. Open source is about freedom of choice -- if FreeBSD doesn't work for you or get the job done, and Linux does, then use Linux! If Windows works for you, use Windows! There's absolutely no shame in that. Blind, one-sided advocacy only harms open source projects. -- | Jeremy Chadwick

Re: proflibs

2008-10-11 Thread Jeremy Chadwick
within or between two functions). They're for developers. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard

Re: proflibs

2008-10-11 Thread Jeremy Chadwick
a specific function), and use of profiled libraries has to be explicitly requested (using gcc -p). -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain

Re: Need help installing on SATA

2008-10-11 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: cvsup 7.0 STABLE checkout failure

2008-10-11 Thread Jeremy Chadwick
with your supfile. -- | 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: cvsup 7.0 STABLE checkout failure

2008-10-11 Thread Jeremy Chadwick
On Sun, Oct 12, 2008 at 02:20:52AM +0530, Shakul M Hameed wrote: On Sat, Oct 11, 2008 at 07:47:11AM -0700, Jeremy Chadwick wrote: Are you sure? http://www.freebsd.org/doc/en/books/handbook/cvsup.html -- see the first Note: paragraph. As a newbie to FreeBSD, I would rather like

Re: Worth persuing a KDB: stack backtrace: ?

2008-10-11 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: cvsup 7.0 STABLE checkout failure

2008-10-11 Thread Jeremy Chadwick
) before you can use that. -- | 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: newsyslog naming scheme could be improved?

2008-10-11 Thread Jeremy Chadwick
.20081008T.gz messages.20081009T0002.gz And so on. Food for thought. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life

Re: Worth persuing a KDB: stack backtrace: ?

2008-10-11 Thread Jeremy Chadwick
the system has bad memory, possibly a bad DIMM slot, and very likely filesystem corruption. As I said above, I think the solution at this point is obvious. :-) -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: cvsup 7.0 STABLE checkout failure

2008-10-12 Thread Peter Jeremy
On 2008-Oct-11 08:24:51 -0700, Jeremy Chadwick [EMAIL PROTECTED] wrote: csup and cvsup function the same, and they both rely on the same source versioning system. Note that csup only supports a subset of cvsup functionality. The most obvious missing feature is CVS mode. If you really want

Re: rsync or even scp questions....

2008-10-12 Thread Jeremy Chadwick
: easily!) within Bourne natively. There's no harm in doing it for more complex things, but fork() is somewhat expensive, and try to imagine what will happen to those scripts if the system lacks process table space, etc... :-) Best to try and make everything self-contained if possible. -- | Jeremy

Re: The disc in your drive looks more like an Audio CD than a FreeBSDrelease

2008-10-12 Thread Jeremy Chadwick
] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http

Re: The disc in your drive looks more like an Audio CD than a FreeBSDrelease

2008-10-12 Thread Jeremy Chadwick
-looking-for-media-45366.html On Sun, 2008-10-12 at 08:01 -0700, Jeremy Chadwick wrote: On Sun, Oct 12, 2008 at 04:51:54PM +0200, Kiffin wrote: I checked it and everything looks just fine, e.g. just Freebsd install files and nothing else. It's very possible that the disc burning

Re: Installation Hangs

2008-10-12 Thread Jeremy Chadwick
keyboard; hot-swapping only works on some motherboards. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others

Re: Installation Hangs

2008-10-12 Thread Jeremy Chadwick
On Sun, Oct 12, 2008 at 11:08:50AM -0700, ton80 wrote: Jeremy Chadwick-3 wrote: On Sun, Oct 12, 2008 at 10:54:26AM -0700, ton80 wrote: Hello, I am trying to install FreeBSD. During the install (actually at the beginning of the process) the system hangs indefinitely. When it gets

Re: The disc in your drive looks more like an Audio CD than a FreeBSDrelease

2008-10-12 Thread Jeremy Chadwick
rare. Because of this fact, I strongly doubt the problem is with FreeBSD, and rather with buggy firmwares in CD drives. On Sun, 2008-10-12 at 10:58 -0700, Jeremy Chadwick wrote: On Sun, Oct 12, 2008 at 07:36:37PM +0200, Kiffin wrote: I rechecked the discs with a verify tool using the original

Re: RAID migration

2008-10-12 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: RAID migration

2008-10-12 Thread Jeremy Chadwick
On Sun, Oct 12, 2008 at 10:27:47PM -0600, Anthony Chavez wrote: Jeremy Chadwick wrote: On Sun, Oct 12, 2008 at 07:10:31PM -0600, Anthony Chavez wrote: Dear freebsd-questions, I have a HighPoint 1820 RAID controller that is using 1 channel for an OS drive and 3 channels for a RAID-5

Re: rsync or even scp questions....

2008-10-13 Thread Jeremy Hooks
How, may I ask, does this work? If you search the bash man file you can find this and lots of other useful constructs, search for 'Parameter Expansion' - I'm not sure how much of this relates to other Bourne Shell derivatives, but I don't imagine it would be difficult to test it out.

Re: Installation Hangs

2008-10-13 Thread Jeremy Chadwick
device and PS/2 interaction. This translation is lost the instant interrupts are re-mapped or the southbridge/USB controller is initialised. The OP is making it past boot2/loader, the kernel and all its drivers are fully loaded (including the USB stack). -- | Jeremy Chadwick

Re: Installation Hangs

2008-10-13 Thread Jeremy Chadwick
On Mon, Oct 13, 2008 at 08:35:37PM +0400, Boris Samorodov wrote: Jeremy Chadwick [EMAIL PROTECTED] writes: On Mon, Oct 13, 2008 at 09:57:22AM -0600, Warren Block wrote: On Sun, 12 Oct 2008, ton80 wrote: I am trying to install FreeBSD. During the install (actually at the beginning

Re: Installation Hangs

2008-10-13 Thread Jeremy Chadwick
On Mon, Oct 13, 2008 at 11:19:40AM -0600, Warren Block wrote: On Mon, 13 Oct 2008, Jeremy Chadwick wrote: On Mon, Oct 13, 2008 at 09:57:22AM -0600, Warren Block wrote: On Sun, 12 Oct 2008, ton80 wrote: I am trying to install FreeBSD. During the install (actually at the beginning

Re: new hdd numeration after mainboard change

2008-10-13 Thread Jeremy Chadwick
on (if it's not already), and do not mess with it. -- | 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: portupgrade failure

2008-10-13 Thread Jeremy Chadwick
.db too. Hmm. This does not inspire confidence in the tool. So don't use it? :-) There are alternatives like portmaster. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems

Re: portupgrade failure

2008-10-13 Thread Jeremy Chadwick
On Mon, Oct 13, 2008 at 02:08:54PM -0400, Michael P. Soulier wrote: On Mon, Oct 13, 2008 at 2:05 PM, Jeremy Chadwick [EMAIL PROTECTED] wrote: So don't use it? :-) There are alternatives like portmaster. I suppose I prefer a single, reliable, supported tool for the system. portupgrade

Re: Sysinstall colors

2008-10-13 Thread Jeremy Chadwick
colours. Ideally, we should see about getting rid of the whole grey background thing -- otherwise, stick with using black text with bright red letters for the quick-jump menu keys. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking

Re: FreeBSD 7 and ESXi

2008-10-13 Thread Jeremy Chadwick
a 64 bit OS. Well he already tried amd64 and received a panic in the bootloader. :-) I think I know what might be causing that. Also, he does have the option of using i386 PAE to address more memory while in x86 mode, but ideally he should be running amd64. -- | Jeremy Chadwick

Re: FreeBSD 7 and ESXi

2008-10-13 Thread Jeremy Chadwick
(and there are known compatibility problems between PAE and certain kernel drivers). It's strongly recommended you stick with amd64 if at all possible. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com

Re: FreeBSD 7 and ESXi

2008-10-13 Thread Jeremy Chadwick
On Tue, Oct 14, 2008 at 02:04:07AM -0300, [EMAIL PROTECTED] wrote: Jeremy, On Mon, 13 Oct 2008, Jeremy Chadwick wrote: |On Tue, Oct 14, 2008 at 12:54:26AM -0300, [EMAIL PROTECTED] wrote: |I'm facing some problems trying to install a FreeBSD | 7.0-RELEASE-amd64, on a Dell PE 2950III

Re: FreeBSD 7 and ESXi

2008-10-14 Thread Jeremy Chadwick
On Tue, Oct 14, 2008 at 02:44:13AM -0300, [EMAIL PROTECTED] wrote: On Mon, 13 Oct 2008, Jeremy Chadwick wrote: |On Tue, Oct 14, 2008 at 02:04:07AM -0300, [EMAIL PROTECTED] wrote: | Jeremy, | | On Mon, 13 Oct 2008, Jeremy Chadwick wrote: | | |On Tue, Oct 14, 2008 at 12:54:26AM -0300

Re: How to get my Dad's Win2k system to access internet through my FreeBSD 6.2 system

2008-10-14 Thread Jeremy Chadwick
On Tue, Oct 14, 2008 at 06:46:10AM -0400, Michael Powell wrote: Jeremy Chadwick wrote: On Tue, Oct 14, 2008 at 04:55:11AM -0400, Michael Powell wrote: [snip] Next, you will want to configure your FreeBSD machine as a NAT gateway. In your /etc/rc.conf you will want something like

Re: How to get my Dad's Win2k system to access internet through my FreeBSD 6.2 system

2008-10-14 Thread Jeremy Chadwick
to also set sysctl net.inet.ip.forwarding=1 for his box to act as a gateway? Or is this handled by the NAT portion? -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator

Re: Problems with portupgrade or db

2008-10-14 Thread Jeremy Chadwick
) = f4bddd8d1b4cde0daf5e13e3493ed62a25b736b0bf258e1d929e47bc6a82a28c SIZE (bdb/db-4.2.52.tar.gz) = 3919271 -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life

Re: An endian error

2008-10-14 Thread Jeremy Chadwick
been messing around with in other threads? I have to ask that question, for obvious reasons. -- | Jeremy Chadwickjdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View

Re: mktime() output not the same as the date utility

2008-10-14 Thread Jeremy Chadwick
. What am I missing here? I'm betting it's due to DST I believe you have to do the math yourself if tm_isdst is non-zero. Otherwise, consider using functions like ctime() and others (which are also POSIX compliant). -- | Jeremy Chadwickjdc at parodius.com

bounced mail to list

2006-10-29 Thread Jeremy Gransden
is following. --- Received: from [24.210.101.241] (helo=[192.168.2.4]) by mrelay.perfora.net (node=mrelayus0) with ESMTP (Nemesis), id 0MKoyl-1GeED71etM-0004UA; Sun, 29 Oct 2006 12:12:40 -0500 Subject: Re: How to Print from WIN XP to Samba From: Jeremy Gransden [EMAIL PROTECTED

Problems with sound playback

2006-10-30 Thread Jeremy Sherling
. Everything else on the machines seems to be acting normaly. No weird errors in any logs that I have found. So, I am wondering if anyone can help me track this down, or if anyone has seen something like this before. Any help would be great! Let me know if more information is needed.Thanks,Jeremy

installworld to an NFS mount

2006-11-04 Thread Jeremy Johnston
Greetings everyone, I currently attempting to build and install a world from my AMD64 machine to a i386 machine mounted via nfs on the build machine. I've searched the archives and could not come up with the problem I am having. I have built the world using make TARGET_ARCH=i386 buildworld

Re: installworld to an NFS mount

2006-11-04 Thread Jeremy Johnston
I have enabled locking and I am still seeing the same error. Jeff Mohler wrote: If you dont have locking..check it. If you -cant- mount with -L option by hand. On 11/4/06, Jeremy Johnston [EMAIL PROTECTED] wrote: Greetings everyone, I currently attempting to build and install a world from

Re: Xine and mplayer will not install

2006-11-05 Thread Jeremy Messenger
On Sun, 05 Nov 2006 05:11:29 -0600, [EMAIL PROTECTED] wrote: After a new install of 6.2beta3 and Gnome2.14.2 I am unable to install mplayer. It fails with the following message: We (freebsd-gnome@) don't maintain xine, mplayer and win32-codecs. Please talk to the correct maintainer(s).

Re: Acer Aspire WLMi 5102 with AMD Turion 64 X2 system hanging with powerd on 6.2-RC1 and 6.2-PRERELEASE

2006-12-21 Thread Peter Jeremy
. -- Peter Jeremy pgpllgAlLXx8u.pgp Description: PGP signature

Realtek 3-port NIC driver not loading

2007-01-04 Thread Jeremy Jongsma
to BSD. Can someone point me in the right direction? -- Jeremy Jongsma [EMAIL PROTECTED] Traders Media ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Advice on which FreeBSD firewall package to choose.

2007-01-04 Thread Jeremy Jongsma
] tradersmedia Jeremy Jongsma Director of Bits Bytes p 312.386.1130 x221 | f 312.386.1263 | c 312.399.4513 e [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: error when upgrading gnome-panel on FreeBSD 6.3 (AMD64)

2008-03-26 Thread Jeremy Messenger
On Wed, 26 Mar 2008 14:50:08 -0500, Dino Vliet [EMAIL PROTECTED] wrote: Whenever I try to upgrade my gnome-panel port on my amd64 system running freebsd 6.3 I get the ollowing error: clock_applet-clock.o(.text+0x2ac2): In function `location_weather_updated_cb': : undefined reference to

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: port gnome-applets won't upgrade properly

2008-04-13 Thread Jeremy Messenger
On Sun, 13 Apr 2008 15:56:11 -0500, Dino Vliet [EMAIL PROTECTED] wrote: Jeremy Messenger [EMAIL PROTECTED] wrote: On Sat, 12 Apr 2008 14:45:47 -0500, Dino Vliet wrote: Folks, I've tried to upgrade my ports and get the following error from gnome-applets everytime I do a portupgrade

Re: yelp won't upgrade properly

2008-04-14 Thread Jeremy Messenger
On Mon, 14 Apr 2008 13:28:40 -0500, Dino Vliet [EMAIL PROTECTED] wrote: Ok thanks for the suggestions, I've started with Yelp but am getting this error when doing a make install distclean. [EMAIL PROTECTED] /usr/ports/x11/yelp]# make install distclean === Building for yelp-2.22.1 gmake

Re: port seahorse won't upgrade properly

2008-04-14 Thread Jeremy Messenger
On Mon, 14 Apr 2008 13:36:18 -0500, Dino Vliet [EMAIL PROTECTED] wrote: I've continued with the seahorse problem. In /usr/ports/UPDATING I couldn't find anything regarding seahorse! The gnome-keyring-manager is in /usr/ports/MOVED for gnome-keyring-manager - seahorse. For some reason,

Re: port seahorse won't upgrade properly

2008-04-15 Thread Jeremy Messenger
On Tue, 15 Apr 2008 17:04:00 -0500, Dino Vliet [EMAIL PROTECTED] wrote: Uuuhhh, ok, you've got me here, I'm LOST. What KEYRING option? I didn't recall (dis)abling any option. If you didn't tweak it then you didn't clean your ports tree before run it. I just want to install seahorse via

Re: portupgrade question

2008-05-13 Thread Jeremy Messenger
On Tue, 13 May 2008 17:54:15 -0500, AN [EMAIL PROTECTED] wrote: I installed openoffice 2.4.0 from ports with: make -DWITHOUT_MOZILLA install clean Now, when I do a portupgrade it tries to install mozilla: To build OOo, you should have a lot of free diskspace (~ 11GB) and memory (~ 2GB). If

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

7-STABLE Watchdog Timeout

2008-05-31 Thread Jeremy Karlson
any difference. Honestly, I'm not entirely convinced it is a problem with FreeBSD. It might be a problem with HTTPD, or Subversion. But I'm out of ideas and I don't really know where to start. Does anyone have any suggestions? -- Jeremy Copyright (c) 1992-2008 The FreeBSD Project

Re: 7-STABLE Watchdog Timeout

2008-06-01 Thread Jeremy Karlson
Jos, I tried setting PNP OS to both YES and NO. Neither made any sort of difference. As for your suggestion on the web site: That seemed pretty likely to me, but disabling ACPI and APIC didn't make any difference either. Thanks for the ideas though. -- Jeremy On 31-May-08, at 23:20

Re: 7-STABLE Watchdog Timeout

2008-06-02 Thread Jeremy Karlson
re. Unfortunately though, I can't seem to find what the resolution to this was, and if it could be related to the failure I'm seeing. Does anyone know what happened with that problem? -- Jeremy On 1-Jun-08, at 12:02, Jeremy Karlson wrote: Jos, I tried setting PNP OS to both YES

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: Blade Servers w/ SAN backend ... anyone doing this?

2005-09-15 Thread Peter Jeremy
on the web I can read up on this? Booting is reliant on the BIOS - if the BIOS supports booting off a disk-like device then you can (AFAIK) be sure that FreeBSD will boot. Getting beyond booting depends on the kernel having a suitable driver. -- Peter Jeremy

Re: what www perl script is running?

2009-08-27 Thread Jeremy Hooks
HTTP server for any irregularities, known exploits and potential exploits. HTH Jeremy * the URL I wrote probably isn't even valid, it is just a demonstration, so just treat it as psuedocode. 2009/8/27 Colin Brace c...@lim.nl: Colin Brace wrote: ah, another directory found in /tmp

Re: questions about FreeBSD

2009-09-01 Thread Jeremy Hooks
2009/8/31 James Phillips anti_spam...@yahoo.ca: ... I have some questions about FreeBSD. The questions I had in mind are: Such general questions imply homework assignment. Indeed, I found General features (at least three)? Firewall, GUI, Networking and so on. quite amusing. I am surprised he

Re: Invitation to connect on LinkedIn

2009-11-18 Thread Peter Jeremy
in FreeBSD.org's spam blocker? I have raised this with postmaster@ and he is investigating how to block this spam. -- Peter Jeremy pgpPzDB5BrVIV.pgp Description: PGP signature

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

2010-05-24 Thread Jeremy Chadwick
/viewvc/base?view=revisionrevision=197867 CC'ing responsible committers to answer your question. -- | Jeremy Chadwick j...@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain

<    1   2   3   4   5   6   7   >