[osol-discuss] rpcbind and ports besides 111

2008-03-19 Thread Kevin Zupan
Can anyone tell me why, rpcbind not only binds to udp/111, but also to some other random udp port above 32770. I can find lots of information about this be a vulnerability and this and that, but I really cannot find any information as to the functional reason for this. Thanx Kevin This mess

Re: [osol-discuss] Wireless USB Keyboard/mouse

2008-03-19 Thread John Brewer
Also you can try this for more info on each usb device, run and submit the detail RFE http://www.opensolaris.org/bug/report.jspa or post it output. #!/bin/sh -x script /report.txt uname -a cat /etc/release /usr/X11/bin/scanpci prtconf -pv prtdiag -v eeprom # Rem, For usb try: echo " REM Unplug all

Re: [osol-discuss] [sysadmin-discuss] Configuring two nsswitch backends like LDAP and NI

2008-03-19 Thread John Brewer
If memory services correct! You had to create a new passwd2 and a new group2 entry in the /var/yp/Makefile update the /var/yp/nicknames you had to ypxfr to your slaves NIS servers update the last entry or add to it in bottom of /etc/passwd and /etc/group + pointers passwd2 entry with a name of

Re: [osol-discuss] Virtualization (xVM vs VirtualBox)

2008-03-19 Thread Roberto Dircio Palacios-Macedo
i would've liked to see Sun buy qemu rather than virtualbox then, the old guard sysadmins would horror to see running windows on sparc, but then the market for sun servers would be a lot bigger and more $$ would come to sun for sparc hardware, and finally without fear it would really claim it su

Re: [osol-discuss] [desktop-discuss] How to get an old build?

2008-03-19 Thread Glynn Foster
Hey, Brian Nitz wrote: > A few things happened to make crashes more common in recent GNOME builds: > > 1) The GNOME community enabled coreing on ASSERTs in default builds, so > some subtle bugs became less subtle. I'm confused. Has something changed recently? or is this still the code in gnom

Re: [osol-discuss] [zones-discuss] Lost network connectivity and NIC recognition

2008-03-19 Thread Anne Moore
I fixed the problem by running "sysidconfig." (Thanks to Brandon H.) Anne ~ HI All I'm running OpenSolaris 10. I ran sys-unconfig so that I could change the IP addresses on the box. However, after boot up, it went straig

Re: [osol-discuss] ZFSACL issue - Holding up deployment!

2008-03-19 Thread Andrew Hydle
I think I got around this issue for now but I would still like to get a hold of another samba/zfsacl install for Solaris 08/07. I am anticipating finding more issues along the way with this version. BTW - I got around this problem by disabling acl checking in samba Add this to a share definitio

[osol-discuss] ZFSACL issue - Holding up deployment!

2008-03-19 Thread Andrew Hydle
Hey Guys, I noticed a problem in zfsacl/samba on Solaris 08/07 (Latest patch level) and in a bind because of it. I was wondering if anyone knew where I could get an alternative Samba/zfsacl release for Solaris 08/07. Perhaps the source release of samba 3.0.28 included in the latest opensolaris

Re: [osol-discuss] [desktop-discuss] How to get an old build?

2008-03-19 Thread Glenn Lagasse
Hey Ken, * Ken Gunderson ([EMAIL PROTECTED]) wrote: > On Wed, 19 Mar 2008 11:15:33 -0600 > Jim Walker <[EMAIL PROTECTED]> wrote: > > > Thanks Brian, > > > > Was there a flag day for this? If not, I would think about > > making one. Finding the bugs is a good thing, but impacting > > users that d

Re: [osol-discuss] [indiana-discuss] OpenSolaris Developer Summit May '08; May 3-4, UC Santa Cruz

2008-03-19 Thread Michal Bielicki
Jesse Silver wrote: > Hi All- > > Great news! The second OpenSolaris Developer Summit will be held at > the Baskin School of Engineering at the University of California, > Santa Cruz on the 3rd and 4th May 2008. Sponsored by Sun Microsystems, > the summit is not a traditional conference or exhib

Re: [osol-discuss] [desktop-discuss] How to get an old build?

2008-03-19 Thread Ken Gunderson
On Wed, 19 Mar 2008 11:15:33 -0600 Jim Walker <[EMAIL PROTECTED]> wrote: > Thanks Brian, > > Was there a flag day for this? If not, I would think about > making one. Finding the bugs is a good thing, but impacting > users that don't have time to be beta testers at the moment > isn't. +1. Makes

