Re: firefox-esr 38.4.0 build, Missing library for sqlite>=31.0

2015-11-07 Thread gsowww
/usr/ports/www/mozilla/mozilla.prot.mk: MODMOZ_WANTLIB += ... sqlite3>=3.1 ... On Friday, 6 November 2015, 17:06, "gso...@yahoo.co.uk" wrote: Building firefox38.4.0esr ===>  Verifying specs:  icudata icui18n icuuc X11 Xext Xrender Xt atk-1.0 c cairo  fontconfig freetype gdk_pixbuf-2

Re: firefox-esr 38.4.0 build, Missing library for sqlite>=31.0

2015-11-07 Thread Peter Hessler
Your userland and ports are out of sync. http://www.openbsd.org/faq/faq15.html#NoFun On 2015 Nov 06 (Fri) at 17:06:02 + (+), gso...@yahoo.co.uk wrote: :Building firefox38.4.0esr : :===>?? Verifying specs:?? icudata icui18n icuuc X11 Xext Xrender Xt atk-1.0 c :cairo?? fontconfig freetype

Re: firefox-esr 38.4.0 build, Missing library for sqlite>=31.0

2015-11-07 Thread gsowww
Ignore that, my userland and ports are out of sync. On Friday, 6 November 2015, 17:06, "gso...@yahoo.co.uk" wrote: Building firefox38.4.0esr ===>  Verifying specs:  icudata icui18n icuuc X11 Xext Xrender Xt atk-1.0 c cairo  fontconfig freetype gdk_pixbuf-2.0 gio-2.0 glib-2.0  gobje

Re: VGA memory size

2015-11-07 Thread Mohammad BadieZadegan
Thanks Dear Ryan Freeman, It's reported right. Best Regards. On Thu, Nov 5, 2015 at 9:27 PM, Ryan Freeman wrote: > On Wed, Nov 04, 2015 at 02:18:28PM +0330, Mohammad BadieZadegan wrote: > > Hi everybody, > > I have searched more time to find a command to show the current VGA > memory > > size bu

firefox-esr 38.4.0 build: .../ld: libxul.so.2.0: hidden symbol `FT_Get_X11_Font_Format' isn't defined

2015-11-07 Thread gsowww
The full error being: ...     INPUT("../../gfx/skia/Unified_cpp_gfx_skia9.o")     INPUT("StaticXULComponentsEnd/StaticXULComponentsEnd.o") /usr/bin/ld: libxul.so.2.0: hidden symbol `FT_Get_X11_Font_Format' isn't defined /usr/bin/ld: final link failed: Nonrepresentable section on output clan

Re: azalia audio works, then stutters until reboot

2015-11-07 Thread Alexandre Ratchov
On Fri, Nov 06, 2015 at 05:00:13PM -0700, luke...@onemodel.org wrote: > On 09/11/15 11:55, luke...@onemodel.org wrote: > >Short version: In OpenBSD 5.7 (with all the latest security > >patches), after some video playing, it > >starts to stutter, and doesn't recover until I reboot. Is there > >a way

Re: azalia audio works, then stutters until reboot

