Displaying 20 results from an estimated 79 matches for "stowe".
Did you mean:
store
2008 Jan 06
0
RFC: defined type for stowed packages
This appears to be working for me, but suggestions on improvements are
welcome:
master/manifests/definitions/stowedpackage.pp:
> define stowedpackage ( $basepackage, $version,
> $rsyncserver=''gold.cae.tntech.edu'',
> $rsyncmodule=''metastow'',
> $stowdestdir=''/usr/local/stow'' ) {
>
> file { stow_initiator:
> source...
2007 Jan 26
1
Virtual provides
For example, an exec should depend on the binary being present. But
the exec resource should not care where the binary is coming from.
For example, we have a stow command:
define stow($creates, $path = "/usr/local/bin") {
exec { "stow-$name":
command => "$path/stow -v $name",
cwd => "/usr/local/stow",
creates =>
2006 Sep 08
4
Does acts_as_attachment :storage => :db_system work?
I found the post about needing to install acts_as_attachement_1_1_6 if
you are not on edge rails. But I am having trouble getting db_system
storage to work. As far as I can tell in from the database, things are
working, but I don''t see how my model table hooks up with the db_files
table so I am having trouble altering the image_tag from the tutorial
2008 Feb 28
4
how to uninstall
hello guys
i have centos5.1, and my subject is :
when i install a package without the rpm tool cause its not rpm package like configure , make , make install
how can i uninstall it later ?
thank u all for ur time
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
2013 Jul 17
2
Linux Plumbers ACPI/PM, PCI Microconference
Myron,
On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>
> Shuah - You brought up the idea about "Converting drivers from Legacy
> PM ops to dev_pm_ops"; would you like to present what you have
> done/encountered so far?
>
Awesome. Yes, I would like to present what I have done so far an...
2013 Jul 17
2
Linux Plumbers ACPI/PM, PCI Microconference
Myron,
On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>
> Shuah - You brought up the idea about "Converting drivers from Legacy
> PM ops to dev_pm_ops"; would you like to present what you have
> done/encountered so far?
>
Awesome. Yes, I would like to present what I have done so far an...
2006 Nov 20
2
Tripp light driver?
Hey,
I am wondering if anyone gotten nut to work with a Tripp Light Smart Pro
2U Rack/Towers (SMART2200RMXL2U). If so which driver did you use, or
what driver do you think I should try?
Also when trying use a nut driver, do you have to be a nut user?
Thanks,
Ricky
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2014 Nov 05
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
Hello, thank you for the thoughts.
> Have you seen the docs for CMake3.0 [1] (see cmake-buildsystem
> especially)? They certainly aren't perfect but they are considerably
> better than what was there before.
Okay, the documentation has come a long way since 3.0 although it
still needs a bit of polish.
> I wouldn't say that much "important functionality is plain
2018 Feb 20
1
[OT?] Winexe and recent samba...
Michael Stowe did some work to "fix" things with 4.5, I think (that were
merged into the repo you're using) -- you might want to contact him?
https://github.com/mwstowe/stowe-verlay/tree/master/net-fs/winexe
Other than that, relatively recent (September 2017) RPMs for CentOS can be
found here, tho...
2013 Jul 31
1
Linux Plumbers ACPI/PM, PCI Microconference
On 07/30/2013 05:38 PM, Rafael J. Wysocki wrote:
> On Wednesday, July 17, 2013 08:31:55 AM Shuah Khan wrote:
>> Myron,
>>
>> On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>>
>>>
>>> Shuah - You brought up the idea about "Converting drivers from Legacy
>>> PM ops to dev_pm_ops"; would you like to present what you have
>>> done/encountered so far?
>>>
>>
>>...
2013 Jul 31
1
Linux Plumbers ACPI/PM, PCI Microconference
On 07/30/2013 05:38 PM, Rafael J. Wysocki wrote:
> On Wednesday, July 17, 2013 08:31:55 AM Shuah Khan wrote:
>> Myron,
>>
>> On Tue, Jul 16, 2013 at 8:21 PM, Myron Stowe <myron.stowe at gmail.com> wrote:
>>
>>>
>>> Shuah - You brought up the idea about "Converting drivers from Legacy
>>> PM ops to dev_pm_ops"; would you like to present what you have
>>> done/encountered so far?
>>>
>>
>>...
2008 Jun 21
0
dovecot-1.1.0: child (imap) killed with signal 11
...ype <return> to continue, or q <return> to quit---
#12 0x080d0dd9 in io_loop_run (ioloop=0x8124f60) at ioloop.c:308
No locals.
#13 0x080679f6 in main (argc=Cannot access memory at address 0x4
) at main.c:293
No locals.
Current language: auto; currently c++
(gdb)
[root at airframe]:~# stowes list lucene
Listing packages in /usr/local/stow matching [ lucene ] (1 match):
I clucene-core-0.9.20
I've disabled Lucene indexes for the time being - don't know if/when I'm
going to use them anyway, just checking out the shiny new features. :-)
Bye,
Thomas
2007 Oct 11
1
problem installing MCMCpack
I'm completely new to R and am trying to install an add-on package for one
of our faculty members.
I've had no problems with most of them, but am completely stuck trying to
figure out why MCMCpack won't install..
any help is VERY much appreciated!!!
here's what I get when I try to install the package:
* Installing *source* package 'MCMCpack' ...
checking for C++ compiler
1999 Dec 10
3
scp with openssh on the server side and $PATH.
Hi!
When I try to use scp from or to a machine that runs openssh-1.2pre16
on Debian Linux, I keep getting the error message "scp: command not
found". Executing "ssh this-host echo \$PATH" yields
"/usr/bin:/bin:/usr/sbin:/sbin:" which might be set in config.h.
sshd is installed to /usr/local/stow/openssh-1.2pre16/sbin, scp to
/usr/local/stow/openssh-1.2pre16/bin;
2014 Nov 04
6
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
I am an actual end user of LLVM who builds it from source and not a
developer of it so I think I have an important perspective that is not
represented here. Also I am pretty sure the llvmdev mailing is heavily
biased and might not reach actual end users of LLVM. I use the
Autotools build system for a number of reasons. If compromises or
reasonable workarounds could be found I would be okay with
2006 May 15
8
set_table_name and self.table_name
I have some legacy tables that I used set_table_name on, I''m attempting
to write a method that will get key value from a sequence table and then
update it and return a value. I''m hoping to put this in the base
ActiveRecord method so I would like to reference the table name with
self.table_name or something...
class Contacts < ActiveRecord::Base
set_table_name
2009 Sep 27
1
Sieve: problems installing in different prefix
Hi list, but mainly Stephan :)
when building and subsequently installing the new Sieve plugin I am
coming across a small difficulty when it comes to "make install". The
libraries lib90_sieve_plugin.* always get installed in the directory
/usr/local/lib/dovecot/lda, no matter what "prefix" argument is supplied
to "make install". Only the libraries seem affected,
2006 Sep 18
3
tripp lite SMART2200RMXL2U -- empty ups.status
Hello. I'm new to nut and don't know if I've missed something in
setting it up or if my ups isn't quite supported. I'm using these:
- svn version of nut (downloaded on 9/13/06)
- a tripp lite SMART2200RMXL2U
- debian sarge with 2.6.8 kernel
- the tripplite_usb driver (newhidups says my ups is not supported)
I figured out how to get the device perms correct.
2007 Oct 02
6
Push /home/* directories recursively to clients
Hi I am trying to push populate /home & subdirectories from the puppet
server to all the Linux clients.
I managed this with cfengine using rsync. But I am not sure how do I
achieve this in puppet, do we have any inbuilt function for this.
Also, is there a function for userdel like for useradd (user)
groupadd(group).
Any suggestion is appreciated.
--
Deepak
2013 Jul 31
2
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
Hi All,
The original announcement didn't go to linux-pm, so again:
On Tuesday, July 16, 2013 08:21:26 PM Myron Stowe wrote:
> Linux Plumbers has approved an ACPI/PM, PCI microconference. The
> overview page is here:
>
> http://wiki.linuxplumbersconf.org/2013:pci_subsystem
>
> We would like to start receiving volunteers for presenting topics of
> interest. There is a lot of activity in thes...