Re: [OpenIndiana-discuss] Seeking ffmpeg with librtmp and lame compiled in, for OI b148

2011-10-12 Thread Charles Seeger
+-- "Hans J. Albertsson" wrote (Wed, 12-Oct-2011, 21:22 +0200): | | Does anyone out there have a ready-compiled ffmpeg of very recent date | that includes rtmp and lame support compiled in, i e linked to librtmp | and liblame? Sorry, no help with these binaries. | I can't seem to get the d

Re: [OpenIndiana-discuss] ssh sessions timing out?

2011-10-12 Thread Richard L. Hamilton
Are you going through a firewall? Some of 'em can do that to you. That may not be the intent, but it can be the effect if they're set up wrong or not scaling well. On Oct 12, 2011, at 10:56 PM, Dan Swartzendruber wrote: > This one is driving me nuts. I can't seem to keep an ssh session open

Re: [OpenIndiana-discuss] ssh sessions timing out?

2011-10-12 Thread Doug Hughes
On 10/12/2011 10:56 PM, Dan Swartzendruber wrote: This one is driving me nuts. I can't seem to keep an ssh session open for more than 10 minutes or so. When I check after that, putty has an error up about "network error caused software abort" (or words to that effect.) I have TCP/IP keepalives

[OpenIndiana-discuss] ssh sessions timing out?

2011-10-12 Thread Dan Swartzendruber
This one is driving me nuts. I can't seem to keep an ssh session open for more than 10 minutes or so. When I check after that, putty has an error up about "network error caused software abort" (or words to that effect.) I have TCP/IP keepalives turned on, as well as ssh keepalives, and that hasn

Re: [OpenIndiana-discuss] Howto proceed, when new to (openindiana) development

2011-10-12 Thread Josef 'Jeff' Sipek
On Wed, Oct 12, 2011 at 04:55:55PM +0200, Per Sjoholm wrote: > On 10/12/2011 02:06 AM, Josef 'Jeff' Sipek wrote: > >On Tue, Oct 11, 2011 at 10:04:51AM +0200, Per Sjoholm wrote: > >>. > >>Suggestion on howto proceed > >Hello! > > > >We have a mailing list for development (oi-dev@...) and an IRC

[OpenIndiana-discuss] get suspend-to-ram working (works only in single-user-mode)

