similar to: Access to string file owner names

Displaying 20 results from an estimated 2000 matches similar to: "Access to string file owner names"

2001 Nov 05
3
Can't compile under RH 7.2
All -- Has anyone gotten samba to compile under RH 7.2? I tried: 2.2.2 NOPE 2.2.0 NOPE 2.0.0 NOPE 1.9.00 YES CVS HEAD NOPE In the cases of the 2.* versions (and CVS head) I ran ./configure and make. In the case of 1.9.00, I edited the Makefile for a non- shadow Linux host (and added -lcrypt). I'm attaching a typescript file of my latest attempt at
2009 Apr 17
2
Error messages 3.0.6pre1
I compiled 3.0.6pre1, including the crtimes and fileflags patches for use on Intel OS X 10.5.6, as described by Mr. Bombich (thanks!) here: <http://www.bombich.com/mactips/rsync.html> I want to use 3.0.6 because it seems that this bug: <https://bugzilla.samba.org/show_bug.cgi?id=5365> has been resolved (yay!). ----- [~]$ rsync --version rsync version 3.0.6pre1 protocol version 30
2018 May 03
2
Getting --delete to work, simply
rsync version 3.1.2 protocol version 31 I've run into an issue using rsync on my QNAP NAS. I've installed Entware-ng on the NAS so that I can install better versions of programs, rsync being one of them. But, I've run into an issue wqith using the --delete option, as it has problems using wildcards. Initially a backup script looked like: #!/bin/sh for d in
2018 May 03
1
Getting --delete to work, simply
On Thu, May 03, 2018 at 02:59:11PM -0400, Kevin Korb via rsync wrote: > Note that these are working because S* and s* are being applied to all > the dirs and files within dirs. So if you had x/Something it wouldn't > get copied and if you had S/else it wouldn't get copied. Maybe you want > to add --prune-empty-dirs and an --include='*/' so that rsync will look >
2018 May 03
2
Getting --delete to work, simply
On Thu, May 03, 2018 at 01:09:30AM -0400, Kevin Korb via rsync wrote: > --delete only works when you sync a dir not individual files. So... > rsync -vai --delete --include='g*' --include='G*' --exclude='*' > /share/Public/videos/ /share/Backup-HDD-03 That kinda didn't work: rsync -vai --delete --include='S[A-Z]*' --include='S[a-h]*'
2001 Dec 31
1
Printing problem: printing control characters
Hi folks: AIX Samba server: 4.3.3 Samba v: 2.2.1a Windows NT sp6a printer: various HP: 4500, 8150 I have set up the print queues the long way, by copying all the .dll's to unix, etc. All the config's look work, in fact I can print, but it print the 'control characters'. I actually see the: '@PJL .......' which I believe is the PCL control code. I could really use some
2020 Jan 01
3
standard naming for components of R data structures
I need to write some documentation: I'm looking for a standard, consistent way of referring to the components and attributes of R data structures. Googling and Stackoverflow yield a variety of github sites that do not seem to be particularly authoritative. I was hoping to find a BNF/ABNF grammar for R. I've looked at the output of bison -v ./R-3.6.2/src/main/gram.y but it does not
2002 Apr 23
2
Rsync server on w2k with ssh
Help ! I am running rsync as a service on w2k successfully using the patch from http://v.iki.fi/~vherva/cygwin-rsync/ I would like to connect to the windows machine from Linux, to automatically backup the windows machine without user intervention. I understand that there are network problems using the native rsync transport under windows. How do I setup ssh with a w2k server? I have the ssh
2000 Mar 20
0
HELP with error: the server sevice is not started
hi folks, I'm try to get samba (2.0.6) to work on AIX (4.3.2) with NT (4.0 SP 5). I think I have everything set up correctly. My UNIX servers show up in the browser list, but when I try to access them I get a windows error: "The server service is not started". The strange thing is it works sometimes. I was thinking it was UNIX permissions, but things look ok. Any help would be
2004 Sep 10
0
Python wrappers for libflac
Hi all, I've written some python wrappers for parts of libflac, namely the file encoder, file decoder and metadata interfaces. The wrappers were built with the help of "swig". The interface is supposed to be very close to the C API, but OO-ised (like the C++ API) and python-ised. It has some funky features like being able to write your callbacks for encoding/decoding in python and
2020 Jan 06
1
standard naming for components of R data structures
@steve Seek for online document named "writing R extensions" chapter 2. It tells how to describe a list structure using item markup for R documentation files, if indeed this matches your search, thing I am not sure. Something that looks like... value{ The \\code{list} owns following names \\item{alpha}{double vector} \\item{beta}{integer vector} \\item{delta}{raw vector} } Best Le
2006 Apr 26
5
accessing created_on causes type error
I assume that this is some newbie stupidity, but I haven''t found my way around this problem. I have an ActiveRecord object fetched from the database, and I need to evaluate the contents of the updated_on field. However, *any* attempt to access that data in the program results in a TypeError with the message ''no implicit conversion from nil to integer''. cust =
2008 Mar 31
2
Rails and Partials
Excuse my ignorance on partials but..... I am trying to use partials to create a uniform display box built with html tables. The only way I have thought about accomplishing this is to create two partials: _start_box.erb ---------------- <table id="box" width="<%= width %>"><tr><th><%= h(label_text) %></th></tr><tr><td>
2006 Jul 10
1
2 Node cluster crashing
Hi, We have a two node cluster running SLES 9 SP2 connecting directly to an EMC CX300 for storage. We are using OCFS(OCFS2 DLM 0.99.15-SLES) for the voting disk etc, and ASM for data files. The system has been running until last Friday when the whole cluster went down with the following error messages in the /var/log/messages files : rac1: Jul 7 14:56:23 rac1 kernel:
2007 Oct 11
0
Kernel Update and Ultra Monkey
Hi, We currently have an CentOS 4.5 running Ultra Monkey box serving web requests to two real servers. Info as below : ipvsadm-1.24-6 heartbeat-2.1.2-3.el4.centos CentOS 4.5(kernel-smp-2.6.9-55.0.6.EL) All was working fine this morning until I upgraded our OS and patched the kernel to kernel-smp-2.6.9-55.0.9.EL via YUM(CESA-2007:0937). After that users started complaining that they were
2006 Jun 19
0
FileUtils/ActiveRecord help please?
Does anybody know how to make FileUtils and ActiveRecord coexist? Every attempt I have made results in errors like those quoted below. [belladonna-grr] ~ <0> irb irb(main):001:0> require ''rubygems'' => true irb(main):002:0> require ''fileutils'' => true irb(main):003:0> include FileUtils => Object irb(main):004:0> require_gem
2005 Sep 19
0
RUXCON 2005 Update
Hi, RUXCON is quickly approaching yet again. This e-mail is to bring you up to date on the latest developments on this years conference. Our speakers list is complete [1] and our timetable has been finalised [2]. Below is a list of presentations for RUXCON 2005 (in order of acceptance): 1. Breaking Mac OSX - Ilja Van Sprundel & Neil Archibald 2. Binary protection schemes - Andrew
2007 Feb 08
0
ActionController::RoutingError in actionpack-1.13.2
The specific error is: ActionController::RoutingError (no route found to match "/application/setservice" with {:method=>:post}) With actionpack-1.12.5 the default route handled /application/setservice. I have found a workaround by adding the route map.connect ''application/setservice'', :controller=>''application'',
2005 Apr 05
1
problem with remote forward and SSH 2.4.0 server
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm having a problem with OpenSSH_4.0p1 when trying to do remote port forwards to a server running SSH Secure Shell 2.4.0. The problem appears to be that 2.4.0 chokes on bind addresses that aren't numeric addresses, such as "localhost" and "". The following commands are failing for me from the 4.0p1 client to the 2.4.0
2004 Aug 06
0
streaming ogg player embedded in web page
have you tried jorbis? http://www.jcraft.com/jorbis/index.html <p>adam <p><p><p>On Fri, 30 Apr 2004, Warren J. Beckett wrote: > Hi List, > > For the last week I have been have playing with icecast 2.0.0 and ices > for a streaming project I am working. The streaming is working with > multiple sources and fallback using XMMS and Winamp as the clients. All