Displaying 3 results from an estimated 3 matches for "irri".
Did you mean:
irr
2005 Oct 16
1
2.3.0 crash on FC3
The server I am running 2.3.0 is Fedora Core 3 and every few hours Icecast
crashes and I have to restart it and I don't know why. I've looked in the
error logs and I see nothing.
Does anyone have a cron script to check and restart icecast if it dies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Nov 05
1
Crippled file list on samba 3.0.23-c2. Debian Etch x64 (files randomly not showing up)
Hi there people.
My first post here at the list so I hope I havn't made any misstakes so
far and that I can write in such a way so you people understand me. =)
The problem I have is that when I list folders on disks mouted with "mount
-t smbfs ..." the file lists of folders are crippled. What I mean is that
files are randomly missing in the lists even if they are there. A refresh
2007 Dec 14
1
RJDBC to OpenOffice Calc as RODBC to MS Excel
Under Windows, I have used RODBC to connect to Excel spreadsheets as per
the example below:
library(RODBC);
connect = odbcConnectExcel("testdata.xls");
query = "SELECT [data$.ethn], [data$.sex], [data$.age],
[data$.height], [data$.weight],
[label$.label]
FROM [data$], [label$]
WHERE [data$.ethn] = [label$.ethn];"
data =