Re: Upgrade 7.0 to 7.2 installworld failed

2009-12-24 Thread Mel Flynn
reboot or that the MAKEOBJDIRPREFIX you had set in your environment before reboot, is unset. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: Upgrade 7.0 to 7.2 installworld failed

2009-12-24 Thread Mel Flynn
On Thursday 24 December 2009 09:47:26 Colin wrote: On 24/12/2009 16:30, Mel Flynn wrote: I'm going to guess from the fact that installworld tries to build stuff, that /usr/obj is a filesystem that isn't mounted after your reboot or that the MAKEOBJDIRPREFIX you had set in your environment

Re: samba3.x - 3.0 won't compile, 3.2 and 3.3 can't be installed

2009-12-23 Thread Mel Flynn
it somewhere in the configure foo, but it's still no guarantee everything will work, especially when linking (though when linking removing the corresponding first -L/usr/local/lib may actually fix things too). -- Mel ___ freebsd-questions@freebsd.org

Re: Packages vs Ports

2009-12-23 Thread Mel Flynn
in a while. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Help building/running SDL/OpenGL code

2009-12-23 Thread Mel Flynn
* There may be exceptions, but they're not worth figuring out or remembering. In your case you may actually have a problem with math code in libm.so.3 vs libm.so.5, but I doubt it's the case as no OpenGL app that I encountered has one. -- Mel

Destroying a CD-R without a sledgehammer (Was: Re: (no subject))

2009-12-23 Thread Mel Flynn
method. See for example the 'blank' and 'erase' command for burncd(8) for specifics. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: What happened to /home?

2009-12-23 Thread Mel Flynn
is / and then it goes back to the prompt. Output of 'ls -ld /home is: lrwxr-xr-x 1 root wheel 8 Dec 18 12:08 /home - usr/home What does 'file /home' say? It is a symlink. What you really want to see is ls -l /home/. Note the trailing slash. -- Mel ___ freebsd

Re: What happened to /home?

2009-12-23 Thread Mel Flynn
On Wednesday 23 December 2009 15:46:57 Glen Barber wrote: On Wed, Dec 23, 2009 at 7:43 PM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: What does 'file /home' say? It is a symlink. What you really want to see is ls -l /home/. Note the trailing slash. It _should_

Re: Loadbalance outgoing traffic over two cable modems in same network

2009-12-22 Thread Mel Flynn
On Tuesday 22 December 2009 02:48:58 Craig Butler wrote: On 22/12/2009 00:46, Mel Flynn wrote: On Monday 21 December 2009 09:56:11 Nikos Vassiliadis wrote: On 12/21/2009 6:03 AM, Mel Flynn wrote: Hi, I've looked over http://www.openbsd.org/faq/pf/pools.html but this assumes two

Re: Loadbalance outgoing traffic over two cable modems in same network

2009-12-21 Thread Mel Flynn
On Monday 21 December 2009 09:56:11 Nikos Vassiliadis wrote: On 12/21/2009 6:03 AM, Mel Flynn wrote: Hi, I've looked over http://www.openbsd.org/faq/pf/pools.html but this assumes two different gateways for the two interfaces. I'm faced with two cable modems from the same ISP

Loadbalance outgoing traffic over two cable modems in same network

2009-12-20 Thread Mel Flynn
wondering if using stick-address with a round-robin nat pool is really sufficient to do load balancing of outgoing traffic and not get into session problems with various protocols. Has anybody had similar experiences? -- Mel ___ freebsd-questions

Re: RFC: Fam/Python based script for bruteforce blocking

2009-12-19 Thread Mel Flynn
large table that might eventually be too big for a default PF table and recurring scans from the same IP are not that common (you see the IP in a 12-24 hour window, then not again). Hope this helps. -- Mel ___ freebsd-questions@freebsd.org mailing list

Re: System crashes under heavy disk i/o

2009-12-19 Thread Mel Flynn
On Thursday 17 December 2009 12:57:30 Erik Norgaard wrote: Mel Flynn wrote: Turn down operating mode via atacontrol. If using dump(8) use the cache feature and/or do the backup from live disk, so no other services are running and disk isn't accessed other then by dump. Thanks

