Crash when trying to rsync to external NTFS-formatted HD

2013-03-25 Thread Leslie Jensen
Hello list. I'm trying the following on my 9.1-RELEASE #0 system: Mounting the external HD ntfs-3g /dev/da0s1 /mnt/backup/ And doing rsync -av /home/les /mnt/backup/BSD_backup/ I get Building incremental file list for about one minute then my system freezes and reboots. I'm aware that

Re: snd_hda and front headphones jack

2013-03-25 Thread David Demelier
Try something like : In /boot/device.hints hint.hdaa.4.nid31.config=as=1 seq=0 # or seq=1 if does not work hint.hdaa.4.nid25.config=as=1 seq=15 Also don't forget to add hw.snd.default_unit=4 in your /etc/sysctl.conf Regards, 2013/3/12 Mark Felder f...@feld.me: Hi guys, I seem to be having

stupid portmaster question

2013-03-25 Thread Aryeh Friedman
How do I tell portmaster -ad to ignore certain ports because they are broken such as editors/libreoffice is currently marked as (I am sure this will change soon) ___ freebsd-questions@freebsd.org mailing list

Re: stupid portmaster question

2013-03-25 Thread David Demelier
Just use -x switch portmaster -ad -x libreoffice 2013/3/25 Aryeh Friedman aryeh.fried...@gmail.com: How do I tell portmaster -ad to ignore certain ports because they are broken such as editors/libreoffice is currently marked as (I am sure this will change soon)

Re: stupid portmaster question

2013-03-25 Thread Julien Cigar
On 03/25/2013 10:40, Aryeh Friedman wrote: How do I tell portmaster -ad to ignore certain ports because they are broken such as editors/libreoffice is currently marked as (I am sure this will change soon) ___ freebsd-questions@freebsd.org mailing list

Re: stupid portmaster question

2013-03-25 Thread Leslie Jensen
2013-03-25 10:40, Aryeh Friedman skrev: How do I tell portmaster -ad to ignore certain ports because they are broken such as editors/libreoffice is currently marked as (I am sure this will change soon) ___ freebsd-questions@freebsd.org mailing list

Remote IP to script over inetd

2013-03-25 Thread Radek KrejĨa
Hello, I need to get remote ip of client who is runnig script over inetd. A found that on linux is possible to use environment variable REMOTEHOST. But if I try it on FreeBSD it doesnt work well. There is stored something host but not actual. I thing that this variable is taken from root

Re: stupid portmaster question

2013-03-25 Thread Anton Shterenlikht
How do I tell portmaster -ad to ignore certain ports because they are broken such as editors/libreoffice is currently marked as (I am sure this will change soon) -x avoid building or updating ports that match this pattern. Can be specified more than once.

Intel Centrion Wireless N-2230 status?

2013-03-25 Thread Mikhail Krutov
Hello! Recently I've bought a laptop which has Intel Centrino N-2230 wireless card in it. Currently it runs Linux, however I'd like to be able to have WiFi available for FreeBSD (wifi is almost the only thing that stops me from installing bsd) Is any work ongoing for that chip?

Re: stupid portmaster question

2013-03-25 Thread Lowell Gilbert
Aryeh Friedman aryeh.fried...@gmail.com writes: How do I tell portmaster -ad to ignore certain ports because they are broken such as editors/libreoffice is currently marked as (I am sure this will change soon) Your direct question was already answered, but note that libreoffice is not broken

Re: Crash when trying to rsync to external NTFS-formatted HD

2013-03-25 Thread Lowell Gilbert
Leslie Jensen les...@eskk.nu writes: I'm trying the following on my 9.1-RELEASE #0 system: Mounting the external HD ntfs-3g /dev/da0s1 /mnt/backup/ And doing rsync -av /home/les /mnt/backup/BSD_backup/ I get Building incremental file list for about one minute then my system freezes and

gettext problem in FreeBSD 8.3 system hosed