2015-11-07 Thread luke350
[sorry for the dupe; correcting the 'from' address.] On 11/07/15 04:20, Alexandre Ratchov wrote: On Fri, Nov 06, 2015 at 05:00:13PM -0700, luke...@onemodel.org wrote: On 09/11/15 11:55, luke...@onemodel.org wrote: [...details are found in original thread at: http://marc.info/?l=openbsd-mis

Re: firefox-esr 38.4.0 build: .../ld: libxul.so.2.0: hidden symbol `FT_Get_X11_Font_Format' isn't defined

2015-11-07 Thread Stuart Henderson
On 2015-11-07, wrote: > /usr/bin/ld: libxul.so.2.0: hidden symbol `FT_Get_X11_Font_Format' isn't > defined > /usr/bin/ld: final link failed: Nonrepresentable section on output > clang-3.5: error: linker command failed with exit code 1 (use -v to see > invocation) > > FT_Get_X11_Font_Format being

LC_COLLATE

2015-11-07 Thread bluesun08
Hi, for my postgresql-server i need: LC_COLLATE="de_DE.UTF-8" But the following command in the .profile don't work: export LC_COLLATE="de_DE.UTF-8" Why not? How can i do this? Regards Alex -- View this message in context: http://openbsd-archive.7691.n7.nabble.com/LC-COLLATE-tp282248.html

Re: azalia audio works, then stutters until reboot

2015-11-07 Thread Alexandre Ratchov
On Sat, Nov 07, 2015 at 06:27:17AM -0700, luke...@onemodel.org wrote: > [sorry for the dupe; correcting the 'from' address.] > > On 11/07/15 04:20, Alexandre Ratchov wrote: > >On Fri, Nov 06, 2015 at 05:00:13PM -0700, luke...@onemodel.org wrote: > >>On 09/11/15 11:55, luke...@onemodel.org wrote: >

Re: LC_COLLATE

2015-11-07 Thread Philip Guenther
On Sat, Nov 7, 2015 at 9:58 AM, bluesun08 wrote: > for my postgresql-server i need: > LC_COLLATE="de_DE.UTF-8" > > But the following command in the .profile don't work: > export LC_COLLATE="de_DE.UTF-8" > > Why not? How can i do this? .profile is only read by login shells. If you want to set env

Re: azalia audio works, then stutters until reboot

2015-11-07 Thread luke350
On 11/07/15 12:21, Alexandre Ratchov wrote: sorry, forgot to mention it; please restart sndiod first; this way all the operations that lead to the bug are logged. Then, right after the failure, run the audioctl commands. I rebooted, restarted sndiod -ddd..., sound working with timidity, volume

radioctl slight error

2015-11-07 Thread Douglas Maus
on my system # radioctl frequency=99.3 frequency: 99.25MHz -> 99.25MHz Not a big deal, but frequencies of 99.3 being interpreted as slightly lower at 99.25 is not ideal for some applications This happens for other floats ending in '.3', '.1', etc I tracked this down in radioctl.c to the function

Re: LC_COLLATE

2015-11-07 Thread bluesun08
Thank you. I try in /etc/login.conf: postgres:\ :lang=de_DE.UTF-8:\ :setenv=LC_COLLATE=de_DE.UTF-8:\ :tc=default: After the command "initdb --lc-collate=de_DE.UTF-8 -D /var/postgresql/data" i get the following error message:

Re: LC_COLLATE

2015-11-07 Thread Philip Guenther
On Sat, Nov 7, 2015 at 1:15 PM, bluesun08 wrote: > Thank you. I try in /etc/login.conf: > > postgres:\ > :lang=de_DE.UTF-8:\ > :setenv=LC_COLLATE=de_DE.UTF-8:\ > :tc=default: > > After the command "initdb --lc-collate=de_DE.UTF-8 -D /var/postgresql/data" > i get the follow

Re: LC_COLLATE

2015-11-07 Thread bluesun08
ok. sorry. the real problem: i have a windows application which needs a postgresql-database with "de_DE.UTF-8" collation. When i try to create such a database in openbsd i get the error: initdb: invalid locale name "de_DE.UTF-8" When i try to create the collation in postgres, i get the followin

Re: LC_COLLATE

2015-11-07 Thread Stefan Sperling
On Sat, Nov 07, 2015 at 04:48:28PM -0700, bluesun08 wrote: > ok. sorry. > > the real problem: > i have a windows application which needs a postgresql-database with > "de_DE.UTF-8" collation. > > When i try to create such a database in openbsd i get the error: > initdb: invalid locale name "de_DE

Linus Torvalds thoughts on Linux Security

2015-11-07 Thread Some Developer
I thought this might provoke a bit of a debate on this list :). What do you think of what Linus has to say about security? http://linux.slashdot.org/story/15/11/06/132209/linuss-thoughts-on-linux-security

Re: Linus Torvalds thoughts on Linux Security

2015-11-07 Thread Jack J. Woehr
Some Developer wrote: I thought this might provoke a bit of a debate on this list :). What do you think of what Linus has to say about security? http://linux.slashdot.org/story/15/11/06/132209/linuss-thoughts-on-linux-security I think he knows his market and his product. Securing Linux would

installboot with amd64 root on softraid crypto, NOT 'a' partition

2015-11-07 Thread Jonathan Thornburg
I've run into an odd problem trying to use with installboot(8) on a softraid-crypto disk, and I wonder if anyone can suggest a workaround/solution. Background -- As described in , I have an amd64 laptop (Thinkpad T60p) which has mul

Re: installboot with amd64 root on softraid crypto, NOT 'a' partition

2015-11-07 Thread Nick Holland
On 11/07/15 19:56, Jonathan Thornburg wrote: ... > (or > sd1[dfh] if I enter 'boot sr1d:/bsd' at the "boot>" prompt, assuming there's ^ > an OpenBSD installation on those partitions). ... > Questions > - > I guess my basic question is, what's wrong here and

Re: Linus Torvalds thoughts on Linux Security

2015-11-07 Thread Eric Furman
Please don't encourage trolls. This has already been discussed at length on this list to no purpose.

Re: Linus Torvalds thoughts on Linux Security

2015-11-07 Thread Some Developer
On 08/11/15 04:26, Eric Furman wrote: Please don't encourage trolls. This has already been discussed at length on this list to no purpose. I'm not a troll. Just saw the thread on Slashdot and thought it would be interesting to see what other people thought. I'll refrain from posting such th

Linus Torvalds thoughts on Linux Security

2015-11-07 Thread Benjamin Heath
On Nov 7, 2015 9:33 PM, "Some Developer" wrote: > > On 08/11/15 04:26, Eric Furman wrote: >> >> Please don't encourage trolls. >> This has already been discussed at length on this list to no purpose. >> > > I'm not a troll. Just saw the thread on Slashdot and thought it would be interesting to see