Re: Capturing tar output

2008-09-10 Thread Tom Marchand
Trying using tee something like this: /usr/local/gtar/bin/tar -C /usr/home/photos --listed-incremental \ /var/db/photos.snar -cvf - ./ |tee outfile| /usr/local/bin/gpg --encrypt --recipient \ "recipient" | dd of=/dev/nsa0 obs=128K -- Original message -- From:

Re: Configure 2 gateways on a freebsd box for 2 interfaces

2008-09-10 Thread Tom Marchand
You should be able to use the route command. On Sep 10, 2008, at 1:05 PM, The Noob wrote: Hello all, I have a small question. I have two interface in two vlans. The first interface 192.168.0.1 255.255.255.0 The second interface: 10.228.44.1 255.255.255.0 The gateway for the first interface mu

Re: Auto blacklist ssh connections ...

2008-09-17 Thread Tom Marchand
Why don't you have sshd listen on a different port? I was getting 1000's of ssh login attempts until I changed the port sshd was listening on. I've found script kiddies aren't smart enough to check alt ports. On Sep 17, 2008, at 7:15 PM, Marc G. Fournier wrote: -BEGIN PGP SIGNED ME

Re: sudo multiple commands at once without shell script

2008-10-25 Thread Tom Marchand
This works for me: sudo sh -c "whoami;whoami" On Oct 25, 2008, at 9:11 PM, Kelly Jones wrote: How do I run multiple sudo commands at once? This fails because the semicolon ends the whole sudo command: sudo whoami; whoami root user This confuses tcsh: monica:~> sudo ( whoami ; whoami ) B

Re: Script-friendly (parseble) ps(1) output?

2008-10-29 Thread Tom Marchand
The output I get from that command is pretty much aligned in columns. Maybe you can extract the columns with cut -c. On Oct 29, 2008, at 6:02 PM, Eduardo Meyer wrote: ps -ax -o pid -o user -o emul -o lstart -o lockname -o stat -o command ___ free

Re: crypto API question

2008-11-10 Thread Tom Marchand
Have you tried openssl.org? On Nov 10, 2008, at 6:15 AM, Vasile Marii wrote: Hello! I'm developing a driver for a crypto-accelerating device and i have some problem when trying to make AES & HMAC256 at once on the comming pachet because as i see there is no such posibility(meaning AES-CBC & HM

Re: Question about entry in auth.log

2008-11-14 Thread Tom Marchand
On Nov 14, 2008, at 8:00 PM, Steven Susbauer wrote: Lisa Casey wrote: Hi, I run several FreeBSD servers. Today I noticed an entry in the auth.log on one of them that concerns me. The entry is this: Nov 12 15:44:29 mail sshd[30160]: Accepted keyboard-interactive/pam for michael from 89

IPFW Rule

2008-11-21 Thread Tom Marchand
I am trying to add a IPFW rule to forward traffic but I keep getting the message "ipfw: getsockopt(IP_FW_ADD): Invalid argument". The rule I am trying to add looks like this: ipfw add 600 fwd 192.169.2.3, 6000 tcp from 192.169.2.3 to any 80 I do have IP Forwarding enabled. Any ideas what I

Re: IPFW Rule

2008-11-22 Thread Tom Marchand
On Nov 21, 2008, at 6:25 PM, Wojciech Puchar wrote: I am trying to add a IPFW rule to forward traffic but I keep getting the message "ipfw: getsockopt(IP_FW_ADD): Invalid argument". The rule I am trying to add looks like this: ipfw add 600 fwd 192.169.2.3, 6000 tcp from 192.169.2.3 to any

Re: IPFW Rule

2008-11-22 Thread Tom Marchand
On Nov 22, 2008, at 10:37 AM, Wojciech Puchar wrote: rule looks OK, but your message clearly suggest you DO NOT have IP forwarding enabled Interesting sysctl reports that forwarding is enabled: $ sysctl -a |grep forward net.inet.ip.forwarding: 1 it's not that. it's about routing, not ipfw

Re: OO, text OR .odt to HTML?

2008-11-22 Thread Tom Marchand
On Nov 22, 2008, at 4:43 PM, Gary Kline wrote: is there a push button way of turning an odt file or plain ascii file into HTML using openoffice? i've googled, but haven't found anything. tia, gary -- Gary Kline [EMAIL PROTECTED] http://www.thou

Re: Transparent Proxy with IPFW + Squid 2.7

2008-11-23 Thread Tom Marchand
On Nov 23, 2008, at 2:30 PM, Cagri Ersen wrote: Hi there, I want to configure a transparent proxy with IPFW and Squid. I enabled IPFW on a FreeBSD 7.0 and also install squid 2.7 this is content of my squid.conf: acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_lo

Re: Xeon Quad Core (Was: Server Freezing Solid)

2008-11-24 Thread Tom Marchand
On Nov 24, 2008, at 2:01 PM, Wojciech Puchar wrote: Since a Xeon Quad Core is a 64bit processor, would it work ok with FreeBSD? Or would the adm64 release be better for that chip? don't be suggested by "amd" in port name. it's for AMD64-compatible processor, for example your xeon

