Re: [osol-help] How to know the default router

2009-07-23 Thread Xavier Callejas
Nicholas Senedzuk wrote:

 Run a netstat -rn and it will show you the default route
 
 freddie% netstat -rn
 
 Routing Table: IPv4
 Destination   Gateway   Flags  Ref   Use   Interface
   - - -- -
 131.68.27.0  131.68.27.156 U1  42321  eri0
 10.10.27.0   10.10.27.156  U1533  eri0:1
 224.0.0.0131.68.27.156 U1  0  eri0
 default  131.68.27.1   UG   1   1593
  default route
 127.0.0.1127.0.0.1 UH   1  0  lo0

Thank you!

___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Gfxp, drm, in.ndpd errors just from the LiveCD

2009-07-23 Thread Sam Ashcraft
Any Ideas at least about what is sending there errors? I'm thinking the graphic 
driver is sending gfxp errors, but the in.ndpd errors I haven't a clue.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] how to increase swap mem.?

2009-07-23 Thread Xavier Callejas

Hi,

I'm running OpenSolaris 2009.06, I follow the default configuration in the 
install wizard, now I have just 512MB of swap mem., how can I increase it? 
where can I manage my partitions?

Thanks.

xavier.

___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Help installing .tar and p5i

2009-07-23 Thread jj
Hi I downloaded the following package to run the ndis but I dont know how to 
install it

SUNWonbld-20070604.i386.tar.bz2
SUNWflexlex.p5i

Can somebody help me.  Thanks.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] opensolaris system on usb stick

2009-07-23 Thread Lieven
Hi Jkeil,

This is the solution I'm looking for I think. I am indeed preparing the usb 
stick on one machine but it has to run on another machine. (an intel nas box) 
I'm not yet up to speed with zfs and zpool etc but I'll try your solution and 
I'll soon find out.

Thanks!
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Help installing .tar.bz2 and p5i

2009-07-23 Thread Paul Floyd
Hi

For the first one

bzcat SUNWonbld-20070604.i386.tar.bz2 | tar xvf -

I'm not familiar with .p5i files. I think that they are used by the OpenSolaris 
pkg system, but I've only ever used that to install over the net, not by 
downloading files.

Paul
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] how to increase swap mem.?

2009-07-23 Thread Paul Floyd
Hi

Try this

http://www.crypticide.com/dropsafe/article/2649

Alternatively as a temporary measure, you can do something like

# mkfile -v 2g /swapfile
# swap -a /swapfile

which will create a 2Gib file in root which will be added to the swap.

The downside is that this will give slightly worse performance than a real swap 
partition.

Paul
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] how to increase swap mem.?

2009-07-23 Thread Alexander
If you want to increase swap without reboot:

zpool create -V old size rpool/swp
swap -a /dev/zvol/dsk/rpool/swp
swap -d /dev/zvol/dsk/rpool/swap
zpool destroy rpool/swap
zpool create -V new size rpool/swap
swap -a /dev/zvol/dsk/rpool/swap
swap -d /dev/zvol/dsk/rpool/swp
zpool destroy rpool/swp
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Additional NIC

2009-07-23 Thread Paul Johnston
Hi
I've added an additional NIC to my machine with  the idea of routing traffic 
through it to a NAS box.
pa...@workdellgx260:~/programming/erlang/mnesia1$ ifconfig -a
lo0: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL mtu 8232 
index 1
inet 127.0.0.1 netmask ff00 
bge0: flags=1004843UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4 mtu 1500 index 2
inet 130.88.105.65 netmask  broadcast 130.88.255.255
vboxnet0: flags=201000842BROADCAST,RUNNING,MULTICAST,IPv4,CoS mtu 1500 index 3
inet 0.0.0.0 netmask 0 
iprb0: flags=1000802BROADCAST,MULTICAST,IPv4 mtu 1500 index 4
inet 0.0.0.0 netmask 0 
lo0: flags=2002000849UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL mtu 8252 
index 1
inet6 ::1/128 
bge0: flags=2004841UP,RUNNING,MULTICAST,DHCP,IPv6 mtu 1500 index 2
inet6 fe80::212:3fff:fe8c:d088/10 
 
