Re: [osol-discuss] changing limits.h

2008-01-17 Thread Richard L. Hamilton
Thiago Sobral writes: I tried: $stty icanon min 1 time 0 ^^ ht want to turn canonical input processing *off* (-icanon) rather than *on* (icanon). A bigger issue is that you may want to rethink this application. While I haven't actually looked at the code, one example of

Re: [osol-discuss] Failing to install pkg on a zone

2008-01-17 Thread UNIX admin
This is why zonecfg(1) supports creating zone configurations with templates via 'create -t'. Right. Except, how will one manage them? Imagine tens of thousands of systems, even if we assumed that each system only has eight (out of 8192) zones, for 10,000 servers, that's 80,000 zones. For

Re: [osol-discuss] Failing to install pkg on a zone

2008-01-17 Thread UNIX admin
I did. To verify I created a file here zlogin pdr_Ora_zone [Connected to zone 'pdr_Ora_zone' pts/9] Last login: Wed Jan 16 14:05:12 on pts/9 Sun Microsystems Inc. SunOS 5.10 Generic January 2005 # bash bash-3.00# cd /opt/ bash-3.00# ls ORCLfmap Ora_data Oracle

Re: [osol-discuss] Building QT-4.3.3 with OpenGL enabled

2008-01-17 Thread russell aspinwall
Hi, When I try to build Qt-4.3.3 it fails as it requires OpenGL v1.2.1 or later but it also complains that the GL/glu.h is missing. Qt tests if OpenGL can be compiled in automatically, running the test in config.tests/x11/opengl when building with NVIDA and Mesa the results are below:- $

Re: [osol-discuss] Building QT-4.3.3 with OpenGL enabled

2008-01-17 Thread russell aspinwall
Hi, After the fixing the Mesa GL include problem, Qt-4.3.3 autodetects OpenGL, then building Qt takes a while. Once installed I tried to run $ qtdemo ld.so.1: qtdemo: fatal: libXrender.so.1: open failed: No such file or directory Killed $ echo $LD_LIBRARY_PATH :/usr/openwin/lib:/opt/gnu/lib

[osol-discuss] Really only a recompile between x86 and SPARC?

2008-01-17 Thread Orvar Korvar
Ive heard lots and lots, everyone promising everything. But when you try it out, it turns out that it was only talk. So, any experiences? Is it only a matter of a simple recompile if I have the code for x86 and want to go to SPARC? Dont I have to change ANYTHING? (Ive heard SUN people claiming

Re: [osol-discuss] Building QT-4.3.3 with OpenGL enabled

2008-01-17 Thread russell aspinwall
Hi, While Qtdemo does run, not all the demos run fully due to the limitations of the Mesa library. Getting NVIDIA to provide the correct include and library files. It would be also useful if the location of the libraries could be standardised into /usr/X11/lib. I hope now to build Stellarium

Re: [osol-discuss] [kde-discuss] KDE4 OpenSolaris Presentation and BoF : Wednesday January 16th 4:00PM (fwd)

2008-01-17 Thread Manish Chakravarty
I gave a presentation to BOSUG on KDE4/OpenSolaris. It is available (in .pdf format) from here http://manishchaks.googlepages.com/KDE4.pdf On Tue, 2008-01-15 at 20:07 -0800, Alan DuBoff wrote: I want to give the community an opportunity to watch this presentation tommorow, Wednesday, January

Re: [osol-discuss] SVG Problems with Firefox 2.0 on Solaris

2008-01-17 Thread Mitch Barney
All, Thanks for the responses. I will follow your recommendations and let you know how it all works out. Cheers...Mitch This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] svn (probably) buggy in b78!

2008-01-17 Thread Manish Chakravarty
Hi All, I wanted to check out http://svn2.cvsdude.com/kdesolaris/trunk/Build/ I tried it with the OSOL-supplied svn Here's what I get bash-3.2$ svn co http://svn2.cvsdude.com/kdesolaris /trunk/Build/ svn: Valid UTF-8 data (hex:) followed by invalid UTF-8 sequence (hex: 83 c4 0c 85) I

Re: [osol-discuss] Failing to install pkg on a zone

2008-01-17 Thread Asif Iqbal
On Jan 17, 2008 3:54 AM, UNIX admin [EMAIL PROTECTED] wrote: I did. To verify I created a file here zlogin pdr_Ora_zone [Connected to zone 'pdr_Ora_zone' pts/9] Last login: Wed Jan 16 14:05:12 on pts/9 Sun Microsystems Inc. SunOS 5.10 Generic January 2005 # bash bash-3.00#

Re: [osol-discuss] changing limits.h

2008-01-17 Thread James Carlson
Richard L. Hamilton writes: Thiago Sobral writes: I tried: $stty icanon min 1 time 0 ^^ ht want to turn canonical input processing *off* (-icanon) rather than *on* (icanon). A bigger issue is that you may want to rethink this application. While I haven't

Re: [osol-discuss] SVG Problems with Firefox 2.0 on Solaris

2008-01-17 Thread Mitch Barney
Ginn, Can I assume that the pkg's without gtk1 in the filenames are the gtk2 versions? Mitch This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Building QT-4.3.3 with OpenGL enabled

2008-01-17 Thread Alan Coopersmith
russell aspinwall wrote: Hi, After the fixing the Mesa GL include problem, Qt-4.3.3 autodetects OpenGL, then building Qt takes a while. Once installed I tried to run $ qtdemo ld.so.1: qtdemo: fatal: libXrender.so.1: open failed: No such file or directory Killed $ echo

Re: [osol-discuss] ¨Could not look up internet address for unknown¨

2008-01-17 Thread W. Wayne Liauh
After further investigations, I think the problem is definitely with the Lenovo R61i notebook (I believe i refers to the Intel chipset). I am not going into the details, but I have tried a couple of Linux distros, both experienced some kind of problems. For some reason, this machine needs to

[osol-discuss] Anyone using zfs and CIFS yet?

2008-01-17 Thread Andre Lue
Is anyone out there using and testing zfs and sharesmb yet? If so can you please provide some feedback and any observations you might have in comparison with samba? thanks This message posted from opensolaris.org ___ opensolaris-discuss mailing

Re: [osol-discuss] Building QT-4.3.3 with OpenGL enabled

2008-01-17 Thread russell aspinwall
Hi Alan, I know setting LD_LIBRARY_PATH can break applications but that was the quickest way to get qtdemo to find the libraries in /usr/openwin/sfw/lib. Should I need to write a wrapper script to set the environment to run the qtdemo? Maybe if the X library locations can be rationalised to

Re: [osol-discuss] [kde-discuss] KDE4 OpenSolaris Presentation and BoF : Wednesday January 16th 4:00PM (fwd)

2008-01-17 Thread A . deGroot
I gave a presentation to BOSUG on KDE4/OpenSolaris. It is available (in .pdf format) from here http://manishchaks.googlepages.com/KDE4.pdf Hi Manish, That is a really sexy show! It is also a little dated by now, as many things have changed since r.773; in particular the amount of dependencies

Re: [osol-discuss] Building QT-4.3.3 with OpenGL enabled

2008-01-17 Thread Alan Coopersmith
russell aspinwall wrote: Maybe if the X library locations can be rationalised to /usr/X11/lib then it would not be necessary. We're working on it, and have accelerated it as part of the work we need to do for X in Indiana. Has the /usr/X11/include/mesa/GL directory fix already been applied

Re: [osol-discuss] Really only a recompile between x86 and SPARC?

2008-01-17 Thread Peter Tribble
On 1/17/08, Orvar Korvar [EMAIL PROTECTED] wrote: Ive heard lots and lots, everyone promising everything. But when you try it out, it turns out that it was only talk. So, any experiences? Is it only a matter of a simple recompile if I have the code for x86 and want to go to SPARC? Dont I

