Displaying 20 results from an estimated 24 matches for "newset".
Did you mean:
newest
2009 Jan 21
7
Panning map to a point vs. setCenter
Several map providers have functions to pan to a location, as opposed
to the direct setCenter call. Panning animates the move from one point
to another. To implement this in mapstraction, I created a panCenter
function.
I don''t know how to go about committing the change to svn, or who
decides whether my naming convention is worthy, but I thought I''d
share the function
2004 Aug 06
4
Multiple Instances are Crashing
If i want to start icecast a 2nd time with different Config File, Port etc.
Icecast Crashes. I have the newset release installed on Suse 7.3...
How to do? I need Icecast on Port 8000 and 80000 (for 2nd radioserver)..
Greetings,
SJ
<p>--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'ic...
2007 Sep 29
2
resetting par() to all defaults: par(reset=TRUE) ?
In a long session, producing multiple graphs, I sometimes repeatedly
change par() settings, particularly with multi-row/col displays.
If I'm using a script, I'll do
op <- par(newsettings)
... plots ...
par(op)
but sometimes I do things on the fly and can't easily back out
to the default settings. I'm looking for someway to do the
equivalent of
par(reset=TRUE)
I suppose I could do something like create Rprofile.site containing
.First <- function() par.default &l...
2015 Oct 13
0
[PATCH 4/4] rpm: Choose providers better (RHBZ#1266918).
...->
- try
- let provides =
- try Hashtbl.find rpm_providers x
- with Not_found ->
- let p = rpm_pkg_whatprovides (get_rpm ()) x in
- Hashtbl.add rpm_providers x p;
- p in
- Array.fold_left (
- fun newset p ->
- match rpm_package_of_string p with
- | None -> newset
- | Some x -> StringSet.add p newset
- ) set provides
- with Not_found -> set
+ match provider x with
+ | None -> set
+ | Some p -> StringSe...
2015 Oct 13
1
[PATCH v2] rpm: Choose providers better (RHBZ#1266918).
This is v2 of the 4/4 patch from the original series.
Changes:
- memoize the function this time
- check packages are installed using rpm_package_of_string
However I didn't combine the two case together, because the code is a
bit simpler with them separate.
Rich.
2004 Nov 10
1
Additions to the datasets package?
I have posted, at http://wwwmaths.anu.edu.au/~john/r/newsets/
image (.rda) files, and first stabs at .Rd files for various data on
deaths in London from 1629 to 1939. (There are of course gaps.)
The sources (Guy 1882 & Stocks 1942) are documented in the
.Rd files:
(1) poxetc: measles, smallpox & total deaths: 1629-1881
[I have deliberately left sev...
2004 Jun 21
1
IMQ + natin PREROUTING - it is almost 2 years since patch....
Hello there!
I was reading this archive:
http://mailman.ds9a.nl/pipermail/lartc/2002q3/004725.html
It was almost two years ago when Patrick wrote a patch to switch IMQ
with nat in PREROUTING chain...
From www.linuximq.org I''ve downloaded newset IMQ driver for 2.4.26 and
what can i see? The line that Patrick changed in that patch is still as
it was in previous relases.
Are there some side-effects or something that this patch wasent applied
to "official" imq?
-josh
_______________________________________________
LARTC mailin...
2017 Jul 29
2
Re: cannot find any suitable libguestfs supermin
...ide the /home/user/appliance directory you should see
> files called "initrd", "kernel", "README.fixed" and "root".
>
> If it still doesn't work then you'll have to post the complete output
> of ‘libguestfs-test-tool’.
>
I download the newset package and extract in my
path(/share/CACHEDEV1_DATA/appliance/) and set env
It doesn't work.
and I run the libugestfs-test-tool:
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_path "/share/CACHEDEV1_DATA/appliance"
libguestfs: trace: s...
2003 Nov 28
3
Problems with FTP to one host
Using Mandrake 9.2, shorewall 1.4.6c. Everything was working fine until one of
the web servers I manage content for (my astronomy club,
http://www.starastronomy.org) was "upgraded" to the newset win2K. All of a
sudden I can FTP into the machine, but I can''t "ls" or "put" files. I *can* do
these things if I turn off my policy of "DROP" for net to fw conncetions, and
and *can* do every FTP command to every other machine, just not this one. I
can'...
2011 Nov 16
1
Splitting row in function of time
Hello all,
I have a data frame that looks like this:
http://r.789695.n4.nabble.com/file/n4077622/Capture.png
I would like to know if it's possible to split a single row into two rows
when the time frame between "beg" and "end" overlaps midnight. I want to
compare the frequency of each activity for each day so a row for a phase
that overlaps on two dates unbalances the
2004 Aug 06
2
Multiple Instances are Crashing
...g]On Behalf Of
Michael Smith
Sent: Monday, May 20, 2002 1:31 PM
To: icecast@xiph.org
Subject: Re: [icecast] Multiple Instances are Crashing
<p>At 12:16 PM 5/20/02 +0200, you wrote:
>If i want to start icecast a 2nd time with different Config File, Port etc.
>Icecast Crashes. I have the newset release installed on Suse 7.3...
>How to do? I need Icecast on Port 8000 and 80000 (for 2nd radioserver)..
That's impossible, port 80000 doesn't (and cannot) exist.
tcp specifies port as a 16 bit number, limiting it to 65536 (or maybe
65535, I'm not sure).
Michael
<p>--- >...
2015 Oct 13
6
[PATCH 0/4] rpm: Choose providers better (RHBZ#1266918).
Fix for
https://bugzilla.redhat.com/show_bug.cgi?id=1266918
2014 Sep 17
4
[PATCH 0/2] supermin: use librpm for rpm support
Hi,
this work makes supermin use the rpm library instead of invoking rpm
directly. This, together with a needed refactoring of the dependency
resolution, should help in make supermin faster on rpm-based systems.
Surely the patches will still need polishing, especially for behaviours
of newly added stuff, but at least it's a good starting point.
Noting that you need rpm-devel on most of rpm
2017 Jul 29
0
Re: cannot find any suitable libguestfs supermin
...ory you should see
> > files called "initrd", "kernel", "README.fixed" and "root".
> >
> > If it still doesn't work then you'll have to post the complete output
> > of ‘libguestfs-test-tool’.
> >
>
> I download the newset package and extract in my
> path(/share/CACHEDEV1_DATA/appliance/) and set env
> It doesn't work.
> and I run the libugestfs-test-tool:
Please don't provide partial information. Include the command you
type and *all* the output, without editing or removing any part of it.
> ....
2015 Nov 19
0
Vm not booting up after manual migration
...e
eno1:macvtap" network source for its virtual interface, whisch is not the
same as "Host device vnet18 (Bridge "br0")" in the older version. Not sure
if this is something \i have to worry about.
I have manuall copied all the files across, but when booting up the vm on
the newset version ost it hangs up before booting (see screenshot attached).
Please help me to fully boot up into this virtual machine.
--
Regards,
Sakhi Hadebe
Engineer: South African National Research Network (SANReN)Competency
Area, Meraka, CSIR
Tel: +27 12 841 2308 <+27128414213>
Fax: +27...
2004 Aug 06
0
Multiple Instances are Crashing
...t: Monday, May 20, 2002 1:31 PM
>To: icecast@xiph.org
>Subject: Re: [icecast] Multiple Instances are Crashing
>
>
>At 12:16 PM 5/20/02 +0200, you wrote:
>
>
>>If i want to start icecast a 2nd time with different Config File, Port etc.
>>Icecast Crashes. I have the newset release installed on Suse 7.3...
>>How to do? I need Icecast on Port 8000 and 80000 (for 2nd radioserver)..
>>
>>
>
>That's impossible, port 80000 doesn't (and cannot) exist.
>tcp specifies port as a 16 bit number, limiting it to 65536 (or maybe
>65535, I...
2004 Aug 06
0
Multiple Instances are Crashing
...lto:msmith@labyrinth.net.au]
Sent: Monday, May 20, 2002 7:31 AM
To: icecast@xiph.org
Subject: Re: [icecast] Multiple Instances are Crashing
<p>At 12:16 PM 5/20/02 +0200, you wrote:
>If i want to start icecast a 2nd time with different Config File, Port etc.
>Icecast Crashes. I have the newset release installed on Suse 7.3...
>How to do? I need Icecast on Port 8000 and 80000 (for 2nd radioserver)..
That's impossible, port 80000 doesn't (and cannot) exist.
tcp specifies port as a 16 bit number, limiting it to 65536 (or maybe
65535, I'm not sure).
Michael
<p>--- >...
2006 Feb 09
1
does rsync support acl and xattr?
...rsync, so probably it's not officially
blessed yet.
However, I didn't see any xattr patches - although some talks about it
on the list go back into year 2003.
So how it is with support for these?
If I backup a Samba server, which has a filesystem mounted with
acl,user_xattr (with the newset version of rsync), to another server,
also with acl,user_xattr filesystem - will I loose acl and xattr attributes?
--
Tomasz Chmielewski
Software deployment with Samba
http://wpkg.org
2005 May 25
1
Remote Voicemail Notifier / enter Dialplan on SIP Register
...r VoiceMailMain functions.
Second, the ChangeMailbox function
There is an application that you can change the mailbox= definition in
either iax.conf/sip.conf or voicemail.conf (changes are NOT reflected in
the configuration files, they are not updated by this command)
ChangeMailbox(tech,name=newsetting)
On the central voicemail server, you can change both the voicemail entry
as well as the sip or iax entry. On the remote client servers you can
only change the sip/iax entries.
To change the remote server in which a client's voicemail status is
sent, you would use the Voicemail keywor...
2017 Jul 28
2
cannot find any suitable libguestfs supermin
I download libguestfs from github and fetch to the *origin master*.
I tried to build libguestfs in my own linux distro and I followd the
http://libguestfs.org/guestfs-building.1.html#using-a-prebuilt-binary-appliance
to replace with supermin
I download the appliance-1.30.1.tar.xz and appliance-1.30.1.tar.xz.sig
and extract the tarball to /home/user/appliance
and export