My 'main' interface bge0 uses DHCP but how would I get the second nic iprb0 to 
manually get an internal address and persist across reboots. Don't really want 
to turn NWAN off.

Regards Paul
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Additional NIC

2009-07-23 Thread Bartlomiej Pelc
http://www.opensolaris.org/os/project/nwam/picea/nwamd_1m/

Look at Static IP Addresses section in middle of this page.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] opensolaris system on usb stick

2009-07-23 Thread Lieven
Sorry to bother you but I have a question regarding this zpool import.

Do I have to mount the usb disk in the livecd and then execute zpool import -f 
rpool ?

I tried it without mounting, because I cannot mount the usb yet, I can see it 
in dmesg and I can see scsa2usb in lshal | grep devfs but I cannot see any 
corresponding device in /dev/rdsk/

When I execute pfexec zpool import -f rpool I get no such pool available

Also, when I boot from the usb in the nas device, I just get grub and nothing 
more but that's probably because the pool from the usb disk is not imported?

Thanks for any clues you can provide.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Help installing .tar.bz2 and p5i

2009-07-23 Thread W Brian Leonard
Yes, .p5i files support the new 1 click install feature. The package 
can be installed directly from a web page: Here's SUNWflexlex:


http://pkg.opensolaris.org/release/en/search.shtml?token=SUNWFlexLexaction=Search

However, it should already be installed on your system. From the 
terminal run:


pkg info -r SUNWflexlex

/Brian

Paul Floyd wrote:

Hi

For the first one

bzcat SUNWonbld-20070604.i386.tar.bz2 | tar xvf -

I'm not familiar with .p5i files. I think that they are used by the OpenSolaris 
pkg system, but I've only ever used that to install over the net, not by 
downloading files.

Paul
  


--
W. Brian Leonard
Technology Evangelist
408.404.6884
http://blogs.sun.com/observatory

___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Help installing .tar.bz2 and p5i

2009-07-23 Thread jj
Thanks I already installed the first one.

 Yes, .p5i files support the new 1 click install
 feature. The package 
 can be installed directly from a web page: Here's
 SUNWflexlex:
 
 http://pkg.opensolaris.org/release/en/search.shtml?tok
 en=SUNWFlexLexaction=Search

The problem is I cant connect to lan, this package im trying to install is for 
the wireless using ndis.

 However, it should already be installed on your
 system. From the 
 terminal run:
 
 pkg info -r SUNWflexlex

I will try this thanks.

 
 /Brian
 
 Paul Floyd wrote:
  Hi
 
  For the first one
 
  bzcat SUNWonbld-20070604.i386.tar.bz2 | tar xvf -
 
  I'm not familiar with .p5i files. I think that they
 are used by the OpenSolaris pkg system, but I've only
 ever used that to install over the net, not by
 downloading files.
 
  Paul

 
 -- 
 W. Brian Leonard
 Technology Evangelist
 408.404.6884
 http://blogs.sun.com/observatory
 
 ___
 opensolaris-help mailing list
 opensolaris-help@opensolaris.org
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Additional NIC

2009-07-23 Thread Paul Johnston
Firstly can I use nwam for two nics?
quote
There is a limitation that only one link is active at a time in auto-magic 
mode. 
/quote

I tried anyway and afraid no joy with that.

pa...@workdellgx260:~$ cat  /etc/nwam/llp 
bge0dhcp
iprb0   static  10.99.56.41 
vboxnet0static 192.168.56.1


pa...@workdellgx260:~$ pfexec ifconfig iprb0
iprb0: flags=1000802BROADCAST,MULTICAST,IPv4 mtu 1500 index 4
inet 0.0.0.0 netmask 0 
ether 0:2:b3:4c:61:c6 


pa...@workdellgx260:~$ dmesg | grep ip
Jul 23 14:52:06 workdellgx260 mac: [ID 469746 kern.info] NOTICE: iprb0 
registered
Jul 23 14:52:07 workdellgx260 ipf: [ID 774698 kern.info] IP Filter: v4.1.9, 
running.
Jul 23 14:52:11 workdellgx260 mii: [ID 427086 kern.info] iprb0: Using 100BASE-X 
Ethernet PHY at 1: Intel 82555


