search for: ditch

Displaying 20 results from an estimated 703 matches for "ditch".

Did you mean: hitch
2009 Oct 08
1
To hell with OpenSuse, ditch it and go to Ubuntu
this blog entry http://www.viggie.com/blog/software/opensuse-ubuntu-usage-experience , if credible , would seem to suggest that there is no good reason to choose Suse. I really don't have time for such nonsense, maybe I'll just reinstall as Ubuntu. Also, noticed that GCC was not installed when Suse installed. That's just weird, GCC is part of Linux. And if you try to install GCC,
2016 Apr 06
4
[Bug 94844] New: Ditching xf86-video-nouveau in favor of xf86-video-modesetting?
https://bugs.freedesktop.org/show_bug.cgi?id=94844 Bug ID: 94844 Summary: Ditching xf86-video-nouveau in favor of xf86-video-modesetting? Product: xorg Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau...
2018 Dec 19
0
[PATCH 10/10] drm/virtio: ditch virtio_gpu_object_attach() calls
With virtio_gpu_object_create() being called earlier ttm_bo_init() will handle the virtio_gpu_object_attach() (via backend binding), so we can drop the extra calls now. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_gem.c | 9 --------- drivers/gpu/drm/virtio/virtgpu_ioctl.c | 2 -- 2 files changed, 11 deletions(-) diff --git
2013 Mar 09
3
Updated MSVC patch
On 09-03-13 01:01, Erik de Castro Lopo wrote: > I would like to know how many years I have to wait before we can ditch > this stuff. I intend to do some testing on platforms I have available > today and roll a second pre-release after my testing. Talking about ditching, there are still .dsp files in the repository, these are MSVC 6 files. I haven't seen anyone on the list testing the source with that...
2006 Feb 08
1
Sort of solution to traffic only going to last nexthop
Just wanted to let the people who have trouble with this know that I got it to work. I ditched my Gentoo install and fired up Fedora Core 4. But it was not working out of the box. When I updated to the latest kernel rpm 2.6.15 it worked like a charm :D So.. Fedora Core 4 with the latest 2.6 kernel ought to get you up and running. Hope this helps someone. My three weeks of anguish are...
2004 Aug 06
2
WinAMP POS: mime types
...e will work around WinAMP's dain bramage. Just >a suggestion... > >Matt > Winamp3's problems do not end with this simple mod, it has fundamental and major broken-ness that really should be fixed...you know things are seriously busted when Nullsoft has said themselves they are ditching wa3... and good riddance.... :) and supporting this type of broken-ness is not the right solution anyway....it's ironic though, since wa3 deals with formats using the method that is generally accepted as correct (based off content-type, rather than file extension)...no other media playe...
1999 Apr 22
1
SUMMARY Re: R compiling on SOLARIS 2.6
> > > We here at HGSI have a consultant doing some statistical work for us. > > HGSI bought and installed SAS, but our consultant insists that R and > > Rweb is a better solution. I do not know either package so I do not > > know, hence we are ditching SAS for R and Rweb. Any comments on this > > are welcom. > ooops, he is not a consultant, he is a full time employee. it also seems that we are not ditching sas. instead he will be using R in certain places where sas would take too long. > Interesting... > > Not knowing wha...
2007 Nov 13
4
OT: Slow browsers or slow connections?
...that normally load in, at most, seconds, are taking several minutes to locate, even common, frequent access pages like Google, Gmail, etc. I called AT&T, of course, and all they know about is IE, which, as you can probably guess, I rarely use. Normally I use SeaMonkey, with Firefox as a last ditch backup, on the Linux side, and SeaMonkey in my Windows VM-guest, with IE as the absolute last ditch backup. I tried their on-the-phone-quick-fix and turned off my modem and router for the recommended 20 seconds (more like 30), and this did no good as far as I could see. (The router is for conveni...
2004 Aug 06
1
WinAMP POS: mime types
hmmm...didn't everyone know this ? http://forums.winamp.com/showthread.php?threadid=129224 oddsock At 02:35 PM 6/3/2003 -0500, you wrote: >Huh? Nullsoft is ditching Winamp 3? Care to elaborate? > >It did seem kinda flimsy :) > >hhhmmm.... > >ml > > > > > > > Winamp3's problems do not end with this simple mod, it has fundamental and > > major broken-ness that really should be fixed...you know things are > &...
2017 Apr 02
2
What is register scavenging?
Hi, I would like to know what register scavenging is, but reading RegisterScavenging.h [1] and googling don't help too much. Could someone explain it a little bit (what it is and when we need it), or point me to some nice link, I will be very appreciated. :-) [1] http://llvm.org/docs/doxygen/html/RegisterScavenging_8h_source.html Regards, chenwj -- Wei-Ren Chen (陳韋任) Homepage:
2021 Jan 21
2
RHEL changes
...or the "Centos" family? >>> >> >> There is no CentOS "family". CentOS clone is dead and will be now > > Odd that you say it's dead when 7 doesn't sunset until June 30th, 2024. > > Surely anyone requiring less than 16 licences will now ditch CentOS 7 in favour of RHEL7? The rest may stay on CentOS 7 for a year or so until there is a clearer picture around viable alternatives. This may as well become the RHEL users list and CentOS-Devel effectively becomes the CentOS-Stream mailing list?
2009 Feb 12
2
Bynari Insight connector
...support in Outlook is 'somewhat broken', and Bynari has some promising specifications on their website, I might want to try their product. Does anyone here have any experience with their software? Would you recommend it? Or maybe point me at alternatives? (If there are any.. aside from ditching Outlook of course :-P ) Regards, Maarten Bezemer
2014 May 08
2
[PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
...o have additional features for better virtualization support, it is > + * necessary to store additional data in the queue node structure. So > + * a new queue node structure will have to be defined and used here. > + */ > +struct qnode { > + struct mcs_spinlock mcs; > +}; You can ditch this entire patch; its pointless, just add a new DEFINE_PER_CPU for the para-virt muck.
2014 May 08
2
[PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
...o have additional features for better virtualization support, it is > + * necessary to store additional data in the queue node structure. So > + * a new queue node structure will have to be defined and used here. > + */ > +struct qnode { > + struct mcs_spinlock mcs; > +}; You can ditch this entire patch; its pointless, just add a new DEFINE_PER_CPU for the para-virt muck.
2006 Oct 30
2
Terminal settings question.
...an unhappy Thunderbird user as opposed to a happy mutt user. So. Clearly I have something set incorrectly so that Mutt (and/or the terminal I am using) do not understand the special characters. Can anyone point me in the right direction to find the answer as to how to fix this so that I can ditch Thunderbird and go back to Mutt? Thanks for your time. -- -- /\oo/\ / /()\ \ David Mackintosh | dave at xdroop.com
2007 Mar 05
3
Lucene index compatibility
I would like to generate a Lucene index in Java (of plain text values only,) and be able to use that index in ferret. I''ve seen many mixed answers to this question, so I''m hoping some of you can help. Thanks! -- Posted via http://www.ruby-forum.com/.
2005 Mar 03
4
[OT] - Why should I answer a Newbie question, therethick!
...Discussion Subject: RE: [Asterisk-Users] Why should I answer a Newbie question,therethick! On Wed, 2005-03-02 at 11:01 -0500, Race Vanderdecken wrote: > This list is owned by no one. Actually it is owned by Digium. It has many contributers though. > When someone drives off the road into a ditch in a snow storm they last > thing they need is someone telling them they should have invested in > snow chains and defensive driving lessons before leaving the house. > > Newbies need help getting out of the ditch so traffic can continue to > flow and the rubber neckers can be aba...
2006 Jan 23
1
Asterisk SIP phones to Cisco Unity via CCM 4.0 SIP Trunk
Hi, I've got a CCM ( Cisco Call Manager ), with a Cisco Unity VM server and about 45 SCCP phones on the ccm, and 200 users on unity. we want to migrate all users to IP Phones to ditch our ancient phone system. I would love to get Linksys-Sipura SPA-941s for the 150 users not on IP phones yet and run sip to an asterisk server, but have their voicemail on Unity. these phones are $150 each, the alternative is cisco 7940s ( around $250 ) running SCCP through the CCM. at the quan...
2016 Mar 21
5
IPSec multiple VPN setups
...daemon. Openswan was forked and became Libreswan. Paul, now a RH employee, was a main developer for the Openswan project before he and others created the Libreswan fork. https://libreswan.org/ EL6 has Openswan EL7 has Libreswan Racoon isn't all that fun to work with. If you have the option, ditch it and EL5 and move to a newer platform (preferably EL7 with Libreswan). On Mon, Mar 21, 2016 at 1:08 PM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > Yes you can. Please use newer version of centos and strong/openswan. > > Eero > 21.3.2016 7.05 ip. "Glenn Pierce&quo...
2013 Mar 08
2
Updated MSVC patch
> Are the changes for FLAC/ordinals.h really necessary? Yhe FLAC/*.h > header files specify libFLAC's public API. In a previous thread on > this mailing list back in February we decided that for compilers > that didn't supply <stdint.h> the developer should supply something > suitable. Here's the commit: Yes, they are necessary. Here is the rationale 1)