Re: ipv6 aliases in rc.conf

2009-02-14 Thread Steve Bertrand
scheme, and things will hold together. Out of curiosity, why are you using a /48 prefixlen? I understand the /128 (when it is not inside of another assigned prefix), but IMHO, you should only use a /64 on an interface. Steve ___ freebsd-questions

Re: ipv6 and freebsd

2009-02-12 Thread Steve Bertrand
gahn wrote: Thanks Steve: the router that sending RA is juniper and the protocol router-advertisement has been activated: g...@lab_1 show interfaces fe-0/0/3 ... Logical interface fe-0/0/3.170 (Index 70) (SNMP ifIndex 59) ... Addresses, Flags: Is-Preferred

Re: ipv6 and freebsd

2009-02-12 Thread Steve Bertrand
gahn wrote: Thanks Steve: We use fec0::... as global unique IPv6 address in the lab environment. the IPv6 routers in our lab uses fec0:0:5::/64 with eui-64 addressing scheme (for testing). From the host lab (freebsd) machine, it clearly sees two link-local addresses for two IPv6 routers

Re: ipv6 and freebsd

2009-02-12 Thread Steve Bertrand
. Perhaps ifconfig is not displaying the learnt addressing information until it is used. (This situation did come up for me, but it may have been a coincidence in timing. I haven't been able to reproduce it). Steve ___ freebsd-questions@freebsd.org mailing list

Re: Assigning static ip address

2009-02-12 Thread Steve Bertrand
/will cause IP conflicts on the network. Steve ___ 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: ipv6 and freebsd

2009-02-10 Thread Steve Bertrand
interfaces won't accept RAs, they will still have a link-local address. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: ipv6 and freebsd

2009-02-10 Thread Steve Bertrand
. Eventually you should see the router advertisements: # tcpdump -n -i fxp0 ip6 If you don't see them, check your router config. What type of router is it? Most routers have RAs disabled by default. Steve ___ freebsd-questions@freebsd.org mailing list http

Re: please remove all search results with name Constantin Stalzer

2009-02-10 Thread Steve Bertrand
' of the non-feasibility of the request... Cheers, Steve ___ 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: please remove all search results with name Constantin Stalzer

2009-02-10 Thread Steve Bertrand
tries to challenge the integrity of a very well respected, long term member of the list. This thread is done for me now. Bring back on the IPv6 questions Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Bridge setup at boot

2009-02-10 Thread Steve Bertrand
properly. However, I haven't witnessed those issues since 7.1 Steve ___ 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: Strange and weird, probably simple, aim DL

2009-02-07 Thread Steve Randall
On Sat, 07 Feb 2009 13:15:08 -0500 Akenner slackwarew...@comcast.net wrote: Glen Barber wrote: On Sat, Feb 7, 2009 at 12:43 PM, Akenner slackwarew...@comcast.net wrote: Glen Barber wrote: Akenner said: basic Xterm, it says it can't be found. If I try running it from

Re: Sendmail to Relay different domains to different hosts

2009-02-06 Thread Steve Bertrand
at the `mailertable.sample' file. Create an empty 'mailertable' file in /etc/mail, and add the domain-to-server maps to it: corporate.com smtp:relay.corporate.com other.com smtp:some.other.server.com ...and then IIRC: # cd /etc/mail # makemap hash mailertable mailertable Steve

Re: insert new line in files

2009-02-06 Thread Steve Bertrand
the double-quotes and two \\. I just ran into this today ;) Steve ___ 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: insert new line in files

2009-02-06 Thread Steve Bertrand
escaping ( ) . / to no avail. I don't know for sure under tcsh, but did you try double quotes as I suggested? Using them may prevent the normally special characters from being interpolated. If it doesn't work, then hopefully escaping them will. Steve

Re: insert new line in files

2009-02-06 Thread Steve Bertrand
Adam Vande More wrote: I also tried escaping ( ) . / to no avail. nevermind I see I have to \\ that as well. Okay now I'm going to try to find a way to do this with find and xargs IMHO, this has become a job for Perl :) Steve ___ freebsd-questions

Re: policykit fails to build on 7.1-stable i386

2009-02-04 Thread Steve Franks
7.4 issues...we losing our touch or something? I like gloating to the linux people about robustness. Hate to give them fodder ;) Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Backup to spare drive (rsync / crontab)

2009-01-30 Thread Steve Bertrand
/reception1/ /backup/daily/reception1 rsync -a --delete /usr/home/reception2/ /backup/daily/reception2 rsync -a --delete /usr/home/reception3/ /backup/daily/reception3 rsync -a --delete /usr/home/data/Files/ /backup/daily/Files Try putting the full path to rsync in your script: # whereis rsync Steve

Re: Looking for a Good FreeBSD and General Unix Backup System

2009-01-27 Thread Steve Bertrand
to compress, etc etc. Any backup packages using tar would be fine as long as they can do incremental backups and use ssh as the transport. If you do use AMANDA, it is trivial to copy the backups over SSH whether it be after they are done or during backup. HTH. Steve

Re: Sysinstall partition oddities (6.3/i386 - 7.x/amd64)

2009-01-22 Thread Steve Polyack
Steve Polyack wrote: I've seen some oddities with the partition and bsdlabel editors in the sysinstall program on the 7.0 and 7.1 releases. The partition editor seems to be reading or parsing the partition table incorrectly. I had a 6.3-RELEASE system with the following layout: /dev

dumb how to clear scroll-back buffer in console/xterm?

2009-01-22 Thread Steve Franks
Occasionally, one wants to do this. Unfortunately this is one of those topics with too many generic search terms that gives 2.99x10e8 hits. Clearly, I'm suffering from information overload both in my console sessions and my google searches ;) Steve

Re: dumb how to clear scroll-back buffer in console/xterm?

2009-01-22 Thread Steve Franks
Ctl-L does it for me in xterm. Might work in the console too. Just clears the screen, not the scrollback buffer for me. Must be some secret setting somewhere... Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Flash for FreeBSD - GNOME - Firefox

2009-01-21 Thread Steve Franks
with youtube; I'm testing it now myself... Steve ___ 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

swfdec-plugin

2009-01-21 Thread Steve Franks
Anyone get swfdec-plugin to work? Doesn't show up in firefox3's list of plugins (neither does mplayer-plugin or gnash). Does port installation order matter? Do I have to delete .firefox or some other slight-of-hand? Thanks, Steve ___ freebsd

Sysinstall partition oddities (6.3/i386 - 7.x/amd64)

2009-01-21 Thread Steve Polyack
I've seen some oddities with the partition and bsdlabel editors in the sysinstall program on the 7.0 and 7.1 releases. The partition editor seems to be reading or parsing the partition table incorrectly. I had a 6.3-RELEASE system with the following layout: /dev/amrd3s1a on / (ufs, local)

fixed: firefox3 plugins (flash) don't work [was: Re: swfdec-plugin]

2009-01-21 Thread Steve Franks
On Wed, Jan 21, 2009 at 1:43 PM, Chad Perrin per...@apotheon.com wrote: On Wed, Jan 21, 2009 at 01:08:35PM -0700, Steve Franks wrote: Anyone get swfdec-plugin to work? Doesn't show up in firefox3's list of plugins (neither does mplayer-plugin or gnash). Does port installation order matter

Re: Edit user groups

2009-01-20 Thread Steve Bertrand
system, and add it to the wheel group? Yes. # ee /etc/group ...and add your username to the list of users after the wheel group. For instance, by default, the entry will appear as such: wheel:*:0:root ...and if my username is steve, you will append the line like this: wheel:*:0:root,steve

Re: / mounted read-only after error in /etc/rc.conf

2009-01-19 Thread Steve Bertrand
, read-only) since / is read-only I can not edit /etc/rc.conf to correct the error. How to solve this? Try: # mount -u / Which will try to re-mount the / partition as read/write. Steve ___ freebsd-questions@freebsd.org mailing list http

Re: Importing into VMWare Workstation 6.5

2009-01-16 Thread Steve Polyack
of the VM folder to your friend. -Steve Polyack ___ 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: Launching Vim

2009-01-15 Thread Steve Bertrand
in /usr/local/lib/perl5/5.8.9/mach/CORE/libperl.so First, run: # /etc/periodic/weekly/310.locate Then, provide the output to: # locate libperl.so # echo $PATH Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Blocking very many (tens of thousands) ip addresses in ipfw

2009-01-14 Thread Steve Bertrand
reads, this is SMTP traffic inbound, so 'allow some, deny the rest' doesn't work too well here. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: Blocking very many (tens of thousands) ip addresses in ipfw

2009-01-14 Thread Steve Bertrand
generated. Steve ___ 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: freebsd encrypted hard disk?

2009-01-14 Thread Steve Bertrand
25G 19G57%/home Steve ___ 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: Performing installed ports upgrade / leaving some software intact

2009-01-14 Thread Steve Bertrand
verify that the original copy of the files you've hacked have indeed been modified in the upgraded version? Perhaps you could download the source for both the new version in ports, and the original version, and find out exactly what, if any changes have been made to your modified files. Steve

Re: PHP setup question

2009-01-13 Thread Steve Bertrand
stan wrote: If you want to see what I have, It's reachable at http://beachcave/net/ampache/ I can't reach it :) Reply with the proper URL and I'll have a look. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

best way to debug intermittent system freezes?

2009-01-09 Thread Steve Franks
did crank up powerd without effect. Best, Steve ___ 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: FreeBSD Boot Manager

2009-01-08 Thread Steve Bertrand
following Kurt's recommendation of restoring the Windows MBR, back up your Windows system, then try FreeBSD again. You sound courageous, give 'er! Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: issue with extra top level domain appened to mail

2009-01-08 Thread Steve Bertrand
, and assuming that $IP is equal to the IP address of the nameserver,: # dig @$IP matdav.datacom.net This problem resembles an issue with a missing '.' trailer somewhere within a naming application... Steve ___ freebsd-questions@freebsd.org mailing list http

Re: FreeBSD Boot Manager

2009-01-08 Thread Steve Bertrand
Grant Peel wrote: So then, IF we are able to restore the Windows MBR, and boot into windows, should we not be able to boot the machine with a bootable FreeBSD disk, then, use Sysinstall to restore the FreeBSD boot manager? Yes, that is exactly what I was getting at. Steve

Re: FreeBSD Boot Manager

2009-01-08 Thread Steve Bertrand
. It's just quick that way. If my memory serves right, even a win98 boot disk should work. Why load up all of the unneeded Windows device drivers and other stuff, if you can just 'fix' it? IIRC, just to get to the `Recovery Console' (if you please) takes many, many minutes. Steve

Re: Sun sucks

2009-01-08 Thread Steve Bertrand
such questions here, either. Steve ___ 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: PHP setup question

2009-01-07 Thread Steve Bertrand
/ampache/config Steve ___ 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: PHP setup question

2009-01-07 Thread Steve Bertrand
/ampache.cfg Oh, I missed this my first pass through... If what you claim above is not a typo, then the system surely can not find a configuration, as it should be named: ampache.cfg.php ...not ampache.cfg Small point, but could be a critical one. Steve

Re: FreeBSD USB Install

2009-01-07 Thread Steve Bertrand
are installing the system via sysinstall that is running on an already installed FreeBSD, you must use the 'w' option before 'q'. Quit within the disk editor while running under FreeBSD does not imply 'write'. (This being opposed to booting from a CD to install). Steve

Re: PHP setup question

2009-01-07 Thread Steve Bertrand
stan wrote: On Wed, Jan 07, 2009 at 09:33:46AM -0500, Steve Bertrand wrote: stan wrote: I'll describe the test setup that I used within a VM to configure things inline. The software does not necessarily match the version number exactly to yours. Thanks for puting in all this effort

Upgrade a USB-stick contained system

2009-01-06 Thread Steve Bertrand
directories that can be dissolved with no repercussions by using umount. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: PHP setup question

2009-01-06 Thread Steve Bertrand
, email it to the list, starting with your base OS version. I'll help you out with a test platform if you can get things organized. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Urgent help needed please: Gvinum problem

2009-01-02 Thread Steve Bertrand
, so I can restore a backup on the disk) I'm trying to find my vinum notes, but can't as of yet... What does a: # fsck -y /dev/gvinum/RAID5 ...yield...anything? Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Steve Bertrand
. Instead of this one-liner crap 'don't do it' information to the users of this list, lets begin explaining *why* its not working, and start providing coherent solutions as to how the OP can work around the issue, huh? Steve ___ freebsd-questions