Re: how to make vimage jail permanent by configuring rc.conf?

2009-12-19 Thread Mel Flynn
. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: System crashes under heavy disk i/o

2009-12-17 Thread Mel Flynn
to this error. - is there any way that I can slow down the disk i/o? Turn down operating mode via atacontrol. If using dump(8) use the cache feature and/or do the backup from live disk, so no other services are running and disk isn't accessed other then by dump. -- Mel

Re: kern.polling.lost_polls

2009-11-21 Thread Mel Flynn
On Fri, 20 Nov 2009 19:07:42 -0700, Brett Glass br...@lariat.net wrote: At 06:25 PM 11/20/2009, Mel Flynn wrote: So that means that you give the kernel .25 microseconds to poll and act on any pending network IO. That's probably not enough. I think that you mean .25 milliseconds, not .25

Re: sending mail with attachments always fail (FreeBSD/pf)

2009-11-21 Thread Mel Flynn
fragment reassemble block in on $ext_if pass out on $ext_if from $int_if:network to any If that works, then your problem is likely that you're creating 2 states for one connection causing confusion. -- Mel ___ freebsd-questions@freebsd.org mailing list

Re: diskless problem: Lookup of /dev for devfs, error: 13

2009-11-20 Thread Mel Flynn
that /dev is missing. Actually, at first glance it would appear that the mount doesn't allow execution. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: Problem compiling php5 fro ports

2009-11-20 Thread Mel Flynn
/php5-mcrypt/work/php-5.2.11/ext/mcrypt/mcrypt.c:25: /usr/local/include/php/ext/php_config.h:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'file' There shouldn't be anything declared there. What is line 1 of that file? -- Mel

Re: kern.polling.lost_polls

2009-11-20 Thread Mel Flynn
. If not, then there may be issues with the driver and I would follow up to freebsd-net. If there are no lost polls, see if you can increase the frequency until they return. You also want to get some form of realworld measurement for these higher values: do they in effect increase network throughput. -- Mel

Re: diskless problem: Lookup of /dev for devfs, error: 13

2009-11-20 Thread Mel Flynn
to know that with all the new NFS code in 8.0, the v2 compat plays nice with Solaris v2. Thanks for pointing out it seems to be a permissions error, I wouldn't have headed down this route without that. You're very welcome. -- Mel ___ freebsd-questions

Re: get accounting info for running process

2009-11-19 Thread Mel Flynn
On Thu, 19 Nov 2009 20:01:02 +0300, cronfy cro...@sprinthost.ru wrote: Is it possible to find out how much a process have used CPU user time/system time/IO operations for now by it's pid? Like in sa, but for running process. Dan, Mel, thanks for your answers. I examined 'ps' sources

Re: get accounting info for running process

2009-11-18 Thread Mel Flynn
. % cat /proc/2143/status Xorg ... 1255690702,469845 177507,790130 115403,436713 ... ^starttime^^^ ^usertime ^system time^ -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: weird save-entropy behaviour

2009-11-15 Thread Mel Flynn
or perhaps shared with another uid? Check both `id operator` and `id 2`. Secondly, why did this stop? Seems like a weird question to ask, but since this script is supposed to run every 11 minutes, there should not be a reason for this to stop, if there's a race condition. -- Mel

Re: weird save-entropy behaviour

2009-11-15 Thread Mel Flynn
On Sunday 15 November 2009 23:38:10 Ed Jobs wrote: On Monday 16 November 2009 00:12, Mel Flynn wrote: Did the operator uid change or perhaps shared with another uid? Check both `id operator` and `id 2`. Secondly, why did this stop? Seems like a weird question to ask, but since

Re: WPA: specify alternate config file in rc.conf

2009-11-03 Thread Mel Flynn
ATM. It is on 8. Looks pretty safe to apply: svn diff -c 178022 svn://svn.freebsd.org/base/stable/8 -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: system() call causes core dump

