Re: PHP upgrade fails

2010-05-21 Thread Matthias Fechner
Hi, Am 21.05.10 02:23, schrieb Zbigniew Szalbot: I think something is wrong. It may be that I upgraded the wrong php port? My initial command was portupgrade php\* it is always a good advice to check /usr/ports/UPDATING before you start upgrading anything, there is a manual in how to

Re: Zpool import failure, metadata checksum fails 8.0-RELEASE

2010-05-21 Thread Joseph Lenox
Update -- Updated to 8.0-STABLE (tagged 8.1-PRERELEASE), zpool is sitting at tx-tx state (according to top). The root cause of this was apparently an enabled write cache on the sata controller (an adaptec model, can handle its own RAID5)+inopportune power failure; I've disabled it going

Re: Terminal thinks start of line is first character of previous line

2010-05-21 Thread Eitan Adler
On Fri, May 21, 2010 at 1:34 AM, Polytropon free...@edvax.de wrote: On Fri, 21 May 2010 01:02:04 +0300, Eitan Adler li...@eitanadler.com wrote: For some reason the output of my terminal at times seems to put the first character of a line as the last character of the previous line. This occurs

Re: File system

2010-05-21 Thread Eitan Adler
gjournal will replay all write attempts (metadata and data) before the failure, so you should be relatively sure that all writes are done correctly. As I understand it journals work by writing to disk a log of all the changes that have to be made - waits for confirmation that it wrote the data

phpmyadmin apache22

2010-05-21 Thread Fbsd1
Tried 'make install' on phpmyadmin port and got not found errors on php5-filter, php5-session, php5-ctype, php5-mysql all of which were all ready installed by pkg_add. Pkg_info verifies that they are there. And of course I have compiled php5 with the apache module. I have apache13 phpmyadmin

FreeBSD 8.1-PRERELEASE: property 'jailed' not supported on FreeBSD: permission denied

2010-05-21 Thread Eugene Mitrofanov
Hi The command zfs set jailed=on tank/s1 is failed with the message property 'jailed' not supported on FreeBSD: permission denied. Output of zfs get jailed tank/s1 shows me that the property jailed is still exists: NAME PROPERTY VALUESOURCE tank/s1 jailedoff default How can

Re: Seamonkey 2.0.4: crash crash crash post-update

2010-05-21 Thread J. Altman
The Cairo patch has remedied this for me. Thanks to the maintainer who patched; and Barbara, who reported the bug correctly. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: phpmyadmin apache22

2010-05-21 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/2010 12:39:44, Fbsd1 wrote: Tried 'make install' on phpmyadmin port and got not found errors on php5-filter, php5-session, php5-ctype, php5-mysql all of which were all ready installed by pkg_add. Pkg_info verifies that they are there. And

Re: phpmyadmin apache22

2010-05-21 Thread Fbsd1
Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/2010 12:39:44, Fbsd1 wrote: Tried 'make install' on phpmyadmin port and got not found errors on php5-filter, php5-session, php5-ctype, php5-mysql all of which were all ready installed by pkg_add. Pkg_info verifies

Apache22 Upgrade Failure

2010-05-21 Thread Odhiambo Washington
Hiya, Did I miss something? Trying to upgrade apache22 on my FreeBSD boxes results in: --- Installing 'apache-2.2.15_8' from a port (www/apache22) --- Building '/usr/ports/www/apache22' === Cleaning for apache-2.2.15_8 To enable a module category: WITH_CATEGORY_MODULES To disable a module

Apache22 Upgrade Failure

2010-05-21 Thread Odhiambo Washington
Hiya, Did I miss something? Trying to upgrade apache22 on my FreeBSD boxes results in: --- Installing 'apache-2.2.15_8' from a port (www/apache22) --- Building '/usr/ports/www/apache22' === Cleaning for apache-2.2.15_8 To enable a module category: WITH_CATEGORY_MODULES To disable a module

Re: Apache22 Upgrade Failure

2010-05-21 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/2010 16:00:59, Odhiambo Washington wrote: Did I miss something? Trying to upgrade apache22 on my FreeBSD boxes results in: See the /usr/ports/UPDATING entry for 20100518. Apache now requires apr rather than it being optional. To upgrade

Re: Apache22 Upgrade Failure

2010-05-21 Thread Odhiambo Washington
On Fri, May 21, 2010 at 4:08 PM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/2010 16:00:59, Odhiambo Washington wrote: Did I miss something? Trying to upgrade apache22 on my FreeBSD boxes results in: See the

Re: phpmyadmin apache22

2010-05-21 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/2010 14:54:20, Fbsd1 wrote: pkg_info -Ix php ap22-php5-5.3.2 PHP Scripting Language Version 5.3.2 php5-bz2-5.2.11 The bz2 shared extension for php php5-ctype-5.2.11 The ctype shared extension for php php5-filter-5.2.11

Re: Apache22 Upgrade Failure

2010-05-21 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/2010 16:12:23, Odhiambo Washington wrote: BTW, FreeBSD lists now have a tag in the subject?? I almost thought I mailed the wrong address, only to realize it's something new. No -- that's the on-going saga of the Idiot and the Clueless

threads and malloc/free on freebsd 8.0

2010-05-21 Thread Vikash Badal
Greetings. Excuse me if this is a stupid questions. I have a thread socket application that seems to be behaving strangely In a worker thread, I have the following. CODE--- LogMessage(DEBUG_0, allocated %ld, malloc_usable_size(inst)); free(inst); LogMessage(DEBUG_0,

Re: Playing Ogg Vorbis files with Audacious

2010-05-21 Thread Carl Johnson
Roland Smith rsm...@xs4all.nl writes: On Thu, May 20, 2010 at 08:04:58PM -0700, Carl Johnson wrote: I just installed the package for the audio player audacious and I discovered that it won't recognize ogg vorbis files. I installed the audacious-plugins package, but I don't see any vorbis

Re: Bash lockups

2010-05-21 Thread Carl Johnson
Giorgos Keramidas keram...@ceid.upatras.gr writes: On Wed, 19 May 2010 16:14:52 -0700, Carl Johnson ca...@peak.org wrote: I have been experimenting with FreeBSD for a while, and I consistently get bash lockups at irregular intervals when it is otherwise idle. By lockup, I mean that it stops

Re: PHP upgrade fails

2010-05-21 Thread Zbigniew Szalbot
Hello, it is always a good advice to check /usr/ports/UPDATING before you start upgrading anything, there is a manual in how to upgrade php to version 5.3 without problems (as far your application runs with 5.3). Absolutely so! I wish I had done that. I still have a strange problem. PHP seems

Apache22 Upgrade Failure

2010-05-21 Thread Robert Huff
Odhiambo Washington writes: Did I miss something? Trying to upgrade apache22 on my FreeBSD boxes results in: Have you read /usr/ports/UPDATING? Robert Huff ___ freebsd-questions@freebsd.org

Re: PHP upgrade fails

2010-05-21 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/05/2010 19:01:40, Zbigniew Szalbot wrote: I cannot find php5-pdf* which I was trying to install. It's called pecl-pdflib Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard

HM55

2010-05-21 Thread Chip Camden
I'm posting about this issue again now that I know more about what I'm talking about. My ASUS notebook has integrated Intel HD graphics in the HM55 chipset. The intel driver for Xorg does not recognize it. I have tried hacking the device ID (0x0046) into the various supplied Intel drivers, with

Re: How long do you go without upgrading FreeBSD to a newer release?

2010-05-21 Thread Hans Ivers
On May 16, 11:42 am, Dan Naumov dan.nau...@gmail.com wrote: Hello folks Just a thought/question that has recently come to my mind: How long do you usually wait until upgrading to a newer release of FreeBSD? I am sure there are lots of people who upgrade straight away, but what about the

how do i use a memory stick on freebsd?

2010-05-21 Thread Gary Kline
guys, my wife emptied a bunch of files onto her memory stick; the pc is not here. i have never used one of these devices before and want to know how, if it is possible, to read her dos/lose material from my bsd system. 7.3, dell, plenty of disk, and yes, i know where the usb slot it! do i

Re: threads and malloc/free on freebsd 8.0

2010-05-21 Thread Dan Nelson
In the last episode (May 21), Vikash Badal said: Excuse me if this is a stupid questions. I have a thread socket application that seems to be behaving strangely In a worker thread, I have the following. CODE--- LogMessage(DEBUG_0, allocated %ld, malloc_usable_size(inst));

Re: how do i use a memory stick on freebsd?

2010-05-21 Thread Jerry McAllister
On Fri, May 21, 2010 at 12:03:42PM -0700, Gary Kline wrote: guys, my wife emptied a bunch of files onto her memory stick; the pc is not here. i have never used one of these devices before and want to know how, if it is possible, to read her dos/lose material from my bsd system. 7.3,

Re: how do i use a memory stick on freebsd?

2010-05-21 Thread Polytropon
On Fri, 21 May 2010 12:03:42 -0700, Gary Kline kl...@thought.org wrote: guys, my wife emptied a bunch of files onto her memory stick; the pc is not here. i have never used one of these devices before and want to know how, if it is possible, to read her dos/lose material from my bsd

Re: threads and malloc/free on freebsd 8.0

2010-05-21 Thread Anoop Kumar Narayanan
I think glibc uses asynchronous free, as in it doesn't free the memory immediately. So even though the memory is free'd its still part of the process's address space but present in the free pool and so it doesn't crash. -Anoop On Sat, May 22, 2010 at 12:48 AM, Dan Nelson dnel...@allantgroup.com

Re: Bash lockups

2010-05-21 Thread Giorgos Keramidas
On Fri, 21 May 2010 09:30:05 -0700, Carl Johnson ca...@peak.org wrote: Giorgos Keramidas keram...@ceid.upatras.gr writes: Does this lock-up happen if you leave the shell 'idle' for too long over an ssh session? There may be problems with stateful connection tracking between your terminal and

Re: threads and malloc/free on freebsd 8.0

2010-05-21 Thread Dan Nelson
In the last episode (May 22), Anoop Kumar Narayanan said: I think glibc uses asynchronous free, as in it doesn't free the memory immediately. So even though the memory is free'd its still part of the process's address space but present in the free pool and so it doesn't crash. FreeBSD

Re: Playing Ogg Vorbis files with Audacious

2010-05-21 Thread Gary Kline
On Fri, May 21, 2010 at 09:20:56AM -0700, Carl Johnson wrote: Roland Smith rsm...@xs4all.nl writes: On Thu, May 20, 2010 at 08:04:58PM -0700, Carl Johnson wrote: I just installed the package for the audio player audacious and I discovered that it won't recognize ogg vorbis files. I

Re: Playing Ogg Vorbis files with Audacious

2010-05-21 Thread Polytropon
On Fri, 21 May 2010 13:46:16 -0700, Gary Kline kl...@thought.org wrote: i can no longer get my freebsd to play my cd's. audio-cd. k3b does regonize it in my second optical. i am trying to transfer it from cd to ~/Music. [[and no, i didn't steal this disc. i own tape

Re: how do i use a memory stick on freebsd?

2010-05-21 Thread Roland Smith
On Fri, May 21, 2010 at 12:03:42PM -0700, Gary Kline wrote: guys, my wife emptied a bunch of files onto her memory stick; the pc is not here. i have never used one of these devices before and want to know how, if it is possible, to read her dos/lose material from my bsd system. 7.3,

Re: Playing Ogg Vorbis files with Audacious

2010-05-21 Thread Roland Smith
On Fri, May 21, 2010 at 01:46:16PM -0700, Gary Kline wrote: i hope i'm not stealing this thread but here goes. i can no longer get my freebsd to play my cd's. audio-cd. k3b does regonize it in my second optical. i am trying to transfer it from cd to ~/Music. [[and

Re: Bash lockups

2010-05-21 Thread Carl Johnson
Giorgos Keramidas keram...@ceid.upatras.gr writes: On Fri, 21 May 2010 09:30:05 -0700, Carl Johnson ca...@peak.org wrote: Giorgos Keramidas keram...@ceid.upatras.gr writes: Does this lock-up happen if you leave the shell 'idle' for too long over an ssh session? There may be problems with

Re: Apache22 Upgrade Failure

2010-05-21 Thread Odhiambo Washington
On Fri, May 21, 2010 at 9:35 PM, Robert Huff roberth...@rcn.com wrote: Odhiambo Washington writes: Did I miss something? Trying to upgrade apache22 aon my FreeBSD boxes results in: Have you read /usr/ports/UPDATING? I hope that bug (of not reading /usr/ports/UPDATING) doesn't

Re: [#24512320] Re: Apache22 Upgrade Failure

2010-05-21 Thread Odhiambo Washington
Is someone saying that FreeBSD lists are not hosted on Mailman? Or is the list admin on holiday on the space station? Mailman supports regexes for blocking, IIRC. On Sat, May 22, 2010 at 1:46 AM, Robert Huff roberth...@rcn.com wrote: Hello, This is an automated response to inform you that

an ACK, still here...

2010-05-21 Thread Gary Kline
wait, let me check my pulse before saying i'm still here. ...well, cant find it, so this may be the ghost of guerre and not gar:gare:gary. anyhow, yet more has hit the rotors. as usual, my face was right there. anyway, this is thanks and an ACK mostly to polyt and roland. i will get

Re: [#24512320] Re: Apache22 Upgrade Failure

2010-05-21 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22/05/2010 24:01:52, Odhiambo Washington wrote: Is someone saying that FreeBSD lists are not hosted on Mailman? Or is the list admin on holiday on the space station? Mailman supports regexes for blocking, IIRC. Check the message headers: the