Re: Using HDD's for ZFS: 'desktop' vs 'raid / enterprise' -edition drives?

2009-01-02 Thread Steve Bertrand
Steve Bertrand wrote: dick hoogendijk wrote: On Fri, 2 Jan 2009 15:17:30 -0500 stan st...@panix.com wrote: On Fri, Jan 02, 2009 at 05:48:27PM +0100, Wojciech Puchar wrote: think twice before doing. Could you elaborate please ? ZFS still doesn't work as described ... Is that comment

Re: No sound from snd_hda

2008-12-22 Thread Steve Franks
default) Is there any further info that would help? I've been limping along on a usb dongle and it's a bit sad ;) Thanks, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Snow in my Server

2008-12-20 Thread Steve Bertrand
in the pic, so you can use this fact to strengthen your case. Ouch! Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Snow in my Server

2008-12-19 Thread Steve Bertrand
west of me in Toronto... call in the Army ;) Steve ___ 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: FreeBSD 7 load hangs on boot

2008-12-18 Thread Steve Randall
On Wed, 17 Dec 2008 16:54:45 -0800 (PST) ThinkDifferently jer...@futurecis.com wrote: Polytropon wrote: ThinkDifferently wrote: hptrr: no controller detected. It looks like there's a proble with the hptrr driver? Have you tried loading the HighPoint RocketRAID device drive