2009-11-03 Thread Mel Flynn
; } if( nev ) break; } /* read fp, store in db */ } } -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: most bizarre libc.so.7 problem

2009-10-25 Thread Mel Flynn
-fschg -S libc.so.7 /lib 53 install: /lib/libc.so.7: chflags: Invalid argument 54 *** Error code 71 When on ZFS, set NO_FSCHG in /etc/src.conf. For the time being, file flags are not supported on ZFS. -- Mel ___ freebsd-questions

Re: Microsoft Dynamic DNS

2009-09-20 Thread Mel Flynn
participate in this? You don't need to do anything. By default, dhclient sends the hostname. Exception is when you don't have a hostname configured in /etc/rc.conf. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: DHCP client questions

2009-09-20 Thread Mel Flynn
tells them to? -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Not able to compile GENERIC kernel

2009-09-20 Thread Mel Flynn
-rf, as this target accomplishes the same, deals better with chflags(2) and leaves /usr/obj/usr/ports in tact for those who have set WRKDIRPREFIX to /usr/obj for ports. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: passing options thru '/etc/rc.d/foo start'

2009-09-17 Thread Mel Flynn
On Wednesday 16 September 2009 21:18:03 Tom Worster wrote: On 9/16/09 2:37 PM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Wednesday 16 September 2009 20:21:40 Chris Cowart wrote: Tom Worster wrote: thanks, Mel, that's good to know. i think your suggestion

Re: Can lagg0 failback be prevented?

2009-09-17 Thread Mel Flynn
the chances are good to get this into base. Another approach would be to change the failover with a 'fader' algorithm, that gradually fades from one nic to the other, kind of like an audio mixer, though I'm not sure if that's possible and would work satisfactory. -- Mel

Re: mpt timed out and Re: port math/gnuplot hangs and ignores kill -9

2009-09-17 Thread Mel Flynn
reboot not just with an unkillable gnuplot. If your system has the ability to run procstat -k, you might find out what gnuplot is spinning on. You'll need at least a 7.x system, but I'm not sure if kernelthreads are supported on ia64 and kernel needs to have STACK or DDB options. -- Mel

Re: passing options thru '/etc/rc.d/foo start'

2009-09-17 Thread Mel Flynn
On Thursday 17 September 2009 19:55:33 Ruben de Groot wrote: On Thu, Sep 17, 2009 at 07:14:29PM +0200, Mel Flynn typed: On Wednesday 16 September 2009 21:18:03 Tom Worster wrote: On 9/16/09 2:37 PM, Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: On Wednesday 16

Re: passing options thru '/etc/rc.d/foo start'

2009-09-16 Thread Mel Flynn
=${SSHD_FLAGS} else sshd_flags=${sshd_flags} fi Then start with SSHD_FLAGS=-o X11Forwarding=no /etc/rc.d/sshd start But this is specific for sshd, as it supports _flags. There's no generic way to do this. -- Mel ___ freebsd-questions@freebsd.org

Re: Can lagg0 failback be prevented?

2009-09-16 Thread Mel Flynn
with the currently active interface, even if the MASTER interface comes back online? Not really, unless you manually change master. However I believe this also causes a slight or even bigger network outage. Any reason you're not using loadbalance algorithm, since it seems to suit you better? -- Mel

Re: passing options thru '/etc/rc.d/foo start'

2009-09-16 Thread Mel Flynn
On Wednesday 16 September 2009 20:21:40 Chris Cowart wrote: Tom Worster wrote: thanks, Mel, that's good to know. i think your suggestion of modifying rc.conf will turn out to be a tidy solution for me. You could also just put: sshd_flags=-o X11Forwarding=no into your /etc/rc.conf

Re: rebinding keys to functions

2009-09-15 Thread Mel Flynn
On Tuesday 15 September 2009 09:01:00 Roland Smith wrote: On Tue, Sep 15, 2009 at 01:38:18AM +0200, Mel Flynn wrote: Not all of them. My laptop is based on a quite modern cantiga (aka centrino2) PM45 chipset (from 2008, according to Wikipedia). The function keys for changing the creen

Re: libnsl.so.1

2009-09-15 Thread Mel Flynn
On Tuesday 15 September 2009 02:43:32 Joe R. Jah wrote: On Tue, 15 Sep 2009, Mel Flynn wrote: Date: Tue, 15 Sep 2009 01:17:02 +0200 From: Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net To: freebsd-questions@freebsd.org Cc: Joe R. Jah j...@cloud.ccsf.cc.ca.us Subject: Re

Re: reporter on deadline seeks comment about reported security bug in FreeBSD

2009-09-15 Thread Mel Flynn
with their eyes closed and I'm wondering myself, why security@ did not at least respond with a we're looking into it, please hold on, as we're busy with 8.0 release.. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Non-root user and accept() or listen()

2009-09-15 Thread Mel Flynn
place. I am suggesting something like sysctl user.socket_listen with enable or disable. Am I being really daft? Or does this exist already? See mac_portacl(4). -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: krootimage crashed at KDE 3.5 startup on signal 11 (7.2 STABLE)

2009-09-15 Thread Mel Flynn
of krootimage. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: reporter on deadline seeks comment about reported security bug in FreeBSD

2009-09-15 Thread Mel Flynn
scanners and casualties will be made. That doesn't help anyone. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: krootimage crashed at KDE 3.5 startup on signal 11 (7.2 STABLE)

2009-09-15 Thread Mel Flynn
culprits. Forcibly (portupgrade/portmaster -f) reinstall x11-toolkits/qt33 and graphics/libmng and make sure it's done from source, not from local packages. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: reporter on deadline seeks comment about reported security bug in FreeBSD

2009-09-15 Thread Mel Flynn
On Tuesday 15 September 2009 21:14:25 Jerry wrote: On Tue, 15 Sep 2009 20:51:40 +0200 Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: The exception is when exploits are already in the wild and a work around is available, while a real fix will take more work. Assume

Re: krootimage crashed at KDE 3.5 startup on signal 11 (7.2 STABLE)

2009-09-15 Thread Mel Flynn
. pkg_updating -d 20090719 jpeg will show the UPDATING entry. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Remounting a drive as read/write crashes the system and no dmesg.boot

2009-09-14 Thread Mel Flynn
On Saturday 22 August 2009 02:40:53 Scott Schappell wrote: On Aug 21, 2009, at 17:32:13, Mel Flynn wrote: On Friday 21 August 2009 07:34:11 Scott Schappell wrote: Looking at info.0 I see: Dump header from device /dev/ad0s1b Architecture: i386 Architecture Version: 2 Dump

Re: libnsl.so.1

2009-09-14 Thread Mel Flynn
, this trickery gets a little dangerous and you're better off asking the developers for a native FreeBSD version. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: reporter on deadline seeks comment about reported security bug in FreeBSD

2009-09-14 Thread Mel Flynn
this? Przemyslaw Frasunek has PR's posted but none recent. IMO if a PR is not submitted then one has *not* informed the Powers That Be. Wrong. Security bugs should be reported to the security team, not PR'd. -- Mel ___ freebsd-questions@freebsd.org mailing

Re: rebinding keys to functions

2009-09-14 Thread Mel Flynn
, by setting hw.acpi.osname=Windows 2001 in /boot/loader.conf. Then recheck xev. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Using mdconfig for swap space

2009-09-09 Thread Mel Flynn
. But - I'm assuming this is a server, for a multimedia machine - editing large images or videos - more swap is beneficial as inactive images/videos can be swapped out. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Regex Help - Greedy vs. Non-Greedy

2009-09-09 Thread Mel Flynn
at the first semi-colon? AFAIK, there's no greediness modifier in vim regex. However, you can use character classes to solve your problem: %s/http:[^;]\+/foo/g -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Inconsistency in root partition size

2009-09-08 Thread Mel Flynn
the offending files. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Inconsistency in root partition size

