search for: xxx2

Displaying 12 results from an estimated 12 matches for "xxx2".

Did you mean: xxx
2005 Jul 08
4
Can Asterisk ring a specific extension based on the number the outside caller dialed?
I am thinking of having a pots line with multiple numbers on it, and having Asterisk dial my desk if the outside caller dials xxx-xxx-xxx1, and ring another desk if the person called xxx-xxx-xxx2, etc. Can Asterisk do this? -- Jeff Ramsey MIS Administrator Tubafor Mill, Inc.
2008 Apr 21
2
How to do survival analysis with time-related IVs?
...dataset to make it something like: > > ID time age drug censor Year Overall Condition > > 1 1 5 46 1 0 1990 XXX > > 2 1 5 35 1 0 1991 XXX1 > > 3 1 6 35 1 1 1992 XXX2 > > 4 2 5 46 1 0 1990 XXX > > 5 2 6 35 1 1 1991 XXX1 > > 6 3 6 35 1 1 1990 XXX2 And then run logistic regression using "censor" as the DV? Tianxu Chen 1...
2001 May 07
17
Printer
...roxy = No hosts allow = 192.168.0.2 192.168.0.3 192.168.0.4 [homes] comment = Home Directories path = /home/%U writeable = Yes browseable = No [Eleven] comment = xxx path = /ftpserver/Userz/Eleven/Ontwerp_Site/ valid users = xxx xxx1 xxx2 writeable = Yes create mask = 0765 [ftp] comment = FTP SERVER path = /glftpd/site/glftpd/ writeable = Yes guest ok = Yes [printers] comment = All Printers path = /var/spool/samba valid users = xxx xxx1 xxx2 printable...
2015 Apr 24
1
Centos7 Samba 4.1.12 -> Centos 5.11 Samba 3.5.2 = Rejecting auth request
...on taking place which the old DC does not know? I am really stuck. Thanks in advance, Holger testparm on the client rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Processing section "[homes]" Processing section "[xxx1]" Processing section "[xxx2]" Loaded services file OK. Server role: ROLE_DOMAIN_MEMBER Press enter to see a dump of your service definitions [global] workgroup = Test server string = Samba Server Version %v interfaces = lo, eth0, 127.0.0.1 security = DOMAIN log file = /var/log/sa...
2009 Jan 04
0
"xm migrate VM_ID dest_IP_addr --kemari" fails
...pty" ------------------------------------------- The image is on an iscsi shared drive where the target is on an external server setup over a 1GB network. "xm info" on dom0 shows the following: ------------ --------------- 0[root@copper2 xen]# xm info host : xxx2.yyy.zzz.com release : 2.6.18.8-xen version : #1 SMP Thu Dec 11 03:25:15 MST 2008 machine : i686 nr_cpus : 4 nr_nodes : 1 cores_per_socket : 4 threads_per_core : 1 cpu_mhz : 2327 hw_caps...
2010 Oct 05
1
[LLVMdev] how to output the single bitcode file using gold plugin?
Hi, all. I want to get the single bitcode file after link-time optimizations. After doing some searching, I get commands as follows: *llvm-gcc -O4 -c xxx.c -o xxx.o llvm-gcc xxx.o -use-gold-plugin -Wl,-debug -Wl,-plugin-opt=also-emit-llvm -lm -o xxx* But these command don't give me the wanted bitcode file. The used version of llvm is 2.7. Do you have any idea of this problem or any other
2014 Feb 05
1
Make SSH_ORIGINAL_COMMAND available in AuthorizedKeysCommand context
...warding rule, and are bound to a very limited shell. My (now useless) /home/host_controler/.ssh/authorized_keys file (build on a cron run) was like : command="limited_shell.sh --host_id=XXX1 $SSH_ORIGINAL_COMMAND" ssh-rsa pubkey of host 1" command="limited_shell.sh --host_id=XXX2 $SSH_ORIGINAL_COMMAND" ssh-rsa pubkey of host 2" command="limited_shell.sh --host_id=XXX3 $SSH_ORIGINAL_COMMAND" ssh-rsa pubkey of host 3" ... Thank you very much for your help Francois Leurent
2016 Mar 03
2
issue with tinc and libvirt / Network is already in use by interface tun0
2013 Jul 22
4
How to split two levels several times?
Hi, I have a small problem with the function split() and would appreciate your help. I have a table called ?XXX? with 2 columns and 49 rows. The 49 rows belong to 8 different levels (electrode1, ...,electrode8). I want to split the table always at the row where ?electrode1? starts again so that I can export 7 individual dataframes (numbered ?dataframe1? to ?dataframe7?) which contain always
2019 Jun 18
0
[libnbd RFC PATCH 9/8] wip: generator: Add ReadStatus enum type
...6 +3413,7 @@ let print_python_binding name { args; ret } = | ArrayAndLen (UInt32 n, _) -> pr ", py_%s" n | BytesIn (n, len) -> pr ", %s, (int) %s" n len | Opaque _ -> pr ", _data->data" + | ReadStatus n -> pr ", XXX2 %s" n | Int n | String n | UInt64 n -> pr ", %s" n @@ -3436,6 +3452,7 @@ let print_python_binding name { args; ret } = | BytesIn _ | Int _ | Opaque _ + | ReadStatus _ | String _ | UInt64 _ -&gt...
2019 Jun 20
1
Re: [libnbd RFC PATCH 9/8] wip: generator: Add ReadStatus enum type
...nt_python_binding name { args; ret } = > | ArrayAndLen (UInt32 n, _) -> pr ", py_%s" n > | BytesIn (n, len) -> pr ", %s, (int) %s" n len > | Opaque _ -> pr ", _data->data" > + | ReadStatus n -> pr ", XXX2 %s" n > | Int n > | String n > | UInt64 n -> pr ", %s" n > @@ -3436,6 +3452,7 @@ let print_python_binding name { args; ret } = > | BytesIn _ > | Int _ > | Opaque _ > + | ReadStatus _ >...
2019 Jun 18
17
[libnbd PATCH 0/8] Add nbd_pread_callback
I've mentioned this topic before (in fact, the idea of adding NBD_CMD_FLAG_DF was first mentioned at [1]), but finally finished enough of an implementation to feel confident in posting it. I'd still like to add something under examples/ that uses the new API to implement strict checking of a server's structured replies read implementation (ensure that a server never sends data after