similar to: Samba is back up

Displaying 20 results from an estimated 1000 matches similar to: "Samba is back up"

2000 Jul 16
0
Samba stopped working.
I have a problem I hope someone can help with. We are using samba for over a month and have been having no trouble. The other day I changed the IP address on the other side of our firewall as well as the ISP assigned DNS address. I then made the changes on the DHCP server so that all the clients (mixed Win95 and 98) would have the new address. Since then samba has been down. It seems that
2000 Jun 29
0
one printer doesn't print under samba
I have a problem I hope someone can help with. I have TLS 6.0 set up to provide print services to Win98 clients using samba. There are two printers, an HP LaserJet 4050 and an HP DeskJet 950C, both attached to separate JetDirect 170 print servers. The HP4050 works wonderfully, no problems at all. The 950C doesn't work. The printer is available when browsing and can be installed on the
2001 Oct 04
2
"Access Denied" when trying to rename a file from win2k
hello, i'm new to samba, don't really know much besides getting the samba server up and running. i have redhat-7.1 running samba on one machine and i access my home from my win2k machine. i can listen to my mp3's, etc from win2k, but when i try to rename from win2k, i get the access denied message. also, in my mp3s dir, i can create a new file, edit/rename it, delete it, etc, but
2001 Dec 11
5
Windows 95 connection problem.
I'm hoping someone can help me with a problem that's driving me potty! I have a network at home of various flavour of Wind*ws and a Mandrake 8.1 Linux box. After much trial and error, I have set the sytem up so I can log on to the network from WIn NT, Win 2k, Win 98 - but, no matter what I try, I cannot get a Win 95 machine to connect. I have installed the vrdrupd.exe file on the Win
2002 Feb 27
4
Mirroring
I have been running Samba for several years, in some pretty crazy configurations. By in large it has worked extremely well. My company has adopted it as our primary server and we have delivered several systems that Linux/Samba are at the core. I'm trying to address a new opportunity. The user wants to keep an NT server as the Golden Copy and have many mirrors that actually serve the files.
2003 Dec 01
0
No subject
apply to this (security=domain) case, since auth is via the PDC. So, shouldn't winbind_lookup_sid() be succeeding. Should I be trying to track the failure in that code? In case it's helpful, ldd /usr/sbin/smbd shows: libdl.so.2 => /usr/lib/libdl.so.2 (0x40017000) libnsl.so.1 => /lib/libnsl.so.1 (0x4001a000) libpam.so.0 => /lib/libpam.so.0 (0x40030000) libc.so.6 =>
2003 Dec 01
0
No subject
for this process is "root", that is correct. The PID 7247 is one of the users, but the UID shouldn't be "root" and should be the username that was authenticated during logon. Anyone have same or similar problem? and how do I prevent this problem from happening again? I would appreciate any help. Thanks. Will Sun wsun@jpl.nasa.gov (818) 354-2311 Return-Path:
2003 Dec 01
0
No subject
\\Pettit Connect As: Password: On the server side, I didn't get far because the domain name come up NULL so it failed on that test. Below are two logs log98.txt and log2000.txt that show full debug info. I might just have a stupid configuration or installation mistakes. I am sure that my basic configuration must work since it is a very typical setup. Any help will be highly appreciated
2003 Dec 01
0
No subject
<<<<<<<<<<<<< I connect my homedir from the testserver and start Lotus Notes. Lotus Notes is infamous for it's sensitivity for 'non-optimal' network connections. Notes tries to lock certain files and complains immediately if that fails. > 3. does the log message always fail at the same offset/count: > (fcntl_lock: lock failed at offset
2005 Sep 22
0
Re : Authentication backend development
What happened to the site? -- Jed Weitzman Sanctuary Artist Management 9255 Sunset Blvd Suite #200 Los Angeles, CA 90069 (310)205-5000 (310)205-5001 Fax Hotel de Russie Via del Babuino 9 Rome, Italy 00187 Italy 0113906328881 011390632888888 Fax Sanctuary House 45-53 Sinclair Rd. London W14 0NS 44-(0)-20 7602 6351 44-(0)-20 7693 5941 Fax jed.weitzman@sanctuarygroup.com AOL IM: Jedweitz
2003 Dec 01
0
No subject
network. I did read somewhere on the web (several years ago) of a guy who managed to boot windows from the net. With the start of Win 98/ME/ etc.etc it's not posible anymore. I currently use PXE to install machine from the net using bpbatch that works great only bpbatch is not really under developnt and the script language is a bit buggy. I see only one option to boot windows from the net and
2003 May 15
1
Sendmail --- HELP!
I posted something about this a while ago and didn't get any response. I having a HUGE problem with sendmail. I'm clueless that sendmail is even down until I check the box. No mail comes in until I restart and even then sendmail doesn't stay up. Note: I have only been having this problem since FreeBSD 4.8. I have been doing the same setup for ages on all my boxes without
2003 Apr 28
1
Sendmail Issues
Hey All, I put up a new 4.8 box about a week ago. Mail was working fine for days and now all of a sudden it just keeps crashing or at least part of it is I think. I've been doing the same sendmail setup on all my boxes for ages and I've double-checked it all. I have even reinstalled sendmail and still no success. If I send mail from another box the mail does not arrive AND
2008 Jul 15
1
code reduction (if anyone feels like it)
# I am sure that I could be more efficient than this but how? Thanks in advance. #GPS in Decimal Degrees in the form longitude latitude RM215 <- matrix(c(-82.1461363, 33.5959109), nrow=1) SC <- matrix(c(-82.025888, 33.606454), nrow=1) RM202 <- matrix(c(-81.9906723, 33.5027653), nrow=1) RM198 <- matrix(c(-81.926823, 33.4634678), nrow=1) HC <- matrix(c(-81.920505, 33.46192), nrow=1)
2008 Nov 09
1
maptools sunrise sunset function
##This is a function that I am trying to write to calculate sunrise and sunset and works "mostly", but returns nonsensical values. What am I #missing? Thanks in advance. ###remember to include maptools as dependence### library(maptools) sunrise.set <- function(lat, long, date, timezone="UTC", num.days=1){ #this needs to be long lat# lat.long <- matrix(c(long, lat),
2013 Jun 10
1
modify and append new rows to a data.frame using ddply
Hi, I have a data.frame that contains a variable act which records the duration (in seconds) of two states (wet-dry) for several individuals (identified by Ring) over a period of time. Since I want to work with daytime (i.e. from sunrise till sunset) and night time (i.e. from sunset till next sunrise), I have to split act from time[i] till sunset and from sunset until time[i+1], and from time[k]
2003 Dec 01
0
No subject
to see the logs to check. Andrew Bartlett Samba Build Farm Maintainer -- Andrew Bartlett abartlet@pcug.org.au abartlet@samba.org Return-Path: <gcarter@valinux.com> Delivered-To: samba@samba.org Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by lists.samba.org (Postfix) with ESMTP id 48F454E77; Tue, 3 Jul 2001 06:56:24 -0700 (PDT) Received: from localhost
2009 Jan 19
1
maptools, sunriset, POSIX timezones
Hi ... I wonder if anyone can provide some insight into why the first three examples using the sunriset function (appended below, with results) give the correct answer, but the fourth generates and error. The first two use ISOdatetime with and without a time zone attribute, and the sunriset function returns the correct sunset time. The third and fourth adds 10 seconds to the ISOdatetime
2008 Nov 10
1
TimeZone Help - Finding TimeZone codes
I have looked at ?as.POSIXct ?POSIXct and many of the references that are on those pages. I am bewildered with timezones. Is there a way to get what would go into tz="" for making a function that uses POSIXct to be able to be used in all of the timezones in just the united states? This is for both windows and mac... this is the function that I am wanting to use it with
1997 Aug 02
44
Question
Is there a way to prevent other users from being able to map a drive from windoww95/NT to anyother user directory on the system. For example I can map to anyone's account on the system and have read only access, is there a way to stop this in either the global or share level? Thanks