Displaying 20 results from an estimated 6000 matches similar to: "Help: how to get the module list"
2000 Aug 08
2
Can't get in without a password
I have access to three machines:
A: Mandrake 7.0, OpenSSH 2.1.1.
B: Mandrake 5.3, SSH 1.2.27.
C: Mandrake 6.1, OpenSSH 2.1.1.
I can get from A to B, or B to A, without a password, but I cannot get from A
or B to C without a password. sshd_config is identical on A and C. My public
key is in authorized_keys on C, and all files in .ssh and .ssh itself have mode
600 and 700 respectively.
C is behind
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 =
2002 Sep 30
4
2 plots sharing axis / combining factors
Dear R users,
- Is it possible to produce a figure with 2 plots that they share one of
the axis, e.g., the y-axis?
I did not succeed by setting mai[4] <- 0. Is there a simple way?
- How could I convert 2 factor variables in a single factor variable
which is the combination of the other 2.
Example:
lith: a factor 2 levels "ca", "ma"
sp: a factor with 2 levels,
2001 Sep 07
2
Newbie to rsync
Hi All
I have compiled rsync on a Solaris 5.5.1 machine1 . I have compiled this
on a partition on the machine as root.
I have done the following
shared the Partition on the machine i have compiled.
mounted this partition this partition on the machine2 where I need to
rsync data
then When I issue the command
on machine2 as
rsync -avz machine2:/x machine3:
It gives me
sh :rsync not found
EOF
2002 Jan 18
1
Problems with spaces in filenames in scripts
I've got some (bash) shell scripts which I'm using to call rsync based
on command-line options passed to the script. The problem I'm having is
with spaces in the filenames/paths.
I can do:
---
rsync -rav --modify-window=2 --stats --partial --compress --timeout=30
"localhost::module_name/dir/file with spaces.doc" "/smb/dir/dir with
spaces/"
---
on the command
2011 Mar 16
0
[GIT PULL] elflink compiler warning fixes
Hi,
These patches fix some compiler warnings in ldlinux and elflink. I've
tried to split the patches out so that they only change one file or one
type of problem at once. So, if they do inadvertently introduce any
bugs it should at least be easy to bisect to a smallish commit.
The following changes since commit 9ded45991b4fc83b40af963feb773ddca2589d74:
ldlinux: Parse and store the
2001 Jan 30
0
Undelivered Mail Returned to Sender (fwd)
sending mail to samba-unsubscribe@us5.samba.org is looping/bouncing
-------------------------------------------------------------------------
Medi Montaseri medi@CyberShell.com
Unix Distributed Systems Engineer HTTP://www.CyberShell.com
CyberShell Engineering
-------------------------------------------------------------------------
---------- Forwarded
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.
2018 Aug 08
0
Re: [PATCH nbdkit] python: Try harder to print the full traceback on error.
On Wed, Aug 8, 2018 at 4:07 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> 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
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
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 {
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',
2019 Sep 11
0
[PATCH nbdkit] python: Drop support for Python 2.
Starting with nbdkit 1.16, Python >= 3.3 will be required.
Python 2 reaches end of life on 2020-01-01:
https://python3statement.org/
https://pythonclock.org/
Debian oldoldstable and RHEL 7 have Python 3.4 and 3.6 respectively,
so it seems pointless to try to support Python < 3.3 which lacked
support for PyUnicode_AsUTF8.
---
README | 13 +++++++------
configure.ac
2004 Jun 22
3
[ANNOUNCE] sch_ooo - Out-of-order packet queue discipline
Hello!
I like to announce sch_ooo, a new queue discipline that, attached to a
class (or a device, as root) reorder the packets that pass by delaying
some.
Example:
tc qdisc add dev eth0 root ooo limit 100 gap 4 wait 1100
This queue will create a pfifo with limit 100 and will delay
every 4th packet with 1100ms.
An stream of 6 packets like this: 1 2 3 4 5 6, generated by
ping will be reordered
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
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'':
2012 Aug 18
0
hosting with speedyrails
hello everyone,
original app: rails 3.1.1
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
I try to host my app into speedyrails using capistrano.
I host my sample application and running. I just get only one error like my assets
were not precompiled. then i solve that by adding "load ''deploy/assets''"
this code in my deploy receipt.
and my
2015 Dec 17
0
Network services start before network is up since migrating to 7.2
On 17 December 2015 at 11:12, Sylvain CANOINE <sylvain.canoine at tv5monde.org>
wrote:
> Hello all,
>
> I updated two of my servers to CentOS 7.2 (1511) two days ago, and since,
> on one of them, the network services are started (and fail to start) before
> the network interfaces are online.
>
> Parts of "journalctl" after the last reboot :
>
> d?c. 17
2015 Dec 17
2
Network services start before network is up since migrating to 7.2
Hello all,
I updated two of my servers to CentOS 7.2 (1511) two days ago, and since, on one of them, the network services are started (and fail to start) before the network interfaces are online.
Parts of "journalctl" after the last reboot :
d?c. 17 10:21:44 myserver kernel: NET: Registered protocol family 40
d?c. 17 10:21:45 myserver sshd[700]: error: Bind to port 22 on
2005 Jan 09
0
Server crash when desktop PALM Sync with Samba mapped drive
Hello, I am new to Samba and to this mailing list so please excuse my
ignorance.
I have a situation where when a user syncs his Desktop PALM V PDA to his
Windows 2000 PRo
PC - user account being a Samba mapped drive, the Server crashes...any
clues???
endpoint is not connected
Jan 4 16:42:06 myserver smbd[10914]: [2005/01/04 16:42:06, 0]
lib/util_sock.c:
get_peer_addr(1000)
Jan 4 16:42:06