Re: hard lockups with RC1

2011-11-09 Thread Ashley Williams
On 3 November 2011 07:37, Ashley Williams ashley@gmail.com wrote: I've seen a few of these, too, in RC-1.  I assumed they might be related to my having recently upgraded to the flash 11 port, but hadn't gotten around to reporting anything yet.  Like you, I have no hard data to base any

BUS_SETUP_INTR definition

2011-11-09 Thread Sergey Ryazanov
Hello, I learning interrupt handling inside FreeBSD kernel but can't find BUS_SETUP_INTR() function realization or even definition. Could somebody advice me where defined and realized BUS_SETUP_INTR() function/macro? -- With best wishes Sergey Ryazanov

changing baud rate without recompiling

2011-11-09 Thread saeedeh motlagh
hi i wanna have serial console communication with the other system. i want to have baud rate 115200 for this communication but the default is 9600. i test the following options but the baud rate is 9600 yet: - add the following commands to the /boot/loader.conf file: boot_multicons=”YES”

sed vs gnu sed

2011-11-09 Thread Vincent Hoffman
'Hi all, I'm trying to move a script from a linux box to a freebsd box. All going well as its just a bash script and bash is bash, however there is one line I'm unable to use directly, as bsd sed (correctly according to SUS at least, I believe[1]) appends a newline when writing to standard

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Samuel Magnusson
Thanks guys, that was really helpful! I now also installed the nVidia driver and it works well. The reason I didn't use it in the first place was that I had read that the old Geforce 2-card wasn't supported by the nVidia rivers anymore. And that nouveau (as replacement for nv) should be used

Re: changing baud rate without recompiling

2011-11-09 Thread C. P. Ghost
On Wed, Nov 9, 2011 at 10:11 AM, saeedeh motlagh saeedeh.motl...@gmail.com wrote: - change the baud rate in /etc/ttys file (...) when i use  stty -f /dev/ttyu0.init 115200 the baud rate for ttyu0.init change to 115200. after that i use kill -1 1 in order to reinitialize devices but nothing

Re: sed vs gnu sed

2011-11-09 Thread Matthew Seaman
On 09/11/2011 10:30, Vincent Hoffman wrote: is there any easy way to make our sed do the same as gnu sed here? for now I have encapsulated the whole thing in a subshell [backup@banshee ~]$ echo -n $(echo -n /boot:7:1:5; /:7:1:5; /var:7:1:5 | sed -n 's/[[:space:]]*;[[:space:]]*/;/gp')

Re: operapluginwraper

2011-11-09 Thread ajtiM
On Tuesday 08 November 2011 18:43:05 Polytropon wrote: On Tue, 8 Nov 2011 15:33:01 -0600, ajtiM wrote: I don't have /proc on my system and I don't know why I should have it? You'll need it in case you're using Linux ABI stuff, and if I remember correctly, this is required for the Opera

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Samuel Magnusson
Samuel Magnusson wrote 2011-11-09 12:06: Now I'm curious: Is it then so that in the new style Xorg the XML-method will override HAL, and this is the new default way of providing opitons that formerly were in the InputDevice sections in xorg.conf? And should HAL have discovered my swedish

Re: BUS_SETUP_INTR definition

2011-11-09 Thread Sergey Ryazanov
2011/11/9 Sergey Ryazanov ryazanov@gmail.com: I learning interrupt handling inside FreeBSD kernel but can't find BUS_SETUP_INTR() function realization or even definition. Could somebody advice me where defined and realized BUS_SETUP_INTR() function/macro? I found the answer on one's own.

Disc encryption during installation

2011-11-09 Thread Luis Henriques
Hi, I was wondering whether there is any work being done in order to provide support for (full) disk encryption during installation. I know this can be done by installing a minimal system, manually setup encryption and install. But it would be nice to have something working out-of-the-box...

Custom compiler/{C,CXX,F}FLAGS and /etc/make.conf - how to?

2011-11-09 Thread Vladimir Kushnir
Dear ALL, The subject says it all. I'm trying to push out of my box every ounce of performance, perhaps even with (yet experimental) path64 compiler. So my question is as simple as that: what is the precise spell to put in make.comf to get (while not disrupting the ports infrastructure!)

portupgrade -P does not 'su'?

2011-11-09 Thread Peter Vereshagin
Hello. I'd like to install a port with 'portinstall -P' from a non-root user and it requires an obvious dependency I already have built to be reused. But portinstall doesn't seem to brace it into the 'su root -c': $ portinstall -vpP devel/p5-Test-Class [..] --- Installing

