similar to: SAMBA and IIS

Displaying 20 results from an estimated 4000 matches similar to: "SAMBA and IIS"

1999 Sep 28
3
SAMBA digest 2250 - Parameter is incorrect
Matthew Vanecek wrote: >I set up a new printer on my Linux box, an Epson Stylus Color 740. I >had previously been using an EPson Stylus Color IIs. I got the printer >working nicely in Linux, but I can not print to the printers I set up in >/etc/printcap via samba from NT anymore. I.e., it worked with the IIs, >but not with the 740. I didn't change anything in smb.conf.
1999 Sep 19
3
Samba can't keep NT shares mounted
I don't know who this problem belongs to, samba or Linux, but it's a common one, judging by the responses in my INBOX to a previous post. Plus, it's a fairly serious one; many applications require smb shares to be mounted continuously and without interruption. It's been a recurring problem which seems to have been pushed off to the side as not important, even though it's a
1999 Sep 27
3
freebsd and smbmount
Hi, I don't know how many people on this list use samba with freebsd , but I have a question. I have samba set up and can connect to my other win conputers using smbclient but I am told that freebsd does not have smbmount. i need to mount my win hard drives in order to back them up. Is this possible some way with samba under freebsd. Thanks Rick -- Rick Knebel rknebel@uplink.net
1999 Sep 17
1
Compiling with smbmount option
We have downloaded the samba 2.0.5a source from net and tried to compile with the smbmount option, which is what we need for mounting. The following wor " ----------- client/smbmount.c: In function `send_fs_socket` : client/smbmount.c:295: storage size of `conn_options` isn't known client/smbmount.c:314: `SMB_CASE_DEFAULT` Undeclared (first use this function) client/smbmount.c:325:
1999 Sep 24
1
Cannot access nt shares after a few minutes
Hi, I´ running samba 2.0.5a and Linux 2.2.5. After smbmount sucessfully mounted my four nt-shares it lost the connection after 15 or more minutes. I´ve no idea why. The log reads smb_retry: signal failed: error=-3 I can remount all shares every 5 minutes but this doesn´t seem to be a good solution. Anyone who has a fix for this?
1999 Oct 19
1
mounting a windows zip drive
Hello, I have a Zip drive on my Windows machine, shared to the network. I can get to the drive through smbclient, but would like to mount it to my main Linux box to do backups. The Zip drive is known as \\mark\d to the network, and I would like to mount it to /mnt/zip However, smbmount is not able to mount it, nor am I able to mount it via smbclient. Anyone have this already working?
1999 Nov 13
1
NT Backup & Samba
My problem is this - I wonder if anyone else has found a solution. I have an NT server & run NT Backup nightly and want to backup my RedHat 6 /Samba 2.0.5 box with it. I can create, delete and read files from those Samba shares, but for some reason NT Backup claims that it does not have enough permissions to backup those files that are sitting in the Samba Box. Would you have any clues how
1999 Sep 28
1
Problem with smbclient
Hi! I have a problem with smbclient and the option -M. I'd like to send Winpop Messages to my Windows Clients. I have noticed that command only works with short hostnames. I have for example a win95test1.no.domain host. Name resolution is done by bind 8 on the samba box. if I do echo "Test PopupMessage" |smbclient -M win95test1 it works. (The winpopup.exe program is of course
1999 Sep 22
1
Samba and Visual C++
I've just tried to install MS Visual C++ 6.0 on our Samba 2.0.5a Linux Server. When I was asked for the installation directory I tried to use a samba-share that was mounted on a network drive letter. Just after this the setup programm refused the path as incorrect. Now the question: Is it impossible to install the VC6 package server based? I don't wan't to install this big package on
1999 Sep 14
2
DBase File locking issues
Hi All, I am experiencing issues with the use of DBase files on a Samba 2.0.5a share, that appear to be due to locking problems. Basically, I have test programs for both DOS and Win32 that does nothing but append records to a DBase database (DBF/MDX files). If more than one client PC is appending to this file, data loss occurs. I get random data loss, with records lost, and index file
2006 Apr 18
2
ruby on rails and Micro$oft environment support - IIS & ms sql
Hi everybody At work we''ve finally convinced the chief to develop some small project using open source technology. Unfortunately we are deeply involved with Micro$oft technology. That means, windows 2003 server, IIS, MS SQL 2005 and asp. I was thinking about recommending ruby on rails instead of asp, but I''d like to know how well it goes with IIS and MS SQL, because for the
2019 Jun 24
4
Expected behavior of lld during LTO for global symbols (Attr Internal/Common)
The direct cause of this issue is that, previously lld converted common symbols to defined symbols before passing input files to LTO, and after r360841 they are passed as common symbols to LTO. Making lld to work as before is easy, as we can convert common symbols to defined symbols as before. Here is a patch to do that, and I confirmed that that restores the original behavior for the reported
2020 May 15
2
Issues with new Attributor (replaceAllUses fails with type mismatch)
Hi Suresh, thanks for reporting this! I thought I fixed this with 8d94d3c3b44c3a27a69b153cef9be4b8e481150e. Did you run before or after that commit? Cheers, Johannes On 5/15/20 7:17 AM, Mani, Suresh via llvm-dev wrote: > [AMD Public Use] > > Hi , > > Please ignore the earlier header of Internal and Official use only. > > Thanks > M Suresh > > From: llvm-dev
2003 Oct 16
4
summary with names
Hi, how can I tell 'summary' to print the name of the summarised variable? This is probably an awkward newbie question but I didn't find an answer in the Docus, the FAQ and maillist archive. I want a summary for about 250 variables and realise it the following way (I know, that I shouldn't use iterations that way in R; but at the moment it's the easiest way for me):
2001 Aug 14
1
Running IIS under WINE
Hi All -- Has anyone attempted to run IIS under WINE? I realized that one of the biggest things holding me back from moving to Linux is working on IIS-based ASP applications. I would never expect to use such a setup in production, only for development. I am aware that there are various ways to get ASP to run on Linux, but I'm not interested in that. How about Personal Web Server? How
2019 Jun 21
2
Expected behavior of lld during LTO for global symbols (Attr Internal/Common)
Thanks for the info Teresa, Regards M Suresh From: Teresa Johnson <tejohnson at google.com> Sent: Thursday, June 20, 2019 7:15 PM To: Mani, Suresh <Suresh.Mani at amd.com> Cc: Rui Ueyama <ruiu at google.com>; llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] Expected behavior of lld during LTO for global symbols (Attr Internal/Common) [CAUTION: External
2015 Apr 16
3
Availability of the 1.1.1 stable version
Please provide the input file that produces this with opus_demo. On 16/04/15 03:24 AM, Suresh Thiriveedi wrote: > Hi Jean-Marc, > > Could you please update if you got a chance to look into. As I > mentioned, I don't see the same issue in 1.1.1, but I don't see any > difference in 1.1.1 other than optimization based on the architecture. > This optimization could have
2003 Jan 18
1
IIS, ASP, and File Change Notification
I'm running IIS5 on windows 2000 with the root web directory mapped to a samba directory. Everything works great except for IIS's asp caching. Unless I explicitly disable asp script file caching, IIS refuses to invalidate cached asp files without a reboot. Research, including the following MS kb entry, indicates that the problem is that IIS is not getting the file change
2006 Oct 20
2
Rails & IIS
There are several sites I''ve found on the web detailing how to setup IIS with Rails. Unfortunately they all seem to be woefully out of date. I believe they may all even be pre Rails 1.0. Can single sign on via Active Directory Services be accomplished through mod_NTLM for Apache, so users won''t have ot log into the intranet site after already having logged into their machine?
2015 Apr 16
2
Availability of the 1.1.1 stable version
To be decodable by opus_demo, you'll have to add the 8-byte "header". Just put in the length of the packet followed by "0" for the encoder range (0 means "not present"). That being said, from previous experience, the most likely cause of the crash is a bug in your software causing a corruption in Opus. So it's safe to assume that if you can't reproduce