similar to: Mounting for non-root users

Displaying 20 results from an estimated 100 matches similar to: "Mounting for non-root users"

2004 Mar 15
1
Cancel Print Job from Windows
Hi, We use Samba and CUPS to print for Windows users. Users seem to be able to cancel their own jobs in the queue from the Windows queue interface (in Control Panel\Printers\Open queue, right click on job and select Cancel) but Domain Admins cannot cancel Domain Users documents in this way (the status bar says "Access denied."). Domain Admins have this ability with a Windows print
2008 Jun 17
7
Accessing member server prompts for credentials
Hi, I'm trying to join a server as an AD member but it isn't working. I do: kinit ADMINISTRATOR@DOMAIN1.CO.UK which prompts for the password and displays nothing else. Then I do: net ads join -U Administrator%XXXXX which returns: Using short domain name -- DOMAIN1 Joined 'SERVER1' to realm 'DOMAIN1.CO.UK' So all looks OK, but when I try to browse the shares on
2003 Aug 22
3
Which encoder ver to use?
Hello, I'm seeking advice here as I'm intend in the not to distant future to start encoding my CD collection, and I'm not sure what to use. Do I use the still current v1.0, or am I better off using a newer build? Also, I've started to notice mention of versions 1.0.1 and 1.1 in these mailing lists. Are these worth holding out for? I'll probably encode at about Q7, and am using
2010 Mar 01
3
remove apostrophe in query
Hi, I want to generate a query with conditions like that :conditions => ["score_team_1 ? score_team_2", compare_sign] . The resulting query ends e.g. with score_team_1 ''='' score_team_2 How can i remove the apostrophes from include into the string? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2010 Mar 02
1
localized host in ActionMailer Views
Hi, I''ve got some domains , lets say example.com and example.de and I want that the link in a ActionMailerView contains the correct localized host e.g. with <%= @root_url %> . Currently the host is set in the environment.rb with "config.action_mailer.default_url_options = { :host => "example.com" }". How can I set the host dynamically and localized?
2019 May 22
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
On Wed, May 22, 2019 at 03:18:25PM +0000, Ady Ady via Syslinux wrote: > You also need (at least) the "syslinux-common" package of the same > version Yeah my bad, that's what I used, I had all the c32 files... > I don't know how much relevant debug info you could actually get when > using the "-dhcpinfo" option of linux.c32 (see the wiki for details).
2006 Sep 19
3
File Locked
Hi, I've got a Word document on a Samba share that I can't rename, overwrite or open. Attempting to rename it gives: Cannot rename Filename: There has been a sharing violation. Attempting to open it gives: Filename.doc is locked for editing by 'another user'. This is on a NAS box so I can't say which Samba version it is. There are no temporary files in the share to show who
2010 Jan 25
9
skinny Controllers, fat models with REST?
Hi, I''m really new to rails, so i programmed some stuff and today i read some things about skinny Controllers, fat models. My Controllers are really fat now. So i''m asking myself how can i shrink my controllers and move the code to the models, especially in fact of REST e.g. in focus on error codes? code example: # POST /tasks # POST /tasks.xml def create @authorized
2003 Dec 23
4
Trying to use LDAP: Failed to bind to server: Invalid Credentials
I'm using RedHat 9 and Samba 3.01rc2. I'm working through the Samba Howto on LDAP but I've no experience of LDAP and I'm struggling to understand what is needed. At the moment when I try to change or set a password with smbpasswd, I get the message "failed to bind to server with dn = etc: Invalid credentials". So can someone clarify any of these points for me. 1. About
2003 Jul 30
2
ia64 boot cd
Hi, I am trying to create a boot cd for ia64 systems which will go into the efi shell, map to fs0 (cdrom) and give a help message on screen. I have tried creating a CD using isolinux but this boots as the Red Hat AW2.1 CD 1 and ignores the message file. After selecting the efi shell and mapping to fs0 then entering - elilo linux ks=nfs:<ip address>:<kickstart file> I get the message
2007 Jan 12
5
File Lock Timeout
Hi, I've seen posts (but no answers) about clearing a file lock on a Samba share. Presumably this kind of thing happens when the program abnormally terminates and doesn't close its open files. I've got a file that smbstatus reports as: 1216 DENY_WRITE 0x20089 RDONLY NONE /shares/share1/Files/december.xls Fri Jan 12 12:51:30 2007 Trying to open this in Excel
2009 Jun 08
3
Plotting two regression lines on one graph
Hi! I have fitted two glms assuming a poisson distribution which are: fit1 <- glm(Aids ~ Year, data=aids, family=poisson()) fit2 <- glm(Aids ~ Year+I(Year^2), data=aids, family=poisson()) I am trying to work out how to represent the fitted regression curves of fit1 and fit2 on the one graph. I have tried: graphics.off() plot(Aids ~ Year, data = aids) line(glm(Aids ~ Year,
2019 Jun 19
2
lpxelinux.0 issues with larger initrd.img files from RHEL >= 7.5 on UCS servers?
> > Sounds like you may want to contact Cisco... > > And tell them what? There's a bug in their PXE/BIOS stack somewhere? Just some random and humble thoughts... Perhaps it would be worth some additional tests? Maybe a test with pxelinux.0 version 4.07? And using "LINUX", not "KERNEL": ### DEFAULT biginitrd PROMPT 0 LABEL biginitrd LINUX mykernel INITRD
2007 Jan 22
2
Samba members in NT4.0 to AD upgrade
Hi, I've got an NT4.0 domain that I'm planning to upgrade to Active Directory. I've got a couple of Samba member servers in the domain, various versions above 3.0. So I have two questions: 1. Are there any gotchas with this scenario or will the Samba clients just keep working as NT4-esque clients. 2. Is it possible to "upgrade" a Samba member server to be an Active
2013 Oct 29
3
rake db:migrate debacle
Hi there - I''m a ruby newbie and am stuck on the Getting Started with Rails app. See output below. Problem arose when I ran the rake db:migrate command. I also tried the ''rake db:migrate RAILS_ENV=development'' command which may be obvious. Any ideas on how to fix this? Many thanks!! $ ruby -v ruby 1.9.3p392 (2013-02-22 revision 39386) [x86_64-darwin10.8.0]
2014 Aug 24
2
Compiling modules in kernel source but not included in distro.
Hi, I've been trying to compile some kernel modules for centos 6.5, specifically fore_200e atm driver (although I also have hardware to try nicstar and he ). This module is not included in the centos kernel or modules but is included in the stock kernel source. Lots of articles on compiling or patching modules in general or compiling code not included in the kernel source, but not much
2010 Apr 27
1
Translation Failure
Hi, i''m getting a translation failure: translation data {:username=>"Benutzername"} can not be used with :count => 1 What does this means? In my de.yml File i wrote in the activerecord part: models: user: username: ''Benutzername'' Thanks -- You received this message because you are subscribed to the Google Groups "Ruby
2005 Jul 23
1
msi failure from program installation CD
Hi all I am using Wine 20050524, and trying to install Art Explosion Greetings Card Factory - which was successful on a version of wine about 5 months ago. Now I get lots of errors like the following, and then eventual complete failure: err:msi:ACTION_InstallFiles Unable to move/copy file (L"Z:\\cdrom\\GCF\\PROGRA~1\\ARTEXP~1\\GREETI~1\\Wizards\\ANNOUN~1\\STRICT~1\\PROMOT~1.LAX" ->
2009 Apr 07
3
Speed bumps on the way to successfully running puppetmasterd on Mac OSX Leopard, try one and two
Hey all, I have recorded my steps towards getting puppet functional through one of the four different methods that I can think of, which are: 1.Source(copying and insatlling to the recommended unix FSH directory, /usr/local/src) 2.pkg hosted at explanatorygap 3.MacPorts 4.RubyGems I haven''t cleanly tested the last two, but here''s where I am with the first two: 1. I
2003 Oct 17
0
Problems with Trust Relationship
Hey All, I'm having problems with a Trust relationship between our Win 2002 PDC and our Samba PDC. Here are the details: (names have been changed to protect the innocent...!) Win 2002 PDC: WINPDC, IP 1.2.3.4 Client in Windows Domain: CLIENT Samba PDC in Domain TEST: SMBPDC I use Start -> Run -> \\SMBPDC on a machine in our Windows 2000 Domain and got an error saying "\\SMBPDC, A