similar to: Why does fstab fail when command line mount works?

Displaying 20 results from an estimated 1000 matches similar to: "Why does fstab fail when command line mount works?"

2004 Jul 10
5
Three (quick?) questions...
[Please excuse if this is a repeat; I initially tried to send it from a different account, and it's been held up for a couple of days awaiting moderation.] 1) What's the absolute minimum required (hardware-wise) in order to get one in-bound POTS line into Asterisk, and then have IP phones "inside?" [In other words, I obviously need a NIC -- but what would be the
2004 Jan 19
2
Filename for printing?
Hi, all. I'm trying to create a PDF queue... or, rather, I already have a homebrew solution I hacked together with an lprng filter, and it doesn't work too well. The solution at www.linuxgazette.com/issue72/bright.html, which uses the smb.conf and "print command" paramaters, appears to be much more elegant, but has one major shortfall: I don't see any way to get the
2002 Jun 09
2
"password server" not working: 2.2.4
I've been having some trouble getting ACLs to work under my Samba 2.2.4 client (talking to my 2.2.4 "PDC"). Finally, I checked the log and realized that it wasn't able to map SIDs to UID/GIDs. Further checking, and I realized that the client never made the request to the server. Here's some output from smbpasswd: smbpasswd -D 4 fred Initialising global parameters
2002 Jul 24
4
ACLs on client Samba machines with Samba PDC.
I've got a Samba box (2.2.5a) as a member of a Samba domain. Both the PDC and client are running 2.4.18 with XFS and ACLs compiled in. Problem: on the client, I can -NOT- modify the ACLs for files from Windows. (Note that I can modify the stock Unix permissions, but not the extended users/permissions that ACL support offers.) If I try, they just vanish when I click "OK".
2003 Jun 10
1
./configure problems using --with-pam under Debian stable.
Hey, all. I'm running Debian stable, and when I try to ./configure --with-pam for either 2.2.7a or 2.2.8a, I wind up with [...] checking whether struct passwd has pw_age... (cached) no checking for poptGetContext in -lpopt... (cached) no checking whether to use included popt... ./popt checking configure summary... configure: error: summary failure. Aborting config There don't appear to
2003 Oct 15
2
samba 3.0.0 winbind starting problems.
I've a little problem starting winbindd. using It on a redhat 9 linux, compiled from source. I've configured nsswitch.conf with winbind and kerberos. Naturally joined my ADS realm with the following command: net ads join -U administrator successfully. now the problem is that smbd and nmbd work correclty but I can't start winbindd due the following error and I can't manage why,
2003 Sep 19
1
Transparent WINS hostname resolution?
Hi, all. I've always assumed that there's a way to do transparent WINS-based hostname resolution, but I'm durned if I can figure out how. In other words, I imagine that you could just add another entry to /etc/resolv.conf (eg., "hosts: files dns wins") that would allow me to ping foo and have it attempt to resolve through each in turn. Does this exist, and I've just
2006 Nov 24
6
Rails 1.2 RC1 problem
Hi Have this helper method inside a sites_helper.rb module def distritos [ ['0', 'Todos'], ['1', 'Aveiro'], ['2', 'Beja'], ['3', 'Braga'], ['4', 'Brangança'], ['5', 'Castelo Branco'], ['6', 'Coimbra'], ['7',
2007 Jun 21
2
Error when trying to run expense program
Guys, I m trying to get up to speed on Rails via the Apple tutorial at:http://developer.apple.com/tools/rubyonrails.html Problem is when I try and access localhost:3000/expenses I get the following error. It may be a breeze for you to figure out but since I dont know jack about rails it seems cryptic to me. Application.rb seems to be very similar to the database.yml file. I''m running
2004 Nov 26
2
Uniden UIP200 -- configured, but not working?
Hi, all. I've got my Uniden UIP200 configured via TFTP (had to get DHCP 3.0.1 -- Debian's latest is 2.0.x!), and all seems well... except for the minor detail that it doesn't work. It registers fine with Asterisk, but when I copied my Grandstream's sip.conf info and plugged in the Uniden stuff, no dice. Any ideas? Thanks... -Ken unidencom.txt: OverwriteLocalSettings
2007 Feb 12
1
Invalid char problem
Has the problem with corrupted .rhtmls (invalid characters) been solved so far? I would like to use ferret and acts_as_ferret on Windows XP. I have installed 0.10.9 (mswin32) which still seems to have the problem. I am receiving error messages like: compile error C:/INSTAN~1.4P1/INSTAN~1/rails_apps/travelogue/config/../app/views/article_editor/_header_read.rhtml:2: parse error, unexpected
2002 Feb 23
2
XFS ACLs vanish. (2.2.2a and 2.2.3a)
Hiya. I've got an XFS partition, have compiled and installed all the XFS stuff, then compiled (with --with-acl-support) samba, which then returns: checking whether to support ACLs... checking for acl_get_file in -lacl... yes checking for ACL support... yes Using posix ACLs So it would seem to me that ACLs would be supported. So then I install and run it, add the box to the (Samba 2.2.2)
2007 May 28
2
helper with block compile error
HI, i''m trying to write a helper that replaces link_to_remote that accepts a block but it gets a compile error in the template: I don''t know what I''m doing wrong... TIA # application_helper.rb def link_block_to_remote( options = {}, html_options = {}, &block) concat(link_to_remote(capture(&block), options, html_options), block.binding) end # in
2006 Mar 17
6
Problem with ruby 1.8.4 One-Click Ruby Installer on windows
Hi! Previously i had ruby 1.8.2 (One-Click Ruby Installer) installed, but the rdoc and plugindoc didn''t work, so i decided to install ruby 1.8.4. I had uninstalled ruby 1.8.2 (uninstaller deleted the whole ruby folder with radrails and everything, just great) and installed One-Click Ruby Installer 1.8.4-16 preview3. Then installed rails, rmagick, radrails, created docs for trunk
2009 Oct 23
2
Deployment syntax error: fine in dev - what's happening?
I''m deploying an app (using Capistrano) to a staging server prior to final deployment. The app runs fine in dev, but in staging it throws a syntax error. How can that be? The error is: /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': /Library/WebServer/staging.givetothem.co.uk/releases/20091023133654/app/controllers/bulkimport_controller.rb:32:
2011 Nov 18
2
Are tildes actually valid in templates or is this a bug?
Hi all, First off, we''re running Puppet 2.7.6 with Ruby 1.8.7 on CentOS 6.0. Now, I''m using tildes in a template to prevent newlines from appearing but ruby/puppet is choking on them. */tmp/puppet$ cat test.erb* Line 1: Line 2 will exist if running on CentOS. <% if operatingsystem == "CentOS" ~%> Line 2: Yay, we''re running CentOS. <% end ~%>
2006 Apr 08
5
Strange error ...
I''m getting a very strange error in a very vanilla Rails app setup: compile error ./script/../config/../app/views/home/index.rhtml:1: parse error, unexpected $, expecting kEND _erbout = ''''; _erbout.concat " <div id=\"index_main\">\n" ... ? Anyone know what this might be? I installed the Login Engine and the error started. I''m using
2006 Apr 30
6
Help, Gruff is killing me
Hi all, I hope somebody can help me out here, since the issue has been killing me for the last three days. Here is the issue: It seems that gruff kills rails/webrick whenever it''s used on win32. I installed gruff per instructions and it seems to be working. The sample controller generates a nice grpah with send_data and all. The issue started once I try to use any other
2004 Aug 09
1
"Re-constituting" smbpasswd machine entry?
Hey, all. Somehow, a couple of lines with machine entries got deleted out of my smbpasswd file. Is there any way to "re-constitute" these entries, or do I have to remove and restore the machines from/to the domain? I'd vastly prefer to just pull the relevant info from the clients, if there's any way to do so... Thanks, Ken D'Ambrosio Sr. SysAdmin, Xanoptix, Inc.
2006 Feb 11
9
Upgrading to Ruby 1.8.4 and strange problems!
Hi folks, There is a strange problem here, I''ve installed the latest version of One-Click Ruby installer [1.8.4-16 preview3], everything went fine, and after that I''ve installed Rails 1.0. No problem in setup process, but now, when I try run my rails application, there are many strange things happening. In one my application no CSS apply, looks like there is no CSS file, and