[osol-discuss] OpenSolaris Developer Summit May '08; May 3-4, UC Santa Cruz

2008-03-19 Thread Jesse Silver
Hi All- Great news! The second OpenSolaris Developer Summit will be held at the Baskin School of Engineering at the University of California, Santa Cruz on the 3rd and 4th May 2008. Sponsored by Sun Microsystems, the summit is not a traditional conference or exhibition, but rather a small, in

Re: [osol-discuss] [sysadmin-discuss] Configuring two nsswitch backends like LDAP and NIS?

2008-03-19 Thread Josh Lange
On Wed, Mar 19, 2008 at 9:54 AM, Edwin Goei <[EMAIL PROTECTED]> wrote: > Edwin Goei wrote: > > Is it possible to use two networked databases at the same time in > > nsswitch.conf? I've got a client machine using an existing NIS > > database in nsswitch. I'd like to add additional entries to the pa

Re: [osol-discuss] [sysadmin-discuss] Configuring two nsswitch backends like LDAP and NIS?

2008-03-19 Thread Josh Lange
Actually, we do just that. What we did: 1. backup your nsswitch.conf 2. configure ldap "ldapclient ." 3. restore your nsswitch.conf 4. configure nis (the ldapclient command erases this): "ypinit -c " 5. restore your nsswitch.conf 6. make sure svc:/network/ldap/client:default and svc:/netw

Re: [osol-discuss] How to get an old build?

2008-03-19 Thread wllee
you can try: http://dlc.sun.com/osol/on/downloads/ This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] [desktop-discuss] How to get an old build?

2008-03-19 Thread Brian Nitz
Jim Walker wrote: > Thanks Brian, > > Was there a flag day for this? If not, I would think about > making one. Finding the bugs is a good thing, but impacting > users that don't have time to be beta testers at the moment > isn't. I'll ask the RE team about this. > > I'm focused on testing myself, s

Re: [osol-discuss] [desktop-discuss] How to get an old build?

2008-03-19 Thread Jim Walker
Thanks Brian, Was there a flag day for this? If not, I would think about making one. Finding the bugs is a good thing, but impacting users that don't have time to be beta testers at the moment isn't. I'm focused on testing myself, so understand both view points. My system is still crashing after

Re: [osol-discuss] Configuring two nsswitch backends like LDAP and NIS?

2008-03-19 Thread Edwin Goei
Edwin Goei wrote: > Is it possible to use two networked databases at the same time in > nsswitch.conf? I've got a client machine using an existing NIS > database in nsswitch. I'd like to add additional entries to the passwd > database so that I can provide sshd access to a mercurial repository

Re: [osol-discuss] [desktop-discuss] How to get an old build?

2008-03-19 Thread Brian Nitz
Mario Goebbels wrote: >> 1) The GNOME community enabled coreing on ASSERTs in default builds, so >> some subtle bugs became less subtle. >> > > Can/Will this be disabled in the JDS builds? > > -mg > Yes core on ASSERT should be disabled before any product release. The intention is to un

Re: [osol-discuss] [desktop-discuss] How to get an old build?

2008-03-19 Thread Mario Goebbels
> 1) The GNOME community enabled coreing on ASSERTs in default builds, so > some subtle bugs became less subtle. Can/Will this be disabled in the JDS builds? -mg signature.asc Description: OpenPGP digital signature ___ opensolaris-discuss mailing l

Re: [osol-discuss] [desktop-discuss] How to get an old build?

2008-03-19 Thread Brian Nitz
A few things happened to make crashes more common in recent GNOME builds: 1) The GNOME community enabled coreing on ASSERTs in default builds, so some subtle bugs became less subtle. 2) Coring on ASSERT causes some post install scripts to fail on some hardware due to a file access race conditi

[osol-discuss] Configuring two nsswitch backends like LDAP and NIS?

2008-03-19 Thread Edwin Goei
Is it possible to use two networked databases at the same time in nsswitch.conf? I've got a client machine using an existing NIS database in nsswitch. I'd like to add additional entries to the passwd database so that I can provide sshd access to a mercurial repository for a large number of acco

Re: [osol-discuss] How to edit files inside a ISO-image?

2008-03-19 Thread Joerg Schilling
Moinak Ghosh <[EMAIL PROTECTED]> wrote: > sunil wrote: > > Hey Tulsa, > > Can you please specify the exact parameters you provided to mkisofs for > > modifying the Nevada x86 iso. I have not been able to get this to work. The > > iso gets created but when i again try to lofi mount it it complain