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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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]"
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
-- 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
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
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
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
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
-- 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
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?
_
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
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.
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
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
27 matches
Mail list logo