Re: Unprintable 8-bit characters

2011-11-09 Thread Polytropon
On Tue, 8 Nov 2011 20:59:48 -0600, Conrad J. Sabatier wrote: Same here. I've been guilty as well of neglecting to properly adjust my console configuration. Sometimes just works in combination with lazyness beats all proper concepts of doing things. :-) Doesn't using LC_ALL obviate the need

Re: operapluginwraper

2011-11-09 Thread Polytropon
On Wed, 9 Nov 2011 05:28:43 -0600, ajtiM wrote: But as I nderstand the Opera should be FreeBSD native. I didn't installed Linux version. And I don't have flash plugin installed either. BTW I use gnash. I'm also using the native BSD version of Opera, but with the following set of packages and

Re: Unprintable 8-bit characters

2011-11-09 Thread David Brodbeck
It's worth noting, too, that most of the non-Unicode encoding systems predate the Internet. When computers weren't really talking to each other, there was no real emphasis on interoperability, and every OS tended to come up with their own way of encoding foreign languages. Languages like French,

Re: Disc encryption during installation

2011-11-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/9/11 11:06 AM, Luis Henriques wrote: Hi, I was wondering whether there is any work being done in order to provide support for (full) disk encryption during installation. I know this can be done by installing a minimal system, manually

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Polytropon
On Wed, 09 Nov 2011 12:06:37 +0100, Samuel Magnusson wrote: Is it then so that in the new style Xorg the XML-method will override HAL, and this is the new default way of providing opitons that formerly were in the InputDevice sections in xorg.conf? I hope not! :-) As far as I understood the

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Polytropon
On Wed, 09 Nov 2011 13:19:44 +0100, Samuel Magnusson wrote: This works for me: X :0 -terminate Ctrl-Alt-F1 xterm -display :0 Ctrl-Alt-F9 exit xterm.. which brings me back to the first console. But this doesn't work: X :0 -terminate vt4 Ctrl-Alt-F1 (doesn't respond) Ctrl-Alt-Backspace

Re: Disc encryption during installation

2011-11-09 Thread Luis Henriques
Hi Greg, On Wed, Nov 09, 2011 at 01:12:40PM -0500, Greg Larkin wrote: Hi Luis, If you install FreeBSD with the PC-BSD installer, you can select the disk encryption option. See here for more information: http://wiki.pcbsd.org/index.php/Disk_Encryption Thanks a lot for your reply. I am not

DBUS + kvm breaks X server (was: X server and xinit works excellent....almost.)

2011-11-09 Thread Robert Huff
Since this has been mentioned, I though I'd take the opportunity ... Polytropon writes: You have X without HAL and DBUS? Use xorg.conf because this has worked for many years to centralize X configuration. You have X with HAL and DBUS, but don't want to use it? Reflect this

Re: DBUS + kvm breaks X server (was: X server and xinit works excellent....almost.)

2011-11-09 Thread Warren Block
On Wed, 9 Nov 2011, Robert Huff wrote: I have two systems - one Windows, one FreeBSD - that share monitor, keyboard, and mouse via a kvm. FreeBSD had both HAL and DBUS installed and activated in rc.conf. Scenario: I'm working on the FreeBSD system, and switch to the WIndows

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Michael Cardell Widerkrantz
Samuel Magnusson samuel.magnuss...@bredband.net, 2011-11-09 12:06 (+0100): Which made me remember that I had the exact same problem with my swedish keyboardmappings the very first time I started X. I just couldn't get it to work and nearly gave up before I tried the setxkbmap method and put

Re: DBUS + kvm breaks X server (was: X server and xinit works excellent....almost.)

2011-11-09 Thread Jerry
On Wed, 9 Nov 2011 14:02:07 -0500 Robert Huff articulated: Since this has been mentioned, I though I'd take the opportunity ... Polytropon writes: You have X without HAL and DBUS? Use xorg.conf because this has worked for many years to centralize X configuration. You

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Samuel Magnusson
Polytropon wrote 2011-11-09 19:15: On Wed, 09 Nov 2011 12:06:37 +0100, Samuel Magnusson wrote: Is it then so that in the new style Xorg the XML-method will override HAL, and this is the new default way of providing opitons that formerly were in the InputDevice sections in xorg.conf? I hope

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Chuck Swiger
Hi-- On Nov 9, 2011, at 12:02 PM, Michael Cardell Widerkrantz wrote: And should HAL have discovered my swedish keyboard automatically in the first place, so there was something going wrong there? How would HAL know that the keyboard had a Swedish layout? No such information is sent through

