search for: reuploaded

Displaying 20 results from an estimated 33 matches for "reuploaded".

2007 Mar 23
1
No xen kernel image for k7 anymore!
Package: linux-source-2.6 Version: 2.6.18.dfsg.1-11 Severity: important Tag: etch With 2.6.18-4 Debian switched from non-pae to pae-only xen kernels. This means that xen is not useable anymore for many users, which were able to use non-pae kernels without a problem for a long time till now. In my opinion this is a critical issue, because it makes xen unusable for about maybe 10-30% of all
2015 Aug 09
2
No firefox 38.1.1 update
On 08/09/2015 10:21 AM, Peter Q. wrote: > On Aug 9, 2015 8:43 AM, "Robert Nichols" <rnicholsNOSPAM at comcast.net> wrote: > >> I'm still not getting the firefox-38.1.1-1.el6.centos.x86_64.rpm >> that was announced yesterday (8 August) morning. I looked at >> several of the mirror sites I receive, and they all have the new >> firefox in their
2014 Jun 11
2
Xen drivers for virt-builder images
I've just been playing around with virt-builder, and it seems like a pretty useful tool. However, it seems that in a number of the images, the initrd file is missing drivers for Xen virtual block and network devices. This results in a VM that can't find its root device. The files needed are drivers/block/xen-blkfront.ko and drivers/net/xen-netfront.ko. They seem to be present in
2008 Oct 30
27
[Bug 18300] New: NV11 Locks Up On Xorg Initialization
http://bugs.freedesktop.org/show_bug.cgi?id=18300 Summary: NV11 Locks Up On Xorg Initialization Product: xorg Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2018 May 21
0
DSE: Remove useless stores between malloc & memset
"memory accesses between the malloc and the memset without an expensive linear scan of the block/function" (1) do you mean just use "memoryIsNotModifiedBetween" function in DSE to check it? x = maloc(..); memset(x, ...) (2) GetUnderlyingObject would give me Value * (from malloc) ? Also another case: memset(s, 0, len); // len > 1 return strlen(s); // optimize to 0 (3)
2018 May 21
2
DSE: Remove useless stores between malloc & memset
memoryIsNotModifiedBetween is precisely the sort of expensive walk we shouldn't be doing... I'm surprised it hasn't caused any serious issues yet.  Ideally, what we should be doing is using MemorySSA to find a dependency from the memset: if the closest dependency is the malloc, there aren't any stores between the memset and the malloc.  (But we aren't using MemorySSA in
2010 Sep 04
9
I think vorbis codec group have a new target
I compared quicktime aac and vorbis,i think quicktime aac is better than vorbis at 80Kbps. please tell me if i'm wrong. using command: qtaacenc.exe --tvbr 31 --highest --samplerate keep test.wav qt.m4a oggenc2.exe --raw -q 1.6 test.wav -o vorbis.ogg the version: qtaacenc version 20100725 with QuickTime 7.6.7 OggEnc v2.87 (libvorbis 1.3.1) links:
2020 Oct 07
5
[11.0.0 Release] Release Candidate 6 is here
Hello once again, A few more issues appeared, so here is yet another release candidate: llvmorg-11.0.0-rc6 was just tagged. Source code and docs are available at https://prereleases.llvm.org/11.0.0/#rc6 and https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc6 Pre-built binaries will be added as they become ready. Please file reports for any bugs you find as blockers of
2018 May 17
3
DSE: Remove useless stores between malloc & memset
Hello, I would like to find a way to do this removal properly. I found DSE and "eliminateNoopStore" can be useful for this thing. What I mean? int *test = malloc(15 * sizeof(int)); test[10] = 12; < ----- remove this store memset(test,0,sizeof(int) * 15); I already checked the function "eliminateNoopStore". Looks good, I think I would be to get the value ("A") we
2018 May 22
2
DSE: Remove useless stores between malloc & memset
* if (isStringFromCalloc(Dst, TLI)) should be if (!isStringFromCalloc(Dst, TLI)) but still asserting... 2018-05-22 23:06 GMT+02:00 Dávid Bolvanský <david.bolvansky at gmail.com>: > Can you help a bit? > > I try to work with DSE but I got the following assert: > opt: /home/xbolva00/LLVM/llvm/include/llvm/ADT/Optional.h:176: T* > llvm::Optional<T>::getPointer() [with T
2018 May 22
0
DSE: Remove useless stores between malloc & memset
Can you help a bit? I try to work with DSE but I got the following assert: opt: /home/xbolva00/LLVM/llvm/include/llvm/ADT/Optional.h:176: T* llvm::Optional<T>::getPointer() [with T = llvm::MemoryLocation]: Assertion `Storage.hasVal' failed. static bool eliminateStrlen(CallInst *CI, BasicBlock::iterator &BBI, AliasAnalysis *AA, MemoryDependenceResults
2011 Feb 16
6
Authentication Problems
Hi List, We have a CentOS VPS running a web site in a DC far away. The chap that dev's this site told me he couldn't SFTP in yesterday, his password was being rejected (I went to his desk to confirm and saw it was telling him the password was incorrect but neither him nor me had changed it and we are the only two with access to this VPS). So I logged in as root and reset his password, be
2015 Aug 10
0
No firefox 38.1.1 update
...cache and re-downloading > the same bad metadata isn't going to help. > > Downloading the package itself and updating from the local file works, > as does storing the package in a local repo and updating from that. > The metadata was stale on several mirrors .. I redid it and reuploaded it. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20150810/ae73dd71/attachment-0001.sig>
2003 Mar 06
1
Adding printer drivers from WinXP
Well I'm trying to setup the Samba server to act as a print server too. I had uploaded the drivers for the 4 printers we have and I installed all 4 printers on my test computer and it worked well. But when I got back from my vacations one of the tech told me that he couldn't install the printer drivers from the server and when I check the driver didn't seem to be in the driver list
2006 Aug 23
0
Rotating Images with file_column
Hi everyone, I have a photo site that I''m making and I''m using file_column to handle the auto-generation of several "version" of each photo: essentially thumbs and fuller-sized version. The full sized versions retain the original''s proportions, whereas the thumbs are all 4:3. This means most of the thumbs are cropping the original. This all works great, but I
2014 Nov 17
0
[Bug 977] ulogd_inppkt_NFLOG.c:503 forcing unbind of existing log handler for protocol
https://bugzilla.netfilter.org/show_bug.cgi?id=977 --- Comment #14 from Eric Leblond <eric at regit.org> --- (In reply to Netbug from comment #11) > Hi Eric, > > Thanks for getting back to me, really appreciate it. > > I'm not using NFLOG at the moment, so let me know if the iptables-save is > ok, without using it at the moment, along with the cat? OK, I really need
2013 Nov 28
3
pictures
Hello, I have problems with encoding FLAC-Files with embedded pictures. Currently i use opus-tools 0.1.7 with libopus 1.1-rc2. After encoding opusinfo shows WARNING: Unknown picture type in METADATA_BLOCK_PICTURE comment 12 (stream 1): 1768776039 WARNING: Invalid mime type length in METADATA_BLOCK_PICTURE comment 12 (stream 1): 1697607790 bytes when 5562 are available When i play the files with
2009 Jun 07
2
Purpose of DIB Engine?
Hello again. Today I got following question: What is the purpose of DIB Engine? Is it to speed up DirectDraw apps, or is it to add missing functionality for DirectDraw ?emulation?? I'm asking this because I recently tested few DDraw apps (Fallout2 and Happyland Adventures) with DIB enabled and... well for HA there was now significant speed difference, and Fallout2 slowed down even more :( .
2006 Aug 01
3
Rails Application Failed to start properly
Hi all, I have created a new application and Its working fine in my local system and also in the server. But after some days I have added one new controller(projects) in the admin module so that the admin can manage the projects. Its also working good. All the things are working in the application but in the admin module, admin should see the list of users and if the admin click on
2013 Apr 05
20
[Bug 63165] New: [GTX660] GPU lockups on 3D applications
https://bugs.freedesktop.org/show_bug.cgi?id=63165 Priority: medium Bug ID: 63165 Assignee: nouveau at lists.freedesktop.org Summary: [GTX660] GPU lockups on 3D applications Severity: major Classification: Unclassified OS: Linux (All) Reporter: miga-anyandall at hotmail.com Hardware: x86-64 (AMD64)