search for: ifp

Displaying 20 results from an estimated 107 matches for "ifp".

Did you mean: if
2005 Mar 07
1
why iriver's ifp series with limitation on ogg/vorbis support
Hi all, I buy a iriver's ifp-880 portable player, it only can play ogg file with bitrate 96kbps-325kbps. I know that the higher bitrate of file, the more cpu cycles to comsume in most case. For beyond 325kbps,I guess the chip (pnx0101) can't realtimely decode. But for ogg file below 96kbps, the cpu performance maybe isn...
2006 Jan 27
1
possible bug using -q -m -M combination?
...h these options before: $ oggenc -q3.0 -m 96 -M 225 somemusic.wav But it's now encoding everything at 1.0kbps. The compression is *awesome* but the found quality is somewhat lacking. Has something changed recently, or am on crack (again)? Cheers, Geoff Ps. I put the above example in the ifp-driver mailing list FAQ.. but now I don't look so smart.. ----- Forwarded message from Geoff Oakham <oakhamg@users.sourceforge.net> ----- From: Geoff Oakham <oakhamg@users.sourceforge.net> To: ifp-driver-common@lists.sourceforge.net Subject: Re: [Ifp-driver-common] [OT] -M option...
2004 Jun 21
1
iRiver iFP-790 and its Ogg Vorbis support
Does anyone have the iRiver iFP-790 player (or maybe any other one of their iFP-7xx series)? I bought this player very recently, and I have been having problems with Ogg Vorbis playback. It skips so much that you only hear music 20% of the time. Is my unit defective or does the player really have problems with ogg vorbis? I thi...
2009 Apr 21
4
RELENG_7 crash
The box has a fairly heavy UDP load. Its RELENG_7 as of today and took 3hrs for it to dump core. Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x68 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0637146 stack pointer = 0x28:0xe766eaac frame pointer = 0x28:0xe766eb54 code segment
2010 Feb 01
8
monitoring a workstation
...message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme ? sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'IFP d?cline toute responsabilit? au titre de ce message. This message and any attachments (the message) are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP should not be liable for this message. Visitez notre site Web / Visit our web site...
2009 Sep 07
1
how to implement java in firefox ?
..._64 When I tested my java config on http://www.java.com/en/download/installed.jsp?detect=jre&try=1 I have always the message that plugin missed : Java Runtime Environnemtn is not present. What I need to do for implemented full java in firefox ? Regards. Rachid Mokrani - http://www.ifp.fr <http://www.ifp.fr/> P avant d'imprimer, pensez ? l'environnement before printing, think of environment __________________________ Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires...
2009 Sep 04
2
drivers for 3G card
Hi, I'm looking drivers or some build rpms for use ? 3G pcmcia card on my laptop. OS : CentOS 5.3 with 2.6.18-128 kernel x86_64 My card is a Vodaphone model E3730 A wiki or any informations will be very appreciated. Regards. Rachid Mokrani - http://www.ifp.fr <http://www.ifp.fr/> P avant d'imprimer, pensez ? l'environnement before printing, think of environment __________________________ Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires...
2008 Jul 29
3
ipfw "bug" - recv any = not recv any
...ULL" > Likewise, Rod Grimes suggested: > ------------------ > No, but it should be trivial to patch the code to allow your !any, if > you consider that !any is the same as =null: > > ipfw count ip from any to any in recv null > > Ie, the recv keyword looks at the ifp in the mbuff, the ifp will be null > for packets originated on the local machine. /usr/src/sys/netinet/ip_fw2.c -- seemed to be the place, but the start of the s/r that caught my eye is not immediately suggesting that there is a way to match a null ifp without patching code as its trapped b...
2003 Nov 24
2
1.8.1 and subsetting dataframes
...te = F, sep = "\t", row.names = F) Browse[1]> mod.df <- read.table("mod.tmp", T, sep = "\t") Browse[1]> is.array(mod.df) [1] FALSE Browse[1]> object.size(mod.df) [1] 16164 Browse[1]> mod.df[1:5,] Site System Cultivar Type CFU 1 Canterbury ifp braeburn fruit 388 2 Canterbury ifp braeburn fruit 920 3 Canterbury ifp braeburn fruit 868 4 Canterbury ifp braeburn fruit 328 5 Canterbury ifp braeburn fruit 656 The size of the object using R-1.8.0 (which had no subsetting problems) was Browse[1]> object.size(mod.df) [1] 21160...
2010 Dec 05
2
CMENU file handling problems.
...on today's DVD, then /SLAX/boot/initrd.gz will not exist, so I might choose to write menu.txt so as to hide that option. In my original testing the feature worked. With a more complete menu.txt, the feature fails. Poking around a bit further it seems that after ~29 attempts like this: FILE* ifp; const char* fname = "/some/file/that/does/NOT/exist"; if ((ifp = fopen(fname, "r")) == 0) { // code for failure } else { // code for success fclose(ifp); } then a simple fopen(name, "r") of a file that *does* exist fails, even though that exact same fopen will...
2008 Oct 07
0
"route flush" does not delete routes created with -interface option
...un1 If I do "route -n flush -inet" then it does not delete the routes created with a -interface option. see verbose output: route -vn flush -inet RTM_GET: Report Metrics: len 204, pid: 0, seq 0, errno 0, flags:<UP,GATEWAY,STATIC> locks: inits: sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> 146.64.80.0 192.168.0.100 (255) ffff ffff ff sis0:0.0.24.c7.8b.80 192.168.0.44 RTM_DELETE: Delete Route: len 204, pid: 0, seq 2, errno 0, flags:<UP,GATEWAY,STATIC> locks: inits: sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> 146.64.80.0 192.168.0.100 (255) ffff ffff ff sis0:0.0.2...
2006 Oct 03
2
DELL M90 wifi - CentOS 4.4
...message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme ? sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'IFP d?cline toute responsabilit? au titre de ce message. This message and any attachments (the message) are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP should not be liable for this message. Visitez notre site Web / Visit our web site...
2009 Mar 20
3
Bug with cron ?
...message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme ? sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'IFP d?cline toute responsabilit? au titre de ce message. This message and any attachments (the message) are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP should not be liable for this message. Visitez notre site Web / Visit our web site...
2007 Mar 26
5
OpenOffice 2.1 with CentOS 4.4 x86_64 doesn't work
...message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme ? sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'IFP d?cline toute responsabilit? au titre de ce message. This message and any attachments (the message) are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP should not be liable for this message. Visitez notre site Web / Visit our web site...
2016 May 24
5
IPv6, ULAs and FreeBSD
...cess with either: A $ cat /usr/local/etc/tinc/klaas/tinc-up ifconfig $INTERFACE inet6 fd16:dcc0:f4cc:0:0:1:0:1 prefixlen 80 route -6 add -host fd16:dcc0:f4cc:0:0:2:0:1 fd16:dcc0:f4cc:0:0:1:0:1 route -6 add -net fd16:dcc0:f4cc:0:0:2::/96 fd16:dcc0:f4cc:0:0:1:0:1 #route -6 add -ifp $INTERFACE -host fd16:dcc0:f4cc::2:0:1 fd16:dcc0:f4cc::1:0:1 #route -6 add -ifp $INTERFACE -net fd16:dcc0:f4cc::2:0:0/96 fd16:dcc0:f4cc::1:0:1 ifconfig $INTERFACE 10.1.0.1 netmask 255.0.0.0 route -4 add -host 10.2.0.1 10.1.0.1 route -4 add -net 10.2.0.0/16 10.1.0.1 This lo...
2008 Aug 26
5
restarting static-routes-ipv6
I want to change the contents of my /etc/sysconfig/static-routes-ipv6 and NOT restart the network. Is there a way to do this??? I know about ifup and ifdown for interfaces, but what about routing (and IP6 at that).
2014 Jan 13
3
apache - upload files bigger than 2Go
...vironment before printing ! Ce message et toutes ses pi?ces jointes sont confidentiels et ?tablis ? l'intention exclusive de ses destinataires. Toute utilisation non conforme ? sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. IFP Energies nouvelles d?cline toute responsabilit? au titre de ce message. This message and any attachments are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP Energies nouvelles should not be liable for this message. ______________________...
2010 Sep 29
0
temp Rscript file collision on Windows
Hi, The code below (found in src/gnuwin32/system.c) is almost guaranteed to do the wrong thing if 2 Rterm processes are started at the same time (or less than 1 second apart, the resolution of time() being 1 second): /* tmpfile() seems not to work on Vista: it tries to write in c:/ ifp = tmpfile(); */ { char *tm; tm = getenv("TMPDIR"); if (!isDir(tm)) { tm = getenv("TMP"); if (!isDir(tm)) { tm = getenv("TEMP"); if (!isDir(tm)) tm = getenv("R_USER&qu...
2011 Apr 07
3
CentOSPlus kernel (Was: Centos 6 Update?)
Changing the subject line for good ... On Thu, Apr 7, 2011 at 8:58 AM, Lamar Owen <lowen at pari.edu> wrote: > On Thursday, April 07, 2011 11:23:51 AM Brunner, Brian T. wrote: >> AIUI: In previous releases, RH distributed source + patches. ?Starting >> 6.0 RH releases patched source. ?This makes backing out a patch, or >> backporting patches from future development in
2017 Sep 19
1
KVM SSL with wget
...vironment before printing ! Ce message et toutes ses pi?ces jointes sont confidentiels et ?tablis ? l'intention exclusive de ses destinataires. Toute utilisation non conforme ? sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. IFP Energies nouvelles d?cline toute responsabilit? au titre de ce message. This message and any attachments are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP Energies nouvelles should not be liable for this message. ______________________...