Re: open-vm-tools

2008-12-18 Thread Steve Polyack
B. Cook wrote: I have a freebsd 7.0 client running in an vmware cluster. Is there something that I am missing, or that something I can do to make this go away? The owner of the cluster is telling me he keeps getting this in the logs: -Unfortunately I'm still seeing these in the VMWare log

Re: lang/php5 port

2008-12-16 Thread Steve Bertrand
this type of PHP install today. Steve ___ 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: lang/php5 port

2008-12-16 Thread Steve Bertrand
points however. It would be easier if the OP's demands could be met with your method. Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: lang/php5 port

2008-12-16 Thread Steve Bertrand
Brett Davidson wrote: Steve Bertrand wrote: Brett Davidson wrote: Run make config on the php port to see if any configuration options you need are mentioned there. I normally utlise the php-extensions port - run make config in there for options. One of the reasons I've had to edit

Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread Steve Bertrand
location (via sysinstall) as far as hard disks are concerned? Is this RAID array something that you can afford to risk losing through troubleshooting? Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: lang/php5 port

2008-12-16 Thread Steve Bertrand
Paul Schmehl wrote: --On December 16, 2008 7:33:31 PM -0600 Steve Bertrand st...@ibctech.ca wrote: One of the reasons I've had to edit Makefile manually was because a client needed JPEG support. At the time, `make config' didn't provide that option. You should *never* need to edit

