search for: hereaft

Displaying 20 results from an estimated 86 matches for "hereaft".

Did you mean: heeft
2015 Mar 30
3
Fileserver and access groups
Hi! I have Samba AD DC and Samba fileserver (hereafter-FS) as domain member. I need to organize access to the specific shares on FS for a groups of specific domain users. Where should I make the domain user groups - on DC, on FS or on both? Does the FS need any local Samba users at all? What if domain users' homes are located on FS? Jan...
2007 Jun 15
2
sma package, and MouseArray data set
Hi all I have just downloaded the sma package from CRAN. On installing on my linux machine, I get the message > library(sma) > data(MouseArray) Warning message: file 'MouseArray.RData' has magic number 'RDX1' Use of save versions prior to 2 is deprecated Hereafter, MouseArray is not found: > MouseArray Error: object "MouseArray" not found We were hoping to use the MouseArray data with some of the sma functions. Since the data seems the only problem, is the data available elsewhere in this form? Or is there an easy work-around? I...
2013 Mar 18
3
Making a clone of an LVM-based EL5 install
...9;s been admin practice to set up a single server with the ideal image as desired, and then use DD to replicate that image to multiple hosts. We've done this a large number of times. The exact procedure followed is: -) Perform typical file-level backups with rsync -) Install additional HDD (hereafter sdb) as least a big as the HDD to be duplicated. -) Boot off a CentOS install DVD with "linux rescue" -) Where /dev/sda is the original drive and /dev/sdb is the new drive, run: dd bs=8192 if=/dev/sda of=/dev/sdb; -) shutdown the server upon completion of the previous command and...
2011 Dec 14
2
[LLVMdev] Generating superblocks (SEME regions w/o loops and calls) in LLVM
Hi all, While developing compile-time instrumentation for ThreadSanitizer (http://code.google.com/p/data-race-test) I need to generate SEME regions without loop and call instructions (I'll call them superblocks hereafter, although some researchers do allow loops in their definition of superblocks). This is necessary to get the largest piece of IR in which the memory operations can be enumerated in order to record the addresses of the memory accesses into a fixed-size buffer. So far I was using my home-brewed st...
2010 Jul 26
4
Plot of a subset of a data.frame()
Hello, my data.frame is sort of a collection of process values, i.e. huge run-chart. It consists of a time-stamp in the first column (date as string), factors in the following columns (used for subset-filtering), and some process-data columns. Hereafter, two examples are listed, showing the problems that occour during print: At first the example, that works fine: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ a = c(1:10) # create a vector of integers b = rep(c("a","b"),5) # create a vector of chars, u...
2000 Jan 15
0
Help - VPN w/ linux + samba; cross-subnet browsing and worse :)
...tup there are four computers: C1 --- local lan -----(eth1) C2 (eth0)------- internet --------- (eth0) C3 (eth1) ---- local lan -------- C4 | | |-(tap0)-----------------------------------------encrypted tunnel (VPN) --------------------(tap0)-| Computers 1,4 = win98 (called windows machines hereafter) Computers 2,3 = linux + samba (called linux boxes hereafter) The goal is to get computers 1 and 4 to see each other in network neighborhood, and be able to use each other's shares (all thru the VPN) -- without using lmhosts or any file similar on these machines, using samba instead. Com...
2023 Feb 25
0
Small suggestion for improvement of pigeonhole/imapsieve documentation
...ant exactly. I am referring to this section: ``` This setting configures the name of a mailbox for which administrator scripts are configured. The `XXX? in this setting is a sequence number, which allows configuring multiple associations between Sieve scripts and mailboxes. The settings defined hereafter with matching sequence numbers apply to the mailbox named by this setting. The sequence of configured mailboxes ends at the first missing imapsieve_mailboxXXX_name setting. This setting supports wildcards with a syntax compatible with the IMAP LIST command, meaning that this setting can apply...
2015 Apr 04
1
Fileserver and access groups
Cit?ju Rowland Penny <rowlandpenny at googlemail.com>: > On 30/03/15 18:00, jd at ionica.lv wrote: >> Hi! >> >> I have Samba AD DC and Samba fileserver (hereafter-FS) as domain >> member. I need to organize access to the specific shares on FS for >> a groups of specific domain users. Where should I make the domain >> user groups - on DC, on FS or on both? >> >> Does the FS need any local Samba users at all? What if domai...
2019 Mar 18
2
sometimes users fails to login
...d in CN=Maik Zutz,OU=Benutzer,OU=BMT,OU=Kunden,DC=BITIntra,DC=de [2019/03/18 14:46:09.007228,  3, pid=1362, effective(0, 0), real(0, 0), class=auth] ../source3/auth/user_krb5.c:164(get_user_from_kerberos_info)   get_user_from_kerberos_info: Username BITINTRA\U002489 is invalid on this system Hereafter my smb.conf: [global] #winbind enum groups = yes #winbind enum users = yes client ldap sasl wrapping = plain dedicated keytab file = /etc/krb5.keytab disable spoolss = yes host msdfs = no idmap config * : backend = tdb idmap config * : range = 30000-40000 idmap config * : schema_mode = rfc2307 i...
2007 Apr 27
1
add arrows to barchart with groups
Hello Rhelpers, I am trying to represent the following data (hereafter named donnees) in a barchart with a grouping variable : site traitement date s res 1 NT 17/10/2005 normal 76.2 1 T 17/10/2005 normal 103.2 1 NT 23/11/2005 tardif 81.6 1 T 23/11/2005 tardif 98 2 NT 15/10/2005 normal 72.71 2 T 15/10/2005 normal 94.47 2 NT 15/11/2005 tardif 79.65 2 T 15/11/2005 ta...
2009 Jun 13
0
[LLVMdev] ML types in LLVM
...cast it to a > i32* and then use getelementptr -1. Is there a better way? I think it depends on (1) exactly how your runtime environment lays out the header and (2) whether you're trying to create portable IR (as opposed to creating IR portably). Personally, I would create a struct type (hereafter "HeaderType") for the entire GC header; when you want to access a header field, just cast the base pointer to i8*, subtract the allocation size of HeaderType, cast the result to HeaderType*, and getelementptr from there. That doesn't make portable IR, of course, but in the abs...
2005 Feb 09
1
Multihop route - TCP connection losses?
Hi! In our students'' hostel we have 6 DSL lines (dialups to different providers); we have set up a linux box (currently running 2.6.11-rc2-mm2, but the problem described hereafter also applies to previous 2.6-series kernels) with help from http://lartc.org/howto/lartc.rpdb.multiple-links.html#AEN298 Our Setup looks like this: 10.0.0.0/8 10.70.255.1 +----------+ +-----------+ | intranet |---| linux-box | +----------+ +-----------+ 10.254.0.1 |...
2004 Mar 29
1
impossible to create a ext3 filesystem on a LVM2 Logical Volume
...uot;Writing superblocks and filesystem accounting information:" sar output shows that CPU is in 100% wio. Only way to solve it is to perform a hard reboot (killing the process does nothing). I've performed a strace of the 'mkfs.ext3' and last system call is a call to fsync (see hereafter as small part of the trace file) Any help appreciated ! Paul write(1, "done\n", 5done ) = 5 write(1, "Writing superblocks and filesyst"..., 59Writing superblocks and filesystem accounting information: ) = 59 time(NULL) = 10805...
2008 Nov 24
1
FW: read.ssd
...that any unauthorized reading, disclosure, copying or distribution of this e-mail or use of information contained herein is strictly prohibited and may violate rights to proprietary information. If you are not an intended recipient, please return this e-mail to the sender and delete it immediately hereafter. Thank you.
2013 Apr 24
3
join table naming
Hi, I’m an amateur learning rails and could use some help… I created a join table “pictures_questions” and append to it in the following way: @picture = Picture.new(params[:picture]) … if @picture.save @question.pictures << @picture Everything works fine but honestly I think I got this working by sheer luck and trial and error. I have 2 questions: 1. I do not understand the
2009 Jun 14
5
[LLVMdev] ML types in LLVM
...part of the type and do my business. For access to the header, I just punch into that part of the type (which happens to involve a negative offset from the address). However, it seems that LLVM pointers always have to point to the start of an object. > Personally, I would create a struct type (hereafter "HeaderType") for the > entire GC header;  when you want to access a header field, just cast the > base pointer to i8*, subtract the allocation size of HeaderType, cast the > result to HeaderType*, and getelementptr from there. That's what I'm doing right now; the Head...
2005 Sep 14
1
[LLVMdev] VLIW Scheduling
VLIW (Very Long Instruction Word) is a long instruction format (called "group" hereafter) contains several instructions. These instructions are not dependent on each other and could be issued in a single cycle. At this moment there is no correspondent class for VLIW. MachineInstr object can only represent one instruction. Usually the number of instructions in a group is fixed. The g...
2020 Sep 26
2
Debian client/workstation pam_mount
Maybe I am not testing the signin correctly. Here is what I am doing. I sign into the client/workstation (hereafter referred to as C/W) via ssh as the local "admin" from another C/W so I can open many terminals to tail log files. Then "sudo -i" into "root". All testing is run as "root". When I sign into "root", I see this: > admin at lws4:~$ sudo -i > [s...
2006 Jul 13
4
Does text_field go directly to attributes hash in AR object?
All, I''m having a hell of a time figuring out what is going on here. I''m trying to override one of my getters so that I can format it a certain way in my form. But I can''t seem to get text_field to call the appropriate method on my object. So here''s my getter: public def FAX fax = read_attribute(:FAX) puts fax
2003 May 20
4
error with cupsaddsmb - adddriver
Hello, I have installed cups on a linux server (running with RH 9.0). When executing "cupsaddsmb -a -v", I get an error: NT_STATUS_UNSUCCESSFULL, when attemping to execute adddriver". Can someone help on the meaning of this error, and on its reason (cause) ? Please find hereafter a file with result (and the error) of this commmand "cupsaddsmb", for a printer: (See attached file: extrait) Thanks, Best regards, Nadine