Re: [indiana-discuss] zfs snapshot

2007-12-05 Thread Tim Foster
Hi again, On Wed, 2007-12-05 at 02:41 -0800, John Hawk wrote: > It is my understanding from the documentation that a snapshot can be > either a complete system 'zfs snapshot [EMAIL PROTECTED]' or directory > structure > 'zfs snapshot -r /export/home/[EMAIL PROTECTED]' the -r being recursive. I s

[indiana-discuss] Indiana domU

2007-12-05 Thread Marc Patino Gómez
Hi list, this is my first post to this list :) I'm trying to install Indiana as a domU on a Linux dom0 Xen. I follow this link: http://wiki.tardis.ed.ac.uk/index.php/OpenSolaris_Xen_domU changing the obvious things to adapt to Indiana release. Sadly, when I start the Indiana domU I got the f

Re: [indiana-discuss] zfs snapshot

2007-12-05 Thread Tim Foster
Hi John, On Wed, 2007-12-05 at 02:41 -0800, John Hawk wrote: > Thus if I do 'zfs snapshot [EMAIL PROTECTED]' and then a clone I simply > destroy > the clone and promote the snapshot to return to original state. > > example: > # zfs snapshot [EMAIL PROTECTED] > # zfs clome [EMAIL PROTECTED] z

[indiana-discuss] Problem building IPS

2007-12-05 Thread Anoop Rajendra
Hi all. I was just trying to build IPS. I downloaded the source code using the command line hg clone ssh://[EMAIL PROTECTED]/hg/pkg/gate My build fails with the error message -bash-3.2# pwd /export/devel/gate/src -bash-3.2# gmake /export/devel/gate/src/modules gmake[1]: Entering directory `/ex

Re: [indiana-discuss] Indiana domU