Re: FreeBSD 7 load hangs on boot

2008-12-16 Thread Steve Bertrand
to CD. So, I tried downgrading the burn speed from 52x to 16x. No joy. It didn't change a thing. Out of pure sheer curiosity, does the machine boot ok with the boot-only if you pull the RAID card out of its slot? Steve ___ freebsd-questions

HD radio tuner for FreeBSD?

2008-12-12 Thread Steve Franks
Anyone know of a HD radio receiver (preferably USB, put PCI/PCIe ok) that we have drivers for? I assume it would show up as a usb audio device and a usb hid device? Ok, no doubt I'm being optimistic that such a thing actually even exists Steve

Re: Performance benchmarks pitting FreeBSD against Windows

2008-12-05 Thread Steve Bertrand
, because no matter what, their belief is that the pliers are the best tool...even when it takes 10 times longer to bend those pliers in ways that another tool will work with no changes necessary. Steve ___ freebsd-questions@freebsd.org mailing list http

Re: IPFW Firewall Question

2008-12-05 Thread Steve Bertrand
have one rule, but manually add/remove specific addresses or prefixes on the fly without having to reload the rule. With sets, you can disable an entire block of rules, modify it, and reload it without restarting IPFW, therefore destroying your existing established rules. Steve

Re: mount_nfs from fstab with -L option?