2009-09-07 Thread Mel Flynn
show: du -sxh / from single user mode, without anything mounted? That would ensure that the offending file is not hiding behind a mountpoint. Like: /usr/hiding_here. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Is there such thing as a 'soft checksum' tool?

2009-09-07 Thread Mel Flynn
not mean it's stored as such. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: wireless: host access point w/ WAP help!

2009-09-07 Thread Mel Flynn
phy 4.5 radio 5.6 ath0: ath_chan_set: unable to reset channel 6 (2437 Mhz, flags 0x490 hal flags 0x150), hal status 12 I read you got it working so far, but if you want this resolved or diagnosed, the uname -a is mandatory and an ident /boot/kernel/if_ath.ko as well. -- Mel

Re: Opera 10.00 (native) flash

2009-09-07 Thread Mel Flynn
, network threads and pretty much everything in the browser, including the ability to fight wars with competing products[1], is less preferable. [1] http://www.browser-watch.com/2009/05/05/firefox-plug-in-war-between-adblock-plus-and-noscript/ -- Mel

Re: Inconsistency in root partition size

2009-09-07 Thread Mel Flynn
), booting from livefs and restoring the dump. The dump should not be in the 390M range, rather in the 40-50M range. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: turn authentication on -- a simple how to please!!

2009-09-07 Thread Mel Flynn
Please turn authentication on (in reply to RCPT TO command)) dns1# Let us know what's not simple about this: http://www.postfix.org/SASL_README.html#client_sasl -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Inconsistency in root partition size

2009-09-06 Thread Mel Flynn
the space to the disk. If you still have logs, I would grep for WRITE_DMA in /var/log/messages. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: Inconsistency in root partition size

2009-09-06 Thread Mel Flynn
in single user. The system does fsck -p by default, which skips partitions marked clean. Since you can shutdown cleanly, nothing will happen. Have a look at /etc/defaults/rc.conf for setting different behaviors by overriding the defaults in /etc/rc.conf. -- Mel

Re: how to display pkg-message

2009-09-06 Thread Mel Flynn
the following: make -C /usr/ports/category/portname WRKDIR=/tmp apply-slist cat /tmp/pkg- message -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Reverse Proxy /Proxy Pass

2009-09-05 Thread Mel Flynn
On Saturday 05 September 2009 09:55:54 Agus wrote: 2009/9/3 Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net: On Friday 04 September 2009 01:20:46 Agus wrote: What server, application do u know/recommend me for using as a ProxyPass / Reverse Proxy... The idea is to forward all

Re: KDE3 -- KDE4

2009-09-04 Thread Mel Flynn
then that, after tweaking it, can't say that I miss KDE 3, even though I had the initial shocker you experienced. I also did a fair amount of tweaking after the first KDE3 install and I can't honestly remember if I took longer then or now. -- Mel ___ freebsd

Re: What invokes cricket on FreeBSD

2009-09-04 Thread Mel Flynn
On Friday 04 September 2009 16:28:07 stan wrote: On Thu, Sep 03, 2009 at 11:41:28PM +0200, Mel Flynn wrote: On Thursday 03 September 2009 22:23:47 stan wrote: On Thu, Sep 03, 2009 at 10:10:13PM +0200, Mel Flynn wrote: On Thursday 03 September 2009 21:02:41 stan wrote: pnoc# cat

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
any runs. Then it would help to see the actual crontab file. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 16:42:28 stan wrote: On Thu, Sep 03, 2009 at 04:22:43PM +0200, Mel Flynn wrote: On Thursday 03 September 2009 15:41:07 stan wrote: On Thu, Sep 03, 2009 at 09:33:35AM -0400, stan wrote: On Thu, Sep 03, 2009 at 09:22:56AM -0400, stan wrote: On Thu, Sep 03

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
it provide any guarantee the problem will be solved by it. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 17:44:53 stan wrote: On Thu, Sep 03, 2009 at 05:31:45PM +0200, Mel Flynn wrote: On Thursday 03 September 2009 16:42:28 stan wrote: On Thu, Sep 03, 2009 at 04:22:43PM +0200, Mel Flynn wrote: On Thursday 03 September 2009 15:41:07 stan wrote: On Thu, Sep

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
on a broken /usr/bin/perl symlink (perl upgrade gone bonkers, f.e. done with ro mounted /usr) and another cent on the perl script using system() function, with pathless commands (that is environment). file /usr/bin/perl should report if the symlink is broken. -- Mel

