search for: svc

Displaying 20 results from an estimated 368 matches for "svc".

Did you mean: src
2010 Apr 25
1
Obvious reason for not looping twice?
Is there an obvious reason why this won't loop to i=2 and beyond? There are many combinations of *st* & *vc* that don't exist in svc. For example, when s=1 there's only an entry at v=1. That's fine, the entry can stay 0. lookup.svc <- array(0,dim=c(length(unique(svc$st)),length(unique(svc$vc))), dimnames=list(unique(svc$st), unique(svc$vc))) for (i in 1:length(unique(svc$st))) { for (j in 1:length(unique(svc$vc))...
2007 Nov 15
11
I can''t use ''virt-install''
Hi I have installed nevada77 in x4200. But i can''t use ''virt-install'' ro create guest domain. Do I need add more pkg? what''s wrong? #virt-install --name xmv-test-1 ram 1024 --nographics --file /export/home/xmv-test-1 --location /export/home/software/snv-solarisdvd-x86-77.iso Traceback (most recent call last): File "/usr/bin/virt-install", line 657,
2007 Oct 31
3
virt-install fails in b75a
...irtError(''virConnectOpen() failed'') libvirt.libvirtError: virConnectOpen() failed # xm list ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory) Error: Unable to connect to xend: No such file or directory. Is xend running? # svccfg -s xvm/xend setprop config/vncpasswd=astring: test1212 # svcadm refresh xvm/xend # svcadm restart xvm/xend # virt-install Traceback (most recent call last): File "/usr/bin/virt-install", line 666, in ? main() File "/usr/bin/virt-install", line 518, in main conn =...
2012 Feb 14
1
cross validation in rvm not working? (kernlab package)
...ding to ?rvm the relevance vector machine function as implemented in the kernlab-package has an argument 'cross' with which you can perform k-fold cross validation. However, when I try to add a 10-fold cross validation I get the following error message: Error in match.arg(type, c("C-svc", "nu-svc", "kbb-svc", "spoc-svc", "C-bsvc", : 'arg' should be one of ?C-svc?, ?nu-svc?, ?kbb-svc?, ?spoc-svc?, ?C-bsvc?, ?one-svc?, ?eps-svr?, ?eps-bsvr?, ?nu-svr? code-example: # create data x <- seq(-20,20,0.1) y <- sin(x)/x + rno...
2008 Feb 17
12
can''t share a zfs
-bash-3.2$ zfs share tank cannot share ''tank'': share(1M) failed -bash-3.2$ how do i figure out what''s wrong? This message posted from opensolaris.org
2009 Nov 16
5
xVM filas on SXCE 127
During boot, I get the following error: Nov 16 09:16:41 sol11 svc.startd[7]: [ID 652011 daemon.warning] svc:/system xvm/store:default: Method "/lib/svc/method/xenstored start" failed with exit status 96. Nov 16 09:16:41 sol11 svc.startd[7]: [ID 748625 daemon.error] system/xvm/store:default misconfigured: transitioned to maintenance (see ''svcs...
2005 Mar 03
1
solaris 10 SMF setup?
Hello I'm in the process of putting SMB onto a dual Opteron x64 box running Solaris 10, with the SFW samba as supplied by Sun. I haven't found any hooks for this for the new SMF/SVC startup system, so I'm doing so now, but before I go any further, am I duplicating any efforts? Is anyone else doing this and has done it? At present I'm only starting smbd and nmbd (I never really understood what that other bit was for anyway!) Carl
2007 Jan 22
5
Final Xen SMF fast-track
...services are delivered as disabled, and enabled via the contracted /var/lib/profile/upgrade method on next boot. When not booting under Xen (uname -i != "i86xpv"), the services will temporarily disable themselves and log a suitable message in the relevant log file under /var/svc/log/. The first service method to run will disable all three services in this case. When a better solution to this problem appears, the services will be modified to use it. Note that these services will only run as a result of an explicit user action, namely booting Solaris u...
2010 Sep 24
0
kernlab:ksvm:eps-svr: bug?
...t; strings). B. In detail: (the line numbers refer to either ksvm.R or the "prefixed" numbers in ksvm_eps-svr.txt) (you may also refer to the trace_output in parallel) 1. the given response vector, y, is standardized at line 143: 142 if (is.numeric(y)&&(type(ret)!="C-svc"&&type(ret)!="nu-svc"&&type(ret)!="C-bsvc"&&type(ret)!="spoc-svc"&&type(ret)!="kbb-svc")) { 143 y <- scale(y) 144 y.scale <- attributes(y)[c("scaled:center","scaled:scale")] 145...
2013 Mar 08
2
[PATCH v2 1/2] credit2: Fix erronous ASSERT
In order to avoid high-frequency cpu migration, vcpus may in fact be scheduled slightly out-of-order. Account for this situation properly. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> credit2: Fix erronous ASSERT In order to avoid high-frequency cpu migration, vcpus may in fact be scheduled slightly out-of-order. Account for this situation properly. v2: - Update comment
2010 Feb 19
11
Strange messages on 0.25.4.
Hi all. I am testing 0.25.4 to upgrade from 0.23.2. In testing, I found two strange messages on 0.25.4 which I have never found on 0.24.3. So could you tell me what these messages mean and how to fix them. [Environment] Puppetmasterd -version : 0.25.4 -OS : Solaris10 10/09 Puppetd -version : same as Puppetmasterd -OS : same as Puppetmasterd [Strange messages] 1.When Puppetd
2012 May 08
6
registry vulnerabilities in R
...MACHINE\System\ControlSet001\services\SharedAccess\Defaults\FirewallPolicy\FirewallRules HKEY_LOCAL_MACHINE\System\ControlSet001\services\SharedAccess\Defaults\FirewallPolicy\FirewallRules "SSTP-IN-TCP"="v2.10|Action=Allow|Active=FALSE|Dir=In|Protocol=6|LPort=443|App=System|Name=@sstpsvc.dll,-35002|Desc=@sstpsvc.dll,-35003|EmbedCtxt @sstpsvc.dll,-35001|" HKEY_LOCAL_MACHINE\System\ControlSet001\services\SharedAccess\Defaults\FirewallPolicy\FirewallRules "Netlogon-NamedPipe-In"="v2.10|Action=Allow|Active=FALSE|Dir=In|Protocol=6|LPort=445|App=System|Name=@netlogon....
2008 Jul 07
4
getting opensolaris b85 domU to start
...ht 1983-2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Failed to plumb IPv4 interface(s): rtls0 The / file system (/dev/rdsk/c0d0s0) is being checked. WARNING - Unable to repair the / filesystem. Run fsck manually (fsck -F ufs /dev/rdsk/c0d0s0). Jul 7 13:45:15 svc.startd[7]: svc:/system/filesystem/usr:default: Method "/lib/svc/method/fs-usr" failed with exit status 95. Jul 7 13:45:15 svc.startd[7]: system/filesystem/usr:default failed fatally: transitioned to maintenance (see ''svcs -xv'' for details) Requesting System Maintenanc...
2007 Nov 20
5
Solaris 10 Jumpstart instructions on the wiki now
...ot several boneheaded procedures in it, or things that could be done differently or better. One other thing that came up during getting all this running: Gary Law''s packages register themselves in Solaris 10 SMF fine when the system is already up and running, but the lack of a running svc.configd means they don''t register themselves in a Jumpstart. I''ve hacked around this by symlinking his manifest under /var/svc, but is there any way to detect running in a Jumpstart and modify the svcadm command accordingly? -- Mike Renfro / R&D Engineer, Center for Manu...
2010 Oct 06
3
Checking and setting svc properties in Solaris
Hello folks, I''ve been looking into how I might check (and possibly set) svc properties via puppet. The closest I''ve found, is the provider/service/smf stuff. However, that seems to only allow enabling and disabling of services. NOT of configuring properties. Is there some way I dont know of, how to do that? If not, and I need to write something... under which mo...
2017 Jun 20
2
trash can feature, crashed???
...1 features.trash-max-filesize 500MB 3 hours after that I enabled this, this specific gluster volume went down: [2017-06-16 16:08:14.410905] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: quotad already stopped [2017-06-16 16:08:14.412027] I [MSGID: 106568] [glusterd-svc-mgmt.c:228:glusterd_svc_stop] 0-management: quotad service is stopped [2017-06-16 16:08:14.412217] I [MSGID: 106132] [glusterd-proc-mgmt.c:83:glusterd_proc_stop] 0-management: bitd already stopped [2017-06-16 16:08:14.412243] I [MSGID: 106568] [glusterd-svc-mgmt.c:228:glusterd_svc_stop] 0-managem...
2009 Nov 13
2
xend:default won''t start due to /usr/bin/kstat not locating autosplit.ix
...tosplit.ix"? Long: The problem I have was discussed almost a year ago (see this thread), but the resolution was not complete... I''m using Mark Johnson''s slim.py script (package list below), against repo=http://pkg.opensolaris.org/dev, followed by `pkg install xvm-gui` and `svcadm enable milestone/xvm`, the hypervisor boots OK (xvm:default and xvm/store:default are running), but svc:/system/xvm/xend:default (Hypervisor Control Daemon)  State: maintenance since Fri Nov 13 08:58:52 2009 Reason: Start method failed repeatedly, last exited with status 1.    See: http://s...
2010 Sep 01
0
stmf corruption and dealing with dynamic lun mapping
I am running Nexenta NCP 3.0 (134f). My stmf configuration was corrupted. I was getting errors like in /var/adm/messages: Sep 1 10:32:04 llift-zfs1 svc-stmf[378]: [ID 130283 user.error] get property view_entry-0/all_hosts failed - entity not found Sep 1 10:32:04 llift-zfs1 svc.startd[9]: [ID 652011 daemon.warning] svc:/system/stmf:default: Method "/lib/svc/method/svc-stmf start" failed with exit status 1 In the /var/adm/system-stmf\:de...
2010 Jul 21
11
Xen on Osol step by step
Hi, I''m searching for a tutorial to install correctly a xen domU on OpenSolaris domO. Please help me ... -- This message posted from opensolaris.org
2010 Jun 14
7
OpenSolaris Sparc Xen boot problem
...on won''t work for me. ------------------------------------------------------------ steve@t1000:~# pfexec pkg install xvm-gui Creating Plan pkg: ''xvm-gui'' matches multiple packages system/xvm/xvm-gui xvm-gui steve@t1000:~# pfexec svcadm enable milestone/xvm svcadm: Pattern ''milestone/xvm'' doesn''t match any instances ------------------------------------------------------------ I have managed to get What I believe are the necessary packages installed, but can''t enable them: steve@t1000:~# pkg...