Displaying 20 results from an estimated 1000 matches similar to: "Run executable file"
2006 Oct 11
0
Connection denied due to security descriptor
Hi,
I'm having difficulty with a share getting the above error after the
first successful connection. Here's the relevant info:
OS: Solaris 9 sparc
Samba: 3.0.23c with Winbindd (No ADS, no PAM)
Domain member server
SMB.CONF:
[global]
log file = /usr/local/samba/var/log.%m
netbios name = groucho1
server string = Test Production Server
2012 Apr 12
3
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
Hi,
We are currently porting our application to Windows 64 bits (amd64), and we are getting regressions from 32 bits relatively to LLVM 3.0's ability to get traversed by "foreign" Visual Studio C++ exceptions. That is, there is a crash when C++ exceptions which are thrown from Visual Studio code, are unwinding through LLVM code before being eventually catch by other Visual Studio
2010 Aug 22
3
rexec error - where are you
Hi all,
I've a particular host on my network that when I run;
rexec -l username -p password remotehost command
it just hangs.
When I do;
rexec -a -l username -p password remotehost command
i get; Where are you?
If I do;
rexec -l username -p password localhostname (not just localhost but
its actual name) command
it works.
Any ideas would be very appreciated.
- aurf
2012 Apr 13
0
[LLVMdev] Support for "foreign" Visual Studio 64 bits C++ exceptions?
On Thu, Apr 12, 2012 at 2:02 PM, Jérôme Couture-Gagnon
<Jerome.Couture-Gagnon at fabricengine.com> wrote:
> Hi,
>
> We are currently porting our application to Windows 64 bits (amd64), and we
> are getting regressions from 32 bits relatively to LLVM 3.0's ability to get
> traversed by "foreign" Visual Studio C++ exceptions. That is, there is a
> crash when C++
2006 Jan 24
6
[MacOSX] Firefox Not Diplaying Images
Forgive the random question, but for those of you Mac OS X users...
Does anyone else have a problem with Firefox 1.5 not displaying
pictures/graphics embedded on web pages. Safari doesn''t seem to have a
problem with them.
For example, my blog appears correctly in Safari, however Firefox
drops background images.
Clues? Thanks.
--
~~~~~~~~~~~~~~~~~~~
D''Andrew "Dave"
1999 May 19
3
NT network can't browse Samba
Hi,
I'm trying to setup a Linux box with Samba (1.9.18p10) and it isn't
having any luck making a home for itself on the network.
If I go to a Windows95 machine, I see all (well most) machines on the
net there, but not the Linux box. I can also not see any other machines
from the Linux box.
Here is log.nmbd output that repeats every 5 seconds or so:
find_workgroup_on_subnet: workgroup
2023 Jun 30
1
Subsystem sftp invoked even though forced command created
On 30/06/2023 09:56, Damien Miller wrote:
> It's very hard to figure out what is happening here without a debug log.
>
> You can get one by stopping the listening sshd and running it manually
> in debug mode, e.g. "/usr/sbin/sshd -ddd"
Or starting one in debug mode on a different port, e.g. "-p99 -ddd"
2002 Jul 05
1
path to long in samba-2.2.5
Hello.
I have a problem with samba-2.2.5 and Win2000. I try to copy a file onto my
home share and the explorer takes a long time to copy the file. After a
while (ca. 30 seconds) there comes an error-box: path is to long (Der Pfad
ist zu lang.)
The error just gives me an OK-button. The files is correctly transmitted. I
checked it, but if takes a very long time and there comes the error-message.
2002 Jul 05
1
Printing to a file on a samba share
I cannot print to a file on a samba share,
because i get an error saying that the file is not present on the share.
I'm sure the file is created with 0 length, and its name is mangled.
It shoeld be FILE: and its mangled to file~???
Any suggestion?
2002 Jul 05
1
migrating samba to different machine
I tried migrating our samba settings from one machine to another, but
Windows sees it as a different server.
I currently have an older version of samba setup on an old machine. I
setup the latest version of samba on a different machine with different
build specs (e.g. acl support, etc.). I migrated over the
usernames/passwords and MACHINE.SID file (is this even used anymore?)
and setup smb.conf
2003 Jan 12
3
Using ssh as a wrapper
Has anyone tried to wrap your SMB session inside another TCP protocol
like SSH?
I'm trying to sync files across two linux machines but my broadband
provider is blocking SMB and port 139 traffic.
If anyone has any information it would be greatly appreciated.
Aram
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type:
2008 Oct 31
3
Date_select vs wrong date weird behavior
In my date_select if I choose 31 april 2008, it converts it for 1st may
2008 which it seems odd for me?
I say odd because first its difficult to validate at the model level, I
have to hook some code in the controller and secondly when I finally get
the validation errors I have to go back at the edit page and show the
selected date(and the error message) which should be 31 april 2008 but
the date
2006 Jan 24
3
Merging two heavily referenced records into one
Here''s the situation: I have a "people" table whose "id" column serves
as a foreign key to several other tables (authorships, editorships,
members, users, etc.). Every now and then I will find two distinct
records in the "people" table that represent the same human being. They
generally differ by small differences in spelling but should really be
the
1999 Sep 25
2
file locking with win apps
Hello there,
I have a serious file locking problem with samba on a RH6 based Linux
machine.
>From the exported share a database files are being requested. Problem
is, only one client can access these - and even only one client can
initialize the database query engine, which is btrieve 6.15 workstation
engine.
The same problem affects .doc files. If one client has an open document,
the file is
2002 Oct 20
2
Roaming Profiles with win 98 - Doesn't work.
I would like to know if anybody on this list has managed to have a network
of 98 clients running off a samba server, and had roaming profiles, i.e.
people's settings follow them from machine to machine. I have done
everything I find in the guides, and I have no idea why the machines create
new local profiles. I've searched the net for documentation, example
websites, etc, but it seems the
1999 Feb 02
2
Can anyone suggest a solution?
Thankyou for taking the time to read this ...
We have large PC userbase and a not-so-large (but equally loud) Unix
user base. We have a requirement to "PopUp" information windows on ALL
our user's screens with an absolute minimum of manual intervention (ie
type the message once and then forget it).
We can manage the Unix X servers but can't seem to find a UNIX
application that
2008 Oct 28
7
How to override one method of AssetTagHelper
I created a file ./lib/action_view/helpers/asset_tag_helper.rb
and put in it only the method I want to override. like this
module ActionView
module Helpers #:nodoc:
module AssetTagHelper
def image_path(source)
compute_public_path(source, ''images'')
end
end
end
end
But as soon I try this all the others methods from the overriden module
are not
2003 Jan 18
2
secretly replacing a windows domain client with samba
Hello!
I have a problem: I work in a company which is strictly windows-only, and
I really need to replace a windows-xp machine - which is a member of the
company's domain - with a linux machine (using samba).
This new linux machine will have to upload backups of its data to a share
within the domain. Thus, it needs to be a member of the domain (correct?).
Obviously, I need to join the
2018 Dec 01
3
Cannot log into Samba4 AD/DC with ssh as domain user
>From either a Linux or Mac domain member, I have tried logging into the Samba4 AD server as a
domain user:
labmac:~ mark$ ssh mark at mail pwd
mark at mail's password:
Permission denied, please try again.
where 'mail' is the AD/DC.
It also fails if I am on the AD/DC an try the same ssh.
I've tried setting either the GSSAPIAuthentication or KerberosAuthentication in
2003 Oct 31
1
rsync & rcp
On 30 Oct 2003, aslan@io.com wrote:
>
> I was hoping that since you guys are the authors to rsync that
> you could answer a simple question for me.
>
> I'm trying to transfer files via the rsh/rexec protocol by
> remotely executing a cat command, i.e. "cat > foo.txt"
> and then sending data through the socket to the stdin of the remote
> process. This all