similar to: File copy problem

Displaying 20 results from an estimated 1300 matches similar to: "File copy problem"

2007 Oct 30
6
Newb to puppet - Solaris svcadm question
I''m new to puppet so this might be a foolish question. I''m using Solaris 10, server is Sparc, my client is x86. I created a ''file chown'' manifest as a test ... /etc/puppet/manifests/classes/puppet.pp class puppet { file { "/etc/puppet.txt": owner => "root", group => "root",
2011 Jan 14
6
Plexus UPS on a QNAP NAS
Hi, Has anyone managed to get a Plexus UPS talking to their NAS. I've followed the excellent instructions here http://forum.qnap.com/viewtopic.php?f=182 <http://forum.qnap.com/viewtopic.php?f=182&t=35970&start=0> &t=35970&start=0 but I'm not there yet. When I manually start upsdrvctl without the UPS plugged in I get [~] # /usr/bin/upsdrvctl start Network UPS
2018 Jul 03
2
LVM problems
On Mon, Jul 2, 2018 at 7:53 PM, Ulf Volmer <u.volmer at u-v.de> wrote: > On 02.07.2018 18:23, Thomas Schweikle wrote: > >> System boots into emergency mode because it does not find any of the >> logical volumes defined, because it does not enable the LVM volume >> group. >> >> Giving "lvm", then "vgchange -a y", followed by CTRL-D
2011 Aug 18
3
Is this a bug for my fault?
Dear sir/madam, I tried to recode some complex multiple variables and run into a problem that r can change only some column that I want to change. I can reproduce the problem with this idfortest <- c(6,23,46,63,200,238,297,321,336,364,386,392,414,434,441) id <- seq(1:500) id[id==idfortest] the result showed Warning in id == idfortest : longer object length is not a multiple of shorter
2019 Dec 08
2
CentOS 7 Plus Kernel Update Missing?
Along with the recent kernel update (3.10.0-1062.9.1.el7), the CentOS 7 plus kernel was likewise updated. The plus kernel though hasn't shown up in the mirrors yet, while the plain kernel has. Could someone please push the release button for the plus kernel? What I do see in the various random mirrors I've manually checked is the previous plus kernel
2007 Dec 04
10
Using puppet to manage user access to servers.
I''m guessing this is a common use case, but I wasn''t able to find anything in the site FAQ. We''re looking at using Puppet on about 100 servers to control which user groups have access to which servers. The use case is as follows: We have Groups of servers, for example: CUSTOMERservers (serverA, serverB, ...,serverK) ADMINISTRATIVEservers
2007 Dec 14
15
Not so complex CompleteConfiguration example of a Complete Configuration?
I am new to Puppet and very eager to apply it to a project. But I am somewhat stymied by the learning curve. So far I''ve found many very simple examples of how to modify a file or add a user and a very complex example http://reductivelabs.com/trac/puppet/wiki/CompleteConfiguration . I have not been able to find any other examples of a total configuration tree (ie /etc/puppet/*)
2016 Feb 22
4
Windstream SIP Trunk settings
Does anyone on this list use Windstream as a SIP trunk provider? If so, would you mind sharing your peer settings? I'm using asterisk 13.7.2 and can't seem to get the inbound working correctly (using registration). Outbound is fine, but they are seeing an authentication error on their end. Here are my inbound peer settings: username=<accountnumber> secret=<secret>
2006 Jun 14
5
generic onDragStart onDrag and onDragFinish events extracted from scriptaculous?
Hi folks. I''m working on a project where I need some drag and drop, but I need to implement what happens in a very different way, so I''m creating my own class for it. I don''t want to reinvent the wheel and redo Thomas'' excellent drag/drop functionality, nor do I want to copy/paste his code over into mine. So, I was wondering, has anyone tried to extract
2011 Sep 07
1
Subsetting does not remove unwanted data in table
Dear all, This relatively routine analysis has left me frustrated and in a rut. I have a dataset (data1), which I subset in order to remove rows where HabitatDensity="Med". This dataset looks correct when I call it up, however, when I create a table out of the new subset (data2), my table continues to show the "Med" information as 0. This is a problem because I need a
2019 Jun 29
5
Mac OS & Folder Timestamps
So this issue might not strictly a Samba problem, but it happens to be where I found the issue and maybe there's a solution in the server or someone who's familiar with the problem. Basically I'm using a Pi as a small nas. I have a folder /media/ and a script that mounts usb drives there automatically. So I shared /media/ with smb.conf. Windows & Linux had no issue accessing the
2023 Feb 10
2
Question about virt-manager Version 9.1
This may provide the answer you are looking for: it's being deprecated in favor of Cockpit. https://bugzilla.redhat.com/show_bug.cgi?id=2030592 On Fri, Feb 10, 2023 at 6:58 AM G?nther J. Niederwimmer <gjn at gjn.priv.at> wrote: > hello list, > > I switched to version 9 (not redhat) on my "new" server, and that worked. > But > after updating to 9.1, the
2007 Feb 17
2
Serial Woes
I have been trying to throw away my dependence on Windoz since the early Pentium era, but there always seems to be some essential application that can't be replaced. Currently it is the programs that read my blood glucose meeter and an athletic trainer system. Both of them communicate through a serial port. I am currently working on getting the trainer going. It loads fine and has no
2020 Sep 01
2
Rust bindings to nmath
Hello @R-devel I needed some statistical functions for a project I was working on in Rust, and I've used the R math library as a standalone solution. I thought the R developers would be interested in the fact that their work is being used elsewhere, and I also wanted to say thanks for some code I do NOT want to have to write myself! The "crate" (Rust's name for a package) is at
2002 Aug 24
1
Virtual servers - multiple sambas
New to this list. Running samba 2.2.4 set up as a PDC. We've recently added another department to our office network. Ideally, I don't want either department to see each others shares - just to be aware of the shares in their own workgroups. The documentation says that you can set up virtual servers using the "netbios aliases" and the "%L" options in the
2008 May 06
5
Removing node from puppet doesn't remove it from Stored Config database
Hi, I have deleted ''nodes'' from manifest file, but this is not being reflected in the Stored Configuration database in Postgres - I can still see the host in the ''hosts'' table in Pupp. Is puppet meant to be automatically cleaning up the database? Regards, Craig --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2008 Jan 10
4
Mocking and stubbing Rails'' association extensions
I''m having a lot of trouble stubbing out an association extension for some view tests. Example rails code modeling a music album: class Album < ActiveRecord::Base has_many :songs do def streamable find(:all, :conditions => ''streamable = 1'') end end end So for a given Album instance (say @album), I need to be able to stub both
2015 Jan 18
0
Error loading vesamenu.c32
On Sun, Jan 18, 2015 at 6:44 AM, Angel <angelv64 at gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hello. > > I'm trying to setup an multiboot USB, mainly to install Debian using > netinst images. > > I've mounted one of iso image and copied to a directory in USB (made > with syslinux 6.03) and copied too the kernel and initrd
2018 Jun 14
0
CESA-2018:1836 Important CentOS 7 plexus-archiver Security Update
CentOS Errata and Security Advisory 2018:1836 Important Upstream details at : https://access.redhat.com/errata/RHSA-2018:1836 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 9c26560f7b175d6e1455a7b9edf9c56be74c06a98f91074a36c3944a51ea110e plexus-archiver-2.4.2-5.el7_5.noarch.rpm
2007 Dec 28
1
Plexus UPS 1000V - megatec_usb
Hi, Just purchashed this UPS. The megatec_usb driver appears to be communicating with the UPS - however, the ups.status field always states "off" /usr/local/ups/bin/megatec_usb -a plexus -DD Network UPS Tools 2.2.1 - Megatec protocol driver 1.5.9 [megatec_usb] Carlos Rodrigues (c) 2003-2007 Serial-over-USB transport layer for Megatec protocol driver [megatec_usb] Andrey Lelikov (c)