search for: ubuntu2

Displaying 19 results from an estimated 19 matches for "ubuntu2".

Did you mean: ubuntu
2014 Jul 07
1
virsh: cannot start domain with channel device,
Here is what I got. root ubuntu:/home/john# virsh start ubuntu2 error: Failed to start domain ubuntu2 error: internal error Process exited while reading console log output: char device redirected to /dev/pts/1 bind(unix:/var/lib/libvirt/qemu/ubuntu2.libguestfs): Permission denied chardev: opening backend "socket" failed: Permission denied root ubuntu...
2014 Apr 20
2
Allow access to a share for only one machine account
I have two domain controllers running ubuntu (12.04 and 13.10) both with samba (4.1.6 and 4.1.7) installed and running (and with sssd on both machines to retrieve uid/gid from AD). I wish to set a share on ubuntu2 in the way so it could be accessible only from ubuntu1 (and by any user from ubuntu1, for instance by local root). I have found this solution though I'm not sure it solves my issue: http://community.centrify.com/t5/Centrify-enabled-Samba/How-to-allow-Windows-machine-accounts-to-connect-to-a-sh...
2011 Jun 13
15
puppet clients
...Usage: puppet command <space separated arguments> Available commands are: agent, apply, cert, describe, doc, filebucket, inspect, kick, master, queue, resource How do I get the puppet client to run the manifest? # cat /etc/puppet/manifests/nodes.pp node ubuntu.ttinet { include ntp } node ubuntu2.ttinet { include ntp } # cat /etc/puppet/modules/ntp/manifests/ntp.pp # ntp.pp class ntp { case $operatingsystem { centos, redhat: { $service_name = ''ntpd'' $conf_file = ''ntp.conf.el'' } debian, ubuntu: { $service_name = '&...
2012 Nov 13
1
mdX and mismatch_cnt when building an array
CentOS 6.3, x86_64. I have noticed when building a new software RAID-6 array on CentOS 6.3 that the mismatch_cnt grows monotonically while the array is building: # cat /proc/mdstat Personalities : [raid6] [raid5] [raid4] md11 : active raid6 sdg[5] sdf[4] sde[3] sdd[2] sdc[1] sdb[0] 3904890880 blocks super 1.2 level 6, 512k chunk, algorithm 2 [6/6] [UUUUUU]
2016 Oct 06
2
Can't Route LAN Traffic Behind Tinc Network
...ewalls and has little if anything to do with tinc at this point. However, it's a low volume list, so unless anyone complains, lets thrash it out here. > wrong interface......hmmm. As you can tell I use UFW so here's the output of "ufw status numbered": > > root at ubuntu2:~# ufw status numbered > Status: active I'm actually unfamiliar with ufw, as I am with most of the plethora of iptables-helpers out there. I could ask you to post a list of all tools and chain, (iptables -vnL) but can we just do something simple first as a test? Can you disable your uf...
2016 Oct 06
0
RESOLVED: Can't Route LAN Traffic Behind Tinc Network
...Message----- From: Kismet Agbasi [mailto:kagbasi at centraltruck.net] Sent: Thursday, October 6, 2016 12:17 PM To: 'Keith' <keith at rhizomatica.org>; 'tinc at tinc-vpn.org' <tinc at tinc-vpn.org> Subject: RE: Can't Route LAN Traffic Behind Tinc Network Oh yes - so ubuntu2 is the linux host running tinc on my LAN (the one I'm referring to as INSIDE node). I can ping it from my Windows machine and vice versa without any trouble. I can also ping all other devices on my LAN from ubuntu2 and vice versa, also without any issues. Output of "tcpdump -I eth1 icm...
2016 Oct 06
2
Can't Route LAN Traffic Behind Tinc Network
Thanks Keith. Here's the output: root at ubuntu2:~# iptables -vnL FORWARD Chain FORWARD (policy ACCEPT 745 packets, 47680 bytes) pkts bytes target prot opt in out source destination 6299 416K ufw-before-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0 6299 416K ufw-before-f...
2016 Oct 06
2
Can't Route LAN Traffic Behind Tinc Network
...e. One thing, however, that peaks my attention is that the entry for the 172.23.6.0/24 subnet shows * as the gateway, which I'm thinking means it's using the default gateway, but I could be wrong. If it is, then it means the packets are being routed out the wrong interface.: root at ubuntu2:~# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 50-242-184-134- 0.0.0.0 UG 0 0 0 eth0 10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0 10.8.0.2...
2010 Jul 25
1
Hello world help needed
...19-486745a370f6</label> <imagelabel>libvirt-8904d893-87dc-dc1f-0219-486745a370f6</imagelabel> </seclabel> </domain> I dumped the original and added the pty stuff from an example, but when I create it and connect to the console: # virsh -c qemu:///system create ubuntu2.xml --console Domain ubuntu created from ubuntu2.xml Connected to domain ubuntu Escape character is ^] nothing appears and nothing I type echoes. At least I can escape though... I seem to have no trouble creating them, but it sure would be nice to be able to access them. Oh, and btw. Every...
2018 Nov 26
0
Sasl authentication
...s for encryption and sasl for authentication, but not use sasl for both. I configured tls, it was fine. Then I created a user "u" on server and modified libvirtd.conf. I set auth_tls = "sasl" there and mech_list: scram-sha-1 in sasl2 config for libvirt. The output of sasl: u@ubuntu2:~$ sudo sasldblistusers2 -f /etc/libvirt/passwd.db u@ubuntu: userPassword Then I connect to server using tls and entering as the user u. Then I have the following message: Unable to connect to libvirt qemu+tls://u@192.168.246.135/system. authentication failed: authentication failed What are th...
2018 Nov 28
0
Sasl + tls setup
...s for encryption and sasl for authentication, but not use sasl for both. I configured tls, it was fine. Then I created a user "u" on server and modified libvirtd.conf. I set auth_tls = "sasl" there and mech_list: scram-sha-1 in sasl2 config for libvirt. The output of sasl: u@ubuntu2:~$ sudo sasldblistusers2 -f /etc/libvirt/passwd.db u@ubuntu: userPassword Then I connect to server using tls and entering as the user u. Then I have the following message: Unable to connect to libvirt qemu+tls://u@192.168.246.135/system. authentication failed: authentication failed What are th...
2018 Nov 28
0
Sasl+tls setup
...s for encryption and sasl for authentication, but not use sasl for both. I configured tls, it was fine. Then I created a user "u" on server and modified libvirtd.conf. I set auth_tls = "sasl" there and mech_list: scram-sha-1 in sasl2 config for libvirt. The output of sasl: u@ubuntu2:~$ sudo sasldblistusers2 -f /etc/libvirt/passwd.db u@ubuntu: userPassword Then I connect to server using tls and entering as the user u. Then I have the following message: Unable to connect to libvirt qemu+tls://u@192.168.246.135/system. authentication failed: authentication failed What are th...
2016 Oct 06
0
Can't Route LAN Traffic Behind Tinc Network
...ewalls and has little if anything to do with tinc at this point. However, it's a low volume list, so unless anyone complains, lets thrash it out here. > wrong interface......hmmm. As you can tell I use UFW so here's the output of "ufw status numbered": > > root at ubuntu2:~# ufw status numbered > Status: active I'm actually unfamiliar with ufw, as I am with most of the plethora of iptables-helpers out there. I could ask you to post a list of all tools and chain, (iptables -vnL) but can we just do something simple first as a test? Can you disable your uf...
2016 Oct 06
0
Can't Route LAN Traffic Behind Tinc Network
...on the eth1 interface with tcpdump -i eth1 icmp You are trying to ping this internal windows box via tinc, right? (the one from where you posted a ping to 172.23.6.149?) Does it have windows firewall enabled? Sometimes windows firewall blocks incoming pings. can you ping it from the machine called ubuntu2? k/
2007 Mar 19
5
Problem well trying to run Need For Speed Porsche Unleased
So I have Need For Speed Porsche Unleased and I have ubuntu 6.06 LTS and I have wine 0.9.90-ubuntu2 which I installed using the package manager . So I simply use wine and I get to play NFS on ubuntu simple right. I install NFS and everything goes fine. I then go to wincfg and add NFS and change it to run in 98. Error one I run the shortcut on my desktop in a terminal and I get this paul@Pdesktop...
2016 Oct 05
4
Can't Route LAN Traffic Behind Tinc Network
...nc0 10.128.0.0 * 255.255.0.0 U 0 0 0 eth1 107.170.80.0 * 255.255.240.0 U 0 0 0 eth0 172.23.6.0 10.9.0.1 255.255.255.0 UG 0 0 0 tinc0 Routing Table of INTERNAL NODE (10.9.0.1) root at ubuntu2:~# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 50-242-184-134- 0.0.0.0 UG 0 0 0 eth0 10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0 10.8.0.2 *...
2015 Feb 03
15
[Bug 88946] New: [NVC1] black screen after resuming from hibernate
...Standby and resume works with the nouveau driver, but hibernate and resume don't. There is a black screen after resume, then the monitor goes off (no signal) and no keyboard input is possible => Only a hard reset helps. *** Package versions Kubuntu 14.04.1 64bit nouveau version 1.0.11-1-ubuntu2~trusty Mesa 10.3.2, Xserver 1.16.0 (Utopic (14.10) Xstack) kernel 3.16.x (also tested kernel 3.18.5 and 3.19rc7) I have attached the following logs; with kernel parameter nouveau.debug=trace --- syslog and xorg.log for the working standby syslog_standby_resume.txt standby_resume_Xorg.0.log.o...
2010 Apr 16
22
[Bug 27706] New: Blank screen and "Error referencing VRAM ctxdma: -12" on NV44A with ubuntu lucid beta 2 (worked in alpha 3)
https://bugs.freedesktop.org/show_bug.cgi?id=27706 Summary: Blank screen and "Error referencing VRAM ctxdma: -12" on NV44A with ubuntu lucid beta 2 (worked in alpha 3) Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority:
2011 Jun 20
13
confused about file ensure/require
my base/default includes this ntp manifest # cat modules/ntp/manifests/ntp.pp # ntp.pp class ntp { case $operatingsystem { centos, redhat: { $service_name = ''ntpd'' $conf_file = ''ntp.conf.el'' } debian, ubuntu: { $service_name = ''ntp'' $conf_file = ''ntp.conf.debian'' } } package {