search for: mapp

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

Did you mean: map
2010 Jul 21
0
[PATCH] RFC: Encrypted swap support
...drivers/parport drivers/video drivers/watchdog drivers/net/ppp* \ drivers/usb/serial drivers/usb/misc drivers/usb/class \ diff --git a/recipe/common-pkgs.ks b/recipe/common-pkgs.ks index 7578335..126e26f 100644 --- a/recipe/common-pkgs.ks +++ b/recipe/common-pkgs.ks @@ -78,3 +78,4 @@ device-mapper-multipath kpartx dracut-network patch +cryptsetup-luks diff --git a/recipe/common-post.ks b/recipe/common-post.ks index c79e186..4fae515 100644 --- a/recipe/common-post.ks +++ b/recipe/common-post.ks @@ -221,3 +221,15 @@ mkdir -p /data2 mkdir -p /liveos echo "/dev/HostVG/Config /config...
2018 Jul 24
2
Unable to map SID of domain admin although mapped in username map
...create_canon_ace_lists: unable to map SID S-1-5-21-1234567898-1234567897-123456789-2996 to uid or gid. The SID is that of the domain admin (username: domainadmin) which is mappped in a username map file. smb.conf: --------- [global] workgroup = MYDOM security = ADS realm = MYDOM.LAN # Default idmap config for local BUILTIN accounts and groups idmap config *:backend = tdb idmap config *:range = 80001-90000 # idmap config for the MYDOM domain idmap config MYDOM:backend...
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
...@th = Thread.new do Wx::Timer.every(20) do Thread.pass end method1 end } panel.set_sizer(sizer) sizer.fit(panel) end def method1 alg = Cppapp::Algorithm.new alg.form = Cppapp::Form.new alg.algorithmize end end class MApp < Wx::App def on_init MFrame.new.show Wx::Timer.every(20) {Thread.pass} end end MApp.new.main_loop -- Posted via http://www.ruby-forum.com/.
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 [...
2023 Feb 13
1
access "claim types"
...n should be "chown -R root:10512 mytestshare" ? Exactly, the Unix admin user is 'root'. > > All the samba shares on this server are located in "/mnt/MSA2040/smb", > this dir belongs to "0 0" now according to "ls -n". > > I see some mapping in the conf: > > # grep mapp smb.conf > username map = /etc/samba/samba_usermapping > > # cat samba_usermapping > !root = DOMAIN\Administrator DOMAIN\administrator > > I can't remember if I added this and why ... or if it is something old > from their former li...
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 Wi...
2023 Feb 13
1
access "claim types"
...r > > Which clearly shows that the numeric ID for Administrator is '10500' and > makes 'Administrator' into just another Unix user. > > What could be happening here is that you are seeing Administrator owning > the share on a Windows machine and the user.map is mapping Administrator > to root on the Unix machine, which is to be expected. I am a bit confused right now (maybe always): you told me "Administrator shouldn't own anything on Unix" So I assumed the chown should be "chown -R root:10512 mytestshare" ? All the samba shares...
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....
2006 Dec 12
1
modifying file permissions
Folks, I have smbd 2.2.7 running on a Redhat Linux 9.0 system from which I am mapping directories onto my Windows XP Professional 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 h...
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
...fter that, the boot proceeds up to about the point where I see systemd messages about starting basic system. Then it sits there for a few minutes and then these messages appear: warning: dracut-initqueue timeout - starting timeout scripts and after that I see "A start job is running for dev-mapp...oot.device (X min Ys/ no limit) Rebooting and choosing the "rescue" image from the bottom of the grub menu got me past that, I was able to log in and then I ran: dracut --kver 3.10.0-514.10.2.el7.x86_64 --force and on the next attempt it was able to boot successfully. The block de...
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
...00, 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 of exporting helpers like this, it might be simple > > to just export dma_dev then the upper layer can use DMA API at will? > > > The reason for not doing this, Virtio is not just using D...
2023 Feb 21
2
[PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
...00, 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 of exporting helpers like this, it might be simple > > to just export dma_dev then the upper layer can use DMA API at will? > > > The reason for not doing this, Virtio is not just using D...
2004 Jan 13
1
adding printers from netlogon script
...;>>>>>>>a netlogon .bat file in a Samba domain. In my network, I > have a > >>>>>>>>printer hooked to a JetDirect so that it is a TCP/IP > printer. Is there > >>>>>>>>a way I can automatically have this printer > mappe>>>>>>>>is logged on? > >>>>>>>> > >>>>>>> > >>>>>>>Test this command from a "DOS box": > >>>>>>> > >>>>>>> rundll32 printui.dll,PrintUIEntry...
2023 Feb 20
1
[PATCH vhost 07/10] virtio_ring: add api virtio_dma_map() for advance dma
...eb 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 of exporting helpers like this, it might be simple > to just export dma_dev then the upper layer can use DMA API at will? The reason for not doing this, Virtio is not just using DMA_DEV to mapp, but also check wh...
2018 Jul 24
0
Unable to map SID of domain admin although mapped in username map
...00.822403, > 0] ../source3/smbd/posix_acls.c:2080(create_canon_ace_lists) > create_canon_ace_lists: unable to map SID > S-1-5-21-1234567898-1234567897-123456789-2996 to uid or > gid. > > > The SID is that of the domain admin (username: domainadmin) which is > mappped in a username map file. Well, take it out of the username map and give 'domainadmin' a uidNumber attribute, then add 'domainadmin' to 'Domain Admins' or 'Administrators' > > > smb.conf: > --------- > [global] > workgroup = MYDOM > security...
2023 Feb 13
1
access "claim types"
...0512 mytestshare" ? > > Exactly, the Unix admin user is 'root'. > >> >> All the samba shares on this server are located in "/mnt/MSA2040/smb", >> this dir belongs to "0 0" now according to "ls -n". >> >> I see some mapping in the conf: >> >> # grep mapp smb.conf >> username map = /etc/samba/samba_usermapping >> >> # cat samba_usermapping >> !root = DOMAIN\Administrator DOMAIN\administrator >> >> I can't remember if I added this and why ... or if it is something o...
2009 Feb 10
0
rsync on Debian Lenny exit codes
...yncd running, local server is Debian Linux (Lenny) with rsnapshot configured to use an ssh tunnel. My command line is this one: ssh -f administrator@remotehost.com -L 8873:127.0.0.1:873 sleep 10; rsnapshot -c rsnapshot.conf daily > /var/log/rsnapshot/rsnap.log What I got in my last backup is: MAPPE/mappa2007.dwg 266908 12% 40.71kB/s 0:00:41 463606 21% 25.70kB/s 0:01:05 660380 31% 25.80kB/s 0:00:57 873531 41% 29.00kB/s 0:00:45 1004788 47% 26.04kB/s 0:00:42 /usr/bin/logger -i -p user.err -t rsnapshot /usr/bin/rsnapshot -c \ rsnaps...