Displaying 20 results from an estimated 10000 matches similar to: "UKSM patches"
2014 Jul 15
1
Reducing RAM usage using UKSM
Greetings,
We've a fairly large dataset (around 60GB) to be loaded and crunched in
real time. The kind of data operations that will be performed on this data
are simple read only aggregates after filtering the data.table instance
based on the parameters that will passed in real time. We need to have more
than one instance of such R process running to serve different testing
environments (each
2013 Oct 14
14
spice issue
Did something had chaqnged with spice code or settings. I just compiled
latest git of 4.4 unstable and I get is a black screen all I see is the
green boot image from server 2012 but I dont get blue windows logo and
window does not resize it stays black. I reverted back to older git
revision of 4.4 and everything is working fine with.
_______________________________________________
Xen-users
2012 Jun 29
3
xen sound card emulation
I have few instance of server 2008 running on xen. i want to configure them
to redirect sound. I guess I need xen to emulate sound card, Somone had
stated that they are working on patch that will support intel hda emulation
was this ever acomplished? Xen supports ac97 is there 64 bit driver for
ac97 on server 2008 ?
_______________________________________________
Xen-users mailing list
2013 Jun 27
20
SPICE with Upstream QEMU and qxl VGA cause Windows BSOD
Hi all,
These days I installed xen 4.3 unstable from source and recompiled qemu upstream with spice support.
After xl create , the windows domU started successfully and spice client can visit the VDI. However, it display blue screen
before entering the windows welcome screen.
Is it a bug in current upstream qemu support?
My domU configuration file is:
builder =
2012 Jul 12
5
best kernel
What is the best kernel to run? is it better to run 3.4.4 or one from xen
git?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 Aug 04
3
xen-4.4 unstable ?
I just wonder why xen 4.4 unstable presents it self as xen 4.3 unstable ?
boot message states 4.3 unstable and efi is 4.3 unstable? I wonder what is
the reason behind it ?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 Apr 18
3
Re: Perfectly consistent zero-downtime backup.
I had used dd to copy vm to hard drive . Once freenas runs on xen again i
am thinking about exporting iscsi and using dd to make copies
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2013 Jan 20
10
iscsi on xen
I wonder if someone can point me in right directions. I have two dell
servers I setup iscsi so I have four 2 tb hard drives and i had used lvm
to create one big partiton and share it using iscsi. How I go about
assigning sections of iscsi for virtual hard drives . should go about
assigning Should I export the whole 8TB as one iscsi and then use lvm to
create smaller virtual disk. Or should I
2016 May 15
6
Ransomware?
I had to deal with ransomware at the end of April. One of the PCs on my
customer's network was infected by opening a realistic looking email
apparently from a genuine supplier to the company and personally addressed.
The infection occurred on Wednesday, but encryption of the server only took
place late on Friday afternoon, presumably having obtained encryption keys
from the criminals. The
2014 Dec 21
2
Home auto creation
I want to auto create home directories for users when they login for the
first time . I need kerbos authentication is possible to set it up on same
host as domain controller so ad users can take ownership of home folder
--
Join my framily E02705708hn 3032 last name BURGHARDT state is co
Cheapest sprint service only 25 a month.
2012 Apr 29
3
LSI SAS 2008 controller in a pv domu
Hello,
I am trying to pass my LSI SAS 2008 controller to my PV domu (openindiana)
and I can not get it working.
I have read that xen does not support the loading of option ROM''s in pv
domu''s and that this support is being, or will be, added.
http://markmail.org/thread/2njw43iaurmvzlys
This post is more than a year old now.
I am wondering if there is a way to get my LSI SAS
2014 Dec 21
0
Home auto creation
At the institution where I work, we have created a GPO to create and mount
the directories persons from users, follows the script.
create the file name.vbs with the content
Option Explicit
Dim objNetwork, objShell, wshShell, wshell, strDesktop, oShellLink, user1,
FileClass, Directory
Dim strDriveLetter, strRemotePath, strUserName, strNewName
Set wshell =
2013 Oct 29
1
iommu support
What amd motherboard supports iommu for video reasigment
_______________________________________________
Xen-users mailing list
Xen-users@lists.xen.org
http://lists.xen.org/xen-users
2015 Jan 12
3
windows upgrade
Is it possible to have samba server functioning as upgrade server.
2005 Mar 22
3
Major problems with TDM400 and specific telephones: suggestions?
Hello!
Attached to the bottom of this e-mail is an edited version of an e-mail I
originally wrote to Digium tech support regarding Ouch and Power alarm
errors I have been receiving on my TDM400. It contains a great deal of
detail regarding my setup. In the end, I have found that one of the 5
phones I'm trying to make work with Asterisk is contributing to the
generation of these errors.
2014 Dec 04
2
machine accounts
On 04/12/14 16:44, Gaiseric Vandal wrote:
> Do you mean you want to have a Linux machine running Samba as a
> standalone server?
>
> If the machine is not part of the domain, you should not need a local
> machine account. However you will need to define local user samba
> accounts which will need to correspond to a local unix account.
>
> On 12/04/14 11:35, jacek
2014 Dec 05
3
OpenLDAP proxy to samba4 AD
Someone managed to put to work the Samba4 with the openldap using
authentication through proxy?
Follow samba wiki, researched enough elsewhere, got some things but not
getting a total success.
I would like the opinion of more experienced friends.
Att.
--
Elias Pereira
2014 Dec 07
1
Samba embedded device?
Are you planing on offering and storage ? I just build node 804 (54$ case)
it supports 12 hard hard drives. I am using semptron 3825 quad core 25
watts. asrock itx motherboard 16gb of ram. so far i have 16tb. There are
extended itx motherboard with 14 sata ports and xeon.support. I know there
is distro that provides community edition of samba and openchange and it
has nice web interface for
2014 Dec 26
1
Use Samba with ACL for read Active Directory and set Permissions via it.
I use this script to create folders for users
#!/bin/bash
if [ ! -e /data/homes/$1/$2 ]; then
/usr/bin/mkdir -p /data/homes/$1/$2
/usr/bin/chown "$2":"Domain Users" /data/homes/$1/$2
/usr/bin/chmod g+s /data/homes/$1/$2
/usr/bin/chmod 770 /data/homes/$1/$2
/usr/bin/setfacl -m g:"domain admins":rwx /data/homes/$1/$2
2016 Oct 12
2
kodi cant access samba shares
I will try it.Is interesting i added new user to ad and i get this error
get_user_from_kerberos_info: Username HEBE+zachary is invalid on this system
I have this
idmap config * : backend = rid
idmap config * : range = 10000-20000
idmap config HEBE : backend = ad
idmap config HEBE : schema_mode = rfc2307
idmap config HEBE : range = 50000-99999
username map = /etc/samba/user.map