search for: pretty_name

Displaying 20 results from an estimated 219 matches for "pretty_name".

2015 Apr 01
2
os-release file doesn't match upstream?
On a fully patched C7 machine... % cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core) % cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="...
2020 Sep 24
3
dovecot TSL 1.3 config option 'ssl_ciphersuites' causes fatal error on launch. not supported, bad config, or bug?
I've installed grep PRETTY /etc/os-release PRETTY_NAME="Fedora 32 (Server Edition)" dovecot --version 2.3.10.1 (a3d0e1171) openssl version OpenSSL 1.1.1g FIPS 21 Apr 2020 iiuc, Dovecot has apparently had support for setting TLS 1.3 ciphersuites since v2.3.9, per this commit lib-ssl-iostream: Support TLSv1.3 ciphersuites https://gi...
2019 Jul 07
4
Can't Connect With New Install
Thanks for your help. I followed your suggestions and I'm getting basically the same thing. I used your suggested smb.conf and created /home/pishare: <mypi>:/ $ ls -l -d /home/pishare drwxrwsr-x 2 root root 4096 Jul 7 12:17 /home/pishare "pi" is a Unix and a Samba user. Attempting to logon from Win 10 gives the same error messages. Testing the connection as suggested in
2023 Jan 12
1
problems with sysvol after fsmo transfer
...a wrote: >>> srv-kb-dc1:~ # klist >>> Ticket cache: DIR::/run/user/0/krb5cc/tkt >> What OS is this ? the old host: srv-kb-primdc:~ # cat /etc/os-release NAME="openSUSE Leap" VERSION="42.3" ID=opensuse ID_LIKE="suse" VERSION_ID="42.3" PRETTY_NAME="openSUSE Leap 42.3" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:leap:42.3" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" srv-kb-primdc:~ # uname -a Linux srv-kb-primdc 4.4.76-1-default #1 SMP Fri Jul 14 08:48:13 UT...
2018 Nov 16
4
[PATCH 0/2] v2v: uninstall the VMware Tools from Windows guests
It seems newer versions of VMware Tools for Windows can be uninstalled also when the guest does not run on VMware anymore. Hence, attempt to uninstall them during a conversion, reusing the same code already used to uninstall Parallel Tools. This was tested with the following Windows guests: - Windows 2008r2 - Windows 2012r2 - Windows 2016 - Windows 7 - Windows 8 - Windows 10 Pino Toscano (2):
2015 Sep 09
2
[PATCH] inspect: try to use /etc/os-release on Linux guests
...TRO_MAGEIA; + else if (VALUE_IS ("opensuse")) + distro = OS_DISTRO_OPENSUSE; + else if (VALUE_IS ("rhel")) + distro = OS_DISTRO_RHEL; + else if (VALUE_IS ("ubuntu")) + distro = OS_DISTRO_UBUNTU; + } else if (STRPREFIX (line, "PRETTY_NAME=")) { + free (product_name); + product_name = safe_strndup (g, value, value_len); + } else if (STRPREFIX (line, "VERSION_ID=")) { + char *major, *minor; + if (match2 (g, value, re_major_minor, &major, &minor)) { + major_version = guestfs_int_pars...
2017 Nov 17
2
HTML documentation is not in the expected location
...he documentation exists (at least in the text form): from within R, the command ?abs shows the documentation file. However its HTML version is not where I expect it to find ...which is where I did it find for many years, until the above-mentioned Linux update. The current system is as follows: PRETTY_NAME="Debian GNU/Linux 9 (stretch)" NAME="Debian GNU/Linux" VERSION_ID="9" > uname -a Linux tamiso 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64 GNU/Linux > cat /etc/debian_version 9.0 > gcc --version gcc (Debian 6.3.0-18) 6.3.0 20170516 The...
2015 Apr 03
5
Installing HomeBank on CentOS 7.1
...as: HomeBank http://homebank.free.fr/ Here is the information about my system: [jatin at localhost ~]$ cat /etc/*release CentOS Linux release 7.1.1503 (Core) NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDH...
2013 Jun 09
2
libvirt_lxc and sysfs
...tainer.xml, then /sys contains sysfs of the host and /sys on host becomes remounting read-only. Am I doing something wrong or is this feature of libvirt_lxc? Thanks. root@host:~# uname -a Linux host 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux root@host:~# cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 7.0 (wheezy)" ... root@host:~# dpkg -l | grep libvirt ii libvirt-bin 0.9.12-11 amd64 programs for the libvirt library ii libvirt0 0.9.12-11 amd64 library for interfacing with different virtualization systems container.xml: <domain type='lxc'&gt...
2015 Jun 08
4
Clients unable to get group policy...
...e sure since it is a systemd >> distro I now use Gentoo. If the guide is for 8, maybe we need one for 7 >> since it is supported until the release of 9. >> >> > > Are you sure it is running wheezy ? > > On my DC: > > root at dc01:~# cat /etc/os-release > PRETTY_NAME="Debian GNU/Linux 7 (wheezy)" > NAME="Debian GNU/Linux" > VERSION_ID="7" > VERSION="7 (wheezy)" > ID=debian > ANSI_COLOR="1;31" > HOME_URL="http://www.debian.org/" > SUPPORT_URL="http://www.debian.org/support/&quo...
2015 Oct 09
1
[PATCH] inspect: Don't free uninitialized string.
libguestfs: trace: v2v: read_lines "/etc/os-release" [...] libguestfs: trace: v2v: read_lines = ["NAME=Fedora", "VERSION="20 (Heisenbug)"", "ID=fedora", "VERSION_ID=20", "PRETTY_NAME="Fedora 20 (Heisenbug)"", "ANSI_COLOR="0;34"", "CPE_NAME="cpe:/o:fedoraproject:fedora:20"", "HOME_URL="https://fedoraproject.org/"", "BUG_REPORT_URL="https://bugzilla.redhat.com/"", "REDHAT_BUGZILLA_...
2018 Nov 16
0
[PATCH 1/2] v2v: windows: factor uninstall commands search
...source output rcaps = Not_found -> None ) in - (* Locate and retrieve all uninstallation commands for Parallels Tools *) - let prltools_uninsts = + (* Locate and retrieve all the uninstallation commands for installed + * applications. + *) + let unistallation_commands pretty_name matchfn extra_uninstall_string = let uninsts = ref [] in Registry.with_hive_readonly g inspect.i_windows_software_hive @@ -146,25 +148,25 @@ let convert (g : G.guestfs) inspect source output rcaps = raise Not_found; let dispname = g#hivex_value_string...
2020 Oct 10
1
Mail samba
...ian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs? Domain member(ubuntu-server): NAME="Ubuntu" VERSION="18.04.5 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.5 LTS" VERSION_ID="18.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-po...
2017 Nov 17
0
HTML documentation is not in the expected location
...t in the text form): from within R, > the command ?abs shows the documentation file. However its HTML version > is not where I expect it to find ...which is where I did it find for > many years, until the above-mentioned Linux update. > > The current system is as follows: > > PRETTY_NAME="Debian GNU/Linux 9 (stretch)" > NAME="Debian GNU/Linux" > VERSION_ID="9" > > uname -a > Linux tamiso 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) > x86_64 GNU/Linux > > > cat /etc/debian_version > 9.0 > > gcc --ve...
2018 Apr 12
0
issues with replicating data to a new brick
...10.30.28.17,10.30.28.18,10.8.13.132,10.30.28.30,10.30.28.31 performance.readdir-ahead: on diagnostics.latency-measurement: on diagnostics.count-fop-hits: on root at chastcvtprd04:~# cat /etc/os-release NAME="Ubuntu" VERSION="16.04.3 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.3 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial root at chastcvtprd04:~# uname -a Linux...
2016 Feb 15
2
APC Back-UPS BX1400U
...battery capacity. The raspberry should shut-down at 20 %. Is that UPS not supported? Or does I have to use other settings? If you need any additional information, please let me know and I'll (tyr to) provide it! Raspberry PI OS information: torsten at raspberrypi:/ $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)" NAME="Raspbian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_R...
2015 Apr 04
1
Installing HomeBank on CentOS 7.1
...t; > > [jatin at localhost ~]$ cat /etc/*release > > CentOS Linux release 7.1.1503 (Core) > > NAME="CentOS Linux" > > VERSION="7 (Core)" > > ID="centos" > > ID_LIKE="rhel fedora" > > VERSION_ID="7" > > PRETTY_NAME="CentOS Linux 7 (Core)" > > ANSI_COLOR="0;31" > > CPE_NAME="cpe:/o:centos:centos:7" > > HOME_URL="https://www.centos.org/" > > BUG_REPORT_URL="https://bugs.centos.org/" > > > > CENTOS_MANTISBT_PROJECT="CentOS...
2023 Jan 13
1
problems with sysvol after fsmo transfer
...DIR::/run/user/0/krb5cc/tkt > >> > >> What OS is this ? > > the old host: > > srv-kb-primdc:~ # cat /etc/os-release > NAME="openSUSE Leap" > VERSION="42.3" > ID=opensuse > ID_LIKE="suse" > VERSION_ID="42.3" > PRETTY_NAME="openSUSE Leap 42.3" > ANSI_COLOR="0;32" > CPE_NAME="cpe:/o:opensuse:leap:42.3" > BUG_REPORT_URL="https://bugs.opensuse.org" > HOME_URL="https://www.opensuse.org/" > srv-kb-primdc:~ # uname -a > Linux srv-kb-primdc 4.4.76-1-default...
2023 Apr 07
3
[Bug 1671] New: Implicit chains and nesting result in parser_bison.y aborting
...} } } } $ cat without-nest.nft table inet global { chain prerouting_pre_nat { type filter hook prerouting priority mangle - 1; policy accept iifname eth0 jump { ip version 4 accept } } } # nft --version nftables v0.9.8 (E.D.S.) # cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https...
2023 Jan 12
1
problems with sysvol after fsmo transfer
On 12/01/2023 12:51, Rowland Penny via samba wrote: > > > On 12/01/2023 12:28, Thorsten Marquardt via samba wrote: >> >> Okay back to the start an I try again. This time role by role. Here I >> don't get timeouts (why do they come up with role=all ?) and I'm not >> prompted for password of DOMAIN\root > > You should never get prompted for the