Re: What invokes cricket on FreeBSD

2009-09-03 Thread Mel Flynn
On Thursday 03 September 2009 22:23:47 stan wrote: On Thu, Sep 03, 2009 at 10:10:13PM +0200, Mel Flynn wrote: On Thursday 03 September 2009 21:02:41 stan wrote: pnoc# cat collect-subtrees #!/bin/sh echo STARTED /tmp/stan which perl /tmp/stan /usr/local/cricket/cricket

Re: 'alias' + sudo

2009-09-03 Thread Mel Flynn
' alias spico='/usr/local/bin/sudo pico -m' and be done with it. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Reverse Proxy /Proxy Pass

2009-09-03 Thread Mel Flynn
need proxying.. dont think cacheing will be possible so im just looking for a pretty fast, light and stable app to do this on a freebsd 7... Thanks and ihope to hear some cool recommendations.. hehe If lightweight, go with www/nginx. Features, go with www/squid or apache+mod_proxy. -- Mel

Re: 'alias' + sudo

2009-09-03 Thread Mel Flynn
On Friday 04 September 2009 02:10:36 Jerry wrote: On Fri, 4 Sep 2009 01:34:05 +0200 Mel Flynn mel.flynn+fbsd.questi...@mailing.thruhere.net wrote: alias spico='/usr/local/bin/sudo pico -m' and be done with it. That is what I am currently doing; however,there are other commands that I want

Re: memory usage displsy

2009-09-02 Thread Mel Flynn
partitions and mount data partitions with nosuid/noexec, so that these are omitted from the daily checks. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: A question for developers

2009-08-21 Thread Mel Flynn
on the console. The constructs are named differently: ctermfg, cterm etc. The default however uses bright yellow and very light blue for many things, which doesn't appear well on my white console. If you have a set bg=dark line in .vimrc, remove it. or explicitly set bg=light. -- Mel

Re: Remounting a drive as read/write crashes the system and no dmesg.boot

2009-08-21 Thread Mel Flynn
then mount -o rw /backup. Something is amiss, and first blush doesn't seem to be hardware related. There should be a backtrace in info.0 already. That part contains more relevant information. -- Mel ___ freebsd-questions@freebsd.org mailing list http

Re: switching from one network interface to another without reboot

2009-08-20 Thread Mel Flynn
laggport ath0 DHCP -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Remounting a drive as read/write crashes the system and no dmesg.boot

2009-08-20 Thread Mel Flynn
. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: shell power in rc.conf

2009-08-20 Thread Mel Flynn
with a microscope. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Remounting a drive as read/write crashes the system and no dmesg.boot

2009-08-20 Thread Mel Flynn
On Thursday 20 August 2009 15:00:48 Scott Schappell wrote: On Aug 20, 2009, at 15:42:05, Mel Flynn wrote: I don't. It's perfectly valid to mount a device multiple times and on the same node even. Certainly unmounting then remounting should not panic the system. If you keep getting

Re: Remounting a drive as read/write crashes the system and no dmesg.boot

2009-08-20 Thread Mel Flynn
On Thursday 20 August 2009 18:40:27 Scott Schappell wrote: On 8/20/2009 7:36 PM, Scott Schappell wrote: On 8/20/2009 4:31 PM, Mel Flynn wrote: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ker neldebug.html OK, /backup was mounted read only, I did the following

Re: Accidentally moved /libexec/ld-elf.so.1

2009-08-20 Thread Mel Flynn
in Single User Mode; but to no avail. Is there a way I can undo this blunder? /rescue/mv /path/to/jail/libexec/ld-elf.so.1 /libexec/ -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: bwi driver

