similar to: Samba 2.2.4 SWAT Says Broken Link

Displaying 20 results from an estimated 2000 matches similar to: "Samba 2.2.4 SWAT Says Broken Link"

2002 Jul 04
1
Samba 2.2.5 - Swat Died
I upgraded this morning to 2.2.5 on both my Linux boxes (Red Hat 7.3) and now SWAT doesn't work. I have it setup to start on a reboot and I've tried force turning it off and then turning it back on. I can't even connect on the actual Linux box, let alone the Windows machines that I used to be able to connect with. I get that the connection was 'broken' for port 901. What can I
2002 May 13
3
Can't access a linux server using a Win2K client
Hello all. I am new to Samba, so forgive me if this is a stupid question, but I have been unable to figure this out. I have a Red Hat 7.1 box (kernel 2.4.9) with the Samba 2.2.4-2 RPM installed. I am trying to configure it so that Windows 2000 machines within my company's Windows domain can access it. Before diving into anything exotic, I am trying to get this to work without requiring any
2002 May 14
2
Creating Samba users?
I am a new Samba user - I just installed on Solaris 8 and (finally) got smbd and nmbd running. Now how do you create a user in Samba? The documentation provides tons of information about smbadduser and smbpasswd except *how to use it.* Any help is greatly appreciated. For example, how to I create a Samba "root" user if I am the Unix "root" user? Thanks -- JW
2002 May 16
2
redhat linux 7.3 package
Is there a Samba package for Redhat Linux 7.3? I only see packages for 7.2 and below. If package not yet available for 7.3, is there an estimated time that one will be created? Thanks, Huy -------------- next part -------------- HTML attachment scrubbed and removed
2002 May 14
3
How to mount a samba partition in Linux?
I have installed Samba 2.2.1.a. From windows it works allright. From Linux I can browse with smb://server. But I do not have write permissions. When I open a console and in this console enter the command smbclient //server/folder I do have write permissions. Someone told me to mount samba with mount -t smb -o username=***,pasword=*** \\192.168.0.1\folder /destination, but when I do this I get
2002 Jun 12
1
WinXP Pro 'Loses' Samba Server
I have Samba running on my web server (it's not a major file server or anything) so that I can access files on it from my local network. Mainly things like I can view my webalizer pages thru a local machine, or to copy files over for installation. Anyway - every 2-3 hours, I 'lose' the connection and have to reboot the WinXP machine (yeh, I know - 'Rule #1 of Microsoft - When in
2008 Nov 28
1
Start Wine without terminal
Hello together, sorry for my bad English. I have a problem. All the games, which i have Installed on my pc, i only can start through the terminal. i must go into the direction from the game and start with the command wine xxx.exe. All programs don't run when i try to start directly from the konquerer folder. also they don't start through the kde menu. the only thing what i see is the
2004 May 05
0
SWAT drops quoted text in options
Having a little trouble with SWAT in Samba 3.0.3. When an option in smb.conf contains quotes, for example: add group script = /path/to/addgroupscript "%g" SWAT will, upon parsing smb.conf, display add group script = /path/to/addgroupscript and committing it causes the quoted portion to be dropped in smb.conf. Note that anything in double quotes (or, rather, after the first double
2007 Jun 09
1
Blosxom + Markdown problem: randomised email links break RSS, Atom
As described here, "Markdown will... perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots" on automatic email address links like <rwhe at ludism.org>. http://daringfireball.net/projects/markdown/syntax#autolink I have had a problem with my RSS feed for months, where certain entries would refresh every hour or
2006 Jul 03
2
Strange local requests with Apache 2.2, mod_proxy_balancer, and Mongrel 0.3.13.2
Hello all, My Rails app is logging some rather strange requests: Processing StoreController#index (for ::1 at 2006-07-03 13:18:48) [GET] Session ID: ed5e2a0e5b4b9290835a969cdd749e6e Parameters: {"action"=>"index", "controller"=>"store"} Completed in 0.08174 (12 reqs/sec) | Rendering: 0.07951 (97%) | DB: 0.00000 (0%) | 200 OK [http://127.0.0.1/]
2012 May 22
3
How to remove square brackets, etc. from address strings?
Hello, I'd like to remove the individual pairs of square brackets along with their content - plus the space directly behind it - from address strings such as this: [Swidsinski, Alexander; Loening-Baucke, Vera; Lochs, Herbert] Charite Humboldt Univ, Innere Klin, D-10098 Berlin, Germany; [Hale, Laura P.] Duke Univ, Med Ctr, Dept Pathol, Durham, NC 27710 USA I'd like get the
2003 Mar 31
2
Citrix reports no more connections to samba server
Hi All I have a Win2K server with Citrix Metaframe XPe installed on the network and uses mapped network drives to a Samba file server. The Citrix server is locking users out of the mapped network drive on the samba server. Citrix has 125 concurrent licences and Terminal services licences of the same amount Samba version is 2.2.3a Running on a Redhat 7.3 box. Please advise if more into is
2004 Nov 18
3
Internet fail over
Bit of a shorewall newbie so if the answer is obvious please be gentle. We have been using version 1.4.2 for a while now and are very happy with how it performs, however we are looking to increase the resilience of our internet connection by providing a second internet feed. The idea being that should the primary connection fail shorewall will transparently (as far as users are concerned) switch
2005 Aug 31
4
a few more questions...
Hello everyone, I sent the last email prematurely - I had a few more questions. I don't wish to start a holy war here, but are there certain OSs / Distros that are preferred for running very busy icecast servers? We're a Solaris shop currently, but don't mind using linux or BSD if that would make things easier. I see there is a Fedora Core RPM on the icecast page - does that
2006 Dec 18
4
How to keep mocks consistent?
Hey all, Here''s a question for everyone: how do you keep your mocks and stubs consistent with your real objects? I''m dipping my toes into the RSpec world, and it''s absolutely delightful (running dozens of tests in less than a second is nice as well), but I''m concerned about my ability to keep the mocks in my specs consistent with the behavior of their
2006 Aug 18
3
New automated Capistrano setup for Apache2.1+ and mongrel_cluster
Hi mongrel users! I just posted a bad-ass capistrano file that automates *everything* for setting up an apache2+mod_proxy_balancer and mongrel+mongrel_cluster -- including apache2 setups. It''s based off Coda Hale''s guide and all Bradley''s work at fluxura and RailsMachine (thanks Coda and Bradley!). It''s, well, bad-ass, if I must say so myself. My favorite
2005 Aug 22
3
overlaying prerecorded content over a live stream...
Hello everyone! I've been looking into using icecast to help get some terrestrial radio stations into Internet broadcasting. One of their requirements is that they have the ability to overlay internet-only content over the regional commercials that they run during their programming - ie, during breaks between their normal programming, they don't want ads from their advertisers
2006 Aug 10
7
Mongrel proxied through Apache won''t serve images
I followed the tutorial from Coda Hale[1] on setting up Mongrel/Mongrel_cluster and Apache to move away from my current Apache+FastCGI setup. The mongrels are all working fine, and Apache is proxying all dynamic requests through to the cluster using proxy balance. Strange thing is now, that all my images in public/images aren''t loading at all, if I access them directly I just get a
2017 Nov 13
1
halo replication not working
Hi all I have two data center in two different region (A and B), I have created glusterfs volume with replica 3, one replica is in one region and other two replica is in another region. I have enabled the hale replication feature, I mount the volume in data center A with its public ip and mount the volume in data center B with its public ip. when I copy data in data center A, the data is
2005 Aug 22
1
ezstream and OSX 10.4.2 Tiger...
On Mon, 2005-08-22 at 21:47, Michael Hale wrote: > Hello again, > > I'm having a dickens of a time getting ezstream configured - it > requires libshout2 - so far so good. > > I installed the darwin ports library, did a port install libogg and > then a port install libvorbis. Now, when I try to do a port install > libshout2, configure returns the following. >