Displaying 20 results from an estimated 9000 matches similar to: "Can't connect, even to myself"
1997 Jul 15
3
How to write a printcap entry for remote printer
I am sharing some printers attached to Win95 boxes, and would like to be
able to do more than connect from Linux with smbclient and print via
translate. I would like to be able to specify a printcap entry for these
so as to be able to print from pine or lynx or Netscape (when I get X
running here at work).
I haven't found anything in Samba docs or LDP docs yet to tell me how to
write such
2012 Nov 28
4
How to disable ipv6
Hi all,
I'm pretty new to CentOS. I am working with a newly set-up server:
[cbearden at host ~]$ lsb_release -a
LSB Version:
:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.3 (Final)
Release: 6.3
Codename: Final
I'm trying to solve this problem (X11 forwarding)
1999 Jan 28
0
win95 & NT4 concurent access to paradox database
Hi,
I use samba for one year only, but with full satisfaction. Only with
latest cvs tree I discovered some (maybe particular) problem. In mixed
environment of win95oemII and NT4 workst (sp3 or sp4) we share some
Paradox 7.0 database on linux server (Rh5.2 and 2.2.0-pre1 kernel).
Paradox controls multiuser access to the data with three files:
PDOXUSRS.NET (user names etc?), and two lock files,
2011 Jul 11
1
Installing Ubuntu 10.04 XenCenter
I''m attempting to load Ubuntu 10.04 x64 using this tutorial here:
http://community.citrix.com/display/xs/Installing+Ubuntu+Server+10.04+%2832bit+and+64bit%29+LTS
I''ve folowed the instructions to step number 3 and am at this point here:
-- quiet console=hvc0 partman/default filesystem=ext3
The problem is... i think, that I want to use XFS like this:
-- quiet console=hvc0
2002 Oct 29
1
strange locks
Hi,
I added these lines to smb.conf:
kernel op locks = false
op locks = false
strict locking = true
so I could see some locks from the unix level.
It worked sorta, I see the locks for big files
(but not the locks I was expecting), but for little
files it shows nothing:
# ./lock_list /opt/testsambashare/mattest.doc
# ./lock_list /opt/testsambashare/contents.doc
0 22086 W
2006 Dec 07
1
get errors when doing a tar backup of a windows server with linux smbclient
Hello all,
We have a script that does a nightly backup of a windows server to a linux
fileserver. The linux system uses smbclient to make a tarball of the share.
I get this error when running smbclient:
Domain=[OURSERVER] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
tar: dumped 56781 files and directories
Total bytes written: 9800680960
write_data: write failure. Error = Connection
1998 Apr 21
3
"Not listening for calling name" error - huh?
Hi all,
I have two samba machines running v1.9.18p4. When I try and list the
shares on the second machine (calvin) fromn the first machine (hobbes) I
get this:
Session request failed (131,129) with myname=HOBBES destname=CALVIN
Not listening for calling name
Try to connect as another name (instead of HOBBES)
You may find the -n option useful for this
Any idea what this is trying to tell me?
2015 May 11
2
appdynamics php agent prevented by SELinux
Hey guys,
I've got another C7 problem I was hoping to solve. I
installed appdynamics-php-agent-4.0.5.0-1.x86_64 on a C7.1 host.
It's failing to communicate with it's controller on another host. And this
is the interesting part. Whether or not I have SELinux enabled, I have
apache reporting SELinux problems.
[root at web1:~] #getenforce
Permissive
May 10 20:47:56 web1 python[25735]:
2005 Nov 07
3
R thread safe
Dear R-dev,
I would like to accelerate my R computation by using parallel OpenMP compilers
(e.g from Pathscale) on a 2-processor AMD server and I would like to know
whether R is a tread safe library. The main kernel of the OpenMP
parallelization is a C SEXP function that performs the computational routine in
parallel with:
*******************
SEXP example(SEXP list, SEXP expr, SEXP rho)
{
2013 Nov 29
1
Self heal problem
Hi,
I have a glusterfs volume replicated on three nodes. I am planing to use
the volume as storage for vMware ESXi machines using NFS. The reason for
using tree nodes is to be able to configure Quorum and avoid
split-brains. However, during my initial testing when intentionally and
gracefully restart the node "ned", a split-brain/self-heal error
occurred.
The log on "todd"
2006 Jun 14
6
Lost Connection to MySQL
Error Message: MyMysql::Error: Lost connection to MySQL server during query:
SHOW FIELDS FROM products
Running Fedora 5, using available Red Hat modules and latest version of Rails.
This problem just appeared. I had been enjoying going through the tutorial "Depot"
when it started displaying this problem. With phpMyAdmin I am able to access the
depot_development data base containing
1998 Mar 31
0
Smbclient command... (fwd)
Hello, Help.......
I'm trying to set up a SAMBA server on a Redhat Linux 5.0 O/S
I'm a bit concerned however as to how stable my SAMBA is
Problem: Each time I execute the command "smbclient -L sambaservername" at
certain instances after about 5-10 mins it comes up with a different
browse list of the computers on the network (these r WIN95's),with a
different master browser
2014 Apr 02
0
special handling of row.names
Hello,
I think there is an inconsistency in the handling of the compact form of the row.names attributes.
When n is the number of rows of a data.frame, the compact form is c(NA_integer_,-n), as in:
> d <- data.frame(x=1:10)
> .Internal(inspect(d))
@104f174a8 19 VECSXP g0c1 [OBJ,NAM(2),ATT] (len=1, tl=0)
@103a7dc60 13 INTSXP g0c4 [] (len=10, tl=0) 1,2,3,4,5,...
ATTRIB:
@104959380
2019 Jul 18
0
ALTREP wrappers and factors
Hi Kylie,
For your question, I don't think a wrapper can completely solve your
problem. The duplication occurs since your variable y has more than 1
reference number( Please see highlighted), so even you have a wrapper, any
changes on the value of the wrapper still can trigger the duplication.
> .Internal(inspect(y))
> @7fb0ce78c0f0 13 INTSXP g0c0 *[NAM(7)]* matter vector (mode=3,
2016 May 20
2
identical on closures
Specifically, the srcfile attribute of the srcref attribute of the two
instances of the functions contain different environments, AFAICT.
Environments are compared only by exact pointer, so this forces return
FALSE.
Snippets from .Internal(inspect(x)) and .Internal(inspect(y)):
@cca008 03 CLOSXP g0c0 [MARK,NAM(2),ATT]
FORMALS:
@604b58 00 NILSXP g0c0 [MARK,NAM(2)]
BODY:
@cc9650 06 LANGSXP
1998 Aug 25
0
Locking Problems with Tracker 97
We have encountered a locking problem with multi-user
Tracker 97 against Tracker data files on a Samba server.
I do not believe it is related to erroneous smb.conf
settings.
If two separate users attempt to edit the same record,
Tracker refuses the second request if a Win95 server
or NT server is used, but allows the second request if
a Samba server is used.
Subsequently, the data files under
2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
Hi there. I'm running Samba 2.2.3a on RedHat 7.1 + kernel 2.4.17. My
girlfriend's laptop is running Windows 2000 + service pack 2. She has
about a thousand MP3s stored on a Samba share on my RedHat machine. We
were finding that she couldn't rename any MP3s on the Samba share: she
would always get a sharing violation.
After a day of reading Samba logs at debug 10 (_such_ fun [ ;)
2001 Mar 27
0
smbtar not working
I install Samba 2.0.7 on my HP 715-80 running HPUX 10.20. The HP server
and two PC's are connected on a local LAN. I can map network, move
files, etc. However, when I try to use smbtar I get an error. The unix
server is hobbs, the two PC's are calvin and marmaduke. The C: drive on
calvin is named drive_c and set for share r/w. I can use tar from the
cmd line on the unix 'puter to
2015 Feb 11
4
Samba 4.2.0rc4 fails to start up
I added debuging as follows:
/* no O_EXCL, existence check is via the fcntl lock */
lockfile_fd = open(lockfile_name.buf, O_NONBLOCK|O_CREAT|O_WRONLY,
0644);
if (lockfile_fd == -1) {
ret = errno;
DEBUG(1, ("%s: open failed: %s\n", __func__, strerror(errno)));
return ret;
}
2001 Jan 17
0
Couldn't open status file /var/adm/slh/samba/locks/STATUS..LC K
Gunnar,
Check (ll -d dirname) to make sure that there is at least x permission for
everyone in each directory down the /var/adm/slh/samba/locks path;
also, does the STATUS..LCK file exist in the named directory, and if so what
are the permissions on it?
Hope this helps,
Don
-----Original Message-----
From: Bakken, Gunnar [mailto:bakkengj@mail.slh.wisc.edu]
Sent: Tuesday, January 16, 2001 6:08 PM