search for: nedeed

Displaying 20 results from an estimated 21 matches for "nedeed".

Did you mean: needed
2003 Jul 30
2
OpenBSD 3.2 Problem
Well after some hunting arround I have discovered that I must use the autogen.sh script. The errors from the autogen script tole me what packages I nede to load to run the script. The only package that I had to build was the autoconf 2.57 package. Now the autogen script gets to the point of checking verson of bison... 1.35 ok, then gices and error of './configure[5562]: syntax error:
2018 Mar 30
2
Proper way to do thinlto (from code)
I'm using llvm-c (but if needed can call c++ stuff too if nedeed); what's the proper way to emit bitcode with thinlto info so the linker can parallelize ?I'm currently using: unwrap(PMB)->PrepareForThinLTO = b; on the pass manager builder, but that doesn't seem to be enough? -------------- next part -------------- An HTML attachment was scrubbed...
2018 Mar 30
0
Proper way to do thinlto (from code)
...dule summary index that you created yourself. It doesn't look like either of those options are hooked up to the c API, though. Peter On Fri, Mar 30, 2018, 00:50 Carlo Kok via llvm-dev <llvm-dev at lists.llvm.org> wrote: > I'm using llvm-c (but if needed can call c++ stuff too if nedeed); what's > the proper way to emit bitcode with thinlto info so the linker can > parallelize ? > I'm currently using: > unwrap(PMB)->PrepareForThinLTO = b; > > on the pass manager builder, but that doesn't seem to be enough? > _____________________________________...
2018 Mar 30
1
Proper way to do thinlto (from code)
.... It doesn't look like > either of those options are hooked up to the c API, though.> > Peter > > On Fri, Mar 30, 2018, 00:50 Carlo Kok via llvm-dev <llvm- > dev at lists.llvm.org> wrote:>> __ >> I'm using llvm-c (but if needed can call c++ stuff too if nedeed); >> what's the proper way to emit bitcode with thinlto info so the linker >> can parallelize ?>> I'm currently using: >> unwrap(PMB)->PrepareForThinLTO = b; >> >> on the pass manager builder, but that doesn't seem to be enough? >> ________...
2010 Dec 14
3
last thought before switching to ZFS
Hi I have google to fine som info abut ZFS and I found that site hire. I have unraid now and are realy happy whit it. but to January I are going to upgrade my cpu to a 45watt quad core from intel that I are begun to use my server to encode my tv show iso when it on. so now I are begun to learn ZFS in vitualbox. but now to the question it I make a poll whit 4 2TB ind raidz1 can it so be convetet
2006 Feb 07
1
Trying to figure out why my Cruzer Micro 512"MB" won't boot.
Office Depot ran a deal with a Cruzer Micro 512MB (actually, around 488MiB) for about $20 after a rebate I may not see for months. I saw the ad yesterday and stopped by pretty well first thing this afternoon to snatch one up while they were still there since I've been having to make do with two 256MB drives to hold all the data I neded since one drive couldn't hold enough (though I must
2018 Mar 28
1
The 'not-always-on' infrastructure at home and Samba4 AD DC's..
Hi everyone, Apologies in advance, this will be a bit long but I'm hoping to get some guidance and hints on usual practices for using Samba4 AD DC as an Idm for W10 laptops that might be on the road elsewhere.. As much as I have been using samba for file serving, a Samba AD DC is something new to me. I built a small Samba AD DC infrastructure to serve UIDs and Passwords (4 VMs on 4 KVM
2019 Jul 31
1
[PATCH] Revert "PCI: Enable NVIDIA HDA controllers"
On Wed, 2019-07-31 at 23:26 +0200, Karol Herbst wrote: > On Wed, Jul 31, 2019 at 11:18 PM Lukas Wunner <lukas at wunner.de> wrote: > > On Wed, Jul 31, 2019 at 04:19:27PM -0400, Lyude Paul wrote: > > > While this fixes audio for a number of users, this commit has the > > > sideaffect of breaking the BIOS workaround that's required to make the > > > GPU
2011 Jun 03
1
R and DBSCAN
Hello everyone, When looking for information about clustering of spatial data in R I was directed towards DBSCAN. I've read some docs about it and theb new questions have arisen. DBSCAN requires some parameters, one of them is "distance". As my data are three dimensional, longitude, latitude and temperature, which "distance" should I use? which dimension is related to
2015 Apr 09
2
Trash Plugin bugs
...if (bytes_limit > 0 && size > bytes_limit) { *too_large_r = TRUE; break; } 2. Trash plugin does not use bytes_ceil/count_ceil to calculate size_needed/count_needed to expunge. Trash plugin may expunge more messages that nedeed. + if (ctx->bytes_ceil!=(uint64_t)-1 && ctx->bytes_ceil < size + ctx->bytes_over) { + size_needed = size + ctx->bytes_over - ctx->bytes_ceil; + } + if (ctx->count_ceil!=(uint64_t)-1 && ctx->coun...
2003 Jun 12
0
Dos 6.22 pxelinux
...000000000009fc00 0000000000000400 1 e820: 00000000000f0000 0000000000010000 2 e820: 00000000ffff0000 0000000000010000 2 e820: 0000000000100000 00000000003f0000 1 Ramdisk at 0x03e70000, length 0x00168000 command line: initrd=dos6 BOOT_IMAGE=memdisk Disk is floppy, 1440K, C/H/S = 80/2/18 Total size nedeed = 1300 bytes Old dos memory at 0x9fc00 (map says 0xa0000), loading at 0x9f400 1588: 0xf5c0 15E801 0x3c00 0x02e7 INT 13 08: Success, count = 1, BPT = 0000:0000 old: int 13 = f0009a64 int 15 = f000f859 new: int 13 = 9f400008 int 15 = 9f40022c Loading boot sector ... booting ... Non-System disk or di...
2003 Oct 17
0
zaptel: [rx|tx]gain on E1/PRI/isdn audio quality problems
...be something wrong if alaw digital voice coming from the ISDN network is clipped when going through an iax channel. thanks, lele [1] incidentally, when trying to fix this problem I discovered that _at least in my setup_ chan_zap is not correctly setting the rxgain/txgain for outgoing calls. I nedeed to add a call to set_actual_gain() in zt_call(). --- chan_zap.c 14 Oct 2003 09:56:46 -0000 1.111 +++ chan_zap.c 17 Oct 2003 23:29:31 -0000 @@ -1305,6 +1311,8 @@ if (res) ast_log(LOG_WARNING, "Unable to flush input on channel %d\n", p->channel);...
2012 Dec 13
5
dovecot-lda (2.1.12) segfaults
We uograded our dovecot from version 2.1.10 -> 2.10.12, but within the first hour of use, dovecot-lda would segfault during delivery. This left a lock file lying around causing the user's mail readers to hang; much hilarity ensues. All further deliveries to the same user will result in a crash. The only thing that fixes this condition is to blow away the user's INBOX cache index.
2001 Jul 06
1
[Fwd: SECURITY WARNING - possible email attack]
WARNING TO ALL - I just got what appears to be an infected Word document attachment via the list. The apparently forged headers look suspicious, too. Procmail Security daemon wrote: > > REPORT: Trapped poisoned Microsoft attachment > REPORT: Macro Scanner score: 129 > STATUS: Message quarantined in /var/spool/mail/security, not delivered to recipient. > > Headers from
2006 Apr 23
1
call queue problems
Hi everyone I am having problems with my call queue We currently run a customer care call center which has attendants login during the daytime. Customers who call the 'customer care line (a specific number) always get routed to the cutomer care queue (called 124). After hours, staffs of the Network operating center provide customer care services for customers who call in after the last
2018 Apr 04
1
The 'not-always-on' infrastructure at home and Samba4 AD DC's..
Hi everyone, Apoligies in advance, this will be a bit long but I'm hoping to get some guidance and hints on usual practices for using Samba4 AD DC as an Idm for W10 laptops that might be on the road elsewhere.. As much as I have been using samba for file serving, a Samba AD DC is something new to me. I built a small Samba AD DC infrastructure to serve UIDs and Passwords (4 VMs on 4 KVM
2019 Jul 31
1
[PATCH] Revert "PCI: Enable NVIDIA HDA controllers"
On Wed, Jul 31, 2019 at 04:19:27PM -0400, Lyude Paul wrote: > While this fixes audio for a number of users, this commit has the > sideaffect of breaking the BIOS workaround that's required to make the > GPU on the nvidia P50 work, by causing the GPU's PCI device function to > stop working after it's been set to multifunction mode. This is missing a reference to the commit
2004 Jun 17
5
Problem in using rsync
Hi I use rsync to perform backup on disk on a SunFire 880 with Solaris 8. For performance issues, we launch simultaneously 5 rsyncs on 5 different fliesystems and about 150-200 "cp -p" commands on as many database files. We have been using the same scripts for about 2 months, without problems. The backup is performed on the same server (from filesystem to filesystem on the same
2013 Jun 26
3
DL380g8 - smart array B320i - CentOS 6.4
Gostaria de instalar o Centos 6.4 em um dl380e g8 com uma smart array b320i, na instala??o n?o possui drives por isso aparece que n?o h? discos dispon?veis, baixei os drives para red hat .dd do site da HP, como poderia carregar esses drives durante a instala??o? gravei eles em um pen drive. Obrigado. -- Sergio.Alex
2004 Nov 20
0
ffmpeg2theora start and end time support
For last few days I was trying to learn ffmpeg and libtheora API. In the process, I have modified ffmpeg2theora code to include support for start time and end time. ffmpeg2theora -s 60 -e 130 file.avi will produce file.ogg which will be from 60th to 130th second of input file (something like -ss and -endpos in mencoder). This is a useful feature for someone who wants to cut a part of video