2007-12-05 Thread Moinak Ghosh
Marc Patino Gómez wrote: > Thanks for your answer, > > I also have tried to install as a HVM, but the installation program > hangs and drops a shell prompt, its output is something like that > > WARNING: /[EMAIL PROTECTED],0/pci-ide1,1/[EMAIL PROTECTED],1/[EMAIL > PROTECTED] (ata1): >timeout:

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Petr Sobotka
Hello, Just don't use gmake, but make (Solaris's one). Btw. I use to build it this way (not sure if make link is still needed) make link make make install ./bump_server Petr Sobotka 2007/12/5, Anoop Rajendra <[EMAIL PROTECTED]>: > Hi all. > > I was just trying to build IPS. > > I downloaded the

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Anoop Rajendra
Whoops. Just filed a bug report. I'll close it as fixed. Thanks for the solution. -anoop On 12/5/07, Dave Miner <[EMAIL PROTECTED]> wrote: > Sanjay Nadkarni wrote: > > I take it that you are doing this on an OSDP installed system. I > > noticed that the /usr/include/* is rather sparse on an OS

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Dave Miner
Sanjay Nadkarni wrote: > I take it that you are doing this on an OSDP installed system. I > noticed that the /usr/include/* is rather sparse on an OSDP installed > system (even after the upgrade). This looks like a bug. Please file one. > No, it's not a bug. You need to install SUNWhea to

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread David . Comay
> cc -c -g -Kpic -v -I/usr/include/python2.4 -I. arch.c > "arch.c", line 26: cannot find include file: > "arch.c", line 27: cannot find include file: > "arch.c", line 28: cannot find include file: > "/usr/include/python2.4/pyconfig.h", line 877: cannot find include > file: > "/usr/include/pyth

[indiana-discuss] Building packages with IPS

2007-12-05 Thread Anoop Rajendra
Hi all, Is there any documentation that I can look at to start building my own packages with IPS? (Still reading the pkg(5) man page, but if it'll save me the effort :)) -a ___ indiana-discuss mailing list indiana-discuss@opensolaris.org http://mail.op

Re: [indiana-discuss] zfs snapshot

2007-12-05 Thread Haik Aftandilian
> zfs snapshot > > It is my understanding from the documentation that a > snapshot can be either a > complete system 'zfs snapshot [EMAIL PROTECTED]' or > directory structure > zfs snapshot -r /export/home/[EMAIL PROTECTED]' the -r > being recursive. You can snapshot ZFS file systems, not arbit

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Sanjay Nadkarni
I take it that you are doing this on an OSDP installed system. I noticed that the /usr/include/* is rather sparse on an OSDP installed system (even after the upgrade). This looks like a bug. Please file one. -Sanjay Anoop Rajendra wrote: > Hi all. > > I was just trying to build IPS. > > I

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Anoop Rajendra
Not sure what OSDP is? I'm using Indiana Preview. Is that the same? -anoop On 12/5/07, Sanjay Nadkarni <[EMAIL PROTECTED]> wrote: > > I take it that you are doing this on an OSDP installed system. I > noticed that the /usr/include/* is rather sparse on an OSDP installed > system (even after the

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Anoop Rajendra
Hi. -bash-3.2# pkg status -a | grep make pkg://opensolaris.org/[EMAIL PROTECTED] installed pkg://opensolaris.org/[EMAIL PROTECTED] known pkg://opensolaris.org/[EMAIL PROTECTED] known -bash-3.2# Only GNUmake seems to be available. I suspect I'll have to use pkgad

Re: [indiana-discuss] Building packages with IPS

2007-12-05 Thread Michal Pryc
Anoop Rajendra wrote: > Hi all, > > Is there any documentation that I can look at to start building my own > packages with IPS? > > (Still reading the pkg(5) man page, but if it'll save me the effort :)) > Hello Anoop, The IPS is not build environment it is system for delivering packages. You ca

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread Sanjay Nadkarni
[EMAIL PROTECTED] wrote: >> cc -c -g -Kpic -v -I/usr/include/python2.4 -I. arch.c >> "arch.c", line 26: cannot find include file: >> "arch.c", line 27: cannot find include file: >> "arch.c", line 28: cannot find include file: >> "/usr/include/python2.4/pyconfig.h", line 877: cannot find include

Re: [indiana-discuss] Indiana domU

2007-12-05 Thread Moinak Ghosh
Marc Patino Gómez wrote: > Hi list, > > this is my first post to this list :) > > I'm trying to install Indiana as a domU on a Linux dom0 Xen. I follow > this link: > > http://wiki.tardis.ed.ac.uk/index.php/OpenSolaris_Xen_domU > > changing the obvious things to adapt to Indiana release. Sadly, w

[indiana-discuss] zfs snapshot

2007-12-05 Thread John Hawk
zfs snapshot It is my understanding from the documentation that a snapshot can be either a complete system 'zfs snapshot [EMAIL PROTECTED]' or directory structure 'zfs snapshot -r /export/home/[EMAIL PROTECTED]' the -r being recursive. Thus if I do 'zfs snapshot [EMAIL PROTECTED]' and then a cl

Re: [indiana-discuss] Must I give up?

2007-12-05 Thread Sanjay Nadkarni
Martti Hamunen wrote: > Can anyone use e-mail with Indiana or is this a bug? > People have sent email from Thunderbird on Indiana. One of the things that I saw in your previous email was that you were disabling nwam service. Why were you doing this ? -Sanjay > -- > > This message posted f

Re: [indiana-discuss] Indiana domU

2007-12-05 Thread Marc Patino Gómez
Thanks for your answer, I also have tried to install as a HVM, but the installation program hangs and drops a shell prompt, its output is something like that WARNING: /[EMAIL PROTECTED],0/pci-ide1,1/[EMAIL PROTECTED],1/[EMAIL PROTECTED] (ata1): timeout:reset bus, target=0 lun=0 live-f

Re: [indiana-discuss] Must I give up?

2007-12-05 Thread Glenn Lagasse
* Martti Hamunen ([EMAIL PROTECTED]) wrote: > Can anyone use e-mail with Indiana or is this a bug? Yes, I can use e-mail just fine from indiana. In looking back through you're thread, you have a name resolution problem (at the very least). How are you resolving names to ip addresses (dns, nis, n

Re: [indiana-discuss] Problem building IPS

2007-12-05 Thread David . Comay
> And if you haven't already installed SUNWspot, you'll probably want > that package as well installed. Sorry for responding to my own message but Sanjay noted I misspelled the above package - it should be SUNWsprot. dsc ___ indiana-discuss mailing list

Re: [indiana-discuss] Building packages with IPS

2007-12-05 Thread Stephen Hahn
* Anoop Rajendra <[EMAIL PROTECTED]> [2007-12-05 23:46]: > Just curious. Doesn't CBE build SVR4 style filesystem type package? Or > am I smokin' magic mushrooms? > I was able to start a pkg.depotd server easily enough. > Is there perhaps a tool that can push SVR4 style packages up to the > reposito

Re: [indiana-discuss] Building packages with IPS

2007-12-05 Thread Anoop Rajendra
Hi. Just curious. Doesn't CBE build SVR4 style filesystem type package? Or am I smokin' magic mushrooms? I was able to start a pkg.depotd server easily enough. Is there perhaps a tool that can push SVR4 style packages up to the repository server? Or is it being worked on? This is something I think

Re: [indiana-discuss] Must I give up?

2007-12-05 Thread Martti Hamunen
Can anyone use e-mail with Indiana or is this a bug? -- This message posted from opensolaris.org ___ indiana-discuss mailing list indiana-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Re: [indiana-discuss] Building packages with IPS

2007-12-05 Thread Laszlo (Laca) Peter
On Wed, 2007-12-05 at 15:46 -0800, Anoop Rajendra wrote: > Hi. > > Just curious. Doesn't CBE build SVR4 style filesystem type package? Or > am I smokin' magic mushrooms? Petr Sobotka is working on making pkgbuild/pkgtool IPS aware. Basically, you will be able to publish and install directly, with