Displaying 20 results from an estimated 7000 matches similar to: "force group + acls"
2012 Apr 17
4
Destination share larger than windows source
Hi,
I'm running Samba 3.6.3 on Ubuntu 12.04 (beta). Like many before me,
I'm trying to migrate data from a Windows file server.
I copied over a share as a test and was a bit surprised when the amount
of space allocated in the file system was over 100GB larger than the
Windows source. I am running on ext4 with "strict allocate = yes"
because I want to be sure that when I turn
2004 Oct 19
2
Samba and Active Directory
Hi,
I'm trying to join my Linux file server to an AD domain. I've looked at
several different documents describing how to do this, but I still am not
able to get everything to work correctly.
I am able to join my domain, but I cannot use smbclient to connect to
another file server in the domain, nor can I connect to the samba server from
my desktop PC.
My kerberos tickets seem to be in
2004 Mar 11
1
force user vs read list
I am in the process of expanding access to a share that currently has the
following configuration:
[uniqname]
comment = Unique comment
path = /path/to/the/stuff
public = no
writable = yes
printable = no
valid users = user1,user2,user3
force user = cooluser
I want to add read-only access to an additional set of users. The smb.conf
man page and the Samba-HOWTO are not clear
2003 Jun 20
3
best ISDN BRI solution for DID
I want to test asterisk with its DID functions on a smaller scale without the expense of a PRI. I am in the US, and want the most reliable/stable, and feature rich solution that I can have.
What ISDN card would be reccommended?
My clec switch operator says he can/will send DID info to my BRI's if I wish. Can Asterisk, or one of its addons support this?
What BRI solution would be
2004 Jun 08
4
makering.pl
Anyone used this ?
I am having a bit of trouble got the right perms on makering.pl .
Should that file be somewhere in particular ?
use the reccommended command
sox inputfile -r 8000 -c 1 -t ul - rate | makering.pl ring1.bin
but i get
bash: makering.pl: command not found
Can ya help ?????
Best Regards
Simon Garvey
2009 Sep 24
1
Creating grid graphics with grid.layout
Hi,
I recently created a function which uses grid with a viewport
constructed with grid.layout() to position four plots on a plot device.
My question is what's the best way to programatically traverse each
element of the viewport?
The grid is 5x5 and the four plots occupy positions (2,2), (4,2), (2,4),
and (4,4).
Here's the viewport code:
pushViewport(
viewport(
2012 Feb 15
2
[newbie] separating plot output from debug output
I'm attempting to refactor an R script that does a lot of plotting,
among other things. Ideally I'd like to do something like
setup # does pdf(...)
for each part of input {
plot(process(part))
}
cleanup # does dev.off()
but have problems:
1 I'm plotting to PDF, so everytime I dev.off() creates a new file,
and I want everything in one file (as does my boss :-)
2 I'm
2008 Mar 18
1
About TheoraSea and ITheora
Hello,
I have just registred me (as JosephK but of course it's a pseudonym, I
don't like trials) to talk about my projects ITheora and TheoraSea (and
to learn english by practising :) ). I have seen that you already know
about them by the article about TheoraSea on SOM and the article about
ITheora on theora.org.
Maybe can I explain how I have think all of that.
The first idea was to
2005 Oct 05
5
Voicemailmain automatic extension detection?
Is there a way I can have "voice mail check" calls coming from my internal
users automatically get to the right extension, without having the user
enter their extension?
I'm thinking that I could have the local SPA boxes translate, or have
each user live in a context where the extension in question exists
uniquely per user, but both of these seem kludgey.
Thanks in advance for
2002 Dec 29
2
Quicken - Registration wants Internet Explorer
Hi,
I'm running Quicken 2001 Deluxe successfully under current CVS. The
only issue I have is that every time I go to download stock quotes
online, Quicken wants me to register the product, and to do this
attempts to open Internet Explorer. It can't find IE, so it just sits
there waiting. I eventually close the window, get a warning message from
Quick, and then proceed to download
2006 May 03
1
Running applications when a queued call is answered
Hello,
I'm experimenting with Asterisk for possible use in a call center.
I'm trying to figure out how to run applications when an agent answers
a call in the queue. I see that the queue itself supports a very
limited range of applications; for example, I can give a URL to the
Queue() application to SendURL(), or an announcement to read to the
agent. I'd like to do some slightly
2010 Feb 26
1
match.call to obtain the name of a function
Within a function I'd often like to obtain a text string equal to the name of the function.
One use for this: To generate a filename for use in pdf(). This enables me to keep track of which function generated a particular graphic came.
match.call() puts parentheses at the end of the name. I don't want parentheses in a filename.
The following kludgey function gives the desired result.
2004 Sep 10
1
Re: flac and pipes problems (was: Possible bug)
I'll rearrange a little and respond:
--- Mark Powell <M.S.Powell@salford.ac.uk> wrote:
> Also, when flac takes input from stdin it fails to
> fill in the wav size
> fields correctly, whereas shorten has no problems
> with this: i.e.
>...
> You can see it puts a data chunk size of zero in
> there.
>
OK, this has been fixed in CVS.
> Flac refuses
2004 Aug 06
3
Re-reading config file not working?
I sent this before but I figured I'd send it again since my current
method is rather kludgey...
Whenever I try to send a HUP to icecast it always fails when re-reading
the config file:
EROR event/event_config_read Error parsing config, not replacing existing config
However I know the config is good because the server starts up without
any issues (right now I've had to resort to just
2014 Jan 21
2
XFS : Taking the plunge
Hi All,
I have been trying out XFS given it is going to be the file system of
choice from upstream in el7. Starting with an Adaptec ASR71605 populated
with sixteen 4TB WD enterprise hard drives. The version of OS is 6.4
x86_64 and has 64G of RAM.
This next part was not well researched as I had a colleague bothering me
late on Xmas Eve that he needed 14 TB immediately to move data to from an
2000 Sep 29
1
ao/
I dived into automake, autoconf, etc. waters a little while ago, and somehow
got libao to actually compile (!!!) (sort of...). Still not right, though.
The commit looks sorta like this:
* make configure.in in coordination with autoheader and automake properly
create config.h. I put it in ao/include/config.h so that the build won't
need an extra include directory, but if anybody thinks
2004 Sep 24
2
debugging functions within Emacs/ESS/R
Hi,
I currently following some introductory material "Data mining with R",
which was highly reccommended to me (its really great!).
During my studies I tried to run a given function to identify and
substitute unknown values.
Seemingly, running this function (page 57) did not work and gives me an
error message.
It would be very easy just to copy and paste this function to ask for
2007 Sep 19
0
Rails query param delimiter?
Does Rails recognize ";" as a query param delimiter (as reccommended by
w3c)? How about "&", which apache is insisting on changing all of my
& delimiters to if I try to do rewrites with the query_string?
Should Rails interpret these as delimiters? Does it?
Thanks!
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You
2005 Aug 13
0
An Enhancement
Gentlemen,
I am using upsmon, upsd, and newhidups to control my UPS. The UPS allows
setting of two variables that are re-initialized to their default values
whenever the UPS is restarted (e.g. after FSD). I am currently using upsrw
in a startup script to set the above variables. This works fine, except
that it requires -u and -p in the commandline, which I don't like to do,
because I
2005 Oct 09
1
apc-hid tests with the new ups_status updates
Peter,
Here are the transitions that I have tested with your latest changes
(on the APC/Back-UPS ES 650):
1) OL ==> OB DISCHRG followed by OB DISCHRG ==> OL (no CHRG inbetween)
2) OL CHRG ==> OL
3) OL CHRG ==> OL CHRG LB (by manipulating battery.charge.low)
4) OL CHRG LB ==> OL CHRG (i.e. transition from below)
5) OB DISCHRG ==> FSD OB DISCHRG LB followed by proper shutdown
In