Log rotation / newsyslog / apache not reloaded

2010-04-14 Thread Zbigniew Szalbot
Hello, I have the following lines in my /etc/newsyslog.conf /var/log/*-access.log 644 30*@T00 JCG /var/log/*-error.log644 30*@T00 JCG Man newsyslog.conf says: If this field (signal_number) is not present, then a SIGHUP signal will be s

Re: hacked?

2010-04-14 Thread Erik Norgaard
On 15/04/10 00:56, Steve Franks wrote: I don't have bsdstats or similar that I'm aware of installed, so this smells bad: Firewall is showing repeated attempts from your FreeBSD machine to connect to port 25 (standard SMTP mail port) on a server in Belgium. This implies something on your system i

Re: USB disk boot issues

2010-04-14 Thread TJ Varghese
On Mon, Apr 5, 2010 at 4:24 PM, Boris Samorodov wrote: > On Thu, 1 Apr 2010 07:38:53 -0500 Peter Steele wrote: > >> We clone systems from specially prepared USB flash sticks and this all works >> well, except that occasionally the flash stick fails to boot. It fails at >> the "mount root" step,

Re: are the are C [or C++] src sites ....

2010-04-14 Thread Karl Vogel
>> On Sun, 11 Apr 2010 15:39:16 -0700, >> Gary Kline said: G> what i am thinking of is functions that work in any of several venues: G> math, [every] science, strings, filenames, queues, stacks, arrays, G> . Have a look at the Apache runtime library: http://en.wikipedia.org/wiki/Apache_P

Re: hacked?

2010-04-14 Thread Steve Bertrand
On 2010.04.14 18:56, Steve Franks wrote: > I don't have bsdstats or similar that I'm aware of installed, so this > smells bad: You have an incredibly poor sense of smell. > Firewall is showing repeated attempts from your FreeBSD machine to > connect to port 25 (standard SMTP mail port) on a serve

Re: downgrade php5

2010-04-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 doug schmidt wrote: > On Wed, Apr 14, 2010 at 6:47 PM, Greg Larkin wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> doug schmidt wrote: >>> On Wed, Apr 14, 2010 at 5:08 PM, Greg Larkin wrote: Hi Doug, For any port that

Re: hacked?

2010-04-14 Thread Tim Judd
On 4/14/10, Steve Franks wrote: > I don't have bsdstats or similar that I'm aware of installed, so this > smells bad: > > Firewall is showing repeated attempts from your FreeBSD machine to > connect to port 25 (standard SMTP mail port) on a server in Belgium. This > implies something on your syste

Re: downgrade php5

2010-04-14 Thread doug schmidt
On Wed, Apr 14, 2010 at 6:47 PM, Greg Larkin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > doug schmidt wrote: >> On Wed, Apr 14, 2010 at 5:08 PM, Greg Larkin wrote: >>> Hi Doug, >>> >>> For any port that is no longer present in the tree because it's bundled >>> with PHP 5.3.2, ple

Re: hacked?

2010-04-14 Thread Chuck Swiger
Hi-- On Apr 14, 2010, at 3:56 PM, Steve Franks wrote: > I don't have bsdstats or similar that I'm aware of installed, so this > smells bad: > > Firewall is showing repeated attempts from your FreeBSD machine to > connect to port 25 (standard SMTP mail port) on a server in Belgium. This > implies

hacked?

2010-04-14 Thread Steve Franks
I don't have bsdstats or similar that I'm aware of installed, so this smells bad: Firewall is showing repeated attempts from your FreeBSD machine to connect to port 25 (standard SMTP mail port) on a server in Belgium. This implies something on your system is trying to send mail out. [14/Apr/2010

Re: downgrade php5

2010-04-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 doug schmidt wrote: > On Wed, Apr 14, 2010 at 5:08 PM, Greg Larkin wrote: >> Hi Doug, >> >> For any port that is no longer present in the tree because it's bundled >> with PHP 5.3.2, please use these commands to restore them: >> >>export CVS_RSH=s

Re: downgrade php5

2010-04-14 Thread doug schmidt
On Wed, Apr 14, 2010 at 5:08 PM, Greg Larkin wrote: > > Hi Doug, > > For any port that is no longer present in the tree because it's bundled > with PHP 5.3.2, please use these commands to restore them: > >    export CVS_RSH=ssh    # or "setenv CVS_RSH ssh" if csh >    cd /usr/ports >    cvs -d :ex

Re: Question about fstab

2010-04-14 Thread Adam Vande More
2010/4/14 Дмитрий Бехтерев > Hello all! > I want use redundant scheme for booting my OS. > Most would use gmirror, zfs mirror, or a hardware based solution instead of your approach. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html -- Adam Vande More

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Michael Powell
Giuseppe Pagnoni wrote: > Hello, > > First of all, let me apologize for the re- and cross-posting , but > after a couple of weeks scouring the web and forums to no avail, I > thought I would try again and query the FreeBSD mother source... > > I installed pyglet from the ports (latest version as

Question about fstab

2010-04-14 Thread Дмитрий Бехтерев
Hello all! I want use redundant scheme for booting my OS. For instance I have two ufs slices and each of them keep /boot folder. For example, I want use fstab like that: # DeviceMountpoint FStype Options Dump Pass# /dev/ad6s1b noneswapsw

Re: downgrade php5

2010-04-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 doug schmidt wrote: > After upgrading to php 5.3.2, we have a few in house applications that > broke and our developers will not be able to work this out for at > least another week or so, so I need to downgrade back to 5.2.12 in the > mean time. > >

Re: downgrade php5

2010-04-14 Thread Michael Powell
doug schmidt wrote: > After upgrading to php 5.3.2, we have a few in house applications that > broke and our developers will not be able to work this out for at > least another week or so, so I need to downgrade back to 5.2.12 in the > mean time. > > I've used portdowngrade lang/php5 and lang/php

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Jorge Medina
On Wed, Apr 14, 2010 at 7:44 AM, Giuseppe Pagnoni wrote: > Hello, > > First of all, let me apologize for the re- and cross-posting , but > after a couple of weeks scouring the web and forums to no avail, I > thought I would try again and query the FreeBSD mother source... > > I installed pyglet fr

downgrade php5

2010-04-14 Thread doug schmidt
After upgrading to php 5.3.2, we have a few in house applications that broke and our developers will not be able to work this out for at least another week or so, so I need to downgrade back to 5.2.12 in the mean time. I've used portdowngrade lang/php5 and lang/php5-extensions, during make install

Re: Why is Qemu not in Handbook

2010-04-14 Thread Adam Vande More
On Wed, Apr 14, 2010 at 2:45 PM, Manolis Kiagias wrote: > This is not the "official" Handbook, but my own patch queue, and yes it > has been in there for too long. > Hopefully I will have a lot more free time in a few weeks, there are > more patches like this that need to get reviewed and committ

corrupt or invalid GPT detected...

2010-04-14 Thread Дмитрий Бехтерев
Hello all! I have error with GPT slice: Apr 14 20:24:10 kernel: GEOM: ad6: corrupt or invalid GPT detected. Apr 14 20:24:10 kernel: GEOM: ad6: GPT rejected -- may not be recoverable. That messages I have got since I created GPT slice. So, I used following actions (I have prepared disk for installi

Re: Why is Qemu not in Handbook

2010-04-14 Thread Manolis Kiagias
On 14/04/2010 8:55 μ.μ., Adam Vande More wrote: > On Wed, Apr 14, 2010 at 10:24 AM, Bob Johnson wrote: > > >> For years I used Qemu to run Windows XP under FreeBSD. It worked fine. >> A few months ago I saw a message that VirtualBox was now working >> correctly under FreeBSD. So I tried to inst

Re: Why is Qemu not in Handbook

2010-04-14 Thread RW
On Wed, 14 Apr 2010 11:24:11 -0400 Bob Johnson wrote: > Why is Qemu not mentioned in the Handbook? I don't know if this is the actual reason, but from the ports UPDATING file: Also note the 0.11 stable branch is the last qemu branch that still supports kqemu, so if you depend on reasonably

Re: Why is Qemu not in Handbook

2010-04-14 Thread Adam Vande More
On Wed, Apr 14, 2010 at 10:24 AM, Bob Johnson wrote: > For years I used Qemu to run Windows XP under FreeBSD. It worked fine. > A few months ago I saw a message that VirtualBox was now working > correctly under FreeBSD. So I tried to install it and it wouldn't > build. But that's not the actual t

Re: Extended VLAN?

2010-04-14 Thread Dan D Niles
On Wed, 2010-04-14 at 10:11 -0500, Dan D Niles wrote: > On Wed, 2010-04-14 at 09:06 +0100, krad wrote: > > it sounds stupid but is the bridge up? > > > > ie do a ifconfig bridge0 up > > Yes, the bridge is up. Still no love. > > I watched the traffic with wireshark. All I see is arp requests wi

Why is Qemu not in Handbook

2010-04-14 Thread Bob Johnson
For years I used Qemu to run Windows XP under FreeBSD. It worked fine. A few months ago I saw a message that VirtualBox was now working correctly under FreeBSD. So I tried to install it and it wouldn't build. But that's not the actual topic of my question. In the process of trying to install Virtua

Re: Extended VLAN?

2010-04-14 Thread Dan D Niles
On Wed, 2010-04-14 at 00:23 +0200, Ross Cameron wrote: > Look into OpenVPN's bridge mode. > www.openvpn.net > > I use it to bridge networks like what you have in mind quite regularly. Thanks, I'll look into that. > > > On Wed, Apr 14, 2010 at 12:04 AM, Dan D Niles wrote: > > I have two F

Re: Extended VLAN?

2010-04-14 Thread Dan D Niles
On Wed, 2010-04-14 at 09:06 +0100, krad wrote: > it sounds stupid but is the bridge up? > > ie do a ifconfig bridge0 up Yes, the bridge is up. Still no love. I watched the traffic with wireshark. All I see is arp requests with no response. Do I need to run an arp daemon to forward arp reques

Re: licence question

2010-04-14 Thread Polytropon
On Wed, 14 Apr 2010 16:22:26 +0200, "M. Aschhoff" wrote: > hey there, > > hope everythings all right? > i´m using your devil image on my website. > www.little-devil.de > someone tould me that this image is not under bsd licence. > am i allowed to use this image? > i´ll would be pleased to use it

RE: licence question

2010-04-14 Thread Terrence Koeman
> -Original Message- > From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- > questi...@freebsd.org] On Behalf Of M. Aschhoff > Sent: Wednesday, April 14, 2010 4:22 PM > To: freebsd-questions@freebsd.org > Subject: licence question > > hey there, > > hope everythings all right

licence question

2010-04-14 Thread M. Aschhoff
hey there, hope everythings all right? i´m using your devil image on my website. www.little-devil.de someone tould me that this image is not under bsd licence. am i allowed to use this image? i´ll would be pleased to use it. this is my private website i´m providing free software. thank you very mu

pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Giuseppe Pagnoni
Hello, First of all, let me apologize for the re- and cross-posting , but after a couple of weeks scouring the web and forums to no avail, I thought I would try again and query the FreeBSD mother source... I installed pyglet from the ports (latest version as of yesterday, py26-pyglet-1.1.2_1) on

Re: Extended VLAN?

2010-04-14 Thread Alberto Mijares
> > it sounds stupid but is the bridge up? > > ie do a ifconfig bridge0 up The phisical NIC's, members of the bridge, must be up either. Alberto Mijares ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: Extended VLAN?

2010-04-14 Thread krad
On 13 April 2010 23:04, Dan D Niles wrote: > I have two FreeBSD routers. I would like both locations to share the > 10.10.0.0/16 network. If I were using Cisco routers I would use > extended VLANs. How would I do that with FreeBSD routers? > > I already have a tunnel set up and routing differe

Re: Extended VLAN?

2010-04-14 Thread krad
On 13 April 2010 23:04, Dan D Niles wrote: > I have two FreeBSD routers. I would like both locations to share the > 10.10.0.0/16 network. If I were using Cisco routers I would use > extended VLANs. How would I do that with FreeBSD routers? > > I already have a tunnel set up and routing differe