Syslog

2006-02-15 Thread Peter Ankerstål
Hello, I'm trying to get syslog to log on a remote host. This part is really not a problem, but when I try to define at the loghost to which files i want to log my incoming logs I don't get anything to work. I cant find anything in the manual either. I've tried this: +sphere *.*

Configuring NanoBSD

2006-02-19 Thread Peter Ankerstål
I can't any information on how to configure NanoBSD before a build. Everything I have is a nanobsd.sh. http://www.freebsd.org/projects/nanobsd/ talks about a make.conf and to exec a make in that directory but there is no Makefile or make.conf. What have I missed? =) Should I use

NanoBSD don't boot.

2006-02-21 Thread Peter Ankerstål
I've found a pdf about installing NanoBSD on phk.freebsd.dk. Everything worked out quite well. Untill I tried to boot the CF card (I've had no problem booting a standard minimal install from the CF before.) This is what I did: * sh nanobsd.sh -c uchman.conf ( http://pean.org/uchman.conf ) *

ipv6 static route.

2010-01-25 Thread Peter Ankerstål
How do I set a static ipv6 route in rc.conf? This command works: route add -inet6 -net 2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2 and I use this in rc.conf: ipv6_static_routes=2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2 but it does not set the correct routes. -- Peter Ankerstål

Re: ipv6 static route.

2010-01-25 Thread Peter Ankerstål
On Jan 25, 2010, at 6:59 PM, Brian A. Seklecki (CFI NOC) wrote: On 1/25/2010 12:15 PM, Peter Ankerstål wrote: How do I set a static ipv6 route in rc.conf? This command works: route add -inet6 -net 2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2 and I use this in rc.conf

QEMU - IPadresses.

2010-02-12 Thread Peter Ankerstål
Hi, I wonder how you restrict user inside a qemu-virtualization to a certain IP-adress. I mean, what happends if someone decides to change to a conflicting IP? -- Peter Ankerstål pe...@pean.org http://www.pean.org/ ___ freebsd-questions@freebsd.org

acpi, wi0 and apm.

2005-04-25 Thread Peter Ankerstål
in wi_cmd 0x; event status 0x8000 wi0: timeout in wi_cmd 0x; event status 0x8000 : init failed device_attach: wi0 attach returned 6 Then I tried to use apm instead. (worked fine in FreeBSD 4.) But i've compiled device apm into the kernel but I don't have any /dev/apm. -- MVH Peter Ankerstål

Wacom USB tablet.

2005-04-25 Thread Peter Ankerstål
. -- MVH Peter Ankerstål. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Splitting hw raid mirror.

2010-11-30 Thread Peter Ankerstål
Hi, Im running FreeBSD 8.0-RELEASE (FreeBSD hostname 8.0-RELEASE FreeBSD 8.0-RELEASE #1: Tue Dec 1 16:10:08 CET 2009 pe...@hostname:/usr/obj/usr/src/sys/GENERIC amd64) and have a MTP-raidcard with a configured mirror. mpt0 Adapter: Board Name: SAS3041E Board Assembly: L3-01101-04F

Re: disable cntl+alt+del function

2007-01-18 Thread Peter Ankerstål
Sean Murphy wrote: cntl+alt+del at the console without being logged in reboots the server. The server runs through its shutdown procedure and reboots. How do I disable this function? You could compile the kernel with: options SC_DISABLE_REBOOT

cp to infinity.

2007-01-24 Thread Peter Ankerstål
cd test/ mkdir foo touch bar cp -r * foo/ cp:

Re: Remote Desktop Connection

2007-01-24 Thread Peter Ankerstål
Grzegorz Pluta wrote: Hi. Id like to asj you guys if you used any remote desktops with freebsd? Which client/server would you recommend, and why? Witch wich desktop env have you been using it? I've been using tightvnc both as server and client. Works fine. I'm using fluxbox as

Re: cp to infinity.

2007-01-24 Thread Peter Ankerstål
Sure, just don't copy directories into themselves recursively. How hard could it be to make cp avoid this problem? GNU cp does not have any problems with this action. ___ freebsd-questions@freebsd.org mailing list

Re: anyone using ZFS for real?

2007-08-10 Thread Peter Ankerstål
Wojciech Puchar wrote: thanks for quick answers. i will definitely take a risk after reading all of this. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: anyone using ZFS for real?

2007-08-10 Thread Peter Ankerstål
Wojciech Puchar wrote: thanks for quick answers. i will definitely take a risk after reading all of this. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: GUI to ports collection on FBSD?

2007-04-17 Thread Peter Ankerstål
[EMAIL PROTECTED] wrote: On Mon, 16 Apr 2007, Joe Vender wrote: Hi, Is there a GUI interface to the FreeBSD ports collection for use in kde similar to synaptic or adept? Joe Vender That's coming soon. I'd check out the FreeBSD SoC page; Andrew, the developer's listed at the top of the

Re: Execute command upon interface initialization?

2007-04-17 Thread Peter Ankerstål
Ido Admon wrote: Hello list, I couldn't find any way to execute an arbitrary command upon network interface initialization. My situations is that I have and ethernet card that takes DHCP from a cables provider (not a fixed IP address) and I need to update a DynDNS hostname everytime it does

Re: FreeBSD machine instead of wireless hotspot device

2007-04-21 Thread Peter Ankerstål
Angelin Lalev wrote: I have wireless hotspot device (Handlink WG-601) which I need to replace with FreeBSD machine. The device has following functionality I need to replicate: 1. It has dhcp server (that's easy) 2. It makes NAT between it's internal interfaces and wan interface (easy too, but

Re: Apache and PHP Packages

2007-04-23 Thread Peter Ankerstål
Stephen Willson wrote: I have installed the latest Apache and PHP Packages. I can get Apache working, but nothing is standing out as to why I can't get the PHP package to work. Best I can figure is that this package was compiled without the options to include apache support. -or- there is

Re: Apache and PHP Packages

2007-04-23 Thread Peter Ankerstål
Peter Ankerstål wrote: Stephen Willson wrote: I have installed the latest Apache and PHP Packages. I can get Apache working, but nothing is standing out as to why I can't get the PHP package to work. Best I can figure is that this package was compiled without the options to include apache

Re: Single Instance Service

2007-04-26 Thread Peter Ankerstål
GARRISON, TRAVIS J. wrote: I am looking for software that will run on FreeBSD that is similar to Microsoft Single Instance Service. The Single Instance Storage Filter is a file system filter that manages the duplicate copies of files on hard-disk volumes. This filter copies one instance of

Re: How do I forward old root emails from the root mailbox to my address?

2007-04-26 Thread Peter Ankerstål
Andreas Widerøe Andersen wrote: Hi, On one of my FreeBSD servers all system emails to root is stored in the root mailbox under /var/mail/root. I have updated my alias file so new mail is forwarded to one of my email adresses, but is there a simple way for me to send all these old mails in

FreeBSD network problem.

2008-04-19 Thread Peter Ankerstål
I have such a strange problem I cant even guess whats worng. Im running FreeBSD 7.0-RELEASE amd64 and zfs. When the machine starts everything works fine but after a while (the only thing I noticed, when the free memory drops below 1700MB) it starts to behave VERY strange when serving

Postfix and SASL.

2009-09-21 Thread Peter Ankerstål
14:41:48 system authdaemond: Authenticated: sysusername=null, sysuserid=125, sysgroupid=125, homedir=/usr/maildirs, address=pe...@pean.org , fullname=Peter Ankerstål, maildir=pe...@pean.org/, quota=51200, options=null Sep 21 14:41:48 system postfix/smtpd[47155]: warning: SASL authentication