Problems with ioctl

2011-11-09 Thread Juan Rodriguez
Hi!!.. I read your post on http://lists.freebsd.org/pipermail/freebsd-questions/2011-August/232945.html, and I have a similar problem. I my case I try to set and unset the RTS pin of the serial port, I use the ioctl() function with the TIOCMGET and TIOCMGET, the program works very well when I use

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Samuel Magnusson
Michael Cardell Widerkrantz wrote 2011-11-09 21:02: Samuel Magnussonsamuel.magnuss...@bredband.net, 2011-11-09 12:06 (+0100): Now I'm curious: Is it then so that in the new style Xorg the XML-method will override HAL, and this is the new default way of providing opitons that formerly were in

Re: sed vs gnu sed

2011-11-09 Thread Jason Lenthe
On 11/09/11 05:30, Vincent Hoffman wrote: 'Hi all, I'm trying to move a script from a linux box to a freebsd box. All going well as its just a bash script and bash is bash, however there is one line I'm unable to use directly, as bsd sed (correctly according to SUS at least, I

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Polytropon
On Thu, 10 Nov 2011 00:49:19 +0100, Samuel Magnusson wrote: Michael Cardell Widerkrantz wrote 2011-11-09 21:02: Samuel Magnussonsamuel.magnuss...@bredband.net, 2011-11-09 12:06 (+0100): Now I'm curious: Is it then so that in the new style Xorg the XML-method will override HAL, and this

Re: sed vs gnu sed

2011-11-09 Thread perryh
Vincent Hoffman vi...@unsane.co.uk wrote: bsd sed (correctly according to SUS at least, I believe[1]) appends a newline when writing to standard out, gnu sed doesnt. The wonderful thing about standards is that there are so many to choose from -- Tanenbaum is there any easy way to make our

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Polytropon
On Wed, 09 Nov 2011 13:10:20 -0800, Chuck Swiger wrote: Hi-- On Nov 9, 2011, at 12:02 PM, Michael Cardell Widerkrantz wrote: And should HAL have discovered my swedish keyboard automatically in the first place, so there was something going wrong there? How would HAL know that the

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Samuel Magnusson
Polytropon wrote 2011-11-09 19:19: On Wed, 09 Nov 2011 13:19:44 +0100, Samuel Magnusson wrote: This works for me: X :0 -terminate Ctrl-Alt-F1 xterm -display :0 Ctrl-Alt-F9 exit xterm.. which brings me back to the first console. But this doesn't work: X :0 -terminate vt4 Ctrl-Alt-F1 (doesn't

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Samuel Magnusson
Polytropon skrev 2011-11-10 01:30: On Thu, 10 Nov 2011 00:49:19 +0100, Samuel Magnusson wrote: And migrating from Windows and Mac might be discouraging if there isn't a working desktop with visible text at least within an hour or two after installation. :) No problem in that, see FreeSBIE -

Re: X server and xinit works excellent....almost.

2011-11-09 Thread Chuck Swiger
On Nov 9, 2011, at 5:01 PM, Polytropon wrote: In this regards, it's also strange how FreeBSD could forget USB information it once had. On my old 5.x system, I got dmesg lines like that: ukbd0: Sun Microsystems Type 6 USB keyboard, rev 1.00/1.02, addr 3, iclass 3/1

RELENG_8 on AMX FX 8150?

2011-11-09 Thread Dennis Glatting
Does anyone know if this works? I have had one kernel trap and a make buildworld fails with this: cc -O2 -pipe -I. -I/usr/src/lib/libdwarf -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/lib/libdwarf/dwarf_errmsg.c cc: Internal error: Illegal instruction: 4 (program cc1) Please

Re: RELENG_8 on AMX FX 8150?

2011-11-09 Thread Dennis Glatting
Never mind, mostly. It is obvious -- duh. Nonetheless, anyone using this CPU? I'm curious what you think. On Thu, 10 Nov 2011, Dennis Glatting wrote: Does anyone know if this works? I have had one kernel trap and a make buildworld fails with this: cc -O2 -pipe -I.

php5-pgsql and postgresql 9.1.1

2011-11-09 Thread Robert Simmons
I'm trying to get the php5-pgsql module to work with postgresql 9.1.1, the current version in ports. It seems that when I install php5-pgsql from ports it depends on postgresql 8.4.9. I don't see anything in the Makefile that allows me to change this. How do I get the php5-pgsql port to see