php5-5.3.2 to php52-5.2.13

2010-05-04 Thread n dhert
A few weeks ago, freebsd switched to php5-5.3.2 instead of php5-5.2.9. I see there is now also php52-5.2.13 and pgp52-extensions-1.3 in ports/lang Can one switch back to 5.2.13 when 5.3.2 is already installed and packages that depend on PHP are already compiled with php5-5.3.2 I'v never used portdo

Re: php5-5.3.2 to php52-5.2.13

2010-05-04 Thread Antonio Kless
You need to update your ports (portsnap fetch update for example), deinstall your lang/php5 and lang/php5-extensions and install lang/php52 and lang/php52-extensions ports. You also may just portdowngrade your lang/php5, but (according to my own expirience) it would be much more difficult. 2010/5

Re: php5-5.3.2 to php52-5.2.13

2010-05-04 Thread Odhiambo Washington
On Tue, May 4, 2010 at 11:06 AM, n dhert wrote: > A few weeks ago, freebsd switched to php5-5.3.2 instead of php5-5.2.9. > I see there is now also php52-5.2.13 and pgp52-extensions-1.3 in ports/lang > Can one switch back to 5.2.13 when 5.3.2 is already installed and packages > that depend on PHP

Re: php5-5.3.2 to php52-5.2.13

2010-05-04 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/05/2010 09:06:34, n dhert wrote: > A few weeks ago, freebsd switched to php5-5.3.2 instead of php5-5.2.9. > I see there is now also php52-5.2.13 and pgp52-extensions-1.3 in ports/lang > Can one switch back to 5.2.13 when 5.3.2 is already installe

Re: Strange diskspace loss

2010-05-04 Thread perryh
wrote: > And the fsck: > > # fsck ... > ** /dev/aacdu0s1e (NO WRITE) > ** Last Mounted on /var > ** Phase 1 - Check Blocks and Sizes > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > UNREF FILE I=23587 OWNER=root > MODE=100644 > SIZE=0 MTIME

Re: Strange diskspace loss

2010-05-04 Thread Antonio Kless
2010/5/4 > wrote: > > > And the fsck: > > > > # fsck > ... > > ** /dev/aacdu0s1e (NO WRITE) > > ** Last Mounted on /var > > ** Phase 1 - Check Blocks and Sizes > > ** Phase 2 - Check Pathnames > > ** Phase 3 - Check Connectivity > > ** Phase 4 - Check Reference Counts > > UNREF FILE I=23587 OWN

Re: User cpu time VS system cpu time

2010-05-04 Thread Ivan Voras
On 05/03/10 18:00, cronfy wrote: Hello, I want to understand difference between user CPU time and system CPU time in system accounting. When some process uses many system CPU, does it really mean that process prouduces heavy load on server and takes up resources that could be used by other task

Re: KSE (Kernel Supported Threading) support in FreeBSD 8.0

2010-05-04 Thread Ivan Voras
On 05/04/10 00:38, Bruce Cran wrote: On Monday 03 May 2010 15:52:48 Traiano Welcome wrote: Is KSE support still in FreeBSD (8.0 and upward)? No. KSE support was removed over 2 years ago: http://lists.freebsd.org/pipermail/freebsd-current/2008-March/084248.html Note that only KSE was remov

Re: Installation on HP Proliant via iLO -> "Error mounting /dev/acd0 on /dist"

2010-05-04 Thread Ewald Jenisch
On Wed, Apr 28, 2010 at 08:47:40AM +0200, Palle Girgensohn wrote: > The fix is to use options -> rescan devices in the installer. After that, > when selecting CDROM as media type, the installer lets you chose between > cd0 and acd0. Select the cd0 device instead of acd0 to use the virtual cd > d

Re: Strange diskspace loss

2010-05-04 Thread Anton Yuzhaninov
On Tue, 4 May 2010 10:04:30 +0400, áÎÔÏÎ ëÌÅÓÓ wrote: áë> And the fsck: áë> áë> # fsck áë> ** /dev/aacdu0s1a (NO áë> WRITE) Don't run fsck on mounted and used fs It will show wrong info. If you want to force fsck run reboot in single mode, and then run fsck. -- WBR, Anton Yuzhaninov

Re: pf suggestions for paced attack

2010-05-04 Thread Daniel Bye
On Mon, May 03, 2010 at 11:39:33AM -0500, John wrote: > Hi, Matthew. Indeed, yes, you may not recall, but my rules are > based on a set that I originally got from you, and I do, in fact, > have a white list, which I should have mentioned, but some of my > users are "road warriors" and could be com

Re: Apache URL Redirect?

2010-05-04 Thread Nathan Vidican
Use a simple CGI script perhaps? The script can then return whatever headers (including a redirect) you desire. On Mon, May 3, 2010 at 4:09 PM, Chris Maness wrote: > I while back, I set up a podcast using wordpress. I did not use any > special configuration, I just added the files as media, and

sata hdd issues, timeouts'n'failures

2010-05-04 Thread Bogdan Webb
Hi .. i'll be straight to the point, yesterday morning i've experienced some issues with my FreeBSD 7.2 p7 regarding HDD partition error messages. It all started a week ago when out of the bloom a few phpBB3 database tables got corupted and upon reading the messages in /var/log i've saw: May 3 09

Re: pf suggestions for paced attack

2010-05-04 Thread A. Wright
I wrote: If anyone is interested, I can send (or I suppose post) the scripts. Balázs Mátéffy wrote: Would you be so kind to share those scripts? No problem; the scripts are below. I run them both in /usr/local/bin Note the usual caveats about running scripts as root; some squashing of pr

Re: sata hdd issues, timeouts'n'failures

2010-05-04 Thread Aiza
Bogdan Webb wrote: Hi .. i'll be straight to the point, yesterday morning i've experienced some issues with my FreeBSD 7.2 p7 regarding HDD partition error messages. It all started a week ago when out of the bloom a few phpBB3 database tables got corupted and upon reading the messages in /var/lo

Re: Apache URL Redirect?

2010-05-04 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/05/2010 21:09:26, Chris Maness wrote: > I while back, I set up a podcast using wordpress. I did not use any > special configuration, I just added the files as media, and the > podcast software picked up the mp3's. However, now I would like to >

Re: KSE (Kernel Supported Threading) support in FreeBSD 8.0

2010-05-04 Thread Alejandro Imass
On Tue, May 4, 2010 at 5:33 AM, Ivan Voras wrote: > On 05/04/10 00:38, Bruce Cran wrote: [...] > > Note that only KSE was removed; threading is of course fully supported by > other mechanisms. Does anyone know of a paper(s) that compare the different threading model of say FBSD, Linux and OpenSo

Re: sata hdd issues, timeouts'n'failures

2010-05-04 Thread Bogdan Webb
replacing the disk is easy, i'm still curious why this has happend and if it's indeed a hardware issue... now i've tryed to install sysutils/smartmontools and the box simply crashed 2 times (one recovery and last one dead'n'burried) it cracked when it got to ===> Checking if sysutils/smartmontoo

Re: pf suggestions for paced attack

2010-05-04 Thread Paul Mather
On Mon, 3 May 2010 09:41:10 -0500, John wrote: > The script kiddies have apparently figured out that we use some > time-window sensitivity in our adaptive filtering. From sshd, I've > been seeing "reverse mapping checking getaddrinfo ... failed" and > from ftpd (when I have the port open at all,

Re: boot Debian on a RouterStation Pro

2010-05-04 Thread Polytropon
On Mon, 3 May 2010 20:58:33 -0600, Tim Judd wrote: > I read the magazine article title as "to everyone who wants a > linux/unix like system, FreeBSD is the professional choice" While "like" indicates a similarity between Linux and FreeBSD, which is valid because similarities do exist, the heading

6-STABLE + quagga/zebra == Can't bind to stream socket

2010-05-04 Thread Marc G. Fournier
In order to deal with a lack of layer 3 switch, last week I installed Quagga/OSPF on all of my servers, and got it configured. Works *great* on my 7.x servers, but, using the same config (and port), my 6-STABLE boxes all generate the same error when I try and start up zebra: 2010/05/01 01:4

Addition to BSDstats

2010-05-04 Thread Steve Bertrand
Marc, et-al, I wasn't originally going to post this to the list, but I thought that it would be useful to do so in order to try to solicit feedback. There's a suggestion that I have for the server-side of bsdstats. I would find it very useful if the server could track the % of the reporting conne

Re: Strange diskspace loss

2010-05-04 Thread Ron
On May 3, 2010, at 11:02 PM, Anton Yuzhaninov wrote: > On Tue, 4 May 2010 09:51:46 +0400, áÎÔÏÎ ëÌÅÓÓ wrote: > áë> I'm running 7.2-RELEASE amd64. Uptime 24 days. > áë> I was told that server stoped to send emails and started to look at. There > áë> are strange things: > áë> > áë> # df -h > áë> F

Re: Finding out when a child process forks or calls exec

2010-05-04 Thread Dan McNulty
Great! This was what I was looking for. Thanks. -Dan On Mon, May 3, 2010 at 4:39 PM, Dan Nelson wrote: > In the last episode (May 03), Dan McNulty said: >> I am trying to port a debugging tool that uses the ptrace interface from >> Linux to FreeBSD.  From what I can tell, the ptrace interface on

xfs portupgrade problem

2010-05-04 Thread Marco Beishuizen
Hi, After the X.org upgrade to 7.5, xfs fails to upgrade: ===> Building for xfs-1.1.0,1 make all-am /usr/local/bin/xmlto -m ./doc/xfs-design.xsl -o doc pdf ./doc/xfs-design.xml Making portrait pages on letter paper (215.9mmx279.4mm) This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) e

kdelibs3 fails to compile

2010-05-04 Thread Marco Beishuizen
Hi, Compiling kdelibs3 exits with: In file included from kssl.cc:47: ./kopenssl.h:453: error: ISO C++ forbids declaration of 'ASN1_METHOD' with no type ./kopenssl.h:453: error: expected ';' before '*' token ./kopenssl.h:526: error: expected ';' before '(' token ./kopenssl.h:532: error: 'STACK'

compile error kdelibs4

2010-05-04 Thread Marco Beishuizen
Hi, I'm getting an error compiling kdelibs4: /usr/local/include/qptrlist.h: In copy constructor 'QPtrList::QPtrList(const QPtrList&) [with type = QDBusSignature]': /usr/local/include/qt4/QtCore/qmetatype.h:138: instantiated from 'void* qMetaTypeConstructHelper(const T*) [with T = QPtrList]'

Re: Xorg 7.5, XFCE4 and radeon

2010-05-04 Thread Jerry
On Tue, 04 May 2010 14:48:39 -0400 Jimmie articulated: > Along with not being to start xfce4 many times, I've also lost the > resolution of 1600x1200 using any driver. Using the VESA driver I can > get 1280x1024 and start xfce4 all the time, using the radeon, ati or > radeonhd, 1600x1200 is "w

Re: Xorg 7.5, XFCE4 and radeon

2010-05-04 Thread Jamie Griffin
> I cannot believe that this update was vetted thoroughly, however, it is > a little to late to bitch about it now. These sort of problems are > becoming all to common place lately, IMHO. Feeling your frustration here as well. This latest update has caused a lot of us a great deal of problems:

Re: Portsnap metadata is correctly signed, but contains at least one line which appears bogus.

2010-05-04 Thread Eitan Adler
Woops - I missed this email > Eitan Adler wrote: > >> I've been getting the following message a lot lately. >> >> Portsnap metadata is correctly signed, but contains >> at least one line which appears bogus. >> I'm still getting this error even after a complete removal of /var/db/portsnap > If

Hi

2010-05-04 Thread Pablo Salvador Capo
Sorry for this mail, I needed to test my mail server. -- -- Pablo Salvador Capo Internet TEISA San Martín 1310 c/ Dr. Migone Tel: 595 21 613061 Fax: 595 21 601429 psc...@teisa.com.py www.teisa.com.py Asuncion - Paraguay

Re: Xorg 7.5, XFCE4 and radeon

2010-05-04 Thread Warren Block
On Tue, 4 May 2010, Jimmie James wrote: Along with not being to start xfce4 many times, The workaround is to deinstall xfce4-session, or just keep trying until xfce starts. I've also lost the resolution of 1600x1200 using any driver. Using the VESA driver I can get 1280x1024 and start xfce

anybody know if there is a 32-bit distro of pcbsd?

2010-05-04 Thread Gary Kline
last night i started an upgrade on my ubuntu linux via the net. finished this morning, and after thoroughly checking stuff, i can't reboot. (i have multiple copies of stuff everywhere so did not lose much if anything.) this may be the time to give pc-bsd a try. before i surf over, does anybody

Re: anybody know if there is a 32-bit distro of pcbsd?

2010-05-04 Thread Chris Whitehouse
Gary Kline wrote: last night i started an upgrade on my ubuntu linux via the net. finished this morning, and after thoroughly checking stuff, i can't reboot. (i have multiple copies of stuff everywhere so did not lose much if anything.) this may be the time to give pc-bsd a try. before i surf

Re: anybody know if there is a 32-bit distro of pcbsd?

2010-05-04 Thread Andrew Gould
On Tue, May 4, 2010 at 4:14 PM, Gary Kline wrote: > > last night i started an upgrade on my ubuntu linux via the net. > finished this morning, and after thoroughly checking stuff, i > can't reboot.  (i have multiple copies of stuff everywhere so did > not lose much if anything.) this may be the ti

All iz well

2010-05-04 Thread Tina
Hai, Well Come on this wonderful site http://allizwellonline.com . Welcome to and have nice stay here. Allizwell is an information portal for every one. Regards Tina ***

Server disappears from network

2010-05-04 Thread Scott Johnson
I'm running 8.0-release on a Supermicro X7SPA-H with dual GbE. I have the two interfaces bridged (using if_bridge) with em0 connected to my PC and em1 to a 100Mb router. After days of uptime, em1 will suddenly stop responding to anything. I cannot ping it from the router, and I cannot ping the rou

Configuring IP for USB network device

2010-05-04 Thread Carmel
I am undoubtedly doing something very wrong here. I downloaded a driver for a Ralink2870 chip and installed it. Seems to work fine. I placed this in my '/etc/rc.conf' file: ### Wireless ### wlans_rt28700="wlan0" ifconfig_wlan0="DHCP WPA" This was all ready there: ifconfig_nfe0="DHCP" -

Re: Addition to BSDstats

2010-05-04 Thread Fbsd1
Steve Bertrand wrote: Marc, et-al, I wasn't originally going to post this to the list, but I thought that it would be useful to do so in order to try to solicit feedback. There's a suggestion that I have for the server-side of bsdstats. I would find it very useful if the server could track the

Re: anybody know if there is a 32-bit distro of pcbsd?

2010-05-04 Thread Gary Kline
On Tue, May 04, 2010 at 04:32:51PM -0500, Andrew Gould wrote: > On Tue, May 4, 2010 at 4:14 PM, Gary Kline wrote: > > > > last night i started an upgrade on my ubuntu linux via the net. > > finished this morning, and after thoroughly checking stuff, i > > can't reboot.  (i have multiple copies of

bsd server

2010-05-04 Thread Lion
hello, I would like hire server and dealing with hosting and I would like to use freebsd. What version will be the best for me must include possibility to install databases, making backups, working with virtual terminal. Thanks Regards TM ___ free

Re: pf suggestions for paced attack

2010-05-04 Thread Brandon Gooch
On Tue, May 4, 2010 at 7:55 AM, A. Wright wrote: > > I wrote: >>> >>> If anyone is interested, I can send (or I suppose post) the scripts. > > Balázs Mátéffy wrote: > >> Would you be so kind to share those scripts? > > No problem; the scripts are below. > [SNIP APOLOGY] I've been meaning to writ

Re: Addition to BSDstats

2010-05-04 Thread Marc G. Fournier
The backend to bsdstats.org is load balanced behind an haproxy backend, with only the IP of haproxy being passed back into it ... one of the key issues that was brought up from day one was security and anonymity(sp?) of those submitting, and we've taken that *very* seriously ... other then the

Re: Addition to BSDstats

2010-05-04 Thread Marc G. Fournier
On Wed, 5 May 2010, Fbsd1 wrote: BSDSTATS is dead. Don't waste your time. Not dead, still very active with reports in daily ... I am a retired American who is now living in the Philippines. All during RELEASE 7.0, 7.1, 7.2, and now 8.0 I have been running the bsdstats port on my single syst

Re: Addition to BSDstats

2010-05-04 Thread Marc G. Fournier
On Tue, 4 May 2010, Marc G. Fournier wrote: On Wed, 5 May 2010, Fbsd1 wrote: Most odd ... what is in your /var/db/bsdstats file ... ? I've had no reports of problems in many months now ... Don't worry about it, found and fixed that bug ... it had to do with trying to masquarade behind hapr

Re: Server disappears from network

2010-05-04 Thread Adam Vande More
On Tue, May 4, 2010 at 4:31 PM, Scott Johnson wrote: > > What can I do to further diagnose this problem next time it happens? > The only other computer on the network is my WinXP desktop. > IIRC, there was a memory leak in the em driver for 8.0. That and a bunch of other improvments to the em d

Re: Addition to BSDstats

2010-05-04 Thread Gary Kline
On Tue, May 04, 2010 at 09:12:21PM -0300, Marc G. Fournier wrote: > On Wed, 5 May 2010, Fbsd1 wrote: > > >BSDSTATS is dead. Don't waste your time. > > Not dead, still very active with reports in daily ... > i see a golden opportunity here, marc. why not post the basic onlist n

Re: Addition to BSDstats

2010-05-04 Thread Marc G. Fournier
On Tue, 4 May 2010, Gary Kline wrote: On Tue, May 04, 2010 at 09:12:21PM -0300, Marc G. Fournier wrote: On Wed, 5 May 2010, Fbsd1 wrote: BSDSTATS is dead. Don't waste your time. Not dead, still very active with reports in daily ... i see a golden opportunity here, marc. why not

Re: Xorg 7.5, XFCE4 and radeon

2010-05-04 Thread Jimmie James
On 05/04/10 17:03, Warren Block wrote: On Tue, 4 May 2010, Jimmie James wrote: Along with not being to start xfce4 many times, The workaround is to deinstall xfce4-session, or just keep trying until xfce starts. This let's me start XFCE4 I've also lost the resolution of 1600x1200 using an

Re: bsd server

2010-05-04 Thread Tim Judd
On 5/4/10, Lion wrote: > hello, > > I would like hire server and dealing with hosting and I would like to > use freebsd. > What version will be the best for me must include possibility to install > databases, making backups, working with virtual terminal. > > Thanks Regards > TM Check pairLite h

Re: Addition to BSDstats

2010-05-04 Thread Fbsd1
Marc G. Fournier wrote: On Tue, 4 May 2010, Marc G. Fournier wrote: Don't worry about it, found and fixed that bug ... it had to do with trying to masquarade behind haproxy, so it looked like all systems were coming in from Panama if they were running the newest code ... which means alot of p

Re: Addition to BSDstats

2010-05-04 Thread Brian Callahan
On Tue, May 4, 2010 at 11:40 PM, Fbsd1 wrote: > Marc G. Fournier wrote: > >> On Tue, 4 May 2010, Marc G. Fournier wrote: >> >> Don't worry about it, found and fixed that bug ... it had to do with >> trying to masquarade behind haproxy, so it looked like all systems were >> coming in from Panama i

Re: Addition to BSDstats

2010-05-04 Thread Marc G. Fournier
can you tell me two things: nslookup rpt.bsdstats.org and the contents of /var/db/bsdstats the results should have showed up instantly on the web site ... but, just checking the database, I do find a connection from PH today at 2010-05-05 03:30:12.196478 ... and the country stats does show