Re: [osol-discuss] A question about OpenSolaris Package

2008-07-16 Thread Aubrey Li
On Thu, Jul 17, 2008 at 9:45 AM, Chen Jianxun(Kelvin) <> wrote: > Hi > > I have a question about the Opensolaris package. My question is: > > Can I package a common application to a Opensolaris package and then I > can install it use pkgadd of pkg command. If it is possible, how can I > do it. Any

[osol-discuss] A question about OpenSolaris Package

2008-07-16 Thread Chen Jianxun(Kelvin)
Hi I have a question about the Opensolaris package. My question is: Can I package a common application to a Opensolaris package and then I can install it use pkgadd of pkg command. If it is possible, how can I do it. Any one can help me, thank you very mcuh. begin:vcard fn:Jianxun(Kelvin) Chen n:

Re: [osol-discuss] Rhythmbox on build 93

2008-07-16 Thread Brian Cameron
Mike: You can get the GStreamer MP3 Fluendo plugin legally and for free from the FLuendo webstore: http://shop.fluendo.com/ Even though Sun has a license to distribute Solaris with MP3 decoder technologies, we do not ship the GStreamer MP3 decoder plugin with Solaris. This is because some G

Re: [osol-discuss] pci driver locking

2008-07-16 Thread UNIX admin
> Hi, > > I have written a driver for a special PCI Card on > Solaris 10, Dual Core 2,4 GHz. > The application uses the driver via ioctl to get one > byte from the PCI Card. > I use ddi_getxx to read the registers of the PCI > Card, locked with mutex_enter > and mutex_exit. > Between ioctl_entry a

[osol-discuss] ZFS Boot Presentation

2008-07-16 Thread Alan DuBoff
There's a ZFS Boot Presentation going on, if you have access to the web, you can view this at the SVOSUG webpage at: http://www.opensolaris.org/os/project/svosug/ -- Alan DuBoff - Solaris x86 IHV/OEM Group ___ opensolaris-discuss mailing list opensola

Re: [osol-discuss] My Ideas -please read

2008-07-16 Thread UNIX admin
> Digging through old mail, are we? Not necessarily. I'm just not checking up on opensolaris.org as often (I post through the opensolaris.org forums, and am not subscribed to any mailing lists for opensolaris). > Except I'm not talking bout 3rd party and unbundled > software on > Linux. The Lin

Re: [osol-discuss] Live-CD only in 640x480 mode.

2008-07-16 Thread Jürgen Keil
> Thanks for all the help and information. > > But a simple > > % startx -- -verbose 5 -logverbose 5 > don't work. Try: /usr/X11/bin/Xorg -verbose 5 -logverbose 5 control-alt-backspace should get you out of the Xorg server. Then check the log file at /var/log/Xorg.0.log I actually done tha

Re: [osol-discuss] Live-CD only in 640x480 mode.

2008-07-16 Thread theUser BL
> Use xrandr to find out what Xserver "thinks" your monitor resolutions are. > You can also go to "(JDS) Preferences -> Screen Resolution" and see similar > info. You can change your screen resolution by using "xrandr -s #" or use the > "Screen Resolution" menu option to change the screen resolu

Re: [osol-discuss] Live-CD only in 640x480 mode.

2008-07-16 Thread theUser BL
Thanks for all the help and information. But a simple > % startx -- -verbose 5 -logverbose 5 don't work. The startx script isn't in the PATH environment set and I am sill on searching, where to find it on OpenSolaris Live-DVD Greatings theuserbl __

Re: [osol-discuss] pci driver locking

2008-07-16 Thread Siegfried Schmidt
Thanks for the info, i have to modify the dtrace script (see below), and I am not sure if the time statement is ok. Timestamp is in nanoseconds, so I think correct is "...((timestamp - self->follow) > 5)/" ?? But I'm happy, I have the first results (without timestamp) and now I try to understa

Re: [osol-discuss] Any lsof tool for nv ?

2008-07-16 Thread James Carlson
Chen Jianxun(Kelvin) writes: > I have a question about the Opensolaris package. My question is: > > Can I package a common application to a Opensolaris package and then I > can install it use pkgadd of pkg command. If it is possible, how can I > do it. Any one can help me, thank you very mcuh.

Re: [osol-discuss] Rhythmbox on build 93

2008-07-16 Thread Akhilesh Mritunjai
> Problem with blastwave is I have to include the > csw/lib directory in my library path which causes > many other things to break. I could then write No not needed. If you need LD_LIBRARY_PATH, it's a bug and should be filed on blastwave. I just did the following: 1. pkg-get -i gst* (bunch of

Re: [osol-discuss] Rhythmbox on build 93

2008-07-16 Thread jerry tan
Because mp3 decoder has been removed from nevada build . you need to build it by yourself , or just download it fromm fluendo.com. > I have recently installed build 93 and now rhythmbox will not load mp3 files. > I get the following error. > The GStreamer plugins to decode "MP#" files cannot be f

Re: [osol-discuss] Rhythmbox on build 93

2008-07-16 Thread M D
Problem with blastwave is I have to include the csw/lib directory in my library path which causes many other things to break. I could then write wrappers to only include the blastwave library path when the application starts but this is a very kludge thing to have to maintain! I want to understa

Re: [osol-discuss] Rhythmbox on build 93

2008-07-16 Thread M D
No luck with gmake either. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Rhythmbox on build 93

2008-07-16 Thread Akhilesh Mritunjai
It's not worth it building gstreamer by hand. Use either blastwave or SFE packages This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Rhythmbox on build 93

2008-07-16 Thread Lurie
Can't say about mp3s & build 93, but as for the error, try to use "gmake" instead. This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Rhythmbox on build 93

2008-07-16 Thread Mike DeMarco
I have recently installed build 93 and now rhythmbox will not load mp3 files. I get the following error. The GStreamer plugins to decode "MP#" files cannot be found. I compiled and installed the latest gstreamer. Then attempted to compile plugins-base but get the following errors: make: Fatal er

Re: [osol-discuss] Any lsof tool for nv ?

2008-07-16 Thread Chen Jianxun(Kelvin)
Hi I have a question about the Opensolaris package. My question is: Can I package a common application to a Opensolaris package and then I can install it use pkgadd of pkg command. If it is possible, how can I do it. Any one can help me, thank you very mcuh. begin:vcard fn:Jianxun(Kelvin) Che