[osol-discuss] MySQL Java Server username and password Problem

2007-12-23 Thread geo sukarno
Hi community... I'm a newbie on OpenSolaris. I have Open Solaris Express Developer Edition 2/07 installed in my laptop. I'm starting to learn java ee with netbeans. The problem is : 1.) My username and password of MySQL DBMS is invalid 2.) Java ... err i've forgot the name.. it's bundled with

[osol-discuss] SXDE 1/08 features

2007-12-23 Thread Girts Zeltins
Hello, Where I can get feature list of SXDE 1/08? Is there available changelog? Merry Christmas and all good wishes in New Year for all. Best Regards, Girts This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] NSA has backdoors into Windows?

2007-12-23 Thread Orvar Korvar
I know Solaris 10 is closed source and OpenSolaris is not. I think it will be hard to review all code and compile it yourself to be sure against back doors. It seems that NSA has released a Linux distro. Wonder why? ;o) http://www.nsa.gov/selinux/ This message posted from opensolaris.org

Re: [osol-discuss] NSA has backdoors into Windows?

2007-12-23 Thread Ignacio Marambio Catán
On Dec 23, 2007 10:57 AM, Orvar Korvar [EMAIL PROTECTED] wrote: I know Solaris 10 is closed source and OpenSolaris is not. I think it will be hard to review all code and compile it yourself to be sure against back doors. It seems that NSA has released a Linux distro. Wonder why? ;o)

Re: [osol-discuss] NSA has backdoors into Windows?

2007-12-23 Thread Robin Bowes
Orvar Korvar wrote: I know Solaris 10 is closed source and OpenSolaris is not. I think it will be hard to review all code and compile it yourself to be sure against back doors. It seems that NSA has released a Linux distro. Wonder why? ;o) http://www.nsa.gov/selinux/ Point of information:

[osol-discuss] For sale Brand New 100% Unlocked Apple Iphone 8GB for 200usd

2007-12-23 Thread Zixin Fong
MEGA DOMAIN ELECTRONIC LTD is a dynamic company that has established itself as one of the most efficient traders .We take the hassle out of importing /exporting your goods. We arrange and negotiate everything for you. All you have to do is tell us what you want. Our staff is committed to

Re: [osol-discuss] How to create ISO image of a cd/dvd on Solaris

2007-12-23 Thread John Brewer
These commends used to work, under both Solaris and snv_bXX. This is a good iso image, this was used in a luupgrade from 10u4 w. patches to snv_b78, I tried to create a iso install dvd from the iso image! These commands used to work: bash-3.2# cdrw -i /zones/sol-nv-b78-x86-dvd.iso Looking for

Re: [osol-discuss] Possibly coming from Linux and I have some questions

2007-12-23 Thread Orvar Korvar
To mount ntfs you can use some fswmisc... program. Look here for more info:http://www.sun.drydog.com/faq/9.html In my opinion that works best under Solaris x86 This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] MySQL Java Server username and password Problem

2007-12-23 Thread John Brewer
Login in as root: bash-3.2# groupadd mysql bash-3.2# useradd mysql -g mysql bash-3.2# passwd mysql New Password: Re-enter new Password: New Password: Re-enter new Password: passwd: password successfully changed for mysql chown mysql:mysql /var/mysql /export/home/mysql bash-3.2# mkdir

Re: [osol-discuss] How to create ISO image of a cd/dvd on Solaris

2007-12-23 Thread Joerg Schilling
John Brewer [EMAIL PROTECTED] wrote: These commends used to work, under both Solaris and snv_bXX. This is a good iso image, this was used in a luupgrade from 10u4 w. patches to snv_b78, I tried to create a iso install dvd from the iso image! These commands used to work: bash-3.2# cdrw -i

Re: [osol-discuss] Correlation of snv_66 to S10 u4

2007-12-23 Thread John Brewer
This is my own personal opinion, and a recommendation for SUN, The $120 dollar plan was nice in that it allowed for continued access to the 10 patches and email support form http://sunsolve.sun.com/ account for one year, it was both time saving and allowed SUN defrey the support costs, also

Re: [osol-discuss] PulseAudio

2007-12-23 Thread Freeman Liu
When OSS can support 8-channel, 32 precision, and 192k sampling rate, as well as other feathere, what is the specific niftier features that it is lack of compared with ALSA? Thank you Freeman Jon Trulson wrote: On Thu, 20 Dec 2007, Lennart Poettering wrote: Hi! Glynn

[osol-discuss] SIGSEGV in libc.so.1`_malloc_unlocked on Solaris x86 machine

2007-12-23 Thread Vamsee Priya
Hi All When I use my 32 bit binary on Solaris x86 machine, I get a segmentation fault with the following stack trace. libc.so.1`_malloc_unlocked+0x14c(4000, 3, 80a3130, 1, 8046a38, 805763f) libc.so.1`malloc+0x39(4000, 0, 8046a1c, fef9e455, fef9158c, 4) meta_del+0x13(2, 80a3100, 10, 0)

[osol-discuss] Managing PERL modules

2007-12-23 Thread David Dyer-Bennet
I wasn't happy even with how I was handling this on Linux; so rather than duplicate it, I wanna ask -- how do people handle installing and updating PERL modules on Solaris? CPAN only, or the module groups from Blastwave, or what? How does installing the Blastwave packages interact with the

Re: [osol-discuss] SXDE 1/08 features

2007-12-23 Thread Alan Coopersmith
Girts Zeltins wrote: Hello, Where I can get feature list of SXDE 1/08? It will be released when SXDE 1/08 is, which is still about a month away, though it should mostly be the same set of features found in Nevada build 79. Is there available changelog? There is no complete changelog for

Re: [osol-discuss] SIGSEGV in libc.so.1`_malloc_unlocked on Solaris x86 machine

2007-12-23 Thread Ian Collins
Vamsee Priya wrote: Hi All When I use my 32 bit binary on Solaris x86 machine, I get a segmentation fault with the following stack trace. libc.so.1`_malloc_unlocked+0x14c(4000, 3, 80a3130, 1, 8046a38, 805763f) libc.so.1`malloc+0x39(4000, 0, 8046a1c, fef9e455, fef9158c, 4) meta_del+0x13(2,

Re: [osol-discuss] SIGSEGV in libc.so.1`_malloc_unlocked onSolaris x86 machine

2007-12-23 Thread Vamsee Priya
Hi , Thanks a lot for your reply. I tried -mt but my gcc said that it was an invalid option. I will also see if I can try with dbx. One thing I don't understand is how come things work fine when a 64 bit binary is used. Thanks Priya -Original Message- From: Ian Collins [mailto:[EMAIL