similar to: alias keeps changing

Displaying 20 results from an estimated 30000 matches similar to: "alias keeps changing"

2005 May 10
3
alias keeps changing (fwd)
I'd suggest looking around the ifcfg-eth* files (somewhere in /etc/sysconfig/network-scripts I think) nad commenting out HWADDR= lines, if that works, then try reversing the HWADDR lines - this will reverse the numbers of the ethernet cards (ie making eth0 eth1 and eth1 eth0) but should result in a stable configuration till next hardware change. And you problem? IMHO, when the system
2007 Oct 24
1
Re: CentOS-5.0-x86_64-bin-DVD-ich9.iso.delta md5 mismatch
btw - I installed your x86_64 rpms that has the ich9 patch directly on that box but it still will not boot without all the options. --- Michael Rock <mikerocks65 at yahoo.com> wrote: > > David wrote: > > Now there are right md5sums and even > > x86_64 iso.delta. > > David > > I tried using applydeltaiso and it creates a 2gb ISO > but I notice it fails on
2007 Oct 22
4
Centos 5.0 Intel G33/P35 Chipset Support (Asus P5K-VM, P5KC)
I have 2 new boxes that I cannot use yet because of problems supporting these newer chipsets in 5.1. Does anyone know when the CD version of 5.0 x86-64 that has support for these chipsets be available on any on a Centos mirror? Has the support for these chipsets been added to yum yet? Here are my latest results with these chipsets and Centos 5.1 1. Asus P5K, E6850, P35 Chipset: Does not
2005 Nov 15
3
Beware - Yum 3.5 to 3.6 upgrade replaces named.conf
You get so used to yum upgrades going so smoothly but I learned the hard way to always make a thorough inspection after a yum update. I let yum go ahead and upgrade from 3.5 to 3.6. Afterwards I made some basic queries to httpd, postfix and bind named (probably a cached query). I even checked the /var/named/ directory and saw all my hosts files. So looked like another smooth ride, well until
2005 Jul 16
5
Running a game in full screen mode?
UT2004 runs nearly flawlessly under Wine, and is about 10,000 times easier to install than its Linux counterpart. The only problem I'm having is running it full screen. What's the command for that? For example, is it something like: $wine UT2004.exe --full-screen I know --full-screen is the right option, so which is it? (Without editing the config file, or course.) :) Thanks! Hiji
2005 Aug 02
4
How to set a host with public IP within a private network?
Hello! I have the following setup: 1) a connection to my ISP with a public IP (1.2.3.4) with the gateway 1.2.3.1 2) an allocated IP class with 64 addresses (5.6.7.192/26) 3) two LANs connected through two NICs: a) 192.168.0.0/24 on eth1 (192.168.0.1) b) 10.0.0.0/24 on eth2 (10.0.0.1) The IPs from the allocated class are all assigned to eth0. The networks are SNATed to the external IP and
2011 Nov 12
0
[LLVMdev] Thumb-2 code generation error in Apple LLVM at all optimization levels
On Nov 11, 2011, at 4:14 PM, Don Quixote de la Mancha wrote: > cmp.w *looks* like a 16-bit comparison with an immediate constant, but > in reality the constant is twelve bits. The ARM and Thumb instruction > sets have quite severe restrictions on the allowed ranges of immediate > values because the richness of the ARM and Thumb instruction set makes > it hard to find enough bits in
2007 Apr 18
4
[Bridge] bridge firewall problem
hello i am a new user for this group. i am working at a ISP. here i want to made a bridge firewall i am using fedora core 3. i want to block a serirs of ip address 192.16.18.0/255.255.255.0 and want to give the accesss only 172.16.18.0/255.255.255.0. but iptables not be able to block ip;s its passes all the ip series. i made my machine as bridge. i think my bridge passes all the
2005 Aug 22
7
FLAC shirts
since I've been getting a lot of requests, we're planning to do a run of FLAC shirts at cost if there is enough real demand. there's also a slogan contest for what goes on the back. for details see http://flac.sourceforge.net/tshirt.html check it out! Josh __________________________________ Yahoo! Mail for Mobile Take Yahoo! Mail with you! Check email on your mobile
2005 Oct 15
5
esfq ? or wrr ?
Hi If I have a HTB class with 128kbit, and I want to put "N" users in that class ( in order to share bandwidth fairly ) , which is better for me ? esfq (hash dst) or wrr ? I would attach esfq or wrr to HTB parent class. Also I''ve readed on Jim script that over WRR put a RED qdisc, but I don''t understand it. bests andres
2006 Jan 25
2
Only one app keeps me on Windows - Can WINE free me?
Currently, there is only one application that is keeping me on Windows, and that is the TivoDesktop software that lets me DL episodes from my Tivo, and in conjunction with the DirectDump tool, allows me to convert those Tivo files to standard MPEG-2 files for editing. Does anyone have experience running TivoDesktop under any version of Wine under any distribution? I'm rather distro agnostic
2012 Nov 01
2
subset a defined row plus the aforegoing
Hello, my data is sorted by start.ens (see below). And now I would like to extract all rows (so called* defined row*s) with type==Expression - subset (df, type==Expression) - and the aforegoing type==DNase HS (which is not necessarly row n-1 - assumung that the defined row is n). I dont know how to add this to my subset command. Is that possible? Thanks Hermann > df start.ens fc.trans
2020 Apr 08
2
How to add new AVR targets?
Is there anything I can do about it? BTW: gcc is loosing the AVR backend, so I would assume, there will be a greater interest to this in llvm compared to the past. Thanks, Wilhelm Am 03.04.20 um 15:09 schrieb Wilhelm Meier via llvm-dev: > Should I create an issue in bugzilla for this? Just to be reminded ... > > Am 31.03.20 um 09:34 schrieb Wilhelm Meier via llvm-dev: >> Hi
2020 Mar 31
3
How to add new AVR targets?
Hi Dylan, looks ok now. One thing: the ISR is now: __vector_21: ; @__vector_21 __vector_21$local: sei push r0 push r1 in r0, 63 push r0 clr r0 push r24 lds r24, v1 sts v2, r24 pop r24 pop r0 out 63, r0 pop r1 pop r0 reti There are unneccessary push/pops of r1 and r0 too, since the clr is useless ... GCC had the same
2020 Mar 31
2
How to add new AVR targets?
Hey Wilhelm, That's a bug, the "interrupt" attribute is not being recognized by the backend. I have fixed it in https://github.com/llvm/llvm-project/commit/339b34266c1b54a9b5ff2f83cfb1da9cd8c9d90a Pull the latest LLVM and it should be fixed. On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Hi Dylan, > > I used the following
2009 Mar 09
2
bug of *switch* function
Hi, When I call the *switch* function first time, it works. but when I call it at the second time, it does nothing. The version I use is R version 2.9.0 Under development (unstable) (2009-02-21 r47969) here is the output: > organism="human" > species <- switch(organism, human <- "Hs", fly <- "Dm", mouse <-
2005 Mar 26
3
Multi-plot figures with different numbers of plots in different rows
Dear all, I have 5 plots that I would like to include in a single figure, spread over two rows. If I use mfrow=c(2,3), and produce my plots one after the other, I will end up with three plots in the first row, and 2 in the second row, which is what I want. However, I would like the two plots in the second row to be moved to the centre of that row, rather than occupying the two left-most cells.
2008 Jan 07
2
error message in having subset
hello I want to have subset of my dataset that is equal to 0. But, I got this error message. > hs2=hs[hs$hey60==0 ,] Error in hs[hs$hey60 == 0, ] : (subscript) logical subscript too long regards -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2005 Aug 12
6
FXO port trhoug optimum voice VOIP service
Hello, I have asterisk running on Fedora Core 3 with a x100p (oem). After some time I got asterisk with some soft extensions working (u gotta love open source), but I'm stuck with outbound dialing. This is the diagnose: - detect 1 wcfxo channel. - when trying to make an outside call I get unable to create channel of type Zap. Everyone is busy/congested at this time - When I plug the x100p
2005 Jul 30
5
what is "tcp window size" ?
what is "tcp window size" ? thank you