search for: brought

Displaying 20 results from an estimated 3805 matches for "brought".

2010 Aug 02
1
New 10Gbe adapter on lustre client brought down switch due to broadcast traffic
Hi Guys, I had a situation yesterday where I had a 10Gbe adapter on my lustre client configured but not active (the cable was plugged in and had link but the port was down) and this actually brought down our cisco switch. This is a new port that I am setting up. The reason why the switch went down was due to the amount of broadcast traffic coming from this port even though it was shutdown: ..snip.. TenGigabitEthernet7/4 is down, line protocol is down (notconnect) Hardware is C6k 10000Mb 8...
2004 Aug 06
5
Client Woes
My problem is not with the Icecast server, but with my user's ability to get a decent client to play the streams. I have 3 Icecast streams created using Ices, and the mountpoints have the mp3 extension. My users and I have observed: 1) If Quick Time is brought up by the browser, it skips and chokes on the stream. 2) If Windows Media is brought up by the browser, it will do either of two things: a) Try to download an Active-X component from Microsoft, which will then not play the stream, or b) Try to buffer 30-50 Meg, even though t...
2015 Jan 23
2
VLAN issue
Less, You are 100% right. Of course I brought up my eth0 - but, like you said, with no IP. Meanwhile, I brought up eth0.48 with 192.168.48.100. However, until I would bring up eth0 with an IP address (any in the network) I would have no connection. Why? That's what I fail to understand. Boris. On Fri, Jan 23, 2015 at 6:45 PM, Les Mikese...
2006 Jul 06
1
Engines 1.1.3 (brought to you by a small french pirate and the number #180)
Hello all, Since some people were having trouble using engines with Rails 1.1.4, I''ve released a new version of the engines plugin which contains the very small bug-fix: http://svn.rails-engines.org/engines/tags/rel_1.1.3 http://svn.rails-engines.org/plugins/engines As ever, if you''re new to this whole thing read the README, join the mailing lists, blah blah and so on. No
2015 Apr 11
4
EBtables Problem
...1503 on a device and encountered a remote connection problem which I was only able to solve via removing ebtables package . After setup , I wanted go forward with IPtables instead of Firewalld , so remove firewalld and install iptables. After configuration and tests , I installed Fail2Ban ,(which brought ebtables with it ) and after reboot I was not able to connect to the device. After every reboot, I had to logon to the device locally , restarted iptables service and then I was able to connect remotely. I traced my steps backwards and figured ebtables was the problem. After removing it , I could...
2013 Jul 18
3
LSI MegaRAID experience...
...with a Supermicro SMC2108 (LSI MegaRAID) controllers and 3 PX-128M5Pro SSDs ( RAID1 + hostswap). 2 weeks (and almost no activity on it, since not in production, apart from installation) later, megacli sees (based on the slot numbers): - on one server: only the 2nd disk of the RAID + the ex-hotswap brought online. NO sign of the first disk, no error message, it just "disapeared"... - on another server: apparently lost 1 of the 2 RAID1 disks and then the second disk of the RAID1...? Now I can only see the spare brought online, so lonely... Is it "normal" for megacli to "hide&q...
2003 Apr 24
4
ext2 problem
...someone could at least point me in the right direction, I would be most grateful. I have an older system (RH 6.2, overdue for upgrade) with an ext2 partition that was pushing 99% filled. I did some space recovery and I have it down to around 90% utilization now. I have rebooted the unit, and brought it up single-user and also booted it under a "Tom's rootboot" disk, and e2fsck reports that the partition is clean. The problem: anything trying to create a file fails with a message about "no space on device" I assume that something important didn't get updated...
2017 Jun 20
2
samba 4.4.14 breaks classic domain
I have several Samba 4.4.x servers (Solaris 11 x86_x64) in a samba classic domain. Samba patches are provided via the Oracle solaris package update system. The two domain controllers are running Samba 4.4.8. A few weeks ago I ran the latest package updates on a non-critical server, which brought it up to 4.4.13. All was OK as far as I could tell. This weekend I updated packages and brought the server up to 4.1.14. This appears to have broken compatibility with the domain. root at memberserver1:~# net rpc testjoin Join to domain 'MYDOMAIN' is not valid: NT_STATU...
2010 Sep 01
6
Why is vector assignment in R recreates the entire vector ?
Hello all, A friend recently brought to my attention that vector assignment actually recreates the entire vector on which the assignment is performed. So for example, the code: x[10]<- NA # The original call (short version) Is really doing this: x<- replace(x, list=10, values=NA) # The original call (long version) # assigning...
2010 Aug 03
3
[LLVMdev] Purpose of PROLOG_LABEL in function prologue?
I don't see any references to them, that's why I brought it up... On Aug 3, 2010, at 3:12 PM, Eric Christopher wrote: > > On Aug 3, 2010, at 3:04 PM, Cameron Esfahani wrote: > >> I've been building/dumping some x86_64 code and I've noticed that each of the routines has 3 temporary symbols, à la: >> >> _main: >&g...
2005 Nov 24
1
which script will run before and after network started
Is there a script which I can customize which will run before doing service network stop and a script which I can run after doing service network start I see that /sbin/ifup-local runs after each interface is brought up, but I cannot figure out which scripts will run after all the interfaces are brought up.
2004 Jul 20
3
New CVS version
I yesterday brought up to date the version of * the CVS and now I have a problem. I cannot effect the RELOAD that * it breaks. Somebody can help or say as to load new users without stopping * ? Thank?s Excuse my English Joao Carlos Moura
2016 Aug 30
4
invariant.load metadata semantics
I believe the following is a reasonable attempt at boiling down this discussion. It does allow stores of the same value. It avoids the dead invariant.load issue Sanjoy brought up. It does not allow final stores of a different value, the issue Hal most recently brought up in this thread: If a load instruction tagged with the ``!invariant.load`` metadata is executed, the optimizer may assume the memory location referenced by the load contains the same value at al...
2011 Aug 26
5
Cent OS 6 freezing up
I've been out of pocket for a while, so don't shoot me, if this has already been brought up. I'm having a problem with my desktop freezing up, and I'm running Cent OS 6. It seems to happen while I'm running firefox. I'm not sure if it's firefox, or the OS that's locking up. When it freezes up, nothing will respond, so I'm inclined to think it's the OS t...
2004 Feb 24
5
Nonlinear Optimization
Hi, I have been brought back to the "R-Side" from MatLab. I have used R in graduate econometrics but only for statistics and regression (linear and nonlinear). But now I need to run general nonlinear optimization. I know about the add-in quadprog but my problem is not QP. My problem is a general nonlinear (obj...
2019 Jul 30
4
winbind and locking accounts?
One of my colleagues at work brought to my attention that they could continuously attempt different passwords on a linux machine connected via AD via winbind. I did a test or too and it appears not to lock the account after numerous attempts. Is there a way to get the behavior like windows where too many invalid passwords puts a temp...
2004 Mar 30
3
Where: package licenses
R: This stems from my curiosity about the previous thread about a request for glm.nb code. The issue of package licenses was brought up and I was hoping for some clarification on that. Using the function license() or licence() gives info on the license for R, but something like license(MASS) does not give info on the license for the MASS package (perhaps it might be good to expand the license function in the way described)...
2015 Mar 12
3
Network throughput testing software available for CentOS/Linux
Hello everyone, A network engineer buddy of mine brought up for discussion with me that he'd like to do some throughput testing, but he's new to Linux/RedHat. Is there any software I can recommend to him that any of you find above par for CentOS 6/7? Thanks! Gilbert ******************************************************************************...
2006 Jan 10
2
multiple nics in a xenU
...to it. Using FC4 with xen-3.0.0-7 with linux kernel 2.6.12.6, default make world configurations, box is athlon cpu, 512M, 4 nics. On boot all nics are recognized, lspci shows them to be present. In xenU there are four ifcfg files, one each for eth0,1,2,3. Everything seems to be OK until eth3 is brought up. It always fails with ''Error for wireless request "Set Encode 8B2A", SET failed on eth3, No such device". Thinking it might be related to being the last card I tried adding a fifth nic, but that made no change; rearranging the cards also had no effect. Is there a li...
2006 Dec 13
1
Curious finding in MASS:::confint.glm() tied to eval()
...: > debug(MASS:::confint.glm) > PropCI(14, 35) debugging in: confint.glm(mod, level = conf) ... debug: object <- profile(object, which = parm, alpha = (1 - level)/4, trace = trace) Browse[1]> Error in inherits(x, "data.frame") : object "DF" not found which brought me to profile.glm(): > debug(MASS:::profile.glm) > PropCI(14, 35) Waiting for profiling to be done... debugging in: profile.glm(object, which = parm, alpha = (1 - level)/4, trace = trace) ... debug: mf <- update(fitted, method = "model.frame") Browse[1]> Error in inherits(...