Displaying 20 results from an estimated 75 matches for "idem".
Did you mean:
ide
2005 Aug 31
0
Samba 3.0.20 on Solaris ( 3.0.14a idem) - C compiler cannot create executables
Hi,
I've a real problem on my sol8 server :
- gcc, binutils, etc are installed, PATH is ok, as, ld, etc too
MIT kerberos and Openldap have compiled without any problem but for samba
during "configure" I directly get : "C compiler cannot create executables"
and no error about a gcc not found !
I only see " " not found but it doesn't tell me what in
2010 Sep 01
3
centos 5.5 oscar: gcc41, gcc44 and gfortran41, gfortran44
Hi,
I'm totally new with centos...we have a cluster in our labo with centos
oscar. The gcc which was provided with the release is gcc41 and
gfortran41. There are packages for gcc44 and gfortran44. I have
installed them.
But the gcc is not a link to gcc41 or gcc44. it is just an executable.
idem for gfortran. So which is the good way on centOS to choose the
gcc44 and gfortran44 per default.
Thx a lot!
Best regards,
Guillaume
2016 Nov 25
2
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
...> compiletime_assert_atomic_type(typeof(x)); \
Should be:
compiletime_assert_atomic_type(x);
> WARN_SINGLE_COPY_ALIGNMENT(&(x)); \
> READ_ONCE(x); \
> })
>
> #define SINGLE_STORE(x, v) \
> ({ \
> compiletime_assert_atomic_type(typeof(x)); \
idem
> WARN_SINGLE_COPY_ALIGNMENT(&(x)); \
> WRITE_ONCE(x, v); \
> })
2016 Nov 25
2
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
...> compiletime_assert_atomic_type(typeof(x)); \
Should be:
compiletime_assert_atomic_type(x);
> WARN_SINGLE_COPY_ALIGNMENT(&(x)); \
> READ_ONCE(x); \
> })
>
> #define SINGLE_STORE(x, v) \
> ({ \
> compiletime_assert_atomic_type(typeof(x)); \
idem
> WARN_SINGLE_COPY_ALIGNMENT(&(x)); \
> WRITE_ONCE(x, v); \
> })
2007 Mar 20
2
a lot off nmbd
Hello,
I have installed a new server with mandriva 2007 free edition, with
samba 3.0.23d on it.
It is good but a new nmbd appears every 5 minutes and they don't die
when I stop samba.
So, I compiled samba 3.0.24 and ... idem.
This is not my first install, on my other servers they're only 2 nmbd.
With this install, after one day, I have more than 250 daemons, it is
the hell !
What que c'est que ?a ?
Do you know this problem ?
Merci, Bruno
Here is my conf :
[global]
workgroup = MYWG
s...
2004 Sep 10
1
Should FLAC join Xiph?
...orms ? Or you just want to make sure that other libraries comply with
the format specified (?) in the main library ?
For the first case, the license matters. For the second it doesn't.
And BTW, Microsoft used some BSD programs (FTP client among others) instead of
making the code from scratch. Idem with MSIE which started with the Mosaic code.
2005 Aug 04
1
Problem when pasting from Winedit into Rgui
...and-go from Winedit seems to
not work anymore.
I try installing the last 'RWinEdt_1.7-3' edition, but with no more result.
After selecting the program lines to submit, I click on the 'paste' icon
and nothing happens in the R gui (a subliminal, flashing move in the
edition menu...). Idem for 'source' and 'R-history'.
Downgrading to 2.0.1 solves the trouble.
Do I forget something ?
Thanks for any help.
I am working with :
> version
_
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 1.1
year 20...
2010 Feb 16
1
Stupid question: Why Cmd Dial and Queue haven't same options?
...sn't better than the last year
So,
- why Queue has some options like 'caller can continue in his dialplan' (Dial has g and F options for callee/caller) and not he same option for 'callee' ?
- no option in queue to send message (for only calle/caller) when bridged as Dial has
- idem to announce periodically 'X minutes before hangup' (in Dial, not in Queue)
Probabely, i've missed something..... perhaps some workaround ?
Thank's a lot for your attention
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pip...
2013 Jun 21
1
fasttrack mirror server out of sync?
...ded: Wed Jun 12 13:45:25 2013
To me it looks like mirror.ovh.net isn't sync'ing.
for example:
http://mirror.ovh.net/ftp.centos.org/6.4/updates/x86_64/repodata/repomd.xml is from June the 13th
http://centosq3.centos.org/centos-6/6.4/updates/x86_64/repodata/repomd.xml is from June the 20th (idem for mirrors.ircam.fr)
bye
Patrick
2006 Dec 18
1
Can't find lcabinet when runnig make crosstest
...9;m running arch linux, and installed
mingw from an AUR package. In order to be able to run "make crosstest",
I had to modify configure.ac to add i686-mingw32-gcc beside
i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc
mingw-gcc in the check for CROSSCC tool, and idem for DLLTOOL and
CROSSWINDRES. Was there a better way ?
--
Colin Pitrat (Bull Services Telco)
Bull, Architect of an Open World (TM)
T?l : +33 (0) 1 30 80 72 93
www.bull.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: colin.pitrat.vcf
Type: text/x-vcard
Si...
2013 Feb 20
3
sink() and source()
Hola a todos,
Tengo problemas con los comandos sink() y source() cuando los utilizo
conjuntamente.
He creado un script con una función dentro de la cual se ejecuta sink()
Si copio-pego este scritp directamente en la consola no hay problemas y el
resultado de la
función es desviado a un fichero.
Sin embargo cuando utilizo el comando source() para leer el script con el
contenido de la función
el
2012 May 19
5
default plot, but stripes appear (and other plot problems)
...s for dots,...
This is the basis of what I used:
plot(ID, settlepw$T.local, type="l",ylab="Temperature(?C)", xlab="")
plot(day, hatch$T.local, type="l", ylab="", ylim=c(15,25), xlab=" ")
For the second plot, I wanted no dots but a line (idem as previous), but
that doesn't work either.
Can someone please help? I assume it is probably not so difficult, but I
couldn't find the answer at all.
Thanks a lot in advance!
--
View this message in context: http://r.789695.n4.nabble.com/default-plot-but-stripes-appear-and-other-plot-pr...
2004 Nov 22
3
Mode context extremely poor performance.
...uest (listed above) using context
take up to 1000 more time than the on RAW or ext2 database. I have ran
this request on a single IA32 machine with Redhat and dbf on ext2. The
average reponse time is less than a sec. The same request on RAC 4 nodes
cluster on RAW take the same average time. On ext2 idem. But on OCFS it
took up to 15 sec randomly between 1sec>responce_time>15sec.
We tried to ran the request on a single itanium (without RAC) on OCFS. -
> sameproblem.
We tries to ran the request on single nodes without RAC with only DBF
file on OCFS. -> Same problem.
We tried to run seve...
2004 Nov 22
3
Mode context extremely poor performance.
...uest (listed above) using context
take up to 1000 more time than the on RAW or ext2 database. I have ran
this request on a single IA32 machine with Redhat and dbf on ext2. The
average reponse time is less than a sec. The same request on RAC 4 nodes
cluster on RAW take the same average time. On ext2 idem. But on OCFS it
took up to 15 sec randomly between 1sec>responce_time>15sec.
We tried to ran the request on a single itanium (without RAC) on OCFS. -
> sameproblem.
We tries to ran the request on single nodes without RAC with only DBF
file on OCFS. -> Same problem.
We tried to run seve...
2015 Aug 28
4
HP EFI binaries
Sorry guys; I got a bit lost about Gene's request on this thread;
usually a handle dump like
# dh > handles.txt
it's all we need to see the relationship between the
NBP's device handle and the Service Binding handles.
Did you get handles.txt? is it available for download somewhere?
>>>
Gene, after modifying some of Patrick's code I have been able to get the
2013 Jan 21
13
Problema gWidgets & XLConnect
...Connect
. require(XLConnect)
-> El resultado es (hay dos opciones que salen, parece que, aleatoriamente la una o la otra)
. opción a) -> Muestra un error cargando XLConnetcJars (dependencia de XLConnect)
. opción b) -> No pasa nada pero no carga "gfile()" [idem al Caso 1]
Obviamente, si no cargo XLConnect, gWidgets funciona perfectamente (y viceversa).
Intuitivamente parece que fuese un error en la máquina Java... pero con la versión 2.15.1 funciona perfectamente (he probado con instalaciones "limpias" de la 2.15.1 y la 2.15.2).
La pregunta...
2016 Nov 25
0
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
...OPY_ALIGNMENT(_____ptr); \
\
READ_ONCE(*_____ptr); \
})
Ditto for SINGLE_STORE()
Regards,
Boqun
> > READ_ONCE(x); \
> > })
> >
> > #define SINGLE_STORE(x, v) \
> > ({ \
> > compiletime_assert_atomic_type(typeof(x)); \
>
> idem
>
> > WARN_SINGLE_COPY_ALIGNMENT(&(x)); \
> > WRITE_ONCE(x, v); \
> > })
2006 Apr 04
0
Date bug?
....0
1462 01/01/05 25.88 0.0
class(climat$date) character
If I do:
date=strptime(climat$date,format="%d/%m/%y") then R closes.
However if I do=
d=strptime(climat$date[1:5],format="%d/%m/%y") and then
date=strptime(climat$date,format="%d/%m/%y") it works!
(idem with functions as.Date, as.yearmon, etc..)
I already re-downloaded R but it still doesn't work.
Has this bug been reported?
How can I overcome this problem?
Thank you very much for any help!
Natalia Norden
Natalia Norden PhD student
Laboratoire Evolution et Diversit? Biologique
Bat 4R3 Univ...
2009 Jul 03
0
A fast version of ccf () accepting missing values ?
...= NULL) {
l_X <- length(X)
l_Y <- length(Y)
if (l_Y != l_X) {
cat ("X and Y should have same size !")
return
}
if (is.null(lag.before)) {
lag.before <- l_X / 10
#should do 10*log10(N/m)
}
if (is.null(lag.after)) {
lag.after <- l_X / 10
# idem lag.before.
}
res <- list()
res$cor <- rep(0.0, 1 + lag.before + lag.after)
sub_X <- X[ 1 + lag.before : (l_X - lag.after)]
res$delay <- seq(-lag.before, lag.after)
for (i in res$delay) {
sub_Y <- Y[(lag.before+i+1) : (l_X-lag.after+i+1)]
OK <- !(is.na(sub_...
2010 Oct 13
0
Internet links ineffective in Windows applications!
Hello,
Using some Windows applications with WINE on Puppy/Toutou LINUX 4.31, I noticed that links created in the pages of my Outliners (TreeDBNotes, KeyNotes) are ineffective. Idem for links to websites in the help menus of any Windows applications. What's going wrong and what could be done to solve this problem?
Thank you!
Regards.