similar to: Vista password being rejected on share security mode

Displaying 20 results from an estimated 800 matches similar to: "Vista password being rejected on share security mode"

2013 Feb 08
3
DNS caching is not working on CentOS
Hi All: For whatever reason I can not get dns caching to work on any of my centos boxes. Running Centos 5 and 6. Any thoughts on why these will not run? The services start fine but when telling to perform a dig using itself as the resolver the queries fail (See below). Any help would be appreciated. Thanks, Ed [root at qmail ~]# ps -aux | grep pdns-recursor Warning: bad syntax, perhaps a
2000 Jun 21
1
postscript problem in 1.1.0
Hi. I just compiled R 1.1.0 on a Xeon machine running Linux. When I try to open a postscript file, I get the error Error in old$command == "default" : comparison (1) is possible only for vector types The offending line seems to be if (old$command == "default") old$command <- if (!is.null(cmd <- getOption("printcmd"))) cmd
2006 Sep 05
4
DNS resolve.conf not working
Hi All: After upgrading to 4.4 my server(s) will not resolve using the servers listed in resolve.conf. This is not true of a server running a DNS Cache server. I can do a netstat -e and show a connection to the DNS servers but it will not resolve any domain names (please see below). Any thoughts? [root at ftp ~]# dig yahoo.com ; <<>> DiG 9.2.4 <<>> yahoo.com ;;
2005 Feb 13
1
missing X11 graphics title bar
I have on occasion had the problem of missing title bars on X11 graphics windows when using R, and would like to know what others have found in terms of the occurance, source, or solution of this problem. In searching for information on this I found only the brief thread from last November which I have copied below. Anyone who has experienced this knows it brings a very unwelcome interruption to
2001 Oct 18
2
dev.print() in R for windows
Both help(dev.print) and the "R for windows FAQ" suggest that dev.print() with no arguments should work also on Windows [Our students have to use Windows, I don't fortunately ...] > dev.print() Error in PS(file, old$paper, old$family, old$encoding, old$bg, old$fg, : unable to start device PostScript In addition: Warning message: printing via file = "" is not
2007 Dec 15
2
DNS broken for www.voip-info.org ??
The DNS for www.voip-info.org seems to be non-responsive. Is there a mirror of this invaluable resource site? Tx, Steve dig www.voip-info.org ;; Got SERVFAIL reply from xxx.xxx.xxx.xxx, trying next server ; <<>> DiG 9.4.1-P1 <<>> www.voip-info.org ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 61402 ;;
1999 Dec 13
1
Problems with "help(topic,offline=T)"
Hello everybody, since I installed R-0.90.0 (Linux 2.0.25) I have problems with generating printable output with 'help()'. Default output to the terminal ('echo $PAGER' gives 'less') works o.k.. When invoking 'help(topic,offline=T)' all the usual procedures seem to start: 'top' reports invocation of latex as well as of dvips. But after finishing there is
2000 Jun 16
1
postscript device on R-1.1.0
Am I the only one with this problem? > postscript() Error in old$command == "default" : comparison (1) is possible only for vector types The function postscript() is creates a list called "old". the function wants to access old$command, but old does not have a component called command. > postscript function (file = ifelse(onefile, "Rplots.ps",
2003 Apr 18
2
dp.samba.org in a blacklist...
Samba organizers might want to look into this: [ns1:~] dig 150.73.70.66.relays.osirusoft.com ; <<>> DiG 9.2.2 <<>> 150.73.70.66.relays.osirusoft.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28005 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 13 ;; QUESTION SECTION:
2010 Mar 08
4
Centos 5.4 DNS resolution issue
I can ping the google.com ip addresses (209.85.231.104) but can't ping the FQDN, obviously DNS is broken. I can also ping the nameserver ip addresses specified in /etc/resolv.conf. -- Gaurav On Sun, Mar 7, 2010 at 10:48 PM, Gaurav Nangla <gaurav.knangla at gmail.com>wrote: > Hi Everyone, > I've setup a Centos 5.4 (x86_64) box in a VM recently; the trouble is I just >
2006 Feb 09
3
www.lartc.org down?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, am i the only one expereince the downtime of the www.lartc.org site, or is my isp not able to resolve the correct ip address. uwe -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFD6zai21PbSdmMKLwRAt1dAJ9CjXgY9NsDg1rbi7nlRmjQLRS5dwCggdlu
2005 May 11
2
centos 3.5 ?
Hi all, I see centos 3.5Beta in the beta.centos.org. Is this the next release of version 3 ? Strangely, 3.4 is not the final release of version 3 ? Thx Ceg Ryan
2005 May 09
0
DNS configuration problem
I have introduced some error in my dns resolution and I would like some help fixing it as I cannot seem to detect what I have done wrong. Briefly the setup is this: name servers: DNS01 - 216.185.71.33 DNS02 - 209.47.176.33 DNS03 - 216.185.71.34 DNS04 - 209.47.176.34 - offline DNS01 is a master DNS02-04 are slaves of 216.185.71.33 All are listed as authoritative for the zone test.com The
2008 Oct 20
1
[Fwd: Question]
I am forwarding this post to the Shorewall Users mailing list. The email address ''support@shorewall.net'' is reserved for sending large or confidential attachments to the Shorewall support team. See http://www.shorewall.net/support.htm -Tom -------- Original Message -------- Subject: Question Date: Mon, 20 Oct 2008 11:30:04 +0000 From: Raul <rfunez@polar.es> To:
2009 Mar 07
3
Mail delivery failing with 450
I'm not sure why this started, but apparently I'm having a DNS problem. Yesterday mail started bouncing with this error: 450 Unable to find obrien-pifer.com I think the messages eventually get delivered, but not sure. I guess I'll see if this one makes the list. I checked my domain using http://www.checkdns.net/ and it gives me a couple warnings. One is that there's no MX
2005 Feb 08
0
RE: [R] Windows Printing and Line Widths
... Moved from R-help ... Thank you for your suggestion, Professor Ripley. Postscript does seem like the way to go for printing line widths correctly in Windows. On Linux I am using a simple dev.print() wrapper (as suggested), with a pipe to lpr. However, I had an extremely difficult time getting postscript printing under windows. ?postscript recommends the RedMon suite of tools for printing
2005 Dec 17
3
SAMBA3 + LDAP
Hi all I have samb3 with LDAP , My query is 1. My clients are windows 2000 professional, and the clients are not able to join the domain but if add the computer name in /etc/passwd ie computername$:x:110:200::/bin/false:/dev/null and then do smbpasswd -a -m computername , the computer is able to join the domain but i have mentioned the add machine script in smb.conf file 2. After Joining the
2014 Jun 03
1
Proper unix ownership/Permissions for top level share
I am using zfs on linux to store my file shares on. When I create a new file system, they have the following permissions: [root at server ~]# zfs create tank/testsystem [root at server ~]# ls -Al /tank drwxrwxrwx+ 10 root root 27 Jun 2 20:10 Software drwxr-xr-x 2 root root 2 Jun 3 07:43 testsystem At this point, if I use the rsat and attempt to set ACL, I get permission
2011 Jan 12
3
Samba PDC
OK, I am trying to setup my first Samba PDC on a FreeBSD 8.1 host. When I try to become a member of 'webtent.org' on my Windows 7 Ultimate to the PDC, I get the following error... > DNS was successfully queried for the service location (SRV) resource record used to locate a domain controller for domain "webtent.org": > > The query was for the SRV record for
2009 Mar 06
2
colorized logfiles in asterisk 1.6.0.6
Hello ! I've upgraded our testsystem from asterisk 1.4.21 to asterisk 1.6.0.6. We 've noticed that the log files are now in colour. I could not find a note in the upgrade section about this. Is this a feature or a bug ? It might be usefull to have them not in colour. best regards Hans