similar to: guest ok = yes

Displaying 20 results from an estimated 10000 matches similar to: "guest ok = yes"

2003 Jan 13
3
auto start
Hi, I'm fairly new to both linux and samba. I'm running RH8 with Samba 2.2.7a. Samba's installed and is basically working, but can anyone tell me how I can get samba to start when linux boots up? I'm currently having to start it by running the following commands; ./usr/local/samba/sbin/smbd -D ./usr/local/samba/sbin/nmbd -D I've got the Using samba book from o'reilly, but
2003 Jan 23
2
Joining WinXp to Samba PDC
After trying to get WinXP (Pro) to try and find my domain so I can log on I've finally done it, but now when I try and join my WinXP client to the domain, windows asks me to enter the username and password of an account with permission to join the domain. Now which account would this be?? root doesn't work, neither do my other samba users. Do I have to create another user or something?
2003 Mar 08
3
changing ip
I require some advice. I've had samba running nicely for a couple of months, however I needed to change the ip addresses for my network. Since changing the ip addresses, whenever I start WinXp and log on it takes about 3-4 mins to log on. Also when I try to browse using windows explorer I sometimes have to wait 3-4mins, then I get the same delay when logging off. If I use dos though and change
2002 Aug 25
3
How do I create a globally accessible directory [partly solved] (XP works/98 doesn't)
I just want a simple, globally accessible directory for anyone on my LAN. I don't care who they are, who they're logged in as on their windows machine, I don't care about security (it's my own private LAN!!!). Why is this so difficult to do? I've looked through the archives (which by the way, could someone spend a few minutes and put a SEARCH feature there. Following threads
2002 Jun 30
3
Network IP address
Hello all, Quick question. Our network has NO connection to the internet (the way we want it) but we are using 66.2.x.x as our IP addresses. However, I am now reading that 192.168.x.x is the preferred naming convention. If I leave as 66.2.x.x will I have problems with Samba? Because I dont connect to the Internet do I need to change? Thanks in advance and hope Mr. Gerard O'Reilly Intranet
2009 Jan 19
2
Autocreate plugin
Hello. I found what if you have a something like this: autocreate = Trash autocreate2 = Sent autocreate3 = Spam *Then I delete autocreate2 string* and... autocreate3 will not work. If I add autocreate2 - all work well. Yes it is seems to be right what they all must go after each otherm but if i have a 20 or 30 autocreate folders and i want to delete autocreate2 for example - all other from
1997 Oct 03
67
SAMBA
On Fri, 3 Oct 1997, Daniel Feenberg wrote: > Gosh, you are doing well at a project that I gave up on about a year > ago. I only wish you were close enough to do some consulting for us. I guess so do I ;-) Using the new approach I posted to samba-list earlier today, it is not really all that tricky any more. Watch for my reports on the list, you may be able to implement what I've done
2009 Aug 28
2
ACL in public folders
# dovecot --version 1.2.1 I'm trying to configure ACLs for public folders. I have: -------------------------------------------------------------------------------- namespace public { separator = / prefix = shared2/ location = maildir:/home/pubfolders2:INDEX=~/Maildir/public2 subscriptions = no list = children } protocol imap { mail_plugins = acl } plugin { acl = vfile }
2004 Dec 02
16
How about a mascot for R?
R users, How come R doesn't have a mascot? Linux has one and so does LaTeX, so shouldn't R? I personally think that associating a "friendly face" with R would be a good thing for R (one letter names can be quite intimidating). I apologize if this is addressed in the FAQ. I searched the FAQ as well as the mailing list archives and checked ?mascot but to no avail. ;-)
2011 May 06
1
scaffold didn't work
i am using rails -v 3.0.7.when i tried "rails generate scaffold try name:string number:decimal" , it gave following error message invoke active_record /usr/lib/ruby/1.8/yaml.rb:133:in `load'': syntax error on line 7, col 2: ` pool: 5'' (ArgumentError) from /usr/lib/ruby/1.8/yaml.rb:133:in `load'' from
2013 Mar 14
7
No Migration Files are created
I''ve been working with Rails for 3 Months now, but haven''t experienced this problem until now. I''m currently working through Micharl Hartls Tutorial and everything worked fine so far, but suddenly (chapter 11) I can nolonger create Migration Files. when entering "rails g model Name field1:type" I don''t get the usual "create db/migrate...."
2011 Sep 13
3
Accessing Rails helper method with_output_buffer
Hi all, I cannot figure out how to correctly use the with_output_buffer helper method (located in ActionView::Helpers::CaptureHelper) inside a custom FormBuilder. Below follows a simplified example. I''m trying to achieve the following behavior in an ERB as suggested in the form_for helper docs in the Rails source: ========== <%= form_for @object, :builder => MyFormBuilder do
2007 Jul 16
5
exec and notify
Are exec resources triggered by notify events supposed to be run once for every event received or only run once per run irregardless of the number of resources that notified it? It seems to me that it gets run twice no matter how many resources triggered it. consider the following class: class dhcp { $prefix = "/usr/local/etc/dhcpd" $dhcpd_conf = "$prefix/dhcpd.conf"
2012 Apr 12
2
Puppet Module
Hi All, I am getting the following err while looking up for this command # puppet-module search iptables sudo puppet-module search iptables ===================================== Searching http://forge.puppetlabs.com ------------------------------------- /usr/lib/ruby/1.8/net/http.rb:560:in `initialize'': Connection timed out - connect(2) (Errno::ETIMEDOUT) from
2021 Jan 07
1
HCI Cluster - CentOS8 to Streams Upgrade Broken
I have a test environment. Three node HCI cluster. CentOS8 build. Gluster as file system with standard cockpit deploy of HCI. Converted to CentOS Streams which seemed to go fine. Did a yum update and no issues. Did a reboot.. and now engine will no longer start. So I can no longer start my Virtual machines. I posted as bug https://bugzilla.redhat.com/show_bug.cgi?id=1911910 I posted to
2002 Jun 03
2
FW: oplock break on excel files using samba 2.2.4
I'm having the same kind of problem too. Links to other excel workbooks are really breaking badly. One of them so bad that if I highlight the file through a windows explorer view; it kills the window immediately. I'm using RH 7.2 and Samba 2.2.4 -1 Please let me know if someone has some suggestions .... So far I've tried: veto oplock files = /*.mdb/*.MDB/*.ldb/*.LDB/*.xls/*.XLS
2013 May 31
22
accidentally created a rails app in the home folder
Im a new user - I just installed rails, following directions here: http://rubyonrails.org/download however, when it came time to make a rails new path/etc/etc I get this message: Can''t initialize a new Rails application within the directory of another, please change to a non-Rails directory first. The only complication during the download was that I had to upgrade from version 1.8.6 to
2010 Jul 24
23
How to disable ORM in Rails 3
Is there any way to prevent Rails 3 from using an ORM? In Rails 2, it used to have a description in environments.rb explaining how to do that. In Rails 3, is there any way to tell it to not use any database? I was trying to make some benchmarks from situations that don''t require a database... Thanks in advance, Rodrigo. -- You received this message because you are subscribed to
2009 Aug 03
1
Weird Network issue
Hi all: I am pretty new to xen, but ,thanks to you, I am learning fast :) I have a Dell Poweredge 2950 server running Debian Lenny as Dom0 named Asgard I have configured three DomU (Loki, Hermod and Thor) with DHCP support. All the machines (Dom0 and DomU''s) ask for an IP address to a DHCP server in the Office LAN. The DHCP server is configured to bind certain IP addresses to the Dom0
2004 May 30
5
Unblocking incoming SIP
I have just set up my first Asterisk, and I have the basics up an running. I have set it up with two SIP phones only. I can call between them, and I can call out to FWD phones. However, on receiving calls from FWD, my Asterisk blocks the calls with the following message: May 30 20:19:24 NOTICE[180236]: chan_sip.c:6397 handle_request: Failed to authenticate user <user>