Paul
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Help installing .tar.bz2 and p5i

2009-07-23 Thread W Brian Leonard


The problem is I cant connect to lan, this package im trying to install is for 
the wireless using ndis.
Yes, that's quite a pickle. Fortunately, most networking drivers use the 
old file based packaging format (as you've already installed).


/Brian

jj wrote:

Thanks I already installed the first one.

  

Yes, .p5i files support the new 1 click install
feature. The package 
can be installed directly from a web page: Here's

SUNWflexlex:

http://pkg.opensolaris.org/release/en/search.shtml?tok
en=SUNWFlexLexaction=Search



The problem is I cant connect to lan, this package im trying to install is for 
the wireless using ndis.

  

However, it should already be installed on your
system. From the 
terminal run:


pkg info -r SUNWflexlex



I will try this thanks.

  

/Brian

Paul Floyd wrote:


Hi

For the first one

bzcat SUNWonbld-20070604.i386.tar.bz2 | tar xvf -

I'm not familiar with .p5i files. I think that they
  

are used by the OpenSolaris pkg system, but I've only
ever used that to install over the net, not by
downloading files.


Paul
  
  

--
W. Brian Leonard
Technology Evangelist
408.404.6884
http://blogs.sun.com/observatory

___
opensolaris-help mailing list
opensolaris-help@opensolaris.org



--
W. Brian Leonard
Technology Evangelist
408.404.6884
http://blogs.sun.com/observatory

___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] Best Approach

2009-07-23 Thread John Brewer
Here are some notes that I had used to replicate my /zfs1 over from one server 
to another to allow to re-jumpstart the other server to upgrade.
setup sshd
vi /etc/ssh/sshd_config
edit line
PermitRootLogin yes
on client
   55  zfs allow -s @zfs1 create,destroy,mount,snapshot zfs1
   56  zfs allow zfs1

on old server
# zfs allow -s @zones create,destroy,mount,snapshot zones
Pool must be upgraded to use 'allow/unallow': unsupported version
# zfs upgrade zones
zones: can not be upgraded; the pool version needs to first be upgraded
to version 9

0 filesystems upgraded
# zpool upgrade zones
This system is currently running ZFS pool version 10.

Successfully upgraded 'zones' from version 4 to version 10

#
zfs allow -s @zones create,destroy,mount,snapshot zones
# zfs send zo...@192.168.1.7 | ssh 192.168.1.21 zfs receive zfs1/zfs1


Once running back on the new server client
bash-3.00# zfs list
NAMEUSED  AVAIL  REFER  MOUNTPOINT
zfs1   25.2G   369G36K  /zfs1
z...@192.168.1.2117K  -33K  -
zfs1/zfs1  25.2G   369G  25.2G  /zfs1/zfs1
bash-3.00#


mount example
zfs set mountpoint=/mnt/export pool1/export
3. Tell ZFS that all is OK now to mount that dataset
# zfs mount pool1/foo/bar
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Problems with Opera

2009-07-23 Thread Paul Johnston
Anyone having problems with Opera?

Reinstalled my system from scratch and installed opera

It appears to have installed. Starting it brings up the 'Welcome to Opera' page 
then when I choose Start with blank page it just dies??

pa...@opensolaris-home:~$ which opera
/usr/local/bin/opera
pa...@opensolaris-home:~$ opera -version
Opera 9.64. Build 2480 for SunOS. Qt library 3.3.5.

pa...@opensolaris-home:/usr/lib$ file /usr/local/lib/opera/9.64/opera
file: /usr/local/lib/opera/9.64/opera: can't read ELF header
/usr/local/lib/opera/9.64/opera:data

pa...@opensolaris-home:/usr/lib$ ldd /usr/local/lib/opera/9.64/opera
libX11.so.4 =   /usr/lib/libX11.so.4
libXext.so.0 =  /usr/lib/libXext.so.0
libSM.so.6 =/usr/lib/libSM.so.6
libICE.so.6 =   /usr/lib/libICE.so.6
libsocket.so.1 =/lib/libsocket.so.1
libnsl.so.1 =   /lib/libnsl.so.1
libpthread.so.1 =   /lib/libpthread.so.1
librt.so.1 =/lib/librt.so.1
libdl.so.1 =/lib/libdl.so.1
libz.so.1 = /lib/libz.so.1
libstdc++.so.6 =/usr/sfw/lib/libstdc++.so.6
libm.so.2 = /lib/libm.so.2
libgcc_s.so.1 = /usr/sfw/lib/libgcc_s.so.1
libc.so.1 = /lib/libc.so.1
libXau.so.6 =   /usr/X11/lib/libXau.so.6
libmp.so.2 =/lib/libmp.so.2
libmd.so.1 =/lib/libmd.so.1
libscf.so.1 =   /lib/libscf.so.1
libuutil.so.1 = /lib/libuutil.so.1
libgen.so.1 =   /lib/libgen.so.1
libsmbios.so.1 =/usr/lib/libsmbios.so.1
libXevie.so.1 = /usr/X11/lib/libXevie.so.1
libXss.so.1 =   /usr/X11/lib/libXss.so.1


Cheers Paul
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] OpenSolaris 2009.06 et les logiciels linux

2009-07-23 Thread Mario Lemelin
Bonjour,

Je suis en double amorçage XP-Ubuntu 9.04 depuis 4 mois maintenant.  Après 
avoir exploré le Live-CD, quelques questions me viennent à l'esprit:
1.  Est-ce qu'un logiciel disponible en format linux (qui n'est pas dans les 
dépôts) fonctionnera sous OpenSolaris?
2.  Qu'arrive-t-il des logiciels comme Cairo-Dock, Firefox 3.5, etc.?
3.  Existe-t-il des instructions expliquant clairement les étapes à suivre pour 
importer mes courriels de Thunderbird et marques-pages de Firefox sous 
OpenSolaris?
4.  Si je décide d'installer OpenSolaris, j'ai remarqué que dans le menu texte 
au démarrage, il n'y a pas le choix d'installer le logiciel.  Doit-on installer 
absolument à partir du menu graphique en cliquant sur l'icône installer 
OpenSolaris?

Merci d'avance

Mario
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

[osol-help] Cannot mount root panic after lu... help!

2009-07-23 Thread Attila Nagy
Hi all

I'm experiencing a little problem here...
Setup:
hw: X2100M2, 2*250GB disk, 5GB RAM.
Disks: ufs roots on both s0, these are the BE's. s1 dump, s3 swap (zvol, 
mirror), s4 zpool (mirror).
I lucreated a new be from nv_82, and luupgraded it to nv_117.

Things went smoothly (a few failed pkagadds in /var/sadm, but those are all 
gnome-pkg-s - we used to have a gui), after luactivate the system rebooted.
This hasn't been the first luupgrae on this system, so things went as usual.

...then reboot again... and again...

After having added the -kdv flags to the kernel  boot line in grub, it turns 
out, that the root fs cannot be mounted...
Failsefe doesn't reboot, but does not offer to mount this BE either, only nv_82 
is found. If I try to mount nv_117 later on, mount gives an i/o error (it's 
c1t1d0s0, nv_82 is c1t0d0s0) This happens with nv_117' failsafe.

With both nv_82's full boot and failsafe install I can mount both BE's, and 
read and write the filesystems.
so the data is there, and the fs is okay.

I have found similar problems here, on opensolaris.org, but all assume, that 
somehow  I can boot into the failing BE so that I can check the bootpath.
Here I can't do this, but since disk1's path is okay, and the x2100m2 has only 
two disks, I _think_ that the bootpath is okay. It seemingly is, when checked 
from the other BE.
I have tried to clean up the device tree from nv_82, but no luck...

Since the bootpath should be okay I suspect a driver issue, but I'm lost here...

Any hints, tips, help, pointers will be greatly appreciated!!

thanks in advance!
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Help installing .tar.bz2 and p5i

2009-07-23 Thread jj
I already have an iso of this and a dvd burned installer.  How can I add the 
package.

I try to extract the package using my xp os, then burn the SUNFLEXLEX to my cd, 
but when I install it using pkgadd -d, the terminal say no package to install.

This is the same procedure I did on the onbld but successfully installed.
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org