Displaying 15 results from an estimated 15 matches for "amicli".
Did you mean:
amici
2004 Aug 06
3
parsing icecast 1 and icecast2 logs in GUI web format
I know this was mentioned some time back, but I am curious if anyone has
had any further success with this. My radio station is looking for a
nice clean comprehensive overview of all connections to our icecast 1
and 2 servers. Someone had tweaked the webalizer program to render all
the stats in a nice GUI format. However, there were still a couple items
missing.
Just wondering what everyone else
2014 Feb 21
2
CentOS x86_64 6.4
Hi List,
Strange problem.
I am running off of CentOS x86_64 6.4 usb key that is sdb
I have ssd disk that has a centos image on it. I have mounted
the partitions /dev/sda3 as /mnt/sysimage
and /dev/sda1 as /mnt/sysimage/boot
I am trying to chroot to /mnt/sysimage dir but get the following error.
[root at localhost root]# /usr/sbin/chroot /mnt/sysimage /bin/bash
/usr/sbin/chroot: failed to run
2004 Aug 06
0
parsing icecast 1 and icecast2 logs in GUI web format
Hi
I'm using webalizer without any modification to parse icecast 1 log
files. It's not so bad. I'm also using a set of shellscript to do some
stats with mrtg (such as simultaneous listeners graph) and I've planed
to make a small java program using mrtg or rrdtool to remplace my
shellscript and so avoid to need access to log files.
Bests regards,
EISELE Pascal
Kerry Cox a
2003 Apr 11
1
danish characters - installing R - linux redhat 8.0
I'm using R on a linux redhat 8.0 installation.
The special danish characters (ÅØÆæøå) are showed wrong on the screen.
Example:
yy<-matrix(c(0,2,1,1,8),ncol=1,dimnames=list(c("Brøæå","AGF","AB","Farum","FC-Kbh."
),c("Stemmer")))
barplot(yy[1:5],ylab=names(as.data.frame(yy)),main="5. grade.... ")
Any hints?
Cand.
2008 May 03
4
Rise of Nations, not working under Debian.
This may be a dumb one. For some reason I switched from Fedora 8 to Debian 4. In each case I was running Wine 0.9.58. Same machine with same geForce NV18 video chip. The Rise of Nations: Thrones & etc. demo worked (as I recall) under Fedora but does not run under Debian. The game tells me that the video card is not supported. I checked the /etc/X11/xorg.conf file and it seems to have IDed the
2008 Mar 14
1
Tr: RE : getting a Creative Soundblaster card to work
Forwarding this to wine-users, I made a mistake while sending.
Gardou J?r?me <jgardou at yahoo.fr> a ?crit : Date: Fri, 14 Mar 2008 14:09:42 +0100 (CET)
De: Gardou J?r?me <jgardou at yahoo.fr>
Objet: RE : [Wine] getting a Creative Soundblaster card to work
?: Susan Cragin <susancragin at earthlink.net>
Cc: wine-user at winehq.org
Susan Cragin <susancragin at
2010 Jun 15
2
[LLVMdev] RFC: Criteria for backing out patches
Hi all,
looks like the WWDC has been a nice success, but
it is over now and all devs are back to normal mode.
I have written up a very subjective blog post here
<http://heisenbug.blogspot.com/2010/06/my-grief-with-out-of-tree-code.html>
in which I ask for clarifications to the development
policy wrt. backing out of buildbot-proven patches
because of (unintended) breakage in external
2010 Jun 16
2
Parallel computing on Windows (foreach) (Sergey Goriatchev)
foreach (or virtually anything you might use for concurrent programming)
only really makes sense if the work the "clients" are doing is substantial
enough to overwhelm the communication overhead. And there are many ways to
accomplish the same task more or less efficiently (for example, doing blocks
of tasks in chunks rather than passing each one as an individual job).
But more to the
2007 Feb 13
0
[fdo] PRESS RELEASE: Artists and Developers Ally to Boost Open Source Graphics Software. Libre Graphics Meeting 2007 Announced
Artists and Developers Ally to Boost Open Source Graphics Software. Libre Graphics Meeting 2007 in Montréal. Announced
12 February, 2007 - Building on the overwhelming success of last year's
Libre Graphics Meeting in Lyon, France, key Free/Libre and Open Source
Software (FLOSS) graphics projects are pleased to announce the second
Libre Graphics Meeting (LGM), to be held in Montréal, Québec,
2010 Jun 15
3
How to see how a function is written
Hello,
If I want to see how, say, apply function is written, how would I be
able to do that?
Just typing "apply" at the prompt does not work.
Thank you for help!
Sergey
2004 Aug 06
2
parsing icecast 1 and icecast2 logs in GUI web format
Eisele,
Would you mind sharing with myself and other what you did to get this
running? I am very familiar with webalizer, but perhaps others are not
so.
I'd be curious to see your scripts for getting it to work with MRTG
seeing as how I use that often as well.
Thanks.
KJ
<p>On Wed, 2003-11-12 at 09:16, EISELE Pascal wrote:
> Hi
>
> I'm using webalizer without any
2005 Mar 03
12
bug in postgresql ''now'' time handling??
line 212 of postgresql_adapter.rb is
return Time.now.to_s if value =~ /^\(''now''::text\)::(date|timestamp)/
i don''t think this will work. in postgresql the field ''now'' is pinned to the
SAME TIME for the duration of a transaction. eg. if you do
begin transaction;
insert into t values(42, ''now'');
# sleep one minute
2005 Mar 04
3
Boolean values
Hi,
I''m using SQL Server. I have a BIT field. I have a fix and a question.
This is a patch for a bug in the SQL Server adapter that causes any insert or
update to fail:
lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -239,2 +239,2 @@
- when TrueClass then (column && column.type == :boolean ?
"''t''" : "1")
2001 Feb 16
6
ssh(R) trademark issues: comments and proposal
I'd like to address several issues raised by people in relation to my
notice of the ssh(R) trademark to the OpenSSH group. Also, I would
like to make a proposal to the community for resolving this issue
(included at the end).
First, I'll answer a number of questions and arguments presented in
the discussion.
> "the SSH Corp trademark registration in the US is for a logo
2015 Oct 14
11
RFC: Second draft of an LLVM Community Code of Conduct
Greetings all,
First off, thanks to everyone who contributed to the initial discussion
thread. Judging by the responses from that thread, there seems to pretty
broad interest in pursuing this. There also seem to be a few concerns. =]
I'm including an updated draft based on the feedback, and I'll also try to
break down the major points I've seen of discussion. Sorry for the long
email,