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

2016-08-01 Thread Vishal Kulkarni
Hi Alexander,

Thank you for your suggestion. It worked. I manually applied that patch 
mentioned in the issue#6464 and it worked. But I am facing new issue now. 

When I booted to new kernel, I am still seeing old driver modules(timestamp is 
not updated) and also I am not able to see my new driver modules. What am I 
missing here?

Thanks,
Vishal

-Original Message-
From: Alexander Pyhalov [mailto:a...@rsu.ru] 
Sent: Friday, July 29, 2016 1:55 PM
To: Discussion list for OpenIndiana 
Subject: Re: [OpenIndiana-discuss] "/lib/svc/method/fs-minimal" failed during 
booting

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 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