Displaying 20 results from an estimated 2000 matches similar to: "Rework of the configuration files (task 280)"
2006 Jul 24
0
New configuration format, parser, libupsconfig and upsconfig : some news ^_^
Hello nut-upsdev !
It's me again !
Since my last email about the new formalism for NUT configuration files, no
objection was drawn.
I propose then to make official this new formalism. Here can be find the
grammar of the formalism :
http://opensource.mgeups.com/projects/nut-config/grammar.od
I made a parser for the new formalism and put sample files and a test
program on my branch (JD-NewConf
2006 Aug 07
0
The new formalism : you can try it
Hi ups-dev !
I bring you some news about my work : it works ^_^
you can now try out the new configuration formalism. I modified upsd,
the drivers and upsmon to use the new formalism and the new parser
(via the libupsconfig library)
The SVN link :
svn co svn://svn.debian.org/nut/branches/JD-NewConf
How to use it :
To test it, I propose that you execute the following commands :
Go to the
2006 Aug 18
3
Gathering information : drivers and UPS infos
Hello NUT !
In order to fill info structure I'm putting in the drivers, I need to
gather a lot of information.
The information I need, at best, is :
- For each USB UPS, the pair VendorID ProductID
- For each pair Driver/UPS supported, how was made the driver ? By the
manufacturer, by reverse engineering, ...
- Who contributed to which driver
- Who is the "maintener" of each driver
2006 Jul 23
8
destroy vs delete
what is the difference between destroy and delete in AR
I am not sure what they mean by
"Destroys the record with the given id by instantiating the object and
calling destroy<http://api.rubyonrails.com/classes/ActiveRecord/Base.html#M000866>(all
the callbacks are the triggered). If an array of ids is provided, all
of them are destroyed."
in
2004 Mar 16
1
smbclient with lanman auth=no unable to connect
Hi all,
In short, how do you force smbclient not to use Lanman passwords ?
I specify these in my smb.conf
lanman auth = no
min protocol = NT1
Trying smbclient from the same host,
root@localhost root]# smbclient //fileservertest/private -U somebody
Password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.2a]
tree connect failed: NT_STATUS_WRONG_PASSWORD
Here are the logs,
[2004/03/17
2012 Jun 23
7
GPLPV xennet bsod when vcpu>15
Hello,
I installed the signed drivers from
http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers and
I ran into a BSOD on a Windows 2008 Server R2 Enterprise domU with a
large number of vcpu''s. The BSOD is related to xennet.sys.
After some trials I found that it runs fine up to 15 cores. From 16 or
more, the BSOD kicks in when booting the domU.
The hardware (4 times
2006 Jul 12
1
Test for file_column
hi all,
has any one had experience writing a test for file_column
I can write a test for testing the data in the form, but am not sure how to
test against the image
any tips?
cheers
dion
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060712/08f7996a/attachment.html
2006 Aug 28
1
Re: [nut-commits] svn commit r507 - in trunk: drivers scripts/hotplug scripts/hotplug-ng
Just a little tiny detail :
==============================================================================
> --- trunk/scripts/hotplug/libhid.usermap (original)
> +++ trunk/scripts/hotplug/libhid.usermap Fri Aug 25 19:18:19 2006
> @@ -21,5 +21,7 @@
> libhidups 0x0003 0x09ae 0x1003 0x0000 0x0000 0x00 0x00 0x00 0x00
2005 Feb 16
2
icecast stats
I don't mind using the password.
Just I am asking if there is some sort of protocol to retrieve the
information without playing with the xsl !!
I mean, to directly retrieve the wanted information, like
ME: Get MetaData
Server: Celin Dion - All comes back to me.
On Tue, 15 Feb 2005 10:22:11 -0800 (PST), Karl Heyes <karl@xiph.org> wrote:
> On Tue, 2005-02-15 at 14:28, Mohamed
2016 Apr 12
2
fts-lucene with virtual folders
Hi,
It looks like I've found something strange. It looks like dovecot
updates fts-lucene index every time I'm opening virtual folder that
contains FTS query:
indexer-worker(dion): Warning: fts-lucene: Settings have changed, rebuilding index for mailbox
dovecot-virtual is pretty simple:
archive/INBOX
BODY "test"
first of all, I'm trying to perform FTS in archive/INBOX
2005 Feb 10
2
Configuring Asterisk
Hey list,
I'm having problems to get running *. I don't have any digium hardware
yet. I just want to perfrom some tests using SIP. I compiled asterisk
and zaptel with ztdummy enabled on Fedora Core 3. When I try to start
ztdummy I get the following message:
localhost# modprobe ztdummy
Notice: Configuration file is /etc/zaptel.conf
line0: Unable to open master device /dev/zap/ctl
1
2006 Aug 02
2
upsdrv_print_ups_list and afferant reflections
Hello ups-dev
Arnaud asked me to add a function upsdrv_print_ups_list the drivers
upsdrv_print_ups_list : why
This function would print the vendorId and the productId of the UPS
supported by the driver (for USB driver at least). It could then be
parsed by a tool (that I'll have to make too), whose the goal would be
to automagically generate 4 sort of file :
- fdi file for HAL
- udev rules
2005 Feb 17
3
icecast stats
That is why I asked for a protocol :)
Why we have to go the extra mile of parsing the XML, that will contain
plenty of info we don't need !!
Anyway, thank you for the tips.
On Thu, 17 Feb 2005 10:39:26 +1100, Michael Smith <mlrsmith@gmail.com> wrote:
> On Wed, 16 Feb 2005 16:23:03 +0200, Mohamed Eldesoky
> <eldesoky.lists@gmail.com> wrote:
> > I don't mind using
2006 Jul 24
1
upload progress
what is the best method for adding upload progress functionality
there are the fcgi and mongrel plugins...
but is there an HTTP Server agnostic way of doing upload progress stats
cheers
dion
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060724/7c477b9c/attachment-0001.html
2006 Jul 19
2
best practice deployment
what is the best method to deploy from a development machine to production
when you need slightly different files for each mode
do you use TWO files such as db.yml.dev and db.yml.prod
and use capistrano to deploy one or the other to database.yml
or is it better to have one file
and use conditions in your file such as
<% if ENV[''RAILS_ENV''] = "production" %>
2014 May 10
22
[Bug 78530] New: Memory corruption on Lenovo t440p with runpm
https://bugs.freedesktop.org/show_bug.cgi?id=78530
Priority: medium
Bug ID: 78530
Assignee: nouveau at lists.freedesktop.org
Summary: Memory corruption on Lenovo t440p with runpm
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: nikoamia at gmail.com
2000 Dec 27
1
Incorrect shell quotation in scp
Hi,
as the current debian maintainer of the openssh package is a bit busy,
I'm helping him with fixing a part of the bugs in openssh that debian
users found will forward some of the reports to you. This is the first
one and a fix or a comment why this should not be fixed would be
appropriated. Thanks
Space in filename is not correctly passed by scp to other invoked
programs:
2012 Mar 17
2
Reading then transposing from file
Hi,
I'm an R beginner and I'm struggling with what should be a rudimentary task.
My data is along these lines:
ID name1 name2 name3 name4
Class 0 1 0 2
Var1 A B C A
Var2 B C C A
Var3 C A B A
etc.
I'm using the following:
foo <- data.frame(t(read.table("file", header=FALSE)))
but of course now it's not using ID, Class, etc. as column names.
As you can imagine,
2006 Jul 10
0
ssh issues with capistrano
Hi all,
I am trying to deploy my rails app on my remote host to another subdomain on
the same remote host
e.g from staging.mydomain.com to live.mydomain.com
but I can''t get ssh to authenticate in capistrano when I run >> rake
remote:exec ACTION=setup --trace (of cap-a setup)
I get this error:
[DEBUG] 2006-07-09T20:44:20.189599 -- userauth.driver: all authorization
methods
2014 Nov 18
2
[LLVMdev] Summer 2015 internships in Apple's Source Tools & Program Analysis Teams
Hi all,
Apple's LLVM Source Tools and Program Analysis teams are now looking for exceptional interns for summer 2015!
These are paid internships based onsite at Apple's main campus in Cupertino, California, USA. Internships last 12 weeks, with internships starting in May or later (start dates are flexible).
During the internship, interns will work directly with members of Apple's