[OpenIndiana-discuss] Πρθ: Re: new hipster installation

2016-07-29 Thread Apostolos Syropoulos via openindiana-discuss


  Hello,

Last night I realized that my main desktop has a serious
problem so I need to buy a new computer. I was thinking
of buying one of these motherboards:

http://www.gigabyte.com/products/product-page.aspx?pid=4311#sp

http://www.gigabyte.com/products/product-page.aspx?pid=4305#sp

Could you please let me know if /hipster can be installed
to a machine having either of these? I will buy a separate
nVIDIA card so do not "worry" about graphics support.
Also, if you any other better suggestion please let me know.
I need a new computer ASAP!

Best regards,
Apostolos


 --
Apostolos Syropoulos
Xanthi, Greece
  
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] "/lib/svc/method/fs-minimal" failed during booting

2016-07-29 Thread Till Wegmüller

Hi Vishal


And here is what /etc/svc/volatile/system-filesystem-minimal:default.log 
contains

[ Jul 29 13:06:35 Enabled. ]
[ Jul 29 13:06:45 Executing start method ("/lib/svc/method/fs-minimal"). ]
ERROR: /sbin/mount -O -F tmpfs  swap /var/run failed, err=1
mount: /var/run: No such file or directory
[ Jul 29 13:06:45 Method "start" exited with status 95. ]



Did you use fast boot? (reboot -f).
I had the same issue once when doing fast boot.
After that i shut of the maschine and the failing boot environment 
booted OK.


Greetings
Till

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] "/lib/svc/method/fs-minimal" failed during booting

2016-07-29 Thread Volker A. Brandt
Hello Vishal!


> And here is what /etc/svc/volatile/system-filesystem-minimal:default.log 
> contains
> 
> [ Jul 29 13:06:35 Enabled. ]
> [ Jul 29 13:06:45 Executing start method ("/lib/svc/method/fs-minimal"). ]
> ERROR: /sbin/mount -O -F tmpfs  swap /var/run failed, err=1
> mount: /var/run: No such file or directory
> [ Jul 29 13:06:45 Method "start" exited with status 95. ]

This error message probably wants to tell you that the directory
"/var/run" is missing.  A quick fix would be:

  mkdir /var/run
  svcadm clear filesystem/minimal

The more interesting question would be why the directory isn't there.


Regards -- Volker
-- 

Volker A. Brandt   Consulting and Support for Oracle Solaris
Brandt & Brandt Computer GmbH   WWW: http://www.bb-c.de/
Am Wiesenpfad 6, 53340 Meckenheim, GERMANYEmail: v...@bb-c.de
Handelsregister: Amtsgericht Bonn, HRB 10513  Schuhgröße: 46
Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt

"When logic and proportion have fallen sloppy dead"

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] "/lib/svc/method/fs-minimal" failed during booting

2016-07-29 Thread Alexander Pyhalov

On 07/29/16 11:13 AM, Vishal Kulkarni wrote:

Hi All,

After building illumos-gate on openindiana hipster latest release, I am not 
able to boot into newly built kernel.
I followed steps from the illumos-gate 
wiki(http://wiki.illumos.org/display/illumos/How+To+Build+illumos)

The system goes into the Maintenance Mode with error "/lib/svc/method/fs-minimal 
failed with exit status 95".

This is the output of 'scvcs -x'

svc:/system/filesystem/minimal:default (minimal file system mounts)
  State: maintenance since July 29, 2016 12:18:42 PM IST
Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
See: http://illumos.org/msg/SMF-8000-KS
See: /etc/svc/volatile/system-filesystem-minimal:default.log
Impact: 61 dependent services are not running.  (Use -v for list.)

svc:/network/rpc/smserver:default (removable media management)
  State: uninitialized since July 29, 2016 12:18:32 PM IST
Reason: Restarter svc:/network/inetd:default is not running.
See: http://illumos.org/msg/SMF-8000-5H
See: rpc.smserverd(1M)
Impact: 3 dependent services are not running.  (Use -v for list.)

And here is what /etc/svc/volatile/system-filesystem-minimal:default.log 
contains

[ Jul 29 13:06:35 Enabled. ]
[ Jul 29 13:06:45 Executing start method ("/lib/svc/method/fs-minimal"). ]
ERROR: /sbin/mount -O -F tmpfs  swap /var/run failed, err=1
mount: /var/run: No such file or directory
[ Jul 29 13:06:45 Method "start" exited with status 95. ]

I am new to openindiana. Can anyone help me?
Thank you in advance.



Hi.
Could it be related to https://www.illumos.org/issues/6464 ?
If it is, you can boot previous BE and ensure that 
rpool/ROOT/BE_NAME/var mountpoint is set to /var



--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] "/lib/svc/method/fs-minimal" failed during booting

2016-07-29 Thread Vishal Kulkarni
Hi All,

After building illumos-gate on openindiana hipster latest release, I am not 
able to boot into newly built kernel.
I followed steps from the illumos-gate 
wiki(http://wiki.illumos.org/display/illumos/How+To+Build+illumos)

The system goes into the Maintenance Mode with error 
"/lib/svc/method/fs-minimal failed with exit status 95".

This is the output of 'scvcs -x'

svc:/system/filesystem/minimal:default (minimal file system mounts)
 State: maintenance since July 29, 2016 12:18:42 PM IST
Reason: Start method exited with $SMF_EXIT_ERR_FATAL.
   See: http://illumos.org/msg/SMF-8000-KS
   See: /etc/svc/volatile/system-filesystem-minimal:default.log
Impact: 61 dependent services are not running.  (Use -v for list.)

svc:/network/rpc/smserver:default (removable media management)
 State: uninitialized since July 29, 2016 12:18:32 PM IST
Reason: Restarter svc:/network/inetd:default is not running.
   See: http://illumos.org/msg/SMF-8000-5H
   See: rpc.smserverd(1M)
Impact: 3 dependent services are not running.  (Use -v for list.)

And here is what /etc/svc/volatile/system-filesystem-minimal:default.log 
contains

[ Jul 29 13:06:35 Enabled. ]
[ Jul 29 13:06:45 Executing start method ("/lib/svc/method/fs-minimal"). ]
ERROR: /sbin/mount -O -F tmpfs  swap /var/run failed, err=1
mount: /var/run: No such file or directory
[ Jul 29 13:06:45 Method "start" exited with status 95. ]

I am new to openindiana. Can anyone help me?
Thank you in advance.

Regards,
Vishal

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss