search for: osname

Displaying 20 results from an estimated 43 matches for "osname".

Did you mean: sname
2002 Jan 17
0
[Bug 71] New: configure is looking for zlib but I don't have one and I can't turn zlib off.
...ing the build log as part of this bug report. Regards and THANKS for the cool software. George... cat bld.log1 #!/bin/sh -xv if [ $# = 0 ] then ncpus=1 else ncpus=$1 fi + [ 0 = 0 ] ncpus=1 sysver=`uname -s` + uname -s sysver=SunOS syslvl=`uname -r` + uname -r syslvl=5.8 osname=$sysver.$syslvl osname=SunOS.5.8 case $osname in SunOS.5.5) osname="$sysver.5.5" ;; SunOS.5.5.1) osname="$sysver.5.5.1" ;; SunOS.5.6) osname="$sysver.5.6" ;; SunOS.5.7) osname="$sysver.5.7"...
2018 Feb 06
2
Re: [libvirt] [PATCH tck] Relabel SELinux when customizing virt-builder image
...iff --git a/lib/Sys/Virt/TCK.pm b/lib/Sys/Virt/TCK.pm >> index e9da8d2..b39f578 100644 >> --- a/lib/Sys/Virt/TCK.pm >> +++ b/lib/Sys/Virt/TCK.pm >> @@ -405,7 +405,7 @@ sub create_virt_builder_disk { >> } >> >> print "# running virt-builder $osname\n"; >> - system "virt-builder", "--install", "dsniff", "--root-password", "password:$password", "--output", $target, $osname; >> + system "virt-builder", "--install", "dsniff", "--s...
2016 Apr 20
4
Ubuntu 14.04 samba update
...-9999999 winbind nss info = rfc2307 winbind use default domain = yes Here is my script to connect to the domain. I call it net_join.sh echo Enter a Machine Name read machine echo $machine > /etc/hostname hostname `cat /etc/hostname` echo Enter a Domain Admin Account ex:Administrator read admin OSNAME="`lsb_release -a|grep "^Distributor ID:"|cut -d: -f2|awk '{print $1}'` joined `date "+%F"`" OSVERSION="`lsb_release -a|grep "^Release:"|cut -d: -f2|awk '{print $1}'`" net ads join -U $admin osName="${OSNAME}" osVersion=&quo...
2005 Sep 30
7
porting vmware''s vmdk to domU
Hi! Is there any experience of converting vmware''s vmdk file to a domU image? Maybe via extracting vmdk (how?) -> build tar -> untar in domU? That would be very nice despite replacing the original kernel with a self-built one and worthy to write a script... :) Cheers, Sven. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2016 Apr 20
0
Ubuntu 14.04 samba update
...default domain = yes > > Here is my script to connect to the domain. I call it net_join.sh > > echo Enter a Machine Name > read machine > echo $machine > /etc/hostname > hostname `cat /etc/hostname` > echo Enter a Domain Admin Account ex:Administrator > read admin > OSNAME="`lsb_release -a|grep "^Distributor ID:"|cut -d: -f2|awk '{print > $1}'` joined `date "+%F"`" > OSVERSION="`lsb_release -a|grep "^Release:"|cut -d: -f2|awk '{print $1}'`" > net ads join -U $admin osName="${OSNAME}"...
2018 Feb 07
0
Re: [libvirt] [PATCH tck] Relabel SELinux when customizing virt-builder image
...ib/Sys/Virt/TCK.pm > >> index e9da8d2..b39f578 100644 > >> --- a/lib/Sys/Virt/TCK.pm > >> +++ b/lib/Sys/Virt/TCK.pm > >> @@ -405,7 +405,7 @@ sub create_virt_builder_disk { > >> } > >> > >> print "# running virt-builder $osname\n"; > >> - system "virt-builder", "--install", "dsniff", "--root-password", "password:$password", "--output", $target, $osname; > >> + system "virt-builder", "--install", "dsniff",...
2016 Apr 20
1
Ubuntu 14.04 samba update
...ere is my script to connect to the domain. I call it net_join.sh >> >> echo Enter a Machine Name >> read machine >> echo $machine > /etc/hostname >> hostname `cat /etc/hostname` >> echo Enter a Domain Admin Account ex:Administrator >> read admin >> OSNAME="`lsb_release -a|grep "^Distributor ID:"|cut -d: -f2|awk '{print >> $1}'` joined `date "+%F"`" >> OSVERSION="`lsb_release -a|grep "^Release:"|cut -d: -f2|awk '{print $1}'`" >> net ads join -U $admin osName="${O...
2016 Mar 07
1
[PATCH] inspector: extend the OS "name" in the RELAX NG schema
...nt></optional> - <element name="name"> - <choice> - <value>linux</value> - <value>windows</value> - </choice> - </element> + <ref name="osname"/> <optional><element name="arch"><text/></element></optional> <optional><element name="distro"><text/></element></optional> <optional><element name="product_...
2015 Dec 16
2
Active Directory Object, Operating System tab
Is there a way to populate this tab when I join a computer to the domain using samba? using this command net ads join -U administrator creates the AD Object. I don't see an option to net when reading the man page to include the OS specs Maybe use --config-file option? I don't see anything in the smb.conf file that would set any of that information. # net --version Version 4.1.6-Ubuntu
2014 May 27
3
Re: [PATCH 2/2] Use setfiles from the appliance for the SELinux relabel (RHBZ#1089100).
On Tuesday 27 May 2014 09:08:27 Richard W.M. Jones wrote: > On Mon, May 26, 2014 at 11:21:59AM +0200, Pino Toscano wrote: > > Rewrite the relabel API to read the policy configured in the guest, > > invoking setfiles (added as part of the appliance, as part of > > policycoreutils) to relabel the specified root. In case of failure > > at > > any point of the process,
2015 Aug 11
3
Update from 6.6 to 6.7 > automount logs error message
Hello, after an update from 6.6 to 6.7 the following error message is logged to /var/log/messages when I login (per ssh): Aug 11 16:31:21 a1234 automount[1598]: set_tsd_user_vars: failed to get passwd info from getpwuid_r Checked all log-files of my systems running 6.6 with same configuration -- never got such a message (We use NFS/autofs for home-directories, NIS and tcsh (login shell)).
2010 Dec 07
0
[PATCH]: A daemon to support HyperV KVP functionality
..._KVP_EXCHANGE_MAX_KEY_SIZE]; /* Key name */ + __u8 kvp_value[HV_KVP_EXCHANGE_MAX_VALUE_SIZE]; /* Key value */ +}; + +enum key_index { + FullyQualifiedDomainName = 0, + IntegrationServicesVersion, /*This key is serviced in the kernel*/ + NetworkAddressIPv4, + NetworkAddressIPv6, + OSBuildNumber, + OSName, + OSMajorVersion, + OSMinorVersion, + OSVersion, + ProcessorArchitecture +}; + +/* + * End of shared definitions. + */ + +static char kvp_send_buffer[4096]; +static char kvp_recv_buffer[4096]; +static struct sockaddr_nl addr; + +static char os_name[100]; +static char os_major[50]; +static char os_...
2010 Dec 07
0
[PATCH]: A daemon to support HyperV KVP functionality
..._KVP_EXCHANGE_MAX_KEY_SIZE]; /* Key name */ + __u8 kvp_value[HV_KVP_EXCHANGE_MAX_VALUE_SIZE]; /* Key value */ +}; + +enum key_index { + FullyQualifiedDomainName = 0, + IntegrationServicesVersion, /*This key is serviced in the kernel*/ + NetworkAddressIPv4, + NetworkAddressIPv6, + OSBuildNumber, + OSName, + OSMajorVersion, + OSMinorVersion, + OSVersion, + ProcessorArchitecture +}; + +/* + * End of shared definitions. + */ + +static char kvp_send_buffer[4096]; +static char kvp_recv_buffer[4096]; +static struct sockaddr_nl addr; + +static char os_name[100]; +static char os_major[50]; +static char os_...
2010 Dec 08
0
No subject
...VP_EXCHANGE_MAX_KEY_SIZE]; /* Key name */ + __u8 kvp_value[HV_KVP_EXCHANGE_MAX_VALUE_SIZE]; /* Key value */ +}; + +enum key_index { + FullyQualifiedDomainName =3D 0, + IntegrationServicesVersion, /*This key is serviced in the kernel*/ + NetworkAddressIPv4, + NetworkAddressIPv6, + OSBuildNumber, + OSName, + OSMajorVersion, + OSMinorVersion, + OSVersion, + ProcessorArchitecture +}; + +/* + * End of shared definitions. + */ + +static char kvp_send_buffer[4096]; +static char kvp_recv_buffer[4096]; +static struct sockaddr_nl addr; + +static char os_name[100]; +static char os_major[50]; +static char os_...
2010 Dec 08
0
No subject
...VP_EXCHANGE_MAX_KEY_SIZE]; /* Key name */ + __u8 kvp_value[HV_KVP_EXCHANGE_MAX_VALUE_SIZE]; /* Key value */ +}; + +enum key_index { + FullyQualifiedDomainName =3D 0, + IntegrationServicesVersion, /*This key is serviced in the kernel*/ + NetworkAddressIPv4, + NetworkAddressIPv6, + OSBuildNumber, + OSName, + OSMajorVersion, + OSMinorVersion, + OSVersion, + ProcessorArchitecture +}; + +/* + * End of shared definitions. + */ + +static char kvp_send_buffer[4096]; +static char kvp_recv_buffer[4096]; +static struct sockaddr_nl addr; + +static char os_name[100]; +static char os_major[50]; +static char os_...
2010 Dec 17
0
[PATCH 4/4] Staging: hv: Add a user-space daemon to support key/value pair (KVP)
..._KVP_EXCHANGE_MAX_KEY_SIZE]; /* Key name */ + __u8 kvp_value[HV_KVP_EXCHANGE_MAX_VALUE_SIZE]; /* Key value */ +}; + +enum key_index { + FullyQualifiedDomainName = 0, + IntegrationServicesVersion, /*This key is serviced in the kernel*/ + NetworkAddressIPv4, + NetworkAddressIPv6, + OSBuildNumber, + OSName, + OSMajorVersion, + OSMinorVersion, + OSVersion, + ProcessorArchitecture +}; + +/* + * End of shared definitions. + */ + +static char kvp_send_buffer[4096]; +static char kvp_recv_buffer[4096]; +static struct sockaddr_nl addr; + +static char os_name[100]; +static char os_major[50]; +static char os_...
2010 Dec 17
0
[PATCH 4/4] Staging: hv: Add a user-space daemon to support key/value pair (KVP)
..._KVP_EXCHANGE_MAX_KEY_SIZE]; /* Key name */ + __u8 kvp_value[HV_KVP_EXCHANGE_MAX_VALUE_SIZE]; /* Key value */ +}; + +enum key_index { + FullyQualifiedDomainName = 0, + IntegrationServicesVersion, /*This key is serviced in the kernel*/ + NetworkAddressIPv4, + NetworkAddressIPv6, + OSBuildNumber, + OSName, + OSMajorVersion, + OSMinorVersion, + OSVersion, + ProcessorArchitecture +}; + +/* + * End of shared definitions. + */ + +static char kvp_send_buffer[4096]; +static char kvp_recv_buffer[4096]; +static struct sockaddr_nl addr; + +static char os_name[100]; +static char os_major[50]; +static char os_...
2005 Apr 19
1
Antwort: Re: Antwort: Re: OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
...--------------------------- Path: /usr/lib/objrepos perl.rte 5.8.0.0 COMMITTED Perl Version 5 Runtime Environment # lppchk -vm3 # perl -V Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: Platform: osname=aix, osvers=5.2.0.0, archname=aix-thread-multi uname='aix rocky 2 5 000ad7df4c00 ' config_args='' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef us...
2009 Jun 25
2
JRI - problem to access "stats" package
Hello, I am a new R user. More precisely, I am working with JRI (on a Eclipse Java6 project under Ubuntu9). I have difficulties to access some R packages (For example: package "stats", object "Normal", function "pnorm"). I have tried many solutions to set the right path but nothing have succeed: For example:
2015 Nov 30
6
Re: packaging virtio-win
...ast bit). In fact it might be a good starting point to write a script that takes the existing iso, extracts it, and rearranges the contents to match the new format. Then I could help integrate that with the scripts and my own testing. - The layout should use the latest windows conventions for arch/osname. If this means we have to diverge from the naming convention we currently use for RPM host installed drivers, that's fine, since we can maintain back compat there with symlinks. However I've tried searching for this info (googling 'windows driver cd layout/hierarchy/format') but I c...