Re: [osol-discuss] Building QT-4.3.3 with OpenGL enabled

2008-01-17 Thread James Carlson
russell aspinwall writes: I know setting LD_LIBRARY_PATH can break applications but that was the quickest way to get qtdemo to find the libraries in /usr/openwin/sfw/lib. Should I need to write a wrapper script to set the environment to run the qtdemo? Maybe if the X library locations can

Re: [osol-discuss] [kde-discuss] KDE4 OpenSolaris Presentation and BoF : Wednesday January 16th 4:00PM (fwd)

2008-01-17 Thread Alan DuBoff
On Thu, 17 Jan 2008, [EMAIL PROTECTED] wrote: I gave a presentation to BOSUG on KDE4/OpenSolaris. It is available (in .pdf format) from here http://manishchaks.googlepages.com/KDE4.pdf Hi Manish, That is a really sexy show! Yes, it looks nice. -- Alan DuBoff - Solaris x86 IHV/OEM Group

Re: [osol-discuss] svn (probably) buggy in b78!

2008-01-17 Thread Mike Sullivan
Manish Chakravarty wrote: bash-3.2$ svn co http://svn2.cvsdude.com/kdesolaris /trunk/Build/ svn: Valid UTF-8 data (hex:) followed by invalid UTF-8 sequence (hex: 83 c4 0c 85) Is the svn command in b78 known to be broken? yes. 6633860 svn broken on snv_78, suspect apache change

Re: [osol-discuss] [xwin-discuss] Building QT-4.3.3 with OpenGL enabled

2008-01-17 Thread Stefan Teleman
On Jan 17, 2008 4:20 PM, Alan Coopersmith [EMAIL PROTECTED] wrote: russell aspinwall wrote: Maybe if the X library locations can be rationalised to /usr/X11/lib then it would not be necessary. We're working on it, and have accelerated it as part of the work we need to do for X in

Re: [osol-discuss] svn (probably) buggy in b78!

2008-01-17 Thread S h i v
On Jan 18, 2008 2:56 AM, Mike Sullivan [EMAIL PROTECTED] wrote: Manish Chakravarty wrote: bash-3.2$ svn co http://svn2.cvsdude.com/kdesolaris /trunk/Build/ svn: Valid UTF-8 data (hex:) followed by invalid UTF-8 sequence (hex: 83 c4 0c 85) Is the svn command in b78 known to be

[osol-discuss] Integrated transactional upgrades with ZFS

2008-01-17 Thread Erast Benson
Hi guys, new article available explaining details on how enterprise-like upgrades integrated with Nexenta Core Platform starting from RC2 using ZFS capabilities and Debian APT: http://www.nexenta.org/os/TransactionalZFSUpgrades What is NexentaCP? NexentaCP is a minimal (core) foundation that

Re: [osol-discuss] next sxce build

2008-01-17 Thread W. Wayne Liauh
Hi all, any idea when next sxce build will be available? Thanks. As I understand it, SXDE4, which is a respin from SXCE 79, will come out during the first week of February. As announced in a separate thread, release of SXCE 79 has been delayed. This message posted from

Re: [osol-discuss] ¨Could not look up internet address for unknown¨

2008-01-17 Thread John Brewer
After further investigations, I think the problem is definitely with the Lenovo R61i notebook (I believe i refers to the Intel chipset). I am not going into the details, but I have tried a couple of Linux distros, both experienced some kind of problems. For some reason, this machine needs

Re: [osol-discuss] ¨Could not look up internet address for unknown¨

2008-01-17 Thread John Brewer
This has been a ongoing issue: The dhcp client did work on and off there were several code changes and putbacks, it had worked with Time Warners Cable modem, and DSL modem in between these versions of snv_b55 to snv_b61 and one of the 10u4 beta's with a few other caviate's