search for: mapps

Displaying 20 results from an estimated 62 matches for "mapps".

Did you mean: maps
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
(depends on Advance Storage Configuration patch) This patch adds the option of requesting, at install time, that swap LVs be encrypted. The modifications include: * Introduction of the ovirt_swap_encrypt install parameter * Inclusion of all required packages * Inclusion of required kernel modules * Introduction of /etc/ovirt-crypttab to hold encrypted swap configuration (Couldn't use
2018 Jul 24
2
Unable to map SID of domain admin although mapped in username map
Hello, Lots of messages in smbd log file on a Samba file server, which is member of a Samba AD : [2018/07/24 10:30:00.822403, 0] ../source3/smbd/posix_acls.c:2080(create_canon_ace_lists)
2010 Oct 31
9
self.where('section = ?', '%:search_item%')
I am trying to do a search where I can enter a part of a word and the search find all occurrences of that part word in the field. The above subject does not work. Can anyone help I am using Rails 3 and ruby 1.9.2 I use to be able to do it in rails 2.x. In my Model I have the following:- def self.search(search_item) if search_item self.where(''section = ?'',
2008 Jun 12
4
Background thread - entension code - switch contexts
Hi, I am using wxRuby 1.9.7 and Ruby 1.8.6. I have built an extension in C++ and used swig to load it into Ruby interpreter, which works great. The extension is an often long executing algorithm, and I''ve noticed that if I fork a new Ruby thread in button clicked event, and in this thread run the algorithm the application freezes for the time of execution. I have looked through the
2004 Feb 06
1
problem with ¨net groupmap¨ and ¨net groupmap list¨ command
Hi, i get this error when i run the net command to mapp unix group to nt groups. [root@samba smbldap-tools]# net3 groupmap add ntgroup=?Domain Admins? unixgroup=?Domain Admins? rid=512 Bad option: Admins? [root@samba smbldap-tools]# and also when i try to list the current groups in the domain, i get this error but i can see all entries if i use gq [root@samba smbldap-tools]# net3 groupmap
2023 Feb 13
1
access "claim types"
On 13/02/2023 13:04, Stefan G. Weichinger via samba wrote: > I am a bit confused right now (maybe always): you told me "Administrator > shouldn't own anything on Unix" From the Unix end, you should never find Administrator owning anything. This is because, as my example showed. as a Unix use, Administrator is just a normal, unprivileged user e.g. my example Unix
2007 Oct 15
1
Problem with network drives
Hi, I have a Windows Xp station where a network drive is mapped. The username and password for this network drive are the same as those of my Windows session. I want to access to another share on this server with another name and login than those of the mapped network drive. When I try to access to this share it tries with the username and password from my Windows session. I can see it in the
2023 Feb 13
1
access "claim types"
Am 13.02.23 um 12:14 schrieb Rowland Penny via samba: >> # ls -n >> insgesamt 24 >> drwxrwxr-x+ 4 0 10512 4096? 9. Dez 20:43 Test1 >> drwxrwxr-x+ 2 0 10512 4096? 9. Dez 20:41 test2 >> drwxrwxr-x+ 2 0 10512 4096? 9. Dez 20:41 test3 >> >> gid 10512 should be "domain admins" or in this case german >> "dom?nen-admins" with an ugly
2005 Feb 22
2
High CPU utilization for smbd on AIX
...smbusers wins server = 172.16.1.23 [web_calls] comment = data transfer share path = /usr/home/web_calls read only = No # End smb.conf Extracted, compiled, and installed form samba-latest tarball source. We have an application running on a windows 2000 server that mapps a drive to HEATHER. This application will periodically poll the mapped drive for files (*.sql - small text files with an MSSQL query in them), read them, execute the query to an MSSQL server and then delete the file. This directory can have anywhere from 0-30,000 files in it at any given time. W...
2006 Dec 12
1
modifying file permissions
...al system. For the most part everything is working fine. The one thing that doesn't seem to work is that of changing permissions on a file from Windows. I have a user grday in group developer on the linux system with home directory /home/grday. I have the smb.conf file shown below. The share mapps ok, and I can create a file which gets the correct permissions from the creation mask. However, when I right-click the file, and select the security tab from the properties dialog, and then try to set the write permission for the developer group I get "access denied" when I click ok. Al...
2010 Sep 20
5
Update to website not printing special Characters
I thought you might be interested in how far I have got with solving my problem with MySql(via phpMyAdmin) to website character_set problems. I thought I had solved the problem when my characters on my website started showing the special characters. This was a partial success though. When I went back to phpMyAdmin and entered new text the problem was the same, but reversed. What now happens is
2017 Mar 20
2
migrated RHEL7/CentsOS7 VMs fail to boot
I migrated a CentOS7 VM (the fedrtc.org site) from an XCP environment to a libvirt/KVM environment. This involved using qemu-img to convert the image from VHD to qcow2 and then using virt-install --import to define the VM in libvirt. Three problems occurred during boot: a) on the first boot, the BIOS screen and grub screen don't appear at all, the screen is blank for a couple of seconds and
2009 Jan 14
5
[PATCH] Support cross-bitness guest when core-dumping
This patch allows core-dumping to work on a cross-bit host/guest configuration, whereas previously that was not supported. It supports both PV and FV guests. The core file format generated by the host, needs to match that of the guest, so an alignment issue is addressed, along with the p2m frame list handling being done according to the guest size. Signed-off-by: Bruce Rogers
2023 Feb 21
2
[PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
On Mon, Feb 20, 2023 at 3:02 PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > On Mon, 20 Feb 2023 13:38:24 +0800, Jason Wang <jasowang at redhat.com> wrote: > > On Tue, Feb 14, 2023 at 3:27 PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > > > > > Added virtio_dma_map() to map DMA addresses for virtual memory in > > > advance.
2023 Feb 21
2
[PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
On Mon, Feb 20, 2023 at 3:02 PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > On Mon, 20 Feb 2023 13:38:24 +0800, Jason Wang <jasowang at redhat.com> wrote: > > On Tue, Feb 14, 2023 at 3:27 PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > > > > > Added virtio_dma_map() to map DMA addresses for virtual memory in > > > advance.
2004 Jan 13
1
adding printers from netlogon script
I don't know the final answer BUT if you have something simmilar to a cyber-cafe LAN (I mean, users use all the computers, and maybe some users come back to login with the same name) then you have to install a printer only once in a computer, loging as the administrator and installing drivers. Then what users will have to do is JUST add the printer without installing. I know that it's
2023 Feb 20
1
[PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
On Mon, 20 Feb 2023 13:38:24 +0800, Jason Wang <jasowang at redhat.com> wrote: > On Tue, Feb 14, 2023 at 3:27 PM Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > > > Added virtio_dma_map() to map DMA addresses for virtual memory in > > advance. The purpose is to keep memory mapped across multiple add/get > > buf operations. > > I wonder if instead
2018 Jul 24
0
Unable to map SID of domain admin although mapped in username map
On Tue, 24 Jul 2018 11:25:33 +0200 Henry Jensen via samba <samba at lists.samba.org> wrote: > Hello, > > Lots of messages in smbd log file on a Samba file server, which is > member of a Samba AD : > > [2018/07/24 10:30:00.822403, > 0] ../source3/smbd/posix_acls.c:2080(create_canon_ace_lists) > create_canon_ace_lists: unable to map SID >
2023 Feb 13
1
access "claim types"
Am 13.02.23 um 14:22 schrieb Rowland Penny via samba: > > > On 13/02/2023 13:04, Stefan G. Weichinger via samba wrote: > >> I am a bit confused right now (maybe always): you told me >> "Administrator shouldn't own anything on Unix" > > From the Unix end, you should never find Administrator owning anything. > This is because, as my example
2009 Feb 10
0
rsync on Debian Lenny exit codes
Hello list. I'm posting here although I'm actually running rsync from within rsnapshot, but the problem is really rsync-related. I've set up remote backups: remote client to backup from is Windows Server 2003 with sshd and rsyncd running, local server is Debian Linux (Lenny) with rsnapshot configured to use an ssh tunnel. My command line is this one: ssh -f