2011-10-12 Thread commb07
hi everyone i'm new to openindiana and try to get S3 working on my old p5b deluxe/core 2 duo system. although it has an ati card (4550, but i also testet with an nvdia 8800 gts), after some hours of trial-and-error and reading i got it working in single-user-mode. thinking it mitght be a problem w

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Per Sjoholm
On 10/12/2011 10:35 PM, James Carlson wrote: .. Or just use "ipadm" to administer the addresses ... http://blogs.oracle.com/observatory/en_US/entry/ipadm -- Per Sjöholm Spanga, Stockholm, Sweden ___ OpenIndiana-discuss mailing list OpenIndiana-dis

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Dan Swartzendruber
Not everyone installs with a GUI, though... -Original Message- From: Matt Connolly [mailto:matt.connolly...@gmail.com] Sent: Wednesday, October 12, 2011 4:43 PM To: Discussion list for OpenIndiana Subject: Re: [OpenIndiana-discuss] Static IP configuration problem On 13/10/2011, at 5:55 A

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Chris Mosetick
I like using ipadm to setup static addresses too. Except that it is hard because last time I checked in OI b151, there is still no man page for ipadm. https://www.illumos.org/issues/559 2010-12-19 Things like man pages that were present in older OS releases are missing. I'm baffled as to why thi

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Matt Connolly
On 13/10/2011, at 5:55 AM, Dan Swartzendruber wrote: > LinuxBSDos.com wrote: >> Those are the steps we used to take in Linux a long time ago. This is one >> area that oi will have to address to make non-techy users lives a bit >> easier. >> > Yeah, I know. I've been around the block a few times

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread James Carlson
Ray Arachelian wrote: > On 10/12/2011 03:23 PM, Lucas Van Tol wrote: >> I think /etc/netmasks is where you would store the netmask? >> >> echo $NETWORK $NETMASK >> /etc/netmasks >> > It is and I was just about to reply to point out that if you forget > this, you can get in trouble since it may pi

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Dan Swartzendruber
LinuxBSDos.com wrote: Those are the steps we used to take in Linux a long time ago. This is one area that oi will have to address to make non-techy users lives a bit easier. Yeah, I know. I've been around the block a few times (I started using Linux in 1994 for a self-started business.) Eve

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread LinuxBSDos.com
Those are the steps we used to take in Linux a long time ago. This is one area that oi will have to address to make non-techy users lives a bit easier. -- Fini D. http://LinuxBSDos.com > Also, don't forget to edit /etc/resolv.conf and /etc/nsswitch.conf since > you're not getting DNS server d

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Ray Arachelian
Also, don't forget to edit /etc/resolv.conf and /etc/nsswitch.conf since you're not getting DNS server details from a DHCP server. (Might also be useful to set up ntp if you're going to use it.) On 10/12/2011 03:15 PM, Karl Dag Gursli wrote: > > First do : svcadm disable network/physical:nwam >

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Ray Arachelian
On 10/12/2011 03:23 PM, Lucas Van Tol wrote: > I think /etc/netmasks is where you would store the netmask? > > echo $NETWORK $NETMASK >> /etc/netmasks > It is and I was just about to reply to point out that if you forget this, you can get in trouble since it may pick /8 for a 10.x.x.x address, or

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread CJ Keist
Thanks for all the responses. I had everything except for the /etc/hostname.e1000g0 setup. It is now keeping the ip config during reboots! One other thing I didn't see in the install setup is the ability to choose to disable IPV6, that would be nice to put back into the install options.

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Dan Swartzendruber
I have to admit this was one of the irritations I ran into when I first installed. I have never seen a distro that made it so hard to set a static IP. Yes, I know it's a handful of commands, that isn't the point. This should be the default, not nwam, IMO of course. And when you google for

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Lucas Van Tol
You may need to create /etc/hostname.$ADAPTERNAME file(s); i.e. echo xxx.xxx.xxx.xx > /etc/hostname.e1000g0 (Should tell network/physical:default to plumb/ifconfig that address) I think /etc/netmasks is where you would store the netmask? echo $NETWORK $NETMASK >> /etc/netmasks It looks like yo

[OpenIndiana-discuss] Seeking ffmpeg with librtmp and lame compiled in, for OI b148

2011-10-12 Thread Hans J. Albertsson
Does anyone out there have a ready-compiled ffmpeg of very recent date that includes rtmp and lame support compiled in, i e linked to librtmp and liblame? I can't seem to get the downloadable sources to play ball properly. ___ OpenIndiana-discuss m

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Karl Dag Gursli
On 10/12/11 08:58 PM, CJ Keist wrote: On a test VM I install OpenIndiana to see how to setup a static on install but it appears that with version 151a, the manual configure option is no longer listed. During install it only listed automatic or none for the network options. What is interesting

Re: [OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread Daniel Kjar
probably svcadm enable network/physical:default This is something people should fix. It should always be easy to set up a static address on a unix box. It is certainly nice that the auto networking is easy but so should the I want to do it myself bit. On 10/12/11 02:58 PM, CJ Keist wrote: O

[OpenIndiana-discuss] Static IP configuration problem

2011-10-12 Thread CJ Keist
On a test VM I install OpenIndiana to see how to setup a static on install but it appears that with version 151a, the manual configure option is no longer listed. During install it only listed automatic or none for the network options. What is interesting is that the help for that step mentione

[OpenIndiana-discuss] Rob jones left a message for you...

2011-10-12 Thread Badoo
Rob jones left a message for you... Its sender and content will be shown only to you and you can delete it at any time. You can instantly reply to it, using the message exchange system. To find out what's in the message, just follow this link: http://eu1.badoo.com/0257595692/in/se.xBVUrAUw/?lang

Re: [OpenIndiana-discuss] Howto proceed, when new to (openindiana) development

2011-10-12 Thread Per Sjoholm
On 10/12/2011 02:06 AM, Josef 'Jeff' Sipek wrote: On Tue, Oct 11, 2011 at 10:04:51AM +0200, Per Sjoholm wrote: . Suggestion on howto proceed Hello! We have a mailing list for development (oi-dev@...) and an IRC channel (#oi-dev on FreeNode). I strongly suggest that you go into the IRC cha

Re: [OpenIndiana-discuss] ce networks and aggregations

2011-10-12 Thread James Carlson
Gabriele Bulfon wrote: > Hi, I was trying to use dladm aggr to aggregate 2 networks, but the system > doesn't let me. > So I read ce network driver does not support aggregation with dladm. > Somewhere it talks about Sun Trunking allowing the same stuff with older > cards. > Where can I find it (N

Re: [OpenIndiana-discuss] USB wireless network LinkSys WUSB100

2011-10-12 Thread James Carlson
Maxim Kondratovich wrote: > Hello, > please help, how to identify driver name for this device? Looks like > this device is recognized but not added to list of my network devices... > I tried to ifconfig usb_mid plumb but looks like it's wrong idea. I don't believe there are any WUSB100 drivers for

[OpenIndiana-discuss] ce networks and aggregations

2011-10-12 Thread Gabriele Bulfon
Hi, I was trying to use dladm aggr to aggregate 2 networks, but the system doesn't let me. So I read ce network driver does not support aggregation with dladm. Somewhere it talks about Sun Trunking allowing the same stuff with older cards. Where can I find it (No Oracle points it out) and make

[OpenIndiana-discuss] USB wireless network LinkSys WUSB100

2011-10-12 Thread Maxim Kondratovich
Hello, please help, how to identify driver name for this device? Looks like this device is recognized but not added to list of my network devices... I tried to ifconfig usb_mid plumb but looks like it's wrong idea. node name: device Vendor: L

Re: [OpenIndiana-discuss] Huawei E1550 usb 3g modem

2011-10-12 Thread James C. McPherson
On 12/10/11 09:15 PM, Andrey N. Oktyabrski wrote: On 12.10.11 09:24, Andrey N. Oktyabrski wrote: Good day. How can I switch it to the modem mode from mass storage mode? Something same as usb_modeswitch from Linux wanted. Or I must write anything in the /etc/driver_aliases? I have got the solut

Re: [OpenIndiana-discuss] Huawei E1550 usb 3g modem

2011-10-12 Thread Andrey N. Oktyabrski
On 12.10.11 09:24, Andrey N. Oktyabrski wrote: Good day. How can I switch it to the modem mode from mass storage mode? Something same as usb_modeswitch from Linux wanted. Or I must write anything in the /etc/driver_aliases? I have got the solution. Under Windows XP: - Install modem driver - In