All times are GMT +1. The time now is 01:52 AM.
New install, Hyper V, No network adaptor
All times are GMT +1. The time now is 01:52 AM.
I recently built my first pc but ever time I have tried to install Ubuntu it doesn't work. There are a lot of different types of errors that show up depending on what I do.
Erase and Install or Something Else:
When ever I try to do either of those methods it fails to mount or format a seemingly random partition. When I tried pressing continue on the error message it started the download but after failing to download scrollbar overlay it would only output a few other random errors but for the most part it would add time to the estimated download time. I let it try to download for a couple days but still nothing.
GParted then install:
When I try to use GParted it always failed to create or mount a partition in the same way as above. I never got to start the download when I did that.
Parted Magic from Ultimate Boot CD then install:
I used GParted on the Parted Magic distro from the UBCD live cd and the partitioning worked but when I went to install Ubuntu I clicked "Something else" and set up the partitions properly it gets to the download but does the same thing when I clicked continue in the formatting/mounting error.
Eventually I found a form post saying that my hard drive (a Western Digital) didn't like Ubuntu. So I bought a new one installed it but now I'm getting the same problems as before. I almost certain I've got the pc assembled right and the custom partions set up properly since my friend who helped me build it has built a lot of other computers (but always uses windows) and my brother is really good at Ubuntu and computer system stuff.
System Part List:
CPU: AMD FX-6300 3.5GHz 6-Core Processor
CPU Cooler: Cooler Master Hyper T2 54.8 CFM Sleeve Bearing CPU Cooler
Motherboard: Gigabyte GA-970A-UD3P ATX AM3+ Motherboard
Memory: Kingston HyperX Fury Black 8GB (2 x 4GB) DDR3-1600 Memory
Hard Drive: Seagate Barracuda 1TB 3.5" 7200RPM Internal Hard Drive
Graphics Card: MSI GeForce GT 740 2GB Video Card
Case: BitFenix Nova ATX Mid Tower Case
Power Supply: EVGA 400W ATX Power Supply
Optics Drive: Lite-On iHAS124-14 DVD/CD Writer
If you need any more info I'd be happy to provide it.
Thank you so much in advance!
Hello,
Here is the context:
2 different forests, connected through a two-way transitive trust relationship.Active Directory domains have 2012R2 domain controllers.
DOMAIN1.LOCAL is the main area where we find all objects (users, groups and computers).DOMAINE2.LOCAL is an area where we have only LINUX client computers.
What i need to know :
Is it possible to authenticate on a Linux client DOMAIN2.LOCAL with a Windows account which belongs to DOMAIN1.LOCAL?
Thanks for your help.
Regards,
Chris.
I want to move my LVM based VMs from my old KVM server to my new KVM server. What is "the way"?
I have:
KVM running on Ubuntu 12.04 - old system
with 5 VMs on LVM partition at /dev/sd3/vgroup/
all references to VMs in /dev/sd3/vgroup/ are actually symlinks to ../dm-1-5
KVM running on Ubuntu 16.04 - new system
with 1 vm, deb8, as a test
it also has the same structure /dev/sd4/vgroup/deb8
deb8 is a link to ../dm-0
a backup script that weekly stops each vm on old system and dd to a gzipped copy
If I unzip a copy of my backed-up vm on the new KVM box, and dd it to /dev/vgroup/testdata it copies the vm file and does not create the magic link to /dev/vgroup/testdata (which, I assume, should link to ../dm-1). The copied testdata VM in /dev/vgroup does not appear in my list of storage volumes in virt-manager.
I've read a lot of articles about using snapshots, dd, gzip, and dd back to the LVM directory. I also have the vm.xml config files backed up, but none of the articles I found seem to describe how this is to be used to bring up on a new server.
Can someone please explain all this magic (or definitive references) and maybe just a straight-ahead approach to moving LVM based VMs from one KVM server to another KVM server.
Thanks in advance,
Chris.
Old KVM
# lvs
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
testCinga vgroup -wi-ao 58.59g
UbuDesktop vgroup -wi-a- 39.06g
devbox vgroup -wi-ao 39.06g
testdata vgroup -wi-ao 39.06g
testlogs vgroup -wi-ao 19.53g
testlogs2 vgroup -wi-ao 54.69g
webserver1 vgroup -wi-ao 40.00g
win2008-1 vgroup -wi-a- 29.30g
lsblk /dev/sda3
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda3 8:3 0 422.9G 0 part
└─md2 9:2 0 422.8G 0 raid1
├─vgroup-webserver1 (dm-0) 252:0 0 40G 0 lvm
├─vgroup-UbuDesktop (dm-1) 252:1 0 39.1G 0 lvm
├─vgroup-testCinga (dm-2) 252:2 0 58.6G 0 lvm
├─vgroup-testdata (dm-3) 252:3 0 39.1G 0 lvm
├─vgroup-testlogs (dm-4) 252:4 0 19.5G 0 lvm
├─vgroup-testlogs2 (dm-5) 252:5 0 54.7G 0 lvm
├─vgroup-devbox (dm-6) 252:6 0 39.1G 0 lvm
└─vgroup-win2008--1 (dm-7) 252:7 0 29.3G 0 lvm
# ls -la /dev/vgroup
total 0
drwxr-xr-x 2 root root 200 Aug 20 13:08 .
drwxr-xr-x 17 root root 4700 Aug 20 13:08 ..
lrwxrwxrwx 1 root root 7 Aug 20 13:08 devbox -> ../dm-6
lrwxrwxrwx 1 root root 7 Aug 19 22:15 testCinga -> ../dm-2
lrwxrwxrwx 1 root root 7 Aug 19 21:51 testdata -> ../dm-3
lrwxrwxrwx 1 root root 7 Aug 19 08:37 testlogs -> ../dm-4
lrwxrwxrwx 1 root root 7 Aug 19 20:39 testlogs2 -> ../dm-5
lrwxrwxrwx 1 root root 7 Aug 14 20:21 UbuDesktop -> ../dm-1
lrwxrwxrwx 1 root root 7 Aug 19 01:45 webserver1 -> ../dm-0
lrwxrwxrwx 1 root root 7 Aug 19 22:41 win2008-1 -> ../dm-7
New KVM
# lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
deb8 vgroup -wi-ao---- 80.00g
# lsblk /dev/sda4
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda4 8:4 0 2.2T 0 part
└─vgroup-deb8 252:0 0 80G 0 lvm
# ls -la /dev/vgroup
total 16446376
drwxr-xr-x 2 root root 80 Aug 21 12:57 .
drwxr-xr-x 19 root root 4260 Aug 21 12:57 ..
lrwxrwxrwx 1 root root 7 Aug 18 02:24 deb8 -> ../dm-0
-rw-r--r-- 1 root root 16841089024 Aug 21 12:20 testdata
I've installed Windows 10 and Ubuntu 16.04 (also tried Xubuntu 16.04/14.04) on my brand new laptop i5 6200u/8gb/gt940m/240gb. I have problem with ubuntu performance, which doesn't occur on windows, where everything i've tried works just fine. On ubuntu I feel lagging when just typing - e. g. in codeblocks or in chromium.
In gtkperf i receive very different results - once it's like 2,5s and next time 20-30s (!).
I tried reinstalling ubuntu couple of times, with swap and without it. Also on empty ssd - with no effect at all. Memtest - no errors, ssd benchmarks - fine, cpu benchmarks - common results (benchmarking under windows).
I wonder if someone can tell me what causes my problems - thanks in advance!
All times are GMT +1. The time now is 11:37 PM.
All times are GMT +1. The time now is 11:37 PM.