2013-03-25 Thread Antonio Olivares
Dear folks, As following /usr/port/UPDATING, I ran into a bit of trouble. System is hosed and I cannot update any ports. I tried to follow advice here: 20130316: AFFECTS: users of converters/libiconv and devel/gettext AUTHOR: b...@freebsd.org libiconv now handles the lib/charset.alias

Re: Crash when trying to rsync to external NTFS-formatted HD

2013-03-25 Thread Waitman Gobble
Waitman Gobble San Jose California USA On Mar 25, 2013 9:01 AM, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: Leslie Jensen les...@eskk.nu writes: I'm trying the following on my 9.1-RELEASE #0 system: Mounting the external HD ntfs-3g /dev/da0s1 /mnt/backup/ And

Re: stupid portmaster question

2013-03-25 Thread Walter Hurry
On Mon, 25 Mar 2013 09:53:00 -0400, Lowell Gilbert wrote: Aryeh Friedman aryeh.fried...@gmail.com writes: How do I tell portmaster -ad to ignore certain ports because they are broken such as editors/libreoffice is currently marked as (I am sure this will change soon) Your direct question

Re: gettext problem in FreeBSD 8.3 system hosed

2013-03-25 Thread Antonio Olivares
Dear folks, On Mon, Mar 25, 2013 at 11:52 AM, Antonio Olivares olivares14...@gmail.com wrote: Dear folks, As following /usr/port/UPDATING, I ran into a bit of trouble. System is hosed and I cannot update any ports. I tried to follow advice here: 20130316: AFFECTS: users of

8.3 hanging on boot, Dell 1950 with mfi and qlogic HBA

2013-03-25 Thread Graham Allan
I feel sure I'm missing something pretty obvious here but I can't figure out what. I have a Dell 1950 which I just installed 8.3 (amd64) onto. It has an internal OS drive on mfi (Dell PERC) and a qlogic QLE2462 for external SAN connection. Problem is, the machine hangs on boot if the SAN

Re: Remote IP to script over inetd

2013-03-25 Thread Daniel O'Callaghan
Hi Radek, On 25/03/2013 10:09 PM, Radek Krejc(a wrote: #!/bin/sh echo $REMOTEHOST getpeername() info is not available in Bourne shell directly. You need to use perl or C or So you can do something like this: -- #!/usr/bin/perl # Example code from

Re: gettext problem in FreeBSD 8.3 system hosed

2013-03-25 Thread Michael Powell
Antonio Olivares wrote: [snip] As following /usr/port/UPDATING, I ran into a bit of trouble. System is hosed and I cannot update any ports. I tried to follow advice here: 20130316: AFFECTS: users of converters/libiconv and devel/gettext AUTHOR: b...@freebsd.org libiconv now

Re: security/heimdal generates openssl conflict [was - Re: Installing openssl from ports]

2013-03-25 Thread Shane Ambler
On 26/03/2013 00:42, Jim Ballantine wrote: Hi I had removed the port, but it was reinstalled as a dependency of other ports. I have WITH_OPENSSL_PORT=yes in /etc/make.conf, and after I do a pkg delete -f heimdal openssl installs fine, but when I try to install heimdal from ports (with

Re: gettext problem in FreeBSD 8.3 system hosed

2013-03-25 Thread ill...@gmail.com
On 25 March 2013 20:12, Michael Powell nightre...@hotmail.com wrote: Antonio Olivares wrote: [snip] As following /usr/port/UPDATING, I ran into a bit of trouble. System is hosed and I cannot update any ports. I tried to follow advice here: 20130316: AFFECTS: users of

Re: gettext problem in FreeBSD 8.3 system hosed

2013-03-25 Thread ill...@gmail.com
On 25 March 2013 12:52, Antonio Olivares olivares14...@gmail.com wrote: Dear folks, As following /usr/port/UPDATING, I ran into a bit of trouble. System is hosed and I cannot update any ports. I tried to follow advice here: 20130316: AFFECTS: users of converters/libiconv and