2008-12-03 Thread Steve Polyack
Roger Olofsson wrote: Dear mailing list, What would be the correct way to do the following: mount_nfs -L server:/path mnt when using the /etc/fstab file? Greetings from Sweden /Roger Any options passed to mount(8)may be added (comma separated) to the Options section in /etc/fstab. For

SNMPD Consuming Swap Space

2008-11-25 Thread Davenport, Steve M
26456 2072704 1% Has anyone seen this issue or know of a solution. Thanks for your assistance, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Intel 5100 WiFi

2008-11-16 Thread Steve Tremblett
Is there any development being done to support the Intel 5100 wireless device? Linux support is very recent (within the last month), and I believe it requires a firmware blob. Does FreeBSD align with OpenBSD on the whole blob debate? ___

immediate reboot switching window (alt-tab) to google earth

2008-11-13 Thread Steve Franks
. I just wish there was some foolproof way to protect the OS from apps killing it. But, who really cares, it's just my desktop, right? I don't run this crap on my server. Steve google-earth-4.3.7284.3916_2 Explore, Search and Discover linux_base-fc-4_13 Base set of packages needed in Linux mode

Re: Server Freezing Solid

2008-11-12 Thread Steve Bertrand
the hard way if you invest in pneumatic tools; you will kill them if you don't. ...but...how can I convince my wife that I need new tools when my existing ones last forever? Steve (just joking of course) ___ freebsd-questions@freebsd.org mailing list http

Re: Server Freezing Solid

2008-11-12 Thread Steve Bertrand
know you don't do this regularly enough ;) Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Glob error?

2008-11-08 Thread Steve Watt
On Fri, Nov 07, 2008 at 07:08:10PM -0600, Paul A. Procacci wrote: Steve Watt wrote: ( Please cc: me on replies, as I can't keep up with traffic on -questions ) I did the following: % cd /tmp % mkdir -p a/dir1/new a/dir1/cur % mkdir -p b/dir1/new b/dir1/cur % mkdir -p c/dir1/new c/dir1

Glob error?

2008-11-07 Thread Steve Watt
( Please cc: me on replies, as I can't keep up with traffic on -questions ) I did the following: % cd /tmp % mkdir -p a/dir1/new a/dir1/cur % mkdir -p b/dir1/new b/dir1/cur % mkdir -p c/dir1/new c/dir1/cur % ls -ld */dir1/new drwxrwxr-x 2 steve wheel 512 Nov 7 15:10 a/dir1/new/ % System

Re: Glob error?

2008-11-07 Thread Steve Watt
On Fri, Nov 07, 2008 at 04:19:47PM -0800, Jeremy Chadwick wrote: On Fri, Nov 07, 2008 at 03:13:03PM -0800, Steve Watt wrote: ( Please cc: me on replies, as I can't keep up with traffic on -questions ) I did the following: % cd /tmp % mkdir -p a/dir1/new a/dir1/cur % mkdir -p b

Re: flash9 checklist

2008-11-05 Thread Steve Polyack
Steve Polyack wrote: Juergen Lock wrote: Preliminary checklist for getting flash9 to work in native firefox: (flash10 needs more ports work, I shall post about that seperately on -emulation...) If you have additions to this please post a followup to this thread, keeping the Cc: (I'm

Re: flash9 checklist

2008-11-05 Thread Steve Polyack
Tijl Coosemans wrote: On Wednesday 05 November 2008 15:35:21 Steve Polyack wrote: So I've done some more testing of this with various linux_base-* installs. Youtube and most things (google maps) work with sound just fine for a few seconds, but after trying to interact or letting them go

Method to mirror a single partition across the net.

2008-11-05 Thread Steve Kargl
or tutorial on setting this up? -- Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Method to mirror a single partition across the net.

2008-11-05 Thread Steve Kargl
/ ufs rw 1 1 /dev/ad4s1d /usrufs rw 2 2 /dev/mirror/data/data ufs rw 2 2 -- Steve ___ freebsd-questions@freebsd.org mailing list http

kqemu runs 2x faster on i386 than amd64!?

2008-10-30 Thread Steve Franks
identical also... kqemu crawls when I boot amd64 (and I notice the processor is always over 50%), and it's reasonalbly usable on i386 (also, the processor is often in the 30% range, instead of 60%). Steve ___ freebsd-questions@freebsd.org mailing list http

Re: kqemu runs 2x faster on i386 than amd64!?

2008-10-30 Thread Steve Franks
Guess I should've mentioned the target is 32-bit win2k... On Thu, Oct 30, 2008 at 11:28 AM, Steve Franks [EMAIL PROTECTED] wrote: I'm not comparing apples-to-apples exactly, but both my disks are in the same system, both are running 7-stable from within the last few months, so it's pretty

Re: kqemu runs 2x faster on i386 than amd64!?

2008-10-30 Thread Steve Franks
Steve Franks [EMAIL PROTECTED] writes: Guess I should've mentioned the target is 32-bit win2k... If the target isn't the same as the host, I think it's going to have to use (at least partial) emulation instead of direct execution... Yes, but isn't that the same for win2k regardless

Re: flash9 checklist

2008-10-29 Thread Steve Polyack
Juergen Lock wrote: Preliminary checklist for getting flash9 to work in native firefox: (flash10 needs more ports work, I shall post about that seperately on -emulation...) If you have additions to this please post a followup to this thread, keeping the Cc: (I'm not on -questions...) 1. You

Dell PE1900 DAT72 drive failing FreeBSD 7

2008-10-27 Thread Steve Scally
. Thank you in advance for the help. If you need anymore information let me know. Steve Uname -a FreeBSD 7.0-PRERELEASE #1: Wed Jan 23 22:52:15 EST 2008 amd64 pciconf -l|grep ahd [EMAIL PROTECTED]:8:1:0: class=0x01 card=0x00409005 chip=0x80169005 rev=0x10 hdr=0x00 [EMAIL PROTECTED]:8

Re: root | su

2008-10-24 Thread Steve Bertrand
of life's questions answered :) Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: root | su

2008-10-24 Thread Steve Bertrand
his own user account and is part of the wheel group. To prevent this nub to change any other user account in God mode, I am searching for a solutions on this. Instead of using the root account, could you make him use sudo, without the ability to su? Steve

mirror site

2008-10-21 Thread Steve Eschweiler
Hello, I am very interested in any mirror site opportunities you have. Hivelocity would be interested in providing a server(s) to FreeBSD. Please let me know what to do from here. Thanks Steve Eschweiler General Manager [EMAIL PROTECTED] 888 869 4678 ext 224 E-mail message

Re: how to break portsnap

2008-10-20 Thread Steve Franks
On Wed, Oct 8, 2008 at 2:25 AM, Barry Byrne [EMAIL PROTECTED] wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Franks Sent: 07 October 2008 21:57 I've googled high low but I cannot find much other that this cannot happen replies. I've got a dual boot to amd64

Re: g4u and ftp

2008-10-16 Thread Steve Quinn
thoughts? tia Hi Jean-Paul I use G4U very much myself so I've been there G4U's defaults are reading/writing to a FTP user-account by the name of install I hope that helps you out Take care Steve Quinn ___ freebsd-questions@freebsd.org

new install sunfire v100

2008-10-15 Thread Davenport, Steve M
I'm installing 7.0-RELEASE on a Sun Sunfire v100 server. I was able to boot the cd, and install through cd one. There is no framebuffer on the v100 (vt100 serial console interface only) so the install would not proceed past the first disk. I want to use this system as a nameserver and was able to

Re: FreeBSD 7 and ESXi

2008-10-14 Thread Steve Polyack
[EMAIL PROTECTED] wrote: Jeremy, On Mon, 13 Oct 2008, Jeremy Chadwick wrote: |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,

Re: FreeBSD 7 and ESXi

2008-10-14 Thread Steve Polyack
[EMAIL PROTECTED] wrote: Jeremy, On Mon, 13 Oct 2008, Jeremy Chadwick wrote: |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,

Recommended linux_base for 8.0?

2008-10-14 Thread Steve Kargl
Which linux base port is recommended for FreeBSD-current on amd64? linux_base-f7/ linux_base-f8/ linux_base-fc4/ linux_base-fc6/ linux_base-gentoo-stage1/ linux_base-gentoo-stage2/ linux_base-gentoo-stage3/ I currently have fc4 installed, but have run into some pthread problems. -- Steve

Re: Recommended linux_base for 8.0?

2008-10-14 Thread Steve Kargl
On Wed, Oct 15, 2008 at 09:33:39AM +0400, Boris Samorodov wrote: Steve Kargl [EMAIL PROTECTED] writes: Which linux base port is recommended for FreeBSD-current on amd64? Well, the answer is just install any linux application you need from ports/packages and the ports infrastructure

how to break portsnap

2008-10-07 Thread Steve Franks
checked my key and it looks ok. What am I missing? Best, Steve dystant# portsnap fetch Looking up portsnap.FreeBSD.org mirrors... 3 mirrors found. Fetching snapshot tag from portsnap1.FreeBSD.org... done. Fetching snapshot metadata... done. Updating from Mon Mar 3 07:50:14 MST 2008 to Tue Oct 7 12

Re: how to break portsnap

2008-10-07 Thread Steve Franks
, thanks. Steve On Tue, Oct 7, 2008 at 2:17 PM, RW [EMAIL PROTECTED] wrote: On Tue, 7 Oct 2008 13:56:37 -0700 Steve Franks [EMAIL PROTECTED] wrote: I've googled high low but I cannot find much other that this cannot happen replies. I've got a dual boot to amd64 and i386. The amd64 hasn't

compat/linux program claims no write access to ~

2008-10-06 Thread Steve Franks
ideas just where this might be coming from? I'm on 7-STABLE, i386, linux-base-fc4. Best, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

'Atheros L2 - 10/100 controller (wired)' shows up in pc-bsd7, but not freebsd 7.1-stable

2008-10-02 Thread Steve Franks
I'm not surprised, just curious if there's actually a tweak, or if the pcbsd guys haven't moved the patch upstream. I find kde so annoying that I put 7-stable back on the machine, and my onboard lan disappeared again... Best, Steve ___ freebsd

Using global environment variables inside a subshell

2008-10-01 Thread Steve Bertrand
~ % $6 !~ proc) {used=$5} else {used=}; \ sub(/%/, , used); \ if(used 95) print $6 is at used% on ENVIRON[HOSTNAME]!}' | \ mail -s Disk usage action required [EMAIL PROTECTED] Cheers! Steve ___ freebsd-questions@freebsd.org mailing list http

Re: can't add interfaces to bridge

2008-09-29 Thread Steve Franks
On Mon, Sep 29, 2008 at 2:17 AM, Nikos Vassiliadis [EMAIL PROTECTED] wrote: On Saturday 27 September 2008 20:52:43 Steve Franks wrote: I'm getting the following error - ifconfig: BRDGADD ath0: Invalid argument Given the following commands (which work for my tap interface with qemu on 7.1

can't add interfaces to bridge

2008-09-27 Thread Steve Franks
ifconfig bridge0 destroy sudo ifconfig bridge0 create sudo ifconfig bridge0 addm ath0 sudo ifconfig bridge0 addm rl0 sudo ifconfig bridge0 up sudo ifconfig ath0 up sudo ifconfig rl0 up sudo dhclient bridge0 ifconfig I get the following output: [EMAIL PROTECTED] /usr/home/steve]$ bridge kldload: can't

Re: Iterate through directories and search into files

2008-09-26 Thread Steve Bertrand
Steve Bertrand wrote: Hi everyone, I have a list of directories: - a..z and 2003..2008 ...inside of a single directory. Can someone advise what the shortest shell pipeline would be to search for two words (on two separate lines) within all files located only the alpha directories

Iterate through directories and search into files

2008-09-26 Thread Steve Bertrand
to STDOUT? I know this is very efficient, but since I don't need to do this often, it will be easier than maintaining but yet another Perl script. Thanks, Steve ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

<    1   2   3   4   5   6   7   8   9   10   >