similar to: Local Profile

Displaying 20 results from an estimated 6000 matches similar to: "Local Profile"

2003 Oct 28
0
Réf. : LDAP + NET PROBLEM
I know, but I said that I'm trying to use "net group add". On Tuesday 28 October 2003 13:58, you wrote: > net group map must be used for group mapping, no for add group. > example : net group map unixgroup=root ntgroup="Domain Admins" > > ----------------------------------- > St?phane PURNELLE stephane.purnelle@corman.be > Service
2009 Apr 01
2
Creating hd images to memdisk
Hi, I'm trying to create a hd image to use with memdisk: dd if=/dev/zero of=doshd.img bs=1024 count=16384 and, via qemu, I installed freedos: qemu -cdrom fdfullcd.iso -hda doshd.img -boot d Everything gone ok and qemu boots freedos normally. But, when I try to use the same image on memdisk the following message appears: Invalid Operation System! I used the same process on USB key, with
2003 Dec 08
2
Win98 User List Problem
Hi all, I'm trying to list users using user level share in windows 98, but I always get the folowing message: [2003/12/08 13:46:51, 1] smbd/ipc.c:api_fd_reply(284) api_fd_reply: INVALID PIPE HANDLE: 0 [2003/12/08 13:46:51, 2] rpc_server/srv_samr_nt.c:_samr_lookup_domain(2540) Returning domain sid for domain XXXXXX-> S-1-5-21-1305940498-1192644665-829235722 [2003/12/08 13:46:52, 1]
2008 Oct 14
1
memdisk and netbootdisk
Hi guys, I'm trying boot a floppy basead netbootdisk solution ( http://www.netbootdisk.com/) using grub and memdisk. This is a Floppy 1.44 Mb with TCP/IP and Ethernet Drivers for DOS. This image doesn't has a command.com. This file is unzipped on boot. Using a floppy, the machine boots, but when I trying to use a image from floppy which memdisk, the boots hangs. The image can found at
2003 May 26
0
About samba 3
Hi, I work at a university as network administrator. I have to migrate my wins from a windows machine to a linux one using samba. I'd like to use the new samba's features, but I wouldn't like to use an unstable version in such a big network as I have. So, how long will it take samba team to release a stable version? Sincerely yours -- Fabr?cio de Paula Adorno Divis?o de
2010 Feb 19
1
[PATCH/cygwin] reduce number of propagated environment variables
Hi, could somebody apply the below patch, please? It removes a couple of environment variables which are propagated to the child process so far, but which not really necessary to keep child processes running. What's left now is the bare minimum which is requested by scripts, typically. Thanks, Corinna Index: openbsd-compat/bsd-cygwin_util.c
2003 Jun 12
3
LDAP problem
Hi all, I have compiled samba3.0.0beta1 with the options: ./configure --enable-static=yes --with-smbmount --with-ldapsam I'm using "passdb backend = ldapsam:ldap://localhost" and when I try to add a user using smbpasswd I got the message: Error loading module '/usr/local/samba/lib/pdb/ldapsam.so': /usr/local/samba/lib/pdb/ldapsam.so: cannot open shared object file: No
2008 Jun 19
6
login scripts --what to use
Hi, We're setting up a PDC, and would like to have a login script to deliver the mapped drives to users in particular groups, and connect to printers. The printer drivers come from the [print$], share. Does anyone have any good resources for this? What's the easiest and simplest thing to get going --vbscript or batch files? Thanks, chris
2003 Apr 25
2
sjava w2k
..sorry for this "repeated" off-topic question, but i look for any suggestion in the manuals, find nothing related? library(Sjava) Error in firstlib(which.lib.loc, package) : JAVA_HOME is not set Error in library(Sjava) : .First.lib failed ...what i have to done? many thanks & regards,christian
2019 Jun 03
5
[PATCH v3 2/8] s390/cio: introduce DMA pools to cio
On Wed, 29 May 2019 14:26:51 +0200 Michael Mueller <mimu at linux.ibm.com> wrote: > From: Halil Pasic <pasic at linux.ibm.com> > > To support protected virtualization cio will need to make sure the > memory used for communication with the hypervisor is DMA memory. > > Let us introduce one global pool for cio. > > Our DMA pools are implemented as a gen_pool
2019 Jun 03
5
[PATCH v3 2/8] s390/cio: introduce DMA pools to cio
On Wed, 29 May 2019 14:26:51 +0200 Michael Mueller <mimu at linux.ibm.com> wrote: > From: Halil Pasic <pasic at linux.ibm.com> > > To support protected virtualization cio will need to make sure the > memory used for communication with the hypervisor is DMA memory. > > Let us introduce one global pool for cio. > > Our DMA pools are implemented as a gen_pool
2019 Jun 13
1
[PATCH v5 0/8] s390: virtio: support protected virtualization
On Thu, 13 Jun 2019 11:11:13 +0200 Michael Mueller <mimu at linux.ibm.com> wrote: > Halil, > > I just ran my toleration tests successfully on current HW for > this series. > > Michael Thanks Michael! May I add a Tested-by: Michael Mueller <mimu at linux.ibm.com> for each patch? > > On 12.06.19 13:12, Halil Pasic wrote: > > Enhanced virtualization
2007 May 07
3
What would you tell the CIO in an "ABCs of Email" overview?
One of the key points that came up when I researched and wrote the "Five Things CIOs Should Know about Fighting Spam" article (http:// www.cio.com/article/28830) was that they should know the basics of how email works. Otherwise, said plenty of techies, the CIO won't have the first idea of what the email admin is complaining about. So I'm going to do my part. I'm
2019 Jun 11
2
[PATCH v4 4/8] s390/airq: use DMA memory for adapter interrupts
On Thu, 6 Jun 2019 13:51:23 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > Protected virtualization guests have to use shared pages for airq > notifier bit vectors, because hypervisor needs to write these bits. > > Let us make sure we allocate DMA memory for the notifier bit vectors by > replacing the kmem_cache with a dma_cache and kalloc() with > cio_dma_zalloc().
2019 Jun 11
2
[PATCH v4 4/8] s390/airq: use DMA memory for adapter interrupts
On Thu, 6 Jun 2019 13:51:23 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > Protected virtualization guests have to use shared pages for airq > notifier bit vectors, because hypervisor needs to write these bits. > > Let us make sure we allocate DMA memory for the notifier bit vectors by > replacing the kmem_cache with a dma_cache and kalloc() with > cio_dma_zalloc().
2019 Jun 11
2
[PATCH v4 4/8] s390/airq: use DMA memory for adapter interrupts
On Tue, 11 Jun 2019 16:27:21 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On Tue, 11 Jun 2019 12:17:21 +0200 > Cornelia Huck <cohuck at redhat.com> wrote: > > > On Thu, 6 Jun 2019 13:51:23 +0200 > > Halil Pasic <pasic at linux.ibm.com> wrote: > > > > > Protected virtualization guests have to use shared pages for airq > > >
2019 Jun 11
2
[PATCH v4 4/8] s390/airq: use DMA memory for adapter interrupts
On Tue, 11 Jun 2019 16:27:21 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On Tue, 11 Jun 2019 12:17:21 +0200 > Cornelia Huck <cohuck at redhat.com> wrote: > > > On Thu, 6 Jun 2019 13:51:23 +0200 > > Halil Pasic <pasic at linux.ibm.com> wrote: > > > > > Protected virtualization guests have to use shared pages for airq > > >
2019 May 27
3
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
On Thu, 23 May 2019 18:22:04 +0200 Michael Mueller <mimu at linux.ibm.com> wrote: > From: Halil Pasic <pasic at linux.ibm.com> > > As virtio-ccw devices are channel devices, we need to use the dma area > for any communication with the hypervisor. > > It handles neither QDIO in the common code, nor any device type specific > stuff (like channel programs
2019 May 27
3
[PATCH v2 3/8] s390/cio: add basic protected virtualization support
On Thu, 23 May 2019 18:22:04 +0200 Michael Mueller <mimu at linux.ibm.com> wrote: > From: Halil Pasic <pasic at linux.ibm.com> > > As virtio-ccw devices are channel devices, we need to use the dma area > for any communication with the hypervisor. > > It handles neither QDIO in the common code, nor any device type specific > stuff (like channel programs
2019 Jun 03
2
[PATCH v3 3/8] s390/cio: add basic protected virtualization support
On Wed, 29 May 2019 14:26:52 +0200 Michael Mueller <mimu at linux.ibm.com> wrote: > From: Halil Pasic <pasic at linux.ibm.com> > > As virtio-ccw devices are channel devices, we need to use the dma area > for any communication with the hypervisor. "we need to use the dma area within the common I/O layer for any communication with the hypervisor. Note that we do not