search for: fel

Displaying 20 results from an estimated 31 matches for "fel".

Did you mean: fe
2013 May 29
3
bootstrap
...on R-help list.? I had seen your postings on Nabble in the past.? Unfortunately those postings were not accepted in R-help.? You have to directly post at ? r-help at r-project.org after registering at: https://stat.ethz.ch/mailman/listinfo/r-help ? ________________________________ From: Angela Fel Padecio <solewolf301 at yahoo.com> To: arun <smartpink111 at yahoo.com> Sent: Wednesday, May 29, 2013 9:05 AM Subject: bootstrap hi. i have these dataset:? set.seed(12345)? S=1000? generate <- function(size) {? x1 <- rnorm(size, mean=0, sd=1)? x2 <- rnorm(size, mean=0, sd=...
2007 May 15
0
Build error
...ction `upsdrv_updateinfo': bcmxcp.c:(.text+0x1f2c): undefined reference to `alarm_init' bcmxcp.c:(.text+0x1f59): undefined reference to `alarm_set' bcmxcp.c:(.text+0x20dc): undefined reference to `alarm_commit' collect2: ld returned 1 exit status make[1]: *** [hald-addon-bcmxcp_usb] Fel 1 make[1]: Leaving directory `/home/kjell/nut/trunktest/drivers' make: *** [all-recursive] Fel 1 ----------------------------------------------------------------- Fel 1 = Error 1 What I can see, the alarm_init e.t.c functions is defined in dstate-hal.h but seems not to be used. Don't thi...
2008 Mar 08
0
[LLVMdev] Trying to build Firefox on OSX with LLVM 2.2
..."_mar_extract", referenced from: _main in host_mar.o "_mar_close", referenced from: _main in host_mar.o "_mar_create", referenced from: _main in host_mar.o ld: symbol(s) not found collect2: ld returnerade avslutningsstatus 1 gmake[4]: *** [mar] Fel 1 gmake[4]: Leaving directory `/Users/simon/Desktop/mozilla/firefox2/mozilla/obj-ff/modules/libmar/tool' gmake[3]: *** [libs] Fel 2 gmake[3]: Leaving directory `/Users/simon/Desktop/mozilla/firefox2/mozilla/obj-ff/modules/libmar' gmake[2]: *** [tier_1] Fel 2 gmake[2]: Leaving directory `...
2004 Aug 06
3
icecast 2.0.0 chroot problem
Thanks for the superfast reaction. You got me started thinking. I got rid of the following lines number 3 and 8 hereunder. They were present in the example xml and I think that they don't belong here because icecast won't run if chroot is not being used........ Now it starts. I am very happy about this!!!! :-) JK 1 <security> 2 <chroot>0</chroot> 3
2004 Aug 06
0
RE: maximum 2 mountpoints??
Hi, I am ashamed of myself. It is a default configuration setting in icecast.xml Cheers, JK _____ From: Jan-Kees Fels [mailto:jankees@familyfels.com] Sent: Saturday, February 21, 2004 2:58 PM To: 'icecast@xiph.org' Subject: maximum 2 mountpoints?? Hi there, Not sure if this is a limit of icecast or ezstream. When I try to make a third mount I get : [root@fels bin]# ./ezstream -c lenny-kra...
2011 Apr 21
1
Rcmdr vs SPSS in hungarian
An embedded and charset-unspecified text was scrubbed... Name: nem el?rhet? URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110421/2b2b582b/attachment.pl>
2013 Aug 30
7
bootwrapper can't be compiled for cubieboard2
Hi Ian, I try compile the bootwrapper for cubieboard2 like this: joshzhao@joshzhao-ThinkCentre-M58p:~/project/Xen/A20/boot-wrapper$ make cubieboard2_defconfig CROSS_COMPILE=arm-linux-gnueabihf- # # configuration written to .config # joshzhao@joshzhao-ThinkCentre-M58p:~/project/Xen/A20/boot-wrapper$ make CROSS_COMPILE=arm-linux-gnueabihf- make -C scripts/kconfig -f Makefile.bootwrapper
2004 Aug 06
2
icecast 2.0.0 chroot problem
Hello, I seem to have a problem getting icecast 2.0.0 to start. I get the following message: [root@fels icecast]# /usr/local/bin/icecast -c /usr/local/bin/icecast.xml WARNING: You should not run icecast2 as root Use the changeowner directive in the config file I have not tampered with the default "security" section of the xml. <security> <chroot>0</chroot>...
2004 Aug 06
0
icecast 2.0.0 chroot problem
...are allowing is the icecast user the ability to login to a shell, which can lead to disaster. Just a piece of advice, I would disable the shell on that user!! Good Luck and let me know if you have any other questions on getting Icecast up. DK > -----Original Message----- > From: Jan-Kees Fels [mailto:jankees@familyfels.com] > Sent: Friday, February 20, 2004 12:06 PM > To: icecast@xiph.org > Subject: RE: [icecast] icecast 2.0.0 chroot problem > > > Hi, > > As a relative newby to linux I figured it out myself that the > security on > the dirs, as you men...
2006 Sep 12
1
Build 2.0.4, usb.h missing.
...tory `/usr/src/nut-2.0.4/common' drivers/ make[1]: Entering directory `/usr/src/nut-2.0.4/drivers' make[1]: *** Ingen regel f?r att skapa m?let "usb.h", som beh?vs till "newhidups.o". Stannar. make[1]: Leaving directory `/usr/src/nut-2.0.4/drivers' make: *** [build] Fel 1 [root@vader nut-2.0.4]# I also tried make usb, and that (for some reason) compiles energizerups but I still get the usb.h error for newhidups.o.
2004 Aug 06
1
icecast 2.0.0 chroot problem
...to a DSP!!! Cheers, David <p>> -----Original Message----- > From: Geoff Shang [mailto:gshang@pacific.net.au] > Sent: Friday, February 20, 2004 5:59 AM > To: icecast@xiph.org > Subject: RE: [icecast] icecast 2.0.0 chroot problem > > > On Fri, 20 Feb 2004, Jan-Kees Fels wrote: > > > I got rid of the following lines number 3 and 8 hereunder. They were > > present in the example xml and I think that they don't belong here > > because icecast won't run if chroot is not being used........ > > Lines 3 and 8 specified the beginning...
2009 Mar 05
3
[PATCH 0/2] ocfs2: two bug fixes about xattr and inline-data V2
Hi, Thanks Tao and Joel's review, These are the second version of the patches. Mark and Joel, you can correct my comments if you find they don't suitable. thanks, tiger
2018 Nov 01
0
AD GlobalNames zone
...atainak kezelése ellen. A jelen e-mailben található információ üzleti titkot, védett személyes és egészségügyi adatokat, kiemelt vagy más bizalmas információt tartalmazhat. Az e-mail, vagy a benne foglalt információ jogosulatlan elolvasása, továbbítása, kinyomtatása, másolása, terjesztése, vagy felhasználása szigorúan tilos és jogellenes. Amennyiben ön nem az e-mail címzettje, úgy tájékoztatjuk, hogy ön az e-mailt tévedésből kapta, és az e-maillel kapcsolatos bármilyen fent említett művelet tilos és jogellenes. Kérjük, vegye fel a kapcsolatot a küldővel és törölje az e-mailt és minden me...
2004 Aug 06
0
icecast 2.0.0 chroot problem
On Saturday 21 February 2004 00:14, Jan-Kees Fels wrote: > Thanks for the superfast reaction. > > You got me started thinking. > > I got rid of the following lines number 3 and 8 hereunder. They were > present in the example xml and I think that they don't belong here > because icecast won't run if chroot is not being...
2005 Jan 28
2
print() from within a function - Windows specific? (PR#7584)
...test code could be: for(i in 1:10){ for(j in 1:1000){ for(k in 1:1000){} } print(i) } I once ask a linux / unix user and he was not able to reproduce the problem. Best regards ------------------------------------------------- Markus Liedgens Institut f?r Pflanzenwissenschaften - ETH Z?rich FEL Eschikon 33 8315 Lidau, Switzerland e-mail: markus.liedgens@ipw.agrl.ethz.ch -------------------------------------------------- 8315 Lindau
2011 Feb 06
4
OT - simple CAD program to design electronic circuits with
Hi all. Is there an electronic circuit design CAD package available for Centos 5.5 please? Kind Regards, Keith Roberts ----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net]
2004 Jun 17
6
Compiling problem on Debian
...editline.o_a)(.text+0x99f9):/home/robin/asterisk-0.9.0/editline/term.c:1574: undefined reference to `tgoto' editline/libedit.a(editline.o_a)(.text+0x9a0d):/home/robin/asterisk-0.9.0/editline/term.c:1574: undefined reference to `tputs' collect2: ld returned 1 exit status make: *** [asterisk] Fel 1 homer:/home/robin/asterisk-0.9.0# uname -a Linux homer 2.4.26-1-386 #2 Sat May 1 16:31:24 EST 2004 i686 GNU/Linux homer:/home/robin/asterisk-0.9.0# What is wrong? :/ /Robin -- Robin Calmeg?rd Siurua CEO/developer RoCaS - development & support tel +46 8 505 556 80 fax +46 8 505 556 79...
2013 May 31
22
[PATCH 0/4] xen/arm: assemble support for Allwinner A31
These series patch enable Allwinner A31(code name sun6i) support in assemble. with these patches, the cpu 0 of sun6i SOC could successful boot into the c environment. Bamvor Jian Zhang (4): xen/arm: introduce Cortex-A7 support xen/arm: introduce Allwinner sun6i SOC basic support xen/arm: enable early printk for sun6i xen/arm: enable switch to hyper mode for sun6i xen/arch/arm/Rules.mk
2007 Mar 19
5
app has problems parsing its config file
Hello, I want to make wine run a qt-based commercial, large windows app. I run wine 0.9.22 on gentoo amd64 and can successfully run other applications. The app in question starts up fine, asks for which modules to use and then proceeds to constructs a temporary config file for itself. However, it then proceeds with an error message by itself that it encountered a problem parsing this config file
2003 Apr 21
0
Health check
Hi I have a quad processor Compaq Proliant 5500. The output from dmesg seems strange (I have also sent a copy to freebsd-smp to ask about smp issues) and there are also some performance issues which I suspect are smp related. Could anyone who fels so inclined please take a look at the output and let me have any comments. Thanks _______________________________ Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserve...