error in php5 make install

2009-03-14 Thread Fbsd1
Turn off all options accept Apache module === php5-5.2.9 depends on file: /usr/local/bin/autoconf-2.62 - found === php5-5.2.9 depends on executable: pkg-config - found === php5-5.2.9 depends on shared library: xml2.5 - found === Configuring for php5-5.2.9 cannot create

Re: best archiver? (for music)

2009-03-14 Thread Wojciech Puchar
lame -h -b 96 - i was able to tell the difference on every song, but it wasn't really huge deal. hm. oh, yeah, my new box has to have a superior soundcard. and i'll pony up for even better speakers too. (so when i'm ready, i'll ask what's best. maybe find

Re: issues in XFCE 4.6

2009-03-14 Thread Keith Seyffarth
Your problem is not xfce but xorg. It went through massive changes in 7.1 and it's now mandatory to have a /etc/X11/xorg.conf. You have to add Option AllowEmptyInput Off statement as last line in ServerLayout section. Doing console command Xorg -config /etc/X11/xorg.conf will build you

Re: issues in XFCE 4.6

2009-03-14 Thread Fbsd1
Keith Seyffarth wrote: Your problem is not xfce but xorg. It went through massive changes in 7.1 and it's now mandatory to have a /etc/X11/xorg.conf. You have to add Option AllowEmptyInput Off statement as last line in ServerLayout section. Doing console command Xorg -config /etc/X11/xorg.conf

Re: Anonymizer tool like Tor?

2009-03-14 Thread Wojciech Puchar
through a GELI encrypted GEOM. (No plain-text ever touches the disk.) much better - use keyboard password. Edit the rc.conf file to spoof the Ethernet (MAC) hardware address to be a new pseudo-random value at each boot. Configure the system to automatically receive an IP address via DHCP.

Re: error in php5 make install

2009-03-14 Thread Peter
Fbsd1 wrote: Turn off all options accept Apache module === php5-5.2.9 depends on file: /usr/local/bin/autoconf-2.62 - found === php5-5.2.9 depends on executable: pkg-config - found === php5-5.2.9 depends on shared library: xml2.5 - found === Configuring for php5-5.2.9 cannot

Re: best archiver? (for music)

2009-03-14 Thread Roland Smith
On Fri, Mar 13, 2009 at 08:05:59PM -0700, Gary Kline wrote: lame -h -V 3 - nobody could tell the difference, it gives 200kbps bitrate lame -h -b 192 - as above lame -h -b 128 - they were able to tell difference, but not on all music/songs lame -h -b 96 - i was able to tell the

Re: best archiver? (for music)

2009-03-14 Thread Wojciech Puchar
There is a special codec for speech. You'll find it the audio/speex port. From the pkg-descr: actually i use it with asterisk - at about 15kbps (VBR) there are audible differences between this and standard 64kbps a-law - but the differences are POSITIVE - speech sounds clearer! The

make buildworld in parallel

2009-03-14 Thread Olivier Nicole
Hi, Is it valid to use the option -j in the make of buildworld? Like: make -j 8 buildworld TIA Olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Logcheck errors after cvsup

2009-03-14 Thread Marco Beishuizen
Hi, I cvsupped my portstree yesterday and updated my system with portupgrade -a. All went well except for logcheck. Since the cvsup I don't receive the normal hourly mail with the results of the checking in my mailbox but the following (the subject of the mail is: Cron logch...@yokozuna if [

Re: sed error unescaped newline inside substitute pattern

2009-03-14 Thread Mike Clarke
On Friday 13 March 2009, David Banning wrote: Yes - I have control of that - so I could filter out the problem in php. The only problem is that I don't know what I am filtering. If I know exactly what the erroneous characters are I could filter them - I have looked at the file in vi but the

make installworld fails on RELEASE6.4 amd64

2009-03-14 Thread Olivier Nicole
Hi, I am facing a problem that I cannot solve when trying to reinstall wolrd on 6.4 amd 64. On a brand new machine (Dell powerEdge 2950) I install RELEASE 6.4 amd64: FreeBSD ufo2.cs.ait.ac.th 6.4-RELEASE FreeBSD 6.4-RELEASE #0: Wed Nov 26 08:37:42 UTC 2008

boot loader I/O through ethernet

2009-03-14 Thread Cipta H
Hello, First of all, I'm new around here so please forgive me if I asked a stupid question. More and more systems are made without serial ports these days. This means I can't access the loader prompt on FreeBSD without a monitor and keyboard, which is an annoyance. So my question is, is there a

Re: boot loader I/O through ethernet

2009-03-14 Thread Olivier Nicole
Hi, More and more systems are made without serial ports these days. This means I can't access the loader prompt on FreeBSD without a monitor and keyboard, which is an annoyance. So my question is, is there a way to channel input and output of the loader through LAN / Ethernet by software

Re: error in php5 make install

2009-03-14 Thread Fbsd1
Peter wrote: Fbsd1 wrote: Turn off all options accept Apache module === php5-5.2.9 depends on file: /usr/local/bin/autoconf-2.62 - found === php5-5.2.9 depends on executable: pkg-config - found === php5-5.2.9 depends on shared library: xml2.5 - found === Configuring for php5-5.2.9

Re: best archiver? (for music)

2009-03-14 Thread Jan Henrik Sylvester
Gary Kline wrote: my hearing is exceptionally good and while call myself an audiophile, [...] lectures. when i tried to cut the quality even by a bit it was evident immediately. rar compresses these file to If you care for quality (and call yourself an audiophile), you should read up on

Bizarre behaviour of Linux binary under 7.1

2009-03-14 Thread Christopher Key
Hello, I recently upgraded from 6.3 (i386) to 7.1p3 (amd64) with a view to experimenting with zfs. Mostly, everything went smoothly, but I am getting some very odd behaviour from a linux utility. The program is very simple, it has two executables, A and B. A is invoked by the user, and

Re: best archiver? (for music)

2009-03-14 Thread Wojciech Puchar
For the same reason, you do not convert between lossy formats. Each might give different kinds of artifacts that you do not want to combine. (Of especially true with mp3 and ogg Are you sure you can hear the difference between your flac originals and --preset standard lame encoded mp3?

Re: sys/vimage.h and net/opt_inet6 not exist on 7.1 release?

2009-03-14 Thread Nikos Vassiliadis
Jacky Oh wrote: Hi, Im trying to compile sys/netinet/ip_fw_pfil.c as example of KLD firewall module. This file include net/opt_inet6.h and sys/vimage.h but the compiler dont find it. This files seems that was deleted from the source tree. Anyone know something?. Thanks sys/vimage.h is not

Re: Bizarre behaviour of Linux binary under 7.1

2009-03-14 Thread Michael Powell
Christopher Key wrote: Hello, I recently upgraded from 6.3 (i386) to 7.1p3 (amd64) with a view to experimenting with zfs. Mostly, everything went smoothly, but I am getting some very odd behaviour from a linux utility. The program is very simple, it has two executables, A and B. A is

Re: boot loader I/O through ethernet

2009-03-14 Thread Wojciech Puchar
question. More and more systems are made without serial ports these days. This means I can't access the loader prompt on FreeBSD without a monitor and keyboard, which is an annoyance. So my question is, is there a way to channel input and output of the loader through LAN / Ethernet by software

Re: Logcheck errors after cvsup

2009-03-14 Thread Patrick Lamaizière
Le Sat, 14 Mar 2009 10:48:58 +0100, Marco Beishuizen mb...@xs4all.nl: I cvsupped my portstree yesterday and updated my system with portupgrade -a. All went well except for logcheck. Since the cvsup I don't receive the normal hourly mail with the results of the checking in my mailbox but the

Re: Bizarre behaviour of Linux binary under 7.1

2009-03-14 Thread Christopher Key
On Mar 14 2009, Michael Powell wrote: Christopher Key wrote: Hello, I recently upgraded from 6.3 (i386) to 7.1p3 (amd64) with a view to experimenting with zfs. Mostly, everything went smoothly, but I am getting some very odd behaviour from a linux utility. The program is very simple, it

Re: issues in XFCE 4.6

2009-03-14 Thread Keith Seyffarth
As i said the packages worked for me. Blow away the xfce and xorg ports and do the xorg mega package and the xfce mega package. if that fails then bkup your user data and install a clean virgin version of 7.1 and the xorg and xfce packages. Does anyone have an option other than blowing

Re: the pause that removes

2009-03-14 Thread Lowell Gilbert
prad p...@towardsfreedom.com writes: one of the neat things i've found about freebsd vs linux is the 'instantaneous' rm. when you remove a large file or a substantial directory, freebsd does it right away ard you get your prompt back, while with every linux i've tried, you wait and wait and

Re: Anyone runs 7.1 with an IBM X3650 (64 bits ARCH) ?

2009-03-14 Thread Artis Caune
2009/3/13 Frank Bonnet f.bon...@esiee.fr: Hello Everything is in the subject :-) Thanks for any infos Purpose is migration of a mailhub We have some weird problems with sata disks, sas works just great. (ServeRAID 8k) 3Gbps not working, we get lot of aac cmd timeouts. IBM support cooked

Re: Bizarre behaviour of Linux binary under 7.1

2009-03-14 Thread Boris Samorodov
On 14 Mar 2009 12:29:39 + Christopher Key wrote: After appropriate use of truss invoking B directly, I found that the source of problems was B being unable to create its output file /tmp/...: linux_open(/tmp/1234.tmp,0x42,0600)ERR#13 'Permission denied' which is odd. /tmp

Re: Logcheck errors after cvsup

2009-03-14 Thread Marco Beishuizen
On Saturday 14 March 2009 14:35:36 Patrick Lamaizière wrote: Le Sat, 14 Mar 2009 10:48:58 +0100, Marco Beishuizen mb...@xs4all.nl: I cvsupped my portstree yesterday and updated my system with portupgrade -a. All went well except for logcheck. Since the cvsup I don't receive the normal

Re: best archiver? (for music)

2009-03-14 Thread ChenLong
I use ape :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Unlimited storage?

2009-03-14 Thread Roger Olofsson
Dear Mailing List, What would this look like for FreeBSD? --- Many servers with local HDs One (1) storage for all servers using local HDs on all servers (RAID) File system that allows growth (also negative growth) --- What components and software would be required? /R

Portinstall insists on rebuilding openldap client

2009-03-14 Thread Robert Fitzpatrick
I was trying to install samba and it keeps wanting to build the openldap client package that I already have installed. I really don't want to mess with that as it is also supporting other packages for the mail system. Why would it be wanting to build a package that is already installed? mx1# ls

Re: the pause that removes

2009-03-14 Thread prad
On Sat, 14 Mar 2009 11:02:48 -0400 Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: I've never noticed that large directory trees were instantaneous to remove on any filesystem. that's true too. even fbsd isn't really quick on large trees, but on large files, i get to use my

Re: Bizarre behaviour of Linux binary under 7.1

2009-03-14 Thread Christopher Key
On Mar 14 2009, Boris Samorodov wrote: Please, compare /compat/linux/ directory structures between an old and new installation. It seems to me that you have /compat/linux/tmp directory at the new one. It shouldn't exist. WBR Thanks Boris, On the new installation, I do have a

Re: the pause that removes

2009-03-14 Thread andrew clarke
On Thu 2009-03-12 22:37:13 UTC-0700, prad (p...@towardsfreedom.com) wrote: one of the neat things i've found about freebsd vs linux is the 'instantaneous' rm. when you remove a large file or a substantial directory, freebsd does it right away ard you get your prompt back, while with every

Re: the pause that removes

2009-03-14 Thread Wojciech Puchar
I've been under the impression that this (fast deletes) had something indeed. FreeBSD actually postpones free space bitmap update. after deleting many gigs of files you'll see disk working after a while. ___ freebsd-questions@freebsd.org mailing

Re: the pause that removes

2009-03-14 Thread prad
On Sat, 14 Mar 2009 20:34:39 +0100 (CET) Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: indeed. FreeBSD actually postpones free space bitmap update. after deleting many gigs of files you'll see disk working after a while. excellent! so is this a freebsd thing or a ufs filesystem thing?

Re: the pause that removes

2009-03-14 Thread Wojciech Puchar
indeed. FreeBSD actually postpones free space bitmap update. after deleting many gigs of files you'll see disk working after a while. excellent! so is this a freebsd thing or a ufs filesystem thing? for sure FreeBSD implementation of UFS ;) i'm not sure how about UFS on other OS.

Re: Bizarre behaviour of Linux binary under 7.1

2009-03-14 Thread Boris Samorodov
On 14 Mar 2009 18:09:03 + Christopher Key wrote: On Mar 14 2009, Boris Samorodov wrote: Please, compare /compat/linux/ directory structures between an old and new installation. It seems to me that you have /compat/linux/tmp directory at the new one. It shouldn't exist. Thanks Boris,

Re: issues in XFCE 4.6

2009-03-14 Thread Keith Seyffarth
As i said the packages worked for me. Blow away the xfce and xorg ports and do the xorg mega package and the xfce mega package. if that fails then bkup your user data and install a clean virgin version of 7.1 and the xorg and xfce packages. It looks like this was a step in the WRONG

Re: issues in XFCE 4.6

2009-03-14 Thread Polytropon
On Sat, 14 Mar 2009 15:43:53 -0600 (MDT), Keith Seyffarth w...@weif.net wrote: Anyone have another suggestion? At this point, I need to get X installed so I can even consider a window manager. What about using pkg_add for X and the other ports it depends on? Check if the binary packages are new

Re: issues in XFCE 4.6

2009-03-14 Thread Erik Trulsson
On Sat, Mar 14, 2009 at 03:43:53PM -0600, Keith Seyffarth wrote: As i said the packages worked for me. Blow away the xfce and xorg ports and do the xorg mega package and the xfce mega package. if that fails then bkup your user data and install a clean virgin version of 7.1 and the

Re: issues in XFCE 4.6

2009-03-14 Thread Warren Block
On Sat, 14 Mar 2009, Keith Seyffarth wrote: As i said the packages worked for me. Blow away the xfce and xorg ports and do the xorg mega package and the xfce mega package. if that fails then bkup your user data and install a clean virgin version of 7.1 and the xorg and xfce packages. It

Re: bsd vs gpl

2009-03-14 Thread Chris Rees
2009/3/11 David Kelly dke...@hiwaay.net: On Wed, Mar 11, 2009 at 01:20:18AM -0700, prad wrote: i've not paid much attention to licensing philosophy i the past, because for me it was always windoze vs the goodguys. however, recently i've become aware of there being a chasm within the goodguys

Re: bsd vs gpl

2009-03-14 Thread Chris Rees
2009/3/11 David Kelly dke...@hiwaay.net: On Wed, Mar 11, 2009 at 01:20:18AM -0700, prad wrote: i've not paid much attention to licensing philosophy i the past, because for me it was always windoze vs the goodguys. however, recently i've become aware of there being a chasm within the goodguys

The FreeBSD Diary: 2009-03-14

2009-03-14 Thread Dan Langille
The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the

Linux Java Update?

2009-03-14 Thread Frank Jahnke
I'm setting up a new i386 computer, and I always include a complete Linux browser (usually Opera), including plugins. I went to the linux-sun-jre16 port, and I find a disagreement on the jre version number requested in the port (u3) versus what Sun has on their web site as their latest (u12).

who broke snd_hda?

2009-03-14 Thread Jimmie James
I have no sound anymore, from anything, no matter what device I point an application at. Today I have no sound with a new world/kernel: from dmesg hdac0: HDA Codec #0: Realtek ALC880 pcm0: HDA Realtek ALC880 PCM #0 Digital at cad 0 nid 1 on hdac0 pcm1: HDA Realtek ALC880 PCM #1 Analog at cad 0

RE: who broke snd_hda? SOLVED

2009-03-14 Thread Jimmie James
hw.snd.default_unit=1 -- This has fixed everything, from the looks of it. Not 100% sure what =1 means, but I have sound now. No line in/rec/CD volume controls, but working on that. /back to man pages mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75

Re: best archiver? (for music)

2009-03-14 Thread Gary Kline
On Sat, Mar 14, 2009 at 08:26:02AM +0100, Roland Smith wrote: On Fri, Mar 13, 2009 at 08:05:59PM -0700, Gary Kline wrote: lame -h -V 3 - nobody could tell the difference, it gives 200kbps bitrate lame -h -b 192 - as above lame -h -b 128 - they were able to tell difference, but not on all

Re: best archiver? (for music)

2009-03-14 Thread Wojciech Puchar
listened-to (kttsd) the man lame. Then surfed around; then came back to the man page and read the several examples. So: the idea is that lame [just] converts WAV files to mp3. There is a as every good unix tool - it does exactly what is supposed to do. nobody forbids

GELI full disk, booting from thumb drive - can't get to /usr?

2009-03-14 Thread bob
I've been trying to set up a system (7.0 Release) with full-disk encryption, using GELI, and booting from a thumb drive. When booting, it gets as far as asking me for the passphrases of the various encrypted disks; when I give them, GELI indicates that it successfully attached to each, but after

Re: best archiver? (for music)

2009-03-14 Thread Gary Kline
On Sat, Mar 14, 2009 at 08:36:25AM +0100, Wojciech Puchar wrote: There is a special codec for speech. You'll find it the audio/speex port. From the pkg-descr: actually i use it with asterisk - at about 15kbps (VBR) there are audible differences between this and standard 64kbps a-law - but

Re: GELI full disk, booting from thumb drive - can't get to /usr?

2009-03-14 Thread bob
Whoops - two mistakes in my original email: First, the following fstab line is a typo (in my original email, not in my actual fstab): /dev/ad11.elif /disk2 ufs rw 2 0 It actually ends in a 2, not a 0. Second, when I typed the following: Here is my fstab, which is the same in

Re: best archiver? (for music)

2009-03-14 Thread Gary Kline
On Sun, Mar 15, 2009 at 05:18:06AM +0100, Wojciech Puchar wrote: listened-to (kttsd) the man lame. Then surfed around; then came back to the man page and read the several examples. So: the idea is that lame [just] converts WAV files to mp3. There is a as every good unix