Displaying 20 results from an estimated 10000 matches similar to: "Problems with spaces in filenames in scripts"
2004 Apr 13
2
Possible SPAM (accuracy low): Shorewall accept connection on port 139
Hello,
I need some help with this problem that i have. I want to accept connection from 1 ip address to my linux box, but i cannot telnet the port 139.
I added the rule in rules:
ACCEPT net:xxx.xxx.xxx.xxx fw tcp 139
but still i cannot see this port from outside.
>From inside the netowork everything is ok. Can someone tell me what i am doing worng? or what i need to do to be able to
2002 Oct 20
8
kernel 2.4.18-17.7.x from redhat
i compile the $subj, and found the htb qdisc in it, what version is it??
the tc from redhat knows about htb???
C
-------------------------------------------------------
Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus.
Xnet automatically scans all messages for viruses using RAV AntiVirus.
Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate
2003 Jan 27
1
Virus Protection ... Which one...?
Hi all
I've found a few different packages (RAV, Kaspersky,Vexira, Clam ...)
which offer Anti-Virus features for Linux servers. It looks like RAV
specifically supports Samba servers.
My question is:
Can anyone relay their experiences / opinions / thoughts about which one
would work best in a multiple-server environment (~100 Windows Clients)?
Thanks in advance -- all comments are
2012 Apr 25
3
Exec and snmpd restart question
Hello Pros and users of Puppet.
I have two problems with the following modul setup:
My first problem that i tried every combination of
require,notify,subscribe for the mail sending exec but it runs every
single time when i run the module no matter if the files changed or
not.
Second problem that puppet reports that snmpd was refreshed by two
resource and restarted but actually it doesnt happen.
2004 Feb 24
2
ssh and rsyncd.conf
I am able to perform the following line
rsync -rsh="/usr/bin/ssh" filename host:/dir/filename
But I am not able to perform this
rsync -rsh="/usr/bin/ssh" filename host:module_name
where rsyncd.conf contains the following
pid file = /var/run/rsyncd.pid
log file = /var/log/rsyncd.log
read only = false
[module_name]
path = /home/test
comment =
2007 Apr 30
2
Structuring a rails application
I try to structure my rails application with modules, but i have
problems to define the routes. Is'' it possible to use someting like
this: <%= link to ''...'', :module => :module_name, :controller
=> :ctrl_name [...] -%> ?
The controllers i want to access are in app/controllers/module_name. I
thougt i could define something like this: map.connect
2018 Aug 08
2
[PATCH nbdkit] python: Try harder to print the full traceback on error.
The tracebacks are compressed into a single line because we're using
PyObject_Str, but they are just about usable if not very readable.
For example you would see an error like this:
nbdkit: error: ./python-exception.py: config_complete: error: ['Traceback (most recent call last):\n', ' File "./python-exception.py", line 54, in config_complete\n raise_error1()\n',
2015 Oct 24
15
[Bug 11572] New: rsync --debug doesn't work, and gives erroneous results when taken out
https://bugzilla.samba.org/show_bug.cgi?id=11572
Bug ID: 11572
Summary: rsync --debug doesn't work, and gives erroneous
results when taken out
Product: rsync
Version: 3.1.2
Hardware: x64
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: core
2013 Apr 03
1
calling_module vs module_name ?
In using Hiera, what is the difference between calling_module
and module_name?
Which is should be used?
:hierarchy:
- %{environment}/%{calling_module}/common
- %{environment}/%{module_name}/common
Thanks
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an
2011 Sep 21
2
Two parameterized classes calling both a thirth class (results in already defined)
Hi all,
I have three parameterized classes, named mq, mq_gsk and apache.
The mq class always calls the mq_gsk class, but the apache class
should only call the mq_gsk class when the mq class is not used in a
hosts'' node definition
Here is my configuration
class mq (
$gsk_version = undef ) {
require mq::params
< ..... >
class { ''mq_gsk'':
2003 Feb 02
1
RAV for Samba (Linux i386)
Just wondering if anyone has thoughts (good or bad) about this product
(RAV AntiVirus for Samba (Linux i386))...or any other?
I have a client that wants to have A/V *on* their samba server, rather
than just scanning the shares from a WS.
Any comments regarding ANTIVIRUS PROTECTION and SAMBA are gratefully
welcome!
TIA
-Ryan Beisner
2006 Nov 23
3
dynamic mapping in controller
Hi,
I have used scaffold to create my rails project and hence I have a
database containing a table called "results" and when i call the "show"
action followed by the ID it brings up a list of the relative record and
its details.
What I want though is for if someone types in say
localhost/results/etab-mobile that it maps dynamically to
localhost/show/1 but keeps
2010 Mar 16
1
hard to define
Hi all.
I am trying to use debian package preseeding within my modules.
Therefor I have created a preseed_package.pp like:
define authentication::preseed_package ( $ensure ) {
file { "/var/local/preseed/$name.preseed":
source => "$module_path/files/$name.preseed",
mode => 600,
backup => false,
require => File["/var/local/preseed"],
}
package {
2013 Mar 28
3
Staging content from modules for temporary use by resources
Hello,
I would like to find a few to use files available in a module for the
execution of a particular resource, without having to stage the file
explicitly onto the client and possibly having to clean it up afterwards.
(This could also apply to content coming from templates.)
The use-cases I have in mind are: running a SQL file (to set up some
content in a database), extracting an archive
2005 Mar 11
1
Rsync to upload certain files and ignore others
I have tried this
rsync -rav -e ssh --include='*.gpg' --exclude='*' \Backup\%count%\
testuser@xx.xx.xxx.xx:\%count%\
and I have also tried to use an include-from file with this
- *
+ *.gpg
but neither will build a file list to upload...if I use an -*.gpg it will
skip those files but that is opposite of what I want to do..I want to ignore
ALL files except *.gpg files...this is on
2002 Feb 19
2
No subject
Hi,
I'm a new R users (although I have a little experience with S+). I am using the latest version (1.4.1) of R on a Windows 2000 system.
I have obtained several of the additional R packages ("modules") and would like to know how to permanently install them. What I am after is something similar to the following in S+
> .First <- function() { module("module_name")
2007 Feb 09
12
Module Organization
This is in reference to David Schmitt''s writeup [1]
I like that writeup a lot; I just had a few comments/clarifications:
* Namespaces: For now, we just use a flat namespace for modules, i.e.
you can''t have modules within modules, and you always know that in a
fully qualified name ''foo::bar::baz'' that ''foo'' is the module name and
2006 Jul 22
3
refactoring commonly used aggregations
I have a number of models that use an aggregation to combine First Name,
Middle Initial and Last Name and they have been working fine. I am
looking to clean this up, DRY it if possible.
I have things like this in application.rb
class Clwholename
attr_reader :first_name, :middle_initial, :last_name
def initialize(first_name, middle_initial, last_name)
@first_name = first_name
2003 Oct 23
0
Samba 3.0.0.-2 logon script not running!
Help
..
I've struggled with this for a few weeks and can't get anywhere. I'd like for someone to point me in the right
direction, if possible.
I have laid out below my complete samba setting in the hope that
1) Someone can find a solution to my current problem
2) It might help someone else, as I overcame a few problems with these settings myself, under samba 2.2.8a.. please note
2003 Feb 14
0
RAV AntiVirus scan results
-----------------------
This e-mail is generated by the www.unipa.it mail server to warn you that the e-mail
sent by jurispa@unipa.it to r-devel@r-project.org is infected with virus: HTML/IFrame_Exploit*.
Please contact your system administrator for further information.
If you are the sender:
-------------------
The scanned e-mail has your address in the <From> header field. Either your