2009-08-14 Thread Mel Flynn
On Friday 14 August 2009 08:49:07 Neal Hogan wrote: man lspci ?? wrong distribution. Try pciconf. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: Fixit mode (live CD): can't find /etc/rc.conf

2009-08-13 Thread Mel Flynn
the live CD? fsck_ffs -p /dev/ad0s1a -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: df -k vs. du -s

2009-08-13 Thread Mel Flynn
On Thursday 13 August 2009 12:37:00 Don O'Neil wrote: My /var partition is showing a different value for a df -k on the file system vs a du -s on the file system: FAQ. Search = good(tm). http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF -- Mel

Re: Kernel panic

2009-08-12 Thread Mel Flynn
On Wednesday 12 August 2009 08:01:07 Коньков Евгений wrote: Aug 12 15:59:08 host savecore: reboot after panic: integer divide fault Aug 12 15:59:08 host savecore: writing core to vmcore.4 How to obtain which process cause system to reboot? kgdb /boot/kernel/kernel /var/crash/vmcore.4 -- Mel

Re: firefox 2.0.0.20_9,1

2009-08-12 Thread Mel Flynn
. That port should probably be removed. It's ancient. If that's ancient, you should do a find /usr/ports -name Makefile -exec ident {} +|grep ' 200[67]/'. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Fixit mode (live CD): can't find /etc/rc.conf

2009-08-12 Thread Mel Flynn
/etc should be on ad0s1a. If it's not, but /boot is there, you may need to fsck. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Error code 254

2009-08-11 Thread Mel Flynn
254 What is Error code 254 ? A program returning -2 to the shell. Is that useful info? No. Run make -dl install to see what goes wrong. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Don't let mergemaster beat you down [was Re: Failed update]

2009-08-11 Thread Mel Flynn
if you changed the file. Before using the feature and before upgrading it's therefore recommended to do a dry run so that the file (/var/db/mergemaster.mtree) is created. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Error code 254

2009-08-11 Thread Mel Flynn
On Tuesday 11 August 2009 08:53:59 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 02:48:49 Per olof Ljungmark wrote: === Installing documentation in /usr/local/share/doc/pear/XML_Serializer. === Installing tests in /usr/local/share/pear/tests/XML_Serializer

Re: Error code 254

2009-08-11 Thread Mel Flynn
On Tuesday 11 August 2009 09:27:06 Mel Flynn wrote: On Tuesday 11 August 2009 08:53:59 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 02:48:49 Per olof Ljungmark wrote: === Installing documentation in /usr/local/share/doc/pear/XML_Serializer. === Installing tests

Re: Error code 254

2009-08-11 Thread Mel Flynn
On Tuesday 11 August 2009 10:53:21 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 09:27:06 Mel Flynn wrote: On Tuesday 11 August 2009 08:53:59 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 02:48:49 Per olof Ljungmark wrote: === Installing

Re: Error code 254

2009-08-11 Thread Mel Flynn
On Tuesday 11 August 2009 12:20:00 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 10:53:21 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 09:27:06 Mel Flynn wrote: On Tuesday 11 August 2009 08:53:59 Per olof Ljungmark wrote: Mel Flynn wrote

Re: Error code 254

2009-08-11 Thread Mel Flynn
On Tuesday 11 August 2009 12:56:40 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 12:20:00 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 10:53:21 Per olof Ljungmark wrote: Mel Flynn wrote: On Tuesday 11 August 2009 09:27:06 Mel Flynn wrote

Re: A question for developers

2009-08-11 Thread Mel Flynn
that is. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: vsftpd with ssl

2009-08-10 Thread Mel Flynn
. The verify(1) manpage also describes how to store your trusted certificates in there, though it doesn't contain too much info. Perhaps this guide will help you: http://gagravarr.org/writing/openssl-certs/others.shtml#ca-openssl -- Mel ___ freebsd-questions

Re: Backup Size

2009-08-10 Thread Mel Flynn
) but it is hard to calculate the size because of this before the archive operation because of this. -- Mel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

  1   2   3   4   5   6   7   8   9   10   >