similar to: WINS serving

Displaying 20 results from an estimated 900 matches similar to: "WINS serving"

2004 Nov 16
3
How to access samba without login prompt. !
Dear Sir, Hello, My name is kenneth Yeung. I wonder to know how to configure samba or window to access samba folder without login prompt. ! I am using Wins 2K for client, and Linux server is set samba server. I can login to samba using username and password, but I want to do a windows backup schedule task without prompt. login window ! Could you tell me the method to do this task. Thank you for
1998 Jun 30
5
NT Crashes when doing large network file Xfers (was Re: NT crashes during smbtar)
Ernie, Thanks for the great info.. Based on what you were seeing, would you suspect that part of the problem is with the combination of NT and the 3com card (3c595)? Currently, we are ONLY seeing this under NT Workstation (not server) and almost all of our machines have this same 3com 3c595 card (only if using 100BaseT).. -- Rick -----Original Message----- From: Ernie Oporto
2000 Mar 29
1
Syntax error in lib/time.c
There is a syntax error in lib/time.c in function timestring Change if (hires)() { to if (hires) { The error occured under SCO ODT 3.0 compiling with gcc. Dr. Walter Willmertinger CONSYS Gesellschaft f?r Softwaretechnologie und Systementwicklung mbH Dr. Walter Willmertinger Landsberger Strasse 402 EMail: willmertinger@consys.de 81241 Muenchen Phone: +49 89 580 81 81 Germany
1999 Oct 15
1
9 character passwords do not seem to work
Dear all We have sambe 2.0.0 we cant use 2.0.4b(clearcase problem with this version) on hpux 10.20 a user changed their password from a 8 character password to a 9 character password. They now can not use theie samba share unless they only type the first 8 letters of the 9 letter password Any ideas ??? Andrew Welham
2007 Mar 27
1
Samba, WinXP and slow printing
I had a serious problem with all my WinXP (some SP1, some SP2) comps printing over samba to a printer (both, Samba and printer on Kubuntu (Dapper)). It printed, but it took easily 20 minutes to get the printout. The file sharing worked very fast and there were no error messages in Samba logs. I have found the solution in message by *Walter Willmertinger* willmertinger at consys.de
2004 Oct 12
5
Two Questions concerning samba - file access times - two instances on one server
Hello everybody, i have two questions concerning samba. 1st Topic - file times NTFS has three file times for each file, the create time, the change time and the access time. The create time will never be modified, the change time will be changed every time you save a file, the access time will be changed every time you access (read) a file. If i access a file on a samba share, the access
1998 Oct 21
1
It's just stopped working! (1.9.18p8, IRIX 5.3)
Hi all, I'm extremely puzzled by the behaviour of one of my Samba servers. It's been working fine for yonks, and this morning (abuout 11:32) it just stopped. (mostly) Connecting to shares still works. Navigating the tree till works. Changing (DOS) attributes still works. But actually opening files and reading the contents doesn't work. The client just times out (Win 3.11, and
2009 Nov 06
2
Apache Not Serving, But Is Serving?
Hi; I installed yum install mod_python and all went well. So I thought it would be appropriate to reboot apache apachectl -k restart and it appeared well but the pages don't load (they hang). Nevertheless, # ps wax|grep httpd 12179 ? Ss 0:00 /usr/sbin/httpd 17698 ? Z 0:00 [httpd] <defunct> 17703 pts/0 S+ 0:00 grep httpd So what gives? Please advise. Victor
2000 Jun 06
0
Fw: Time Synchronisation
Thank you very much, it was the setting on the RS6000. Whoever originally setup our box didn't specify the BST time offset correctly. The system was reading TZ=GMT0BST0,M3.5.0,M10.5.0 Thanks to everyone that contributed to solving a simple and obvious error !!!! :) Mike ________________________________________________________________________________________ >From "John Ryan"
2007 Feb 16
1
static file serving
Hi, I''ve got 40 mongrels running across 4 machines with a hardware load balancer as a proxy. The mongrels serve everything, even files. How screwed am I if I have a 2MB file on my site? Say 40 people are downloading that file. Are the mongrels completely locked up? Joe
2007 Aug 10
1
serving static files
It seems that Merb is sending static files with Mongrel::DirHandler. (mongrel_handler.rb:52) if get_or_head and @files.can_serve(path_info) # File exists as-is so serve it up MERB_LOGGER.info("Serving static file: #{path_info}") @files.process(request,response) I haven''t done benchmarks and I''ve hardly glanced at DirHandler''s code but the
2006 Apr 14
1
[OT] Serving Multiple Stylesheets
I was wondering whether there is unbearable overhead involved in breaking css into multiple stylesheets? I''m running lighttpd, and the following article discusses why one might want to do that: http://justinfrench.com/?id=141 My CSS is beginning to get a bit lumpy to digest in one glance and the article(s) seem to make a cogent argument for separating functional elements out. I just
2006 Mar 01
1
upload file above /public, authenticate before serving?
I have file uploads to the database and stored in a longblob working on our client extranet, except that it kills mysql/activeRecord on files bigger than about 200kb. (is there a reason for this - running mysql 5.0.18, lighttpd or webrick on winxp??) So I''m now thinking about whether its possible to do either: 1) upload a file into #rails_root/some_folder/ instead of
2006 Mar 14
3
Lighttpd stops after serving 2 requests.
I made a clean install of my system yesterday, and installed ROR and related items using the script from nubyonrails. Now whenever I start the server, it stops after a couple requests. If I force it to start using webbrick, it works OK. I even created a fresh rails app to test it and I continue to get the same problem, so the problem is definitely not in the code. Does anyone know what the
2007 Dec 29
0
[SECURITY] Patch For Bug Serving Arbitrary Files
This is a proposed patch for the security hole reported today. You can just add the test for @path being at index 0 in the exanded req_path as shown below. Take heed of the comment I''ve added too, and there was a test for this very attack in the unit test suite, so it was removed by someone as well. I didn''t test this but I''m pretty sure it''s the fix. ===
2006 Feb 12
0
problem serving files which start with newlines
I''m working on a rails app that stores files in a database and allows users do download them again. But when a file starts with newlines they get lost in the process and the browser marks the download as failed because the received filesize is smaller then the expected filesize (the difference is exactly the newlines missing). To reproduce this place something like this an a
2006 Jan 09
0
Serving image files from filesystem
I''m pretty new to Ruby and Rails. I am writing a Rails application that is meant to be run on a local machine. It allows the user to select a bunch of image (jpg, gif, etc) files from anywhere on their file system and add them to an album. The prototype of the is app is going to leave the images where they are on the disk (and not persist them anywhere else). I want to write a
2010 Dec 14
1
Samba slowness serving SAN-based GFS2 filesystems
Ok, I'm experiencing slowness serving SAN-based GFS2 filesystems (of a specific SAN configuration). Here's my layout: I have a server cluster. OS= RHEL 5.4 (both nodes...) kernel= 2.6.18-194.11.3.el5 Samba= samba-3.0.33-3.14.el5 *On this cluster are 6 GFS2 Clustered filesystems. *4 of these volumes belong to one huge LUN (1.8 TB), spanning 8 disks. The other 2 remaining volumes are 1
2006 Sep 17
1
Serving rails application from server root
How can I set up my rails application to be served from the root of my server. Currently I have to enter http://www.mysite.com/site to load the application. It would like it to load from http://www.mysite.com/. My rails application is in a directory named "myapp" and the server serves files from "public_html" Thanks in advance. Matt -- Posted via
2006 Dec 02
0
Serving static svg images in the public folder
Hi! I am trying to use svg images and serve them from the public/images folder. When using the url_for method I have to use the complete file name including the extension. Can you explain why? I don''t need to use the extension for gifs/jpegs/pngs. Using the complete filename with url_for or writing a direct url to /public/images I can get the file, but the mime type is text/plain, so