similar to: Problem with file permissions getting changed

Displaying 20 results from an estimated 6000 matches similar to: "Problem with file permissions getting changed"

2000 Mar 08
1
Stripping/Prevent CRLF
I thought I had read somewhere that you can prevent the adding of the ^M's when copying a file to a samba share. (Such as doing an ascii ftp) Now I cannot find where I read this. I have a constant need to transfer excel files containing data to be uploaded and want to use samba to get these to the server. Can this be configured into Samba. I am using 2.0.6 on Solaris 2.6. When using
2000 Mar 09
0
Problem sending WinPOPUPS with 2.0.6 but not 2.0.0
I have noticed that the smbclient ver 2.0.6 fails when trying to send a Win popup to a Win98 machine when the username and machine name are the same. The smbclient version 2.0.0 has no problems at all sending to Win98 clients with the user and machine name the same. Also, when using smbclient -M <machine>, it takes a good 30 seconds to connect and prompt for the message to send. I have
2008 Jan 10
0
Kirk and asterisk
Hello all, I know it was on the list before but i have some questions about the Kirk IP600v3, the requested configuration files were send private i guess Does anybody have the correct SIP settings for handsets connected to the Kirk. IP600v3 I am particulair intrested in settings regarding: -Voice Mailbox -Call waiting -DTMF settings for e.g. parking an extension with asterisk functionality
2006 Apr 06
2
DOS/Windows Archive bits, and file ownership
Preamble: I've done a lot of looking round news-group archives etc, and I haven't found a definitive answer on this question: My environment: Clients are all Windows boxes. Assume backup of the "share" is a Windows based client. It relies on the DOS Archive bit to determine Diff/Incr backup selections. (User Execute bit in Linux) Goal: Allow users to "own" their files
2007 Sep 20
1
Relationship Proxies?
I''m trying to understand these results in irb, which implies that there''s some kind of proxy at play: >> aaron = User.find_by_login ''aaron'' => #<User:0xb7109cdc @attributes={"salt"=>"7e3041ebc2fc05a40c60028e2c4901a81035d3cd", "updated_at"=>nil, "contact_info_id"=>nil,
2004 Apr 03
3
Seeking help for outomating regression (over columns) and storing selected output
Hello, I have spent considerable time trying to figure out that which I am about to describe. This included searching Help, consulting my various R books, and trail and (always) error. I have been assuming I would need to use a loop (looping over columns) but perhaps and apply function would do the trick. I have unsuccessfully tried both. A scaled down version of my situation is as follows:
2006 Jul 26
3
Polymorphic Association with Single Table Inheritance?
Hello, is it possible to setup a model/table schema like this: Groupable --> Membership <-- Group ^ ^ | | User UserGroup I tried the following but failed: Groupable (table with ''type'' column) has_many :memberships, :as => :groupable has_many :groups, :through => :memberships
2016 Feb 18
3
Call for testing: OpenSSH 7.2
On 2/17/16 6:02 PM, Darren Tucker wrote: > On Thu, Feb 18, 2016 at 12:43 PM, Carson Gaspar <carson at taltos.org> wrote: > [...] >> Is there a sane way to run just one test script? LTESTS can't be overridden >> AFAIK... > > make t-exec LTESTS=testname > > where testname is the name of the specific test script without the .sh > extension. Nope, that runs
2008 Jan 29
0
[Fwd: Re: Fourier Analysis and Curve Fitting in R]
well if you want to find the spectral density aka what frequencies explain most of the variance then I would suggest the spectral density. This can be implemented with spec.pgram(). This is conducted with the fast fourier transform algorithm. a<-ts(data, frequency = 1) #make the time series with 365readings/365days ?spec.pgram and you should be able to take it from here This will
2007 Sep 14
0
Wine release 0.9.45
This is release 0.9.45 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many improvements to the crypto dlls (should make iTunes work). - The usual assortment of Direct3D improvements. - A number of fixes to sound support. - Many more WordPad features. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before
2006 Apr 17
3
model.models.models or model.models.find(:first).models
I the following three models which all have has_and_belongs_to_many # User <-> UserGroup <-> Permissions class UserGroup < ActiveRecord::Base has_and_belongs_to_many :users, :join_table => "user_usergroup_join" has_and_belongs_to_many :permissions, :join_table => "usergroup_permission_join", :uniq => true end I can do this: permissions =
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
When I looked at `man pam_unix`, I did not see any obvious options that would cause ssh to authenticate without prompting for a password at all, short of setting an empty password which is similar to PermitEmptyPasswords option. However, I am not very familiar with the internals of PAM, so pointers to documentation would be greatly appreciated. Also, I think adding a single line to sshd_config
2003 Feb 12
2
rsync & ldap authentication
Hi, I'm trying to get rsync 2.5.6 to authenticate users via openldap-2.0.23. I was looking through the mailing list archives and found a patch for rsync-2.4.6 that does this for me. I was just wondering if this is still valid, or if there has been a new patch or new implementation that has superceded this patch. Any help would be great. The message I am referring to is as follows:
2024 Jun 27
1
Proposal to add a DisableAuthentication option to sshd ServerOptions
see pam_permit(8) On Thu, Jun 27, 2024 at 10:37?AM Henry Qin <hq6 at cs.stanford.edu> wrote: > > When I looked at `man pam_unix`, I did not see any obvious options that > would > cause ssh to authenticate without prompting for a password at all, short of > setting an empty password which is similar to PermitEmptyPasswords option. > > However, I am not very familiar
2003 Oct 21
0
unexpected behavior when "modified outside"
Hi, I am using smbmount (3.0.0) on a debian GNU/Linux computer to mount a Windows 98 folder. I edit C++ files from the Linux computer and compile them on the Windows computer with VC++ 6.0. What I don't understand is the different behavior between when a file is edited with an external editor on windows (let's say wordpad) and when edited with an external editor via Samba (let's say
2011 Jul 12
2
Deviance of zeroinfl/hurdle models
Dear list, I'm wondering if anyone can help me calculate the deviance of either a zeroinfl or hurdle model from package pscl? Even if someone could point me to the correct formula for calculating the deviance, I could do the rest on my own. I am trying to calculate a pseudo-R-squared measure based on the R^{2}_{DEV} of [1], so I need to be able to calculate the deviance of the full and null
2015 Apr 18
0
user authentication issue
On 18/04/15 15:39, Itamar Gal wrote: > Hey Rowland, > > Thanks for the advice. The host is running Ubuntu 12.04 and I've > included the smb.conf below (reverted it to its "original" state prior > to following Jeremy's advice). I don't suppose you know why the user > is able obtain a list of Samba services (i.e. smbclient -L host -U > user) if they
2001 Apr 25
2
Makefile.in diff against CVS to prevent man/config rebuild every make
Bug: all .out files get rebuilt every make. This is silly, and breaks make install if root cannot write to your build dir. Fix: add dependancy check sop .out files only get rebuilt if the source file changes FixBug: if any source file gets changed, all .out files get rebuilt. This is because man pages and config files both get .out extensions but get created differently. It's
2015 Nov 18
1
Re: [virt-tools-list] Paths with whitespace in guestfish
[I don't check this list for libguestfs questions, hence the late reply. There's a libguestfs mailing list: https://www.redhat.com/mailman/listinfo/libguestfs ] On Mon, Oct 12, 2015 at 08:06:03PM -0500, Robert Nichols wrote: > Is guestfish able to handle paths that include whitespace? I've > tried just about everything I can think of: > > ><fs> ls
2003 Aug 13
4
running wordpad.exe (from win2000) in wine error
Hi All, I installed wine in my redhat linux-8.0 machine using wine-20030709-1rh8winehq.i686.rpm and copied wordpad.exe and mfc42u.dll from my win2000 machine to the ~home/.wine/c/windows and system directories and try to run wordpad.exe in wine byr #wine wordpad.exe I am getting error message dialog as The application or DLL can not be loaded on windows95 or 3.1. It takes advantage