search for: ___

Displaying 20 results from an estimated 1393 matches for "___".

Did you mean: ___x
2007 May 16
2
Hidden folder when using Windows client
...DL012 does not appear in the logging when connecting from Windows client. Nothing related to hiding files is set in smb.conf, therefore defaults to off. Samba version - 3.0.20 Platform - AIX 5.2 Can anybody offer any suggestions as to why, and how to resolve? Thanks, Mike -- __ __ _ _ ___ ____ _ ___ ___ _ ___ ___ _ | \/ (_| | _ / _ \ | ___| | / _ \/ _ \| |_ _ _ _/ \/ \ _| | | |\/| | | |/ | ___| | _| | |_| __| ___| __| \/ \/| O | O / _ | |_| |_|_|_|\_\\___| |_| |____\___|\___||____\_/^\_/\___/\___/\___|
2010 Dec 23
1
with(data.frame,ifelse(___,___,___))
...;' or ''T'' with ''F'' does not produce the expected result: f1 = c(0.084, 0.099, 0) data= data.frame(f1) data$f1=with(data,ifelse(F, 0.0001, f1)) data f1 1 0.084 2 0.084 3 0.084 I would expect this: f1 1 0.084 2 0.099 3 0 Is with(data.frame,ifelse(___,___,___)) broken, or does my interpretation of it need fixing? Thank you for your time. Jim [[alternative HTML version deleted]]
2009 Apr 26
2
Conditional plot labels
Hi all, I'm trying to do multiple graphs in a window like this: ___ ___ ___ ylab |__| |__| |__| ___ ___ ___ ylab |__| |__| |__| ___ ___ ___ ylab |__| |__| |__| xl xl xl If I try to put the labels manually, some graphs become smaller than other and the output is really ugly. In the thread title I put the word &q...
2004 Oct 29
2
Issue with two domains in one LDAP tree
...a second Samba domain to LDAP -- it works great! However, the first domain is now dead in the water. It refuses to autenticate, and from the logs it looks like it's not find the SambaDomainName entry in the LDAP tree. Here is a diagram of how my LDAP tree is set up. dc=mycompany,dc=com |___ ou=computers |___ ou=people |___ ou=groups |___ sambaDomain=domain1 |___ ou=domain2 |___ ou=computers |___ ou=people |___ ou=groups |___ sambaDomain=domain2 In domain1's smb.conf, I have: ldap suffix = dc=mydomain,dc=com In domain2's smb.conf, I have: ldap suffix = ou=domain2,dc=mydo...
2009 Apr 27
2
How to create a graph layout?
I all, I want to create a graph layout in a 3x3 matrix like this: ylab |__| |__| |__| ___ ___ ___ ylab |__| |__| |__| ___ ___ ___ ylab |__| |__| |__| xl xl xl With this layout, then I'll insert the 9 plots. How ca I create it? -- CdeB
2015 Dec 19
2
LDAP create home directories
...eating the home directory, but now it doesn't let me in: #ssh tdunphy at ops2.example.com tdunphy at ops2.example.com's password: Creating directory '/home/tdunphy'. Unable to create and initialize directory '/home/tdunphy'. Last login: Sat Dec 19 15:29:54 2015 _ _____ ___ ____ | | ___| / _ \ _ __ ___|___ \ _ | | |_ | | | | '_ \/ __| __) | | |_| | _| | |_| | |_) \__ \/ __/ \___/|_| \___/| .__/|___/_____| |_| Connection to ops2.example.com closed. I think I preferred it when it would let me in and...
2007 Feb 12
6
explorer.exe 100% CPU, again
Dear all, I posted this problem sometime back on 0.9.26 (http://www.winehq.com/pipermail/wine-users/2006-December/024086.html). I thought the problem was fixed, but it seemed not. >From 0.9.26 all the way to the latest 0.9.30, I've been seeing this problem on my system (Linux flying 2.6.17-11-generic #2 SMP Thu Feb 1 19:52:28 UTC 2007 i686 GNU/Linux; Ubuntu Edgy installed, but running
2020 Jul 18
25
[PATCH 00/12] Bunch of patches for cross-compilatio + RP4
...orm.c | 5 +++ xen/arch/arm/platforms/brcm-raspberry-pi.c | 1 + xen/include/asm-arm/mm.h | 2 + xen/include/asm-arm/numa.h | 5 --- xen/include/asm-arm/platform.h | 2 + 10 files changed, 88 insertions(+), 58 deletions(-) -- (\___(\___(\______ --=> 8-) EHM <=-- ______/)___/)___/) \BS ( | ehem+sigmsg at m5p.com PGP 87145445 | ) / \_CS\ | _____ -O #include <stddisclaimer.h> O- _____ | / _/ 8A19\___\_|_/58D2 7E3D DDF4 7BA6 <-PGP-> 41D1 B375 37D0 8714\_|_/...
2015 Dec 19
1
LDAP create home directories
...od catch! It was indeed SELinux preventing the directory from being created. Disabling it allows that to happen. For instance I just created a new test user in LDAP: #ssh odunphy at ops2.example.com odunphy at ops2.example.com's password: Creating directory '/home/odunphy'. _ _____ ___ ____ | | ___| / _ \ _ __ ___|___ \ _ | | |_ | | | | '_ \/ __| __) | | |_| | _| | |_| | |_) \__ \/ __/ \___/|_| \___/| .__/|___/_____| |_| [odunphy at ops2 ~]$ And it works fine! :) Turns out the host that had directory creation...
2006 Oct 26
4
Domain Crash and Xend can''t restart
...: 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp (The machine has been bounced since I had to get the image back in service, I don''t know how useful this will be) # xm dmesg __ __ _____ ___ _ _ _ \ \/ /___ _ __ |___ / / _ \ _ _ _ __ ___| |_ __ _| |__ | | ___ \ // _ \ ''_ \ |_ \| | | |__| | | | ''_ \/ __| __/ _` | ''_ \| |/ _ \ / \ __/ | | | ___) | |_| |__| |_| | | | \__ \ || (_| | |_) | | __/ /_/\_\___...
2002 May 12
1
minor error in "stderr & stdout" web site FAQ
...&1" which says to redirect stderr to stdout. +this would send both stderr and stdout to "logfile". The magic bit is the +"2>&1" which says to redirect stderr to to the same descriptor to which +stdout is currently directed. All the best, Mike -- __ __ _ _ ___ ____ _ ___ ___ _ ___ ___ _ | \/ (_| | _ / _ \ | ___| | / _ \/ _ \| |_ _ _ _/ \/ \ _| | | |\/| | | |/ | ___| | _| | |_| __| ___| __| \/ \/| O | O / _ | |_| |_|_|_|\_\\___| |_| |____\___|\___||____\_/^\_/\___/\___/\___|
2008 Mar 02
0
error installing Xen guests on CentOS 5.1 x64 - could not read tty from store
...0 B 00:00 Domain installation still in progress. You can reconnect to the console to complete the installation process. [root at gimbli ~]# xm console vps07 xenconsole: Could not read tty from store: No such file or directory [root at gimbli ~]# xm dmesg __ __ _____ _ ___ ____ _____ _ _ _____ _ ____ \ \/ /___ _ __ |___ / / | / _ \ | ___|___ / / | / |___ / ___| | ___| \ // _ \ \047_ \ |_ \ | || | | |_|___ \ |_ \ | | | | |_ \ / _ \ |___ \ / \ __/ | | | ___) || || |_| |__|__) |__) || |_| |___) | __/ |___) | /_/\_\___|_| |_| |____...
2008 Jan 31
8
Choosing O/S for dom0 host with xen 3.2 - best option?
...distros more suitable for use with xen 3.2? I prefer Redhat/CentOS/Fedora flavours as that''s what I''m most comfortable with, but I''m not averse to try something else if it is more appropriate. Thanks for any responses, advice, suggestions, pointers to FAQs, etc. R. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Oct 02
4
Display IP addresses on the system console *before* the login prompt.
...ASCII log + info (see below sig line). Thus, I can get the info from the VM console without having to login. I read up on /etc/issue but adding "\4{eth0}" to the existing string does not work. TIA for solutions/pointers -- Arun Khan <console display> _ _ | |__ ___ ___| |_ _ __ __ _ _ __ ___ ___ | '_ \ / _ \/ __| __| '_ \ / _` | '_ ` _ \ / _ \ | | | | (_) \__ \ |_| | | | (_| | | | | | | __/ |_| |_|\___/|___/\__|_| |_|\__,_|_| |_| |_|\___| lo: 127.0.0.1 eth0: 10.1.1.122 kernel: 4.10.0-33-generic x86_64 login: </console display>
2009 Jan 26
1
Bind Issues
I have a bind server running that cannot resolve www.atbfinancialonline.com. I turned on "debug 10" in the named.conf and start up dig on it, but dig just times out, what else can I do to see why exactly it won't resolve this? Thanks! jlc
2016 Jan 14
6
Bug#810964: only partial EDAC information with Xen
Package: xen-hypervisor-4.4-amd64 Version: 4.4.1-9+deb8u3 Debian 8.2 installed on a supermicro H8SGL Board, AMD 6128 with 4x4GB ECC RAM. When booting the plain kernel (stock Jessie 3.16 or backport 4.1 or 4.3), both memory controllers (mc0 and mc1) appear under /sys/devices/system/edac/mc with two csrow* each as expected. Same happens, when booted with Xen 4.1.4-3+deb7u1. When booted with Xen
2002 Jul 20
0
[PATCH] (Resubmission) Enable push to remote rsynced server using rsync:// URL
...a rsync:// URL to be used to push files to a remote rsyncd server. Testing: Some. Caveat Emptor! I use it internally at work to replicate a few directory trees between 2 Compaq Tru64 UNIX boxes; pushing to a remote rsyncd server using a rsync:// URL. Grateful Rsync user, Mike -- __ __ _ _ ___ ____ _ ___ ___ _ ___ ___ _ | \/ (_| | _ / _ \ | ___| | / _ \/ _ \| |_ _ _ _/ \/ \ _| | | |\/| | | |/ | ___| | _| | |_| __| ___| __| \/ \/| O | O / _ | |_| |_|_|_|\_\\___| |_| |____\___|\___||____\_/^\_/\___/\___/\___| -------------- next part --------------...
2010 Sep 20
0
Routed Xen HVM on Centos 5.5 64bit
...#39;] vif = [''type=ioemu, ip=x.x.x.x, mac=xx:xx:xx''] vif = [''type=ioemu, ip=x.x.x.x, bridge=xxx''] and so on but still nothing. any ideas ? I forgot something or should I try something else ? By the way I use: [root@ ~]# xm dmesg __ __ _____ _ ____ _ ___ _ _ _ _ _____ _ ____ \ \/ /___ _ __ |___ / / | |___ \ / |/ _ \| || | / / | |___ / ___| | ___| \ // _ \ \047_ \ |_ \ | | __) |__| | (_) | || |_ | | | |_ \ / _ \ |___ \ / \ __/ | | | ___) || |_ / __/|__| |\__, |__ _|| | |_ ___) | __/ |___) |...
2000 Oct 03
2
Parse Errors
Dear R Development Team, Using Thomas Baier's R Com Server -- or a dll I am building which supports an evaluate function that is based on Baier's function R_Proxy_evaluate contained in proxy_impl.c -- when I issue an invalid command to R such as "plo(x)" the program crashes. There is code in R_Proxy_evaluate to test for a parse error before actually generating code and issuing
2000 Oct 03
2
Parse Errors
Dear R Development Team, Using Thomas Baier's R Com Server -- or a dll I am building which supports an evaluate function that is based on Baier's function R_Proxy_evaluate contained in proxy_impl.c -- when I issue an invalid command to R such as "plo(x)" the program crashes. There is code in R_Proxy_evaluate to test for a parse error before actually generating code and issuing