search for: redon

Displaying 20 results from an estimated 179 matches for "redon".

Did you mean: redo
2010 Apr 27
0
Redone setup, bizare problems
Hi ! Sorry if this is a long post... I had this setup for about a year without problems : Network A <-> wrv200 <-> internet <-> wrv200 <-> net b The 2 networks are linked with an ipsec vpn. The 2 internet connections are with the same cable company to minimize latency, both separates /24 subnets. On network A, I got 2 computers, a single sip phone (aastra
2011 Jul 25
0
[LLVMdev] git
...uring the > transition. Once it can be treated as the "official mainline", turn off > svn. If it turn out ugly, keep svn. > Forcing transitioning to git makes no sense for a lot of us - for example, we have lots of scripts that depend on svn revision numbers - all those could be redone for git, but who wants to do work that they don't have to? What "problem" is it solving? Besides, the git-svn readonly bridge is a great solution for those who want to use git - While I agree that dvcs is better (I use mercurial AND git internally), I just don't see the rationa...
2015 Oct 03
2
Editing metadata
...sh to codegen at this stage. - JIT the method. This require to finalize the DIBuilder to complete the emission of debug metadata. - Later on, emit IR for some of the missing branches. Here the problem surface : - Without debug infos, the codegen for this specific method can be invalidated and redone, all is fine. - With debug infos, the metadata have been finalized already, and it doesn't seems that it is possible to revert this Is there a way to make that work ? If not, is there a patch I can work on to make that work ? Thank in advance, -------------- next part -------------- An H...
2011 Jul 24
4
[LLVMdev] git
Lot of good points. > Yep, switching to git would require a lot of work on the project > maintainers' side. Commit hooks, setting up repositories, rewording > policies in terms of the commands of the new tools, and that only to > regain the status the project already has - [...] All of which could be done on a mirror, with pushes to svn during the transition. Once it can be
2017 Feb 02
2
HP Zbook17 Dock and UEFI conflict with GK107GLM aka Quadro K1100M
...I misunderstood. I thought you had had debugging enabled, which can print those. But you don't. It prints "Base 2" and "Base 3" disp configurations for some reason. This is not usual, it probably hits some error condition in the code. Note that a lot of this stuff has been redone for kernel 4.10 to conform to atomic modesetting. I wouldn't be surprised if that jiggers things around enough to fix your issue. But perhaps not. Worth a shot. [As an aside, this would also enable more reliable reclocking for your GPU, so not a bad upgrade to make in any case.] -ilia
2015 May 20
3
Clients unable to get group policy...
...about. The system in question today is a fresh install of 7 Pro 64bit using the company volume license. Nothing is installed. We install Windows, do updates, do drivers, and that is it. The software is pushed via GPO and/or startup script on the domain. Therefore, the system is clean. It had to be redone due to a virus. We zeroed the disk using dd and a live CD, so this truly is a CLEAN install. Now, the only thing that may be an issue with this system, is that I am not sure the machine account was removed from the domain after unjoining it before we took it to wipe and redo it. If the old machin...
2016 Nov 23
1
New laptop recomendation
...rote: > When you go to the Dell Linux site and choose shop now you are taken to a page featuring Windows 10 machines. [OT rant] a pet peeve... webpile redesigns that mess everything up. I was looking for info on the BLM (Bureau of Land Management) website last night, and they'd totally redone the entire mess, it was all slick and web 3.0-ish, and full of glowing PR material, and ABSOLUTELY NOTHING ON THE THOUSANDS OF LOCATIONS BLM MANAGES. could have been a brochure for a vaporware company for all the useful info I found. I don't want to tweet or 'like' crap, I want...
2008 Aug 20
1
Baldur's Gate slow after upgrading Linux Kernel
...2.6.21 kernel it does run smoothly but changing the kernel to any newer version does the game to run slowly. I have been checking the config of both kernels, and I have tried to get the same in them. I have a GF 6600 GT and nvidia 173.14.09, but I don't think it's the driver because I have redone the xorg.conf file some times. I don't know where to look at the moment, so I wanted to know if anyone has the same problems or if anyone has an idea to try with.
2006 Feb 24
1
get_local_name
Wayne, I have redone get_local_name again (patch attached), this time to enable rsync to remove a file to make way for a destination directory; this resolves the "surprise" noted in David Tonhofer's diagram 2. I also made it obey --keep-dirlinks when looking for a destination directory and made various...
2003 Oct 21
1
Migrating from NT4 auth with winbind to ADS style auth
...e're using Samba 3.0 with the old NT4 authentication through winbind, the same method that samba 2.2.8 used. If we want to recompile samba and upgrade to the new ADS support, will winbind correctly continue to use the same Windows Username to Linux UID mapping so that ACLs don't have to be redone? Thank you. - -Tom Dickson -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-nr2 (Windows 2000) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE/lWj12dxAfYNwANIRAue3AKCGxJxSMv6QKI80e4a9SiMz1SY9yQCeOqEH WOwCNlVf0ZvnkCTj95WgBEQ= =r2n7 -----END PGP SIGNATURE-----
2005 Jan 28
1
Windows XP Pro cannot access Samba
My WXPP PC cannot login to the Samba server although the Win2K and W9x PC's can. The XPP system has joined the domain, but when I rebooted the PC and tried logging in via the domain it complained about not having permission or an account which I've verified and have redone several times, but still I cannot login. Anyone have any information on how to fix this. -- ------------------------------------- Jon L. Miller, MCNE CNS LSP CCNA MMT Networks Pty Ltd Perth, Western Australia email: jlmiller@mmtnetworks.com.au web: www.mmtnetworks.com.au
2006 Oct 24
1
aoTuV beta5 is out
.... in the low bitrate. * The threshold of a stereo mode change was calculated dynamically. Some of problems which originate in channel coupling by this will improve. * Noise control of an impulse block was changed (quality 0-10 / 32-48kHz). And pre-echo decreased slightly. * Tuning of each part was redone according to above-mentioned changed part and additional part.
2004 Nov 19
0
[LLVMdev] LLVM and memory leaks
...all of the information that you need to do the clearing? > In clearAllTypeMaps (which should become a static method in Type, > allowing you to avoid the friend issues), as a first pass, can't you > loop over FunctionTypes, PointerTypes, etc and build the vector there? I have redone the implementation of clearAllValueMaps and clearAllTypeMaps so they are now static member functions of Constant and Type respectively. I've implemented both in exactly the same way now, first clear the maps and put the Types/Constants in a vector, then drop references, then delete the Typ...
2007 Apr 12
1
Release for CentOS-5 i386 and x86_64
...atthew Miller, Fabian Arrotin And all the CentOS Developers who worked with us on this release: John Newbegin, Jim Perrin, Lance Davis, Ralph Angenendt, Donavan Nelson, Tru Huynh A special wave to Gideon de Kok, who worked his machines and himself well into many nights getting the artwork done, redone, redone, retouched up, change, redone, changed some more, redone and put up with us as we continued to make changes till almost the last minute possible! Plus the millions of users out there, you all know who you are! Enjoy! Johnny Hughes Jr and Karanbir Singh The CentOS Project, http://www.c...
2007 Apr 12
1
Release for CentOS-5 i386 and x86_64
...atthew Miller, Fabian Arrotin And all the CentOS Developers who worked with us on this release: John Newbegin, Jim Perrin, Lance Davis, Ralph Angenendt, Donavan Nelson, Tru Huynh A special wave to Gideon de Kok, who worked his machines and himself well into many nights getting the artwork done, redone, redone, retouched up, change, redone, changed some more, redone and put up with us as we continued to make changes till almost the last minute possible! Plus the millions of users out there, you all know who you are! Enjoy! Johnny Hughes Jr and Karanbir Singh The CentOS Project, http://www.c...
2015 Oct 05
2
Editing metadata
...the method. This require to finalize the DIBuilder to complete the > emission of debug metadata. > > - Later on, emit IR for some of the missing branches. Here the problem > surface : > > - Without debug infos, the codegen for this specific method can be > invalidated and redone, all is fine. > > - With debug infos, the metadata have been finalized already, and it > doesn't seems that it is possible to revert this > > Is there a way to make that work ? If not, is there a patch I can work on > to make that work ? > > Thank in advance, > _...
2007 Apr 13
0
CentOS-announce Digest, Vol 26, Issue 4
...atthew Miller, Fabian Arrotin And all the CentOS Developers who worked with us on this release: John Newbegin, Jim Perrin, Lance Davis, Ralph Angenendt, Donavan Nelson, Tru Huynh A special wave to Gideon de Kok, who worked his machines and himself well into many nights getting the artwork done, redone, redone, retouched up, change, redone, changed some more, redone and put up with us as we continued to make changes till almost the last minute possible! Plus the millions of users out there, you all know who you are! Enjoy! Johnny Hughes Jr and Karanbir Singh The CentOS Project, http://www.c...
2007 Jan 15
1
Asterisk PBX '&' '||' Grandstream GXP-2000 problem
...r lines active calls will be dropped the the phone just hangs/freezes. We know that the call is dropped because the people call back complaining about being hung up on!!!! We have had our dedicated T1 (for voice only) tested several times and it is good. We have had the Asterisk PBX completely redone and gone over thoroughly and are at the point where we are suspecting the configuration file for the Grandstream GXP-2000 Telephone as the culprit. We would like to know what suggestions anyone out there might have if any... Thanks, Jose P. Espinal DomiNET -------------- next part ----------...
2007 Aug 04
2
Rewritten rsync man page
Dear Wayne, C Sights, and list, I have started working on my rewritten version of the rsync man page. So far, I have redone the top of the man page and the list of options; I improved many of the one-line option descriptions. The yodl and man versions of my man page are available here and here: http://www.kepreon.com/~matt/private/rsync-new-manpage/rsync.yo http://www.kepreon.com/~matt/private/rsync-new-manpage/rsync...
2009 Aug 29
2
Asterisk 1.6.0.14 and 1.6.1.5 Now Available
...sed to announce the release of Asterisk 1.6.0.14 and 1.6.1.5. Asterisk 1.6.0.14 and 1.6.1.5 are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ Asterisk 1.6.0.14 is the first full, non-security release since 1.6.0.10. The release candidate 1.6.0.11-rc1 was redone as 1.6.0.14-rc1 (which this release has been created from) after security releases were done as 1.6.0.13. Asterisk version 1.6.0.12 was released and rescinded shortly thereafter due to a failed merge. Asterisk 1.6.1.5 is the first full, non-security release since 1.6.1.2. The release candidate 1....