Displaying 20 results from an estimated 400 matches similar to: "Executables not executing"
1998 Oct 20
1
win98 access to samba
TWIMC,
I have a situation in which I can access my samba servers with win95
machines but not win98 PCs. When I double click on the server using the
browse list under win98, it prompts me for a password to access
//SERVER_NAME/IPC$ but denies me access after entering the password. I get
accepted with no problem at this prompt with win95. I compiled with the
defaults and shared the
1998 May 01
1
Service not usable with WinNT 4.0 SR3
Hi,
I have installed and configured Samba version 1.9.17p2 on a server Solaris
(sputnik). When I want to connect a share available on Samba server from my
Server NT 4.0 SR3, the next message appears:
"Incorrect password or unknown username for
\\sputnik\domsai (where domsai is a [home] share)
Connect as:
Passord:"
I profided it a username (domsai) and a valid password on UNIX and a
1998 Oct 20
1
DNS name and netbios name differ
Hi All,
I'm having some problems getting Win'9X to connect to an NT share when
the netbios name for the NT server is different from the DNS name, and
the win'9x machine is using the DNS name. NT workstation is happy with
doing this, but '9X isn't.
The strange thing is that it works fine when '9X connects to a samba
server that is similarly configured. If I understood
1998 May 07
1
Compiling Samba!!
Hi,
I am trying to compile Samba version 1.9.18p2 on a HP 800/D350 using HPUX
10.20 with
software patches from HP installed up to Dec 97. I have seen other messages
on this
digest that people have been successful but I cannot.
using the standard compiler which has ANSI features unbundled I get the
following;
extract of last half of 30+ error lines...
(Bundled) cc: "nameserv.h", line
1998 Apr 30
1
Printing from NT4 public=no
Hello,
Im using samba samba-1.9.18p4 on solaris 2.6.
Every works fine with Win95. (browsing, file service printing)
With NT file service and browsing are OK.
I was wondering if its possible to print from Windows NT4 SP3
samba print services with the option
public=no
The printing fail silently on the NT machines.
I was hoping to have a 'network password' dialog box
the same way as to
1998 Oct 20
3
printing LARGE files
hello,
I am wondering how to print LARGE files..
samba seems to trunkate large files..
I changed my printer command = lp -d%p %s
to no avail.
If I print the file to the disk on the server I can then issue
an lp -dhp5si LARGEFILE and it prints fine.
any suggestions??
thanks in advance.
Robert
1998 Mar 16
3
Amiga Samba file format?
Hi Amiga Samba users,
I have an interesting problem using Samba (1.9.16) on the Amiga. Everthing works
fine for PC reads from the Amiga to the PC or dag-and-dropped onto Unix shares (which
also using Samba). However, in the other direction (i.e. at PC GUI drag a Unix file
from Unix share and drop it onto an Amiga share) this copy results in a file that
my httpd on the Amiga can't read (in the
1999 Jan 21
2
configure command for SAMBA 2.0.0 fails under HP-UX 10.20
Good afternoon,
I've downloaded the newly released Samba package 2.0.0, and when
trying to run "compile" (located in directory source of the package),
after a moment, script fail with the following errors:
>ERROR: No locking available. Running Samba would be unsafe
>configure: error: summary failure. Aborting config.
The following lines are extracted from last lines of
1997 Nov 19
3
NT -> Samba
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 9490 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/19971119/a6f3d583/attachment.bat
1998 Oct 27
2
browser problem
The browsing capability in Network Neighborhood disppears periodically.
Usually, double-clicking on Network Neighborhood gives us a list of all
the NT and Unix/samba boxes on the network segment (i.e. in the
Workgroup). When browsing disppears, all we see is *Entire Network*,
which has nothing in it.
We run a unix/NT network with 6 unix servers and about 80 NT clients. We
are running NT
1999 Jun 17
3
need undelete function (Jeremy, what is your idea?)
Hi there:
> ps: my little suggestion: if we add some parameters at smb.conf like
> protected dir = /home/share, /home/user1 ;
> trashcan dir = /smbtrash ;
It seems that implementation of such parameter has some difficulties and
eventuates reduction on performance (e.g. handling "protected dir"s and
"trash dir" on the different devices like /dev/hda1
1998 May 09
2
Samba 1.9.18p5 released.
The Samba Team are pleased to announce Samba 1.9.18p5.
It may be fetched via ftp from :
ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p5.tar.gz
This is a bugfix release, designed to address issues
that users have reported with the 1.9.18p4 release.
It is intended that the next Samba release will be an
alpha of Samba 1.9.19, which will contain significant
new functionality for integrating Samba
1998 Oct 20
0
Auto-restart/auto-shutdown feature idea
Here are some thoughts about a possible enhancement to samba. Let me
know what yuou think.
Whenever I want to re-start samba, for example to upgrade it, there
always seem to be people logged in with files open. It occured to me
therefore that an auto-restart feature may be useful.
To implement this though we need to know when it is safe to re-start
samba:
1. When there are no locked
1997 Dec 18
0
Samba performance on Fast Ethernet network when linked to Win95
Constantin Teodorescu <teo@flex.ro> wrote:
> When doing this transfer, the LED from the network card is flashing
> from time to time (0.2 sec on, 0.4 sec off), the average load of
> the hub is about 5% and the "collisions LED" is on merely all the
> time.
This doesn't look like a problem in either the TCP implementation or
the application level software on either
2004 Oct 20
1
default_mail_env problems
sorry if this mail is a duplicate - I am testing the new mail system!
I am having problems setting the default mail environment.#
I am using Fedora Core 2 with version dovecot-0.99.10.5-0.FC2
My users all have an NFS mounted home directory, and all mail is
delivered to ~Mail/.mailbox it is all mbox format.
I would like to put the indexes on the local system in
/var/indexes/{username}.
So I
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains
alphanumeric data. Specifically,"ID" contains integers all preceeded
by the character "g" as in:
g1, g6, g3, g19, g100, g2, g39
I am using the following code:
DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),]
and was hoping it would sort the dataframe by ID in the following manner
g1, g2, g3, g6, g19,
2010 Jul 08
3
OT: ?? Centos Still Broken, Red Hat won't fix ??
To the Linux Community at Large:
I reported to this list back in January, 2010 that the standard x86_64
kernel, when built from the src.rpm and modified for AMD K8 / K10
Extensions would not build. I reported this here and to Red Hat via
Bugzilla ID number 558367. RH AS / Centos 5.3 worked fine. That was
Centos 5.4 / Red Hat Enterprise AS 5 Update 4. Today we tried to
optimize Red Hat
2005 Mar 06
3
SJphone on PDA registering with Asterisk???
I try to setup SJphone on my PDA, but it does not register with Asterisk.
I have setup a sip account on asterisk, ...
Can anybody give me a hint?
bye
Ronald
2010 Jul 15
1
Error using the mi package
I'm trying to impute data using the mi package, but after running
through almost the entire first round of imputations (which takes
quite a while), it throws this error (I'll include the whole output
prior to the error for context). Does anyone know what is causing it,
or how I can fix it?
More specifically, how can I tell what is throwing the error so I know
what to fix? Is
2017 Nov 16
3
[Bug 103780] New: Nouveau causes lockup - fifo: read fault at 00005ac000 engine 00 [GR] client 02 [GPC1/PE_0] reason 02 [PTE] on channel 24 [103b5b2000 Xwayland[1507]]
https://bugs.freedesktop.org/show_bug.cgi?id=103780
Bug ID: 103780
Summary: Nouveau causes lockup - fifo: read fault at 00005ac000
engine 00 [GR] client 02 [GPC1/PE_0] reason 02 [PTE]
on channel 24 [103b5b2000 Xwayland[1507]]
Product: xorg
Version: unspecified
Hardware: Other
OS: All