search for: setprop

Displaying 20 results from an estimated 35 matches for "setprop".

2007 Nov 19
3
virt-install complains about vnc-password not being set
...CreateLinux() failed'', conn=self) libvirt.libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err ''Error creating domain: vncpasswd is not set up in VMconfig and xend-config.'') I have set the vncpassword property as follows: # svccfg -s xvm/xend setprop config/vncpasswd = astring: \”somepwd\” # svcadm refresh xvm/xend; svcadm restart xvm/xend # svccfg -s xvm/xend setprop config/vnc-listen = astring: \”0.0.0.0\” # svcadm refresh xvm/xend; svcadm restart xvm/xend Is there something particular I need to set the password to? Im not really concerned...
2008 Jun 26
2
Oops: zfs-auto-snapshot with at scheduling
Hi all, I''ll attach a new version zfs-auto-snapshot including some more improvements, and probably some new bugs. Seriously, I have tested it, but certainly not all functionality, so please let me know about any (new) problems you come across. Except from the change log: - Added support to schedule using at(1), see README.zfs-auto-snapshot.txt - take_snapshot will only run if
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 module/plugin/
2010 Apr 12
5
How to Catch ZFS error with syslog ?
I have a simple mirror pool with 2 disks. I pulled out one disk to simulate a failed drive. zpool status shows that the pool is in DEGRADED state. I want syslog to log these type of ZFS errors. I have syslog running and logging all sorts of error to a log server. But this failed disk in ZFS pool did not generate any syslog messages. ZFS diagnosists engine are online as seen bleow. hrs1zgpprd1#
2017 Oct 10
0
Opensolaris-ish joins but does not seem to be valid
...similar to using the winbind 'ad' backend and will be able to use RSAT on a WIN 7 or 8.1 to admin it. > > This allows us to set some properties in idmap to tell it which AD > attribute (CN) to query to find out how to map AD users to local > users: svccfg -s svc:/system/idmap setprop > config/ad_unixgroup_attr=astring: cn svccfg -s svc:/system/idmap > setprop config/ad_unixuser_attr=astring: cn svccfg -s > svc:/system/idmap setprop config/directory_based_mapping=astring: > name svcadm refresh idmap > > > At this point smb/server and idmap should be able t...
2008 Mar 25
11
Failure to instal S10U4 HVM at SNV85 Dom0
...2000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1 inet6 ::1/128 bash-3.2# dladm show-link LINK CLASS MTU STATE OVER rge0 phys 1500 up -- vnic18 vnic 1500 unknown rge0 Setting properties for xend:- # svccfg -s xvm/xend setprop config/vncpasswd = astring: \"secret\" # svccfg -s xvm/xend setprop config/vnc-listen = astring: \"0.0.0.0\" # svccfg -s xvm/xend setprop config/default-nic="rge0" # svcadm refresh xvm/xend # svcadm restart xvm/xend Virt-install passes package deployment phase OK After...
2007 May 08
3
MYSQL Query --> PAGE
I have all my SIP users in a realtime database. I would like to use MySQL command to query the database and use the results from the query to page all the phones found in the query. The results from the MySQL query will be multiple rows of extension: Something like: mysql> Select extension from sip where extension like '6%' 6001 6002 6003 ex.... I need to put all the results into a
2008 Mar 17
4
VNC authentication failures to windows HVM
I''ve set xend service properties as follows: config/vnc-listen astring \''0.0.0.0\'' config/vncpasswd astring \''vnc\'' config/default-nic astring ''nge1'' but I get an authentication error whenever I try to connect to the console with ''vncviewer :0'' - I''m on the xvm host itself. other relevant data: SunOS
2017 Oct 10
3
Opensolaris-ish joins but does not seem to be valid
...on__services__identity_mapping.html https://docs.oracle.com/cd/E19120-01/open.solaris/820-2429/configuredirbasedmapping/index.html This allows us to set some properties in idmap to tell it which AD attribute (CN) to query to find out how to map AD users to local users: svccfg -s svc:/system/idmap setprop config/ad_unixgroup_attr=astring: cn svccfg -s svc:/system/idmap setprop config/ad_unixuser_attr=astring: cn svccfg -s svc:/system/idmap setprop config/directory_based_mapping=astring: name svcadm refresh idmap At this point smb/server and idmap should be able to look up AD users and map them to...
2008 May 26
2
SNV82: Not enough memory is available, and dom0 cannot be shrunk any further
Hi All, I am running nevada 79 BFU''ed to 82. The machine is a Ultra 20 with 4GB memory. I have several Windows XP domU''s configured and registered. When ever I try to start the fourth domain I get an out of memory exception: Not enough memory is available, and dom0 cannot be shrunk any further Each of my domains only uses 256 so I thought there would be sufficient memory
2009 Sep 08
2
Rails + Sybase ASE : group effort, please
...user = args[2] psw = "" ; appname = nil; hname = nil; psw = args[3] if(args.length >= 4 ) appname = args[4] if(args.length >= 5 ) hname = args[5] if(args.length >= 6 ) begin conn = SybConnection.new( ctx ) if( hname != nil ) then raise("NG: setprop(hostname)") unless( conn.setprop(CS_HOSTNAME,hname )) end # Open a Server connection. conn.connect( ctx, srv, user, psw, appname ) ## THIS IS LINE 27 ## rescue conn.delete if( conn.kind_of?( SybConnection ) ) conn = nil # No use ( for GC or callback ??? )...
2009 Mar 25
3
anonymous dtrace?
Hello experts, I heard that there is something called anonymous dtrace that would still be running when I do a reboot. Basically, I have the following problem: The /boot/solaris/bootenv.rc file in my alternate boot environment is getting modified when I reboot the machine after doing luactivate <ABE>. It happens only on init 6, doesn''t happen when I do a simple reboot. The set
2017 Oct 10
2
Opensolaris-ish joins but does not seem to be valid
----- Original Message ----- > From: "samba" <samba at lists.samba.org> > To: "samba" <samba at lists.samba.org> > Sent: Tuesday, October 10, 2017 2:23:02 AM > Subject: Re: [Samba] Opensolaris-ish joins but does not seem to be valid > On Mon, 9 Oct 2017 18:04:45 -0500 (CDT) > Mike Ray via samba <samba at lists.samba.org> wrote: >
2007 Oct 08
6
zfs boot issue, changing device id
Hi, Given two disk c1t0d0 (DISK A) and c1t1d0 (DISK B)... 1/ Standard install on DISK A. 2/ zfs boot install on DISK B. 3/ I change the boot order and my zfs boot works fine. 4/ I install grub on the mbr of DISK B 5/ I disconnect and replace DISK A with DISK B 6/ Reboot, get the grub menu select Solaris ZFS and it panics that it cannot mount root path @ device XXX... This is not a ZFS
2008 Jul 30
8
xvm networking on 2005.11 (b94) with iwk
After googling around and reading the material on the opensolaris.org xvm community site, I still do not understanding the configuration of networking and would appreciate some assistance. Problem: I have successfully installed an hvm domU running Windows XP on opensolaris 2005.11 (build 94), and when the laptop (lenovo t61, core2 9300) is connected via the e1000g0 interface networking works
2018 Sep 21
1
[Intel-gfx] [PATCH 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
...and instead add intel_connector->mst_port_gone in order to > > signify whether or not the connector has disappeared from the system. > > > > Signed-off-by: Lyude Paul <lyude at redhat.com> > > Cc: stable at vger.kernel.org > > Hm, how exactly do legacy DPMS setprop blow up here? Or at least I can't > come up with a scenario that's specific to legacy props, atomic should be > equally affected. By the time we land in this code, the core code already > remapping it to be purely an atomic update. So, what I've been seeing with X that's be...
2009 Jun 17
1
VNC on OS200906 domU under Solaris dom0
...200906 domU. dom0 is Solaris SXCE. I am following the below guide: http://opensolaris.org/os/community/xen/docs/setupvnc/ #################### - Turn on xdmcp. # svccfg -s cde-login svc:/application/graphical-login/cde-login> svc:/application/graphical-login/cde-login> setprop dtlogin/args="" #################### I can''t seem to find the dtlogin/args property on the cde-login fmri. Can someone point me in the right direction please? Kind regards, dot.yet _______________________________________________ Xen-users mailing list Xen-users@lists.xen...
2009 Apr 09
1
Re: Basic getting-started help point
> http://blogs.sun.com/ptelles/entry/sun_xvm_hypervisor_ > part_i Hello, I can''t get this to work. My pc just reboots after "Syncing filesystem" when I try to boot into xVM Hypervisor. I have a clean install of OpenSolaris 2008.11. -- This message posted from opensolaris.org
2009 Jun 26
4
[Errno 28] No space left on device when trying to create domU guest
Looks like there is plenty of space.All VM''s are under /data folder See attached screenshot of ''df -h'' output See below. Thanks. -- This message posted from opensolaris.org
2013 Apr 09
0
Android Networking Issues
...ut never actually seems to get a response. When run "dhcpcd tap0" in a separate terminal (i.e. not in one of the *-up scripts), everything works fine. Also, is there any more elegant way to enable name resolution for the tinc network? so far the only luck I've had is to use getprop/setprop with the "net.dns1" properties and such. It can be automated, but I feel like this is a kludge. In short, how is everybody else handling layer 3+ (OSI Model) and up on their android devices? Am I the only one using non-static IP addresses? Let me know your thoughts, and thanks for the...