Re: FreeBSD on a Mac Mini Intel?

2008-11-25 Thread Tom Marchand
On Nov 25, 2008, at 12:19 AM, Bill Campbell wrote: On Mon, Nov 24, 2008, Ian Jefferson wrote: On Mon, 24 Nov 2008, Andrew Gould wrote: On Sun, Nov 23, 2008 at 9:08 AM, John Almberg <[EMAIL PROTECTED]> wrote: On Nov 21, 2008, at 11:42 PM, Ian Jefferson wrote: Is anyone running FreeBSD

Changing Boot Loader

2007-03-05 Thread Tom Marchand
Is there anyway to install a new boot loader without having to perform a complete reinstall? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: iTunes - once again.

2007-02-07 Thread Tom Marchand
On Feb 5, 2007, at 3:23 AM, [EMAIL PROTECTED] wrote: Call me silly, but it seems to me you ought to be lobbying Apple for Linux support. Get a decent Apple-made Linux player, and FreeBSD support via the linux emulator would *probably* work, no? I agree, getting Apple to support iTunes on Lin

RE: A good server motherboard.

2007-05-02 Thread Tom Marchand
-- Original message -- From: "Ted Mittelstaedt" <[EMAIL PROTECTED]> > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Christopher > > Prance > > Sent: Tuesday, May 01, 2007 8:02 AM > > To: freebsd-questions@fre

Re: Out of memory during request

2007-05-24 Thread Tom Marchand
I've experienced this same type of problem while using grep to search large binary files. -- Original message -- From: Bill Moran <[EMAIL PROTECTED]> > In response to "Janos Dohanics" <[EMAIL PROTECTED]>: > > > > > I'm using imapsync to transfer maildirs to a ne

Re: PS is not showing all processes owned by a user

2007-05-30 Thread Tom Marchand
These: > > s00p 67431 4.0 0.1 4660 2828 pd S 7:56PM 0:00.05 _su (tcsh) > > s00p 67438 0.0 0.0 1420 908 pd R+7:56PM 0:00.00 ps aux do not fit the criteria of the grep commands: >> spark# ps aux | grep psybnc | grep s00p which will only list entries containing psybnc and

Re: Doubt on the information provided in freebsd.org website.

2007-06-21 Thread Tom Marchand
Acoording to this: http://en.wikipedia.org/wiki/BIOS_Interrupt_Calls Int 19h is used to load the OS. -- Original message -- From: V.SriSaiGanesh <[EMAIL PROTECTED]> > Hi All, > > I was going through the Architecture Handbook(Link: > http://www.freebsd.org/doc/en

Re: remounting a drive

2007-06-22 Thread Tom Marchand
Are you running the command as root? -- Original message -- From: Steel City Phantom <[EMAIL PROTECTED]> > >i tried that command as well, still got the operation not permitted >error >Nikos Vassiliadis wrote: > > On Friday 22 June 2007 00:30, Steel Ci

Re: (no subject)

2007-07-10 Thread Tom Marchand
-- Original message -- From: [EMAIL PROTECTED] > Hi all, > > I have a server in a host service that stopped this morning. After > a contact with the service support of them, I got the following answer to > the problem: > > [quote] > REBOOT SERVER > > Due

Re: Gigabyte Motherboard Bios Setup

2008-12-20 Thread Tom Marchand
On Dec 20, 2008, at 6:38 PM, Ivan Carey wrote: Hello, I have a Gigabyte GA-965P-DS3P motherboard. I am having troubles installing and running FreeBSD. What are the preferred BIOS settings for this motherboard Thanks, Ivan What type of troubles are you encountering? _

Re: why printf() don't work?

2009-01-05 Thread Tom Marchand
trying putting newlines in the strings like this:    "receive overflow\n" - Original Message - From: "Edward King" To: freebsd-questions@freebsd.org Sent: Monday, January 5, 2009 2:29:23 AM GMT -05:00 US/Canada Eastern Subject: why printf() don't work? I use FreeBSD7.0,a

/etc/hosts

2008-09-01 Thread Tom Marchand
Hi, I've got an issue where hosts defined in my /etc/hosts are not being resolved. I've looked at resolv.conf, host.conf and nsswitch.conf and everything looks ok. It's my understanding that with the below configurations, /etc/hosts should be used first then DNS. Correct? This is a 6.

Re: /etc/hosts

2008-09-01 Thread Tom Marchand
wrote: Tom Marchand said the following on 9/1/08 7:52 PM: Hi, I've got an issue where hosts defined in my /etc/hosts are not being resolved. I've looked at resolv.conf, host.conf and nsswitch.conf and everything looks ok. It's my understanding that with the below configurati

Re: /etc/hosts

2008-09-01 Thread Tom Marchand
Everything is set correctly in rc.conf. What I have noticed is that ping can resolve hosts from /etc/hosts. I should mention that this machine has been running for 1.5 years and it wasn't until today that I've needed to add machines to /etc/hosts. On Sep 1, 2008, at 8:22 PM, Derek Ragona