Displaying 6 results from an estimated 6 matches for "1100t".
Did you mean:
1100
2011 Jun 24
2
Nested VM
Hello,
As part of my project for my MSc, I am looking for a solution to implement
nested virtual machines. My current scenario is:
- I have a server with AMD Phenom II X6 1100T and 8GB RAM - virtualization
enabled at BIOS.
- I have installed 64bit CentOS-5.6 with Xen enabled (let''s call it as
base1).
- On top of base1 I have also installed 64bit CentOS-5.6 (guest1) with Xen
enabled and I would like to install Debian and WIndows XP on top of guest1,
when I try to...
2017 Jan 26
2
getent problems with new Samba version
...when I'm sure of this.
This "change" affects a lot of stuff!! :(
> What does 'samba -b' show for 'PRIVATE_DIR' ?
$ samba -b
Samba version: 4.4.8
Build environment:
Build host: Linux hive64 4.4.38 #1 SMP Sun Dec 11 15:57:21 CST 2016 x86_64 AMD Phenom(tm)
II X6 1100T Processor AuthenticAMD GNU/Linux
Paths:
:
:
PRIVATE_DIR: /var/lib/samba/private
Same as the `testparm -v` Gaiseric had me run.
> > /var/lib/samba/private/sam.ldb, /etc/samba/private/sam.ldb and
> > RSAT/ADUC all show the "correct" UID:GIDs for users, for example
> >...
2011 Sep 09
1
Problem with Windows on Xen
.../xen/qemu-dm-rasfs.log is the last line says
track_dirty_vram(f0000000, 26) failed (-1,3).
Any help would be apprecitated on how to resolve this.
Thank you
--
Shane D. Johnson
IT Administrator
Rasmussen Equipment
Workstation
Server 1
Server 2
CPU
Phenom 9950
Opteron 6174
Phenom 1100t
MB
Gigabyte ga-ma790x-ds4
Asus M4A78LT-M Asus KGPE-D16
Mem
8GB
16 GB
64GB
HD
2 drives striped with LVM
2 drives with LV''s stripped with LVM
6 drives in raid 5 with LVM on top
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
ht...
2012 Aug 13
0
Failed to setup GSI - dom0 Linux Kernel Boot Issues
...cked for more than 120 seconds (khubd can be udevd
also)
"echo 0> /proc/sys/kernel/hung_task_timeout_secs" disables this message
Things I''ve tried:
1. Switching from UUID to /dev/sdb3 in fstab and in
/boot/syslinux/syslinux.conf
2. Rebuilding initramfs
Hardware:
Phenom II x6 1100T
16GB DDR3 1600MHz Memory
3x Nvidia GeForce GTX570
2x 500GB HDDs (no RAID, no lvm, just ext2 boot and ext4 root/home
partitions)
Booting this same Linux kernel + initramfs without Xen kernel works
perfectly (with the obvious sole exception of failing to start the xend
service).
__________________...
2017 Jan 26
0
getent problems with new Samba version
...t
without considering stuff like this.
>
> > What does 'samba -b' show for 'PRIVATE_DIR' ?
>
> $ samba -b
> Samba version: 4.4.8
> Build environment:
> Build host: Linux hive64 4.4.38 #1 SMP Sun Dec 11 15:57:21 CST
> 2016 x86_64 AMD Phenom(tm) II X6 1100T Processor AuthenticAMD
> GNU/Linux Paths:
> :
> :
> PRIVATE_DIR: /var/lib/samba/private
>
> Same as the `testparm -v` Gaiseric had me run.
In which case, this is where winbind will look.
>
> > Have you tried checking in AD with ldbsearch or ldbedit for the
> >...
2017 Jan 26
2
getent problems with new Samba version
on Wed, 25 Jan 2017 20:15:49 -0500 Gaiseric Vandal wrote:
> Would "testparm -v" show you the path of all the files used ? Are there any idmap settings?
Gaiseric, thanks for your response. the `testparm -v` gave me:
private dir = /var/lib/samba/private
So, I guess that means the sam.ldb in that directory is the one being used, not the one in
/etc/samba/private. That helps.