similar to: [PATCH][RFC]xenperf hypercall pretty print TAKE 2

Displaying 20 results from an estimated 300 matches similar to: "[PATCH][RFC]xenperf hypercall pretty print TAKE 2"

2006 Aug 11
2
PATCH: pretty print for xenperf
Hi, this is almost an ia64 specific patch to xenperf. It makes xenperf output more understandable. On x86, it now displays hypercalls name. Tested on xen/ia64. Tristan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Nov 14
3
Unable to use software counters
Hi All I want to use software counters available via "xenperf". However I get this error "Error getting number of perf counters: 38 (Function not implemented)". Am I missing something? Some configuration or option which needs to be turned on before I can use these counters. Any help would be much appreciated. I am using Xen 3.1.0 x86_64 -- Jyotirmaya Tripathi Virginia Tech
2013 Nov 17
6
Re: [edk2] [PATCH RFC 0/7] OvmfPkg: make OVMF fully working with Xen
On Sat, Nov 16, 2013 at 3:31 AM, Jordan Justen <jljusten@gmail.com> wrote: > When I try to boot this on qemu or kvm, it asserts because the video > framebuffer address is NULL. > That''s expected because of the hack. ;-) > On Fri, Nov 15, 2013 at 7:58 AM, Wei Liu <wei.liu2@citrix.com> wrote: >> This is a quick hack I pulled together last night to make OVMF
2007 Nov 09
1
debian/patches/* for xen-unstable 16319
I've resolved the conflicts between the xen-unstable svn tree's patchset and xen-unstable 16319 (which was the tip a few days ago). The result is below, as the output of `svn diff' - so a series of interdiffs, unfortunately. Also, I noticed that after installing the resulting packages, it wasn't able to correctly select the xen-unstable tools; instead, it fell back to the default.
2008 Nov 21
7
Adobe Master Collection and Wine on Ubuntu 8.10
I recently installed Ubuntu 8.10 and wine 1.0.1 and am hoping there is a way to get it to work with adobe master collection. I recently upgraded to CS4 but I also have CS3. I know adobe apps have been hit or miss for compatibility in the past but a friend said the new Ubuntu and wine made it as easy as mount and install....is this true and if not is it even possible to install either the adobe
2008 Jul 16
2
close to running framemaker 8
Hello felllow wine users, Using some of the dll packages from my vista machine, I managed to complete the installation of framemaker 8. When the application is run for the first time, it asks for the EULA to be accepted. The first time this happened, wine asked to install 'Gecko' for html to display (im assuming the EULA is a form based in html). The buttons to accept, reject and cancel
2007 Mar 23
2
Domain Member Server Problem
We have a Windows Domain NT. We are setting up four samba Servers, two new and 2 legacy servers. The new server are Ubuntu AMD64 Linux with Samba 3.0.22 One of these is the PDC. The legacy Servers are Solaris 8 running Samba 3.0.24. We are using winbindd and local tdb files on the PDC for authentication. We plan to migrate to LDAP latter. I have used SWAT to configure each server. I have
2013 Feb 07
5
[PATCH v8] gcov: Coverage support
Updated set of patches for coverage. Changes: - change copyright lines - use gcov: instead of cover: in commit comment - use #ifdef in xen/common/sysctl.c instead of dummy inline function - added base documentation in docs/misc - added -h option to xencov
2004 Dec 01
1
winbind: wbinfo -u errors
Hi. My question is: do I need to run winbind in the samba PDC server??? I'm trying to use ntlm_auth in squid but the server can not make wbinfo -u succefully squid and samba PCD are in the same box, is this possible??? my windows and samba clients can do wbinfo succefully. thanks. -- Xavier Callejas IT Manager International Bonded Couriers El Salvador E-Mail + MSN: xcallejas at
2004 Dec 20
1
About disconnecting a windows client
Hi all! We have a Samba server configured as a PCD server with LDAP for authenticating users (cups for providing printing services). Well, my question is simple and i was looking for the answer and i didn't find it.... When somebody logs into the domain... ther is a way to disconnect this user? i mean, the client can disconnect the user which with had logged in before? For example, i have
2001 Nov 27
1
Winbind slow to authenticate
Finally got winbind to work, thanks for all the help. I wonder if it is normal for winbind to take approximately 20 seconds to authenticate a user? In smb.conf I have specified the names of all NT BDCs and PCD but it didn't change performance. And in pam.d/samba I have only auth and account required pam_winbind.so One more thing, does anybody have any hints on how to have Apache authenticate
2016 Feb 11
1
RV: Security tab missing, and another error
Hi all. I have Samba 4.2.8 in a Debian Virtual Machine, i have domain, can join a Windows 10 machine to domain, and i have logged with “administrator” domain account in my Windows 10 machine, wih RSAT tools i can create users etc The problem is with a created folder in server. Mkdir /usuarios Smb.conf: # Global parameters [global]         workgroup = PDC         realm = PDC.CASA        
2002 Mar 12
1
Samba 2.2.2 as a PDC for XP logins
And you have user and machine accounts that work? I had actually a big problem joining a Samba PCD from a Windows XP machine. However I don't remember what exactly I had to do to make it work. (I never changed the Samba settings, just fiddled around in Windows.) //Anders > Yeah, all applied but still no luck > -----Original Message----- > From: Anders Widman
2011 Jan 05
2
samba4, GPO and SYSVOL permissions errors
I'm getting an interesting problem. I can create/rename/delete/edit policies, but I can't change the security filtering or delegation settings. When I first open any policy, I get the following: "The permissions for this GPO in the SYSVOL folder are inconsistent with those in Active Directory. It is recommended that these permissions be consistent. To change the SYSVOL permissions
2007 Jan 02
3
linux auth against SAMBA PDC
Hi, I have a question about getting linux workstation to authenticate users against a Samba PDC when they log in and mount all the necessary shares. Current setup: Linux server with Samba as the PCD Windows 2k and XP workstations are on the Samba domain and authenticate all users with the Samba PDC. Wants: Linux server with Samba as the PCD Windows 2k and XP workstations are on the Samba
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
This is an attempt to fix the issue that some disks' sysfs attributes are not ready at the time its KOBJ_ADD event is sent. The symptom is during device hotplug, udev may fail to find certain attributes, such as serial or wwn, of the disk. As a result the /dev/disk/by-id entries are not created. The cause is device_add_disk emits the uevent before returning, and the callers have to create
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
This is an attempt to fix the issue that some disks' sysfs attributes are not ready at the time its KOBJ_ADD event is sent. The symptom is during device hotplug, udev may fail to find certain attributes, such as serial or wwn, of the disk. As a result the /dev/disk/by-id entries are not created. The cause is device_add_disk emits the uevent before returning, and the callers have to create
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also. Resend this patches because they suffered some modifications and where scattered along the mailing list. Please review, thanks Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Sep 01
2
List of tags in roxygen and use for S4 classes?
Hi is there a list of all roxygen tags which are available? I couldn't find them. I am asking specifically towards the use of roxygen in documenting S4 classes - is that implemented yet (i am using roxygen 0.1 from CRAN at the moment)? Thanks Rainer -- Rainer M. Krug, Centre of Excellence for Invasion Biology, Stellenbosch University, South Africa
2023 Apr 14
1
Unable to "rejoin" existing DC after upgrade (infamous WERR_FILE_NOT_FOUND)
On 14/04/2023 14:05, Luis Peromarta via samba wrote: > In my particular case, I was missing a record. It?s been recreated and all looks and feels fine. > > LP > On 14 Apr 2023 at 14:47 +0200, samba at lists.samba.org, wrote: >> >> Just remove the wrong records with samba-tool. You posted this: host -t SRV _ldap._tcp.pdc._msdcs.mad.mater.int