search for: ite

Displaying 20 results from an estimated 218 matches for "ite".

Did you mean: it
2016 Apr 15
2
Strange behaviour with ptmx file descriptors
Hi Angel and many thanks for your answer The application still sending & receiving data .- strace over the application: write(1, "\33[1;1H\237#SF \234", 44) = 44 <--it was sent from the application to the terminal, but ssh didn't received this string read(0, "\10", 1024) = 1 <- the client remained sending data and it was received by the application re...
2000 Jan 04
3
cant rename directories on NT
...rds - tried the diagnostics - read all documentation - searched through the samba archives - updated the Irix6.4 to latest patch release I have not yet tried to downgrade...and I have not tried other "security" settings than shared. This must be a bug or? Lars Rikart Jensen e-mail: lrj@ite.dk
2005 Mar 23
5
Mounting Netware Volumes
I have one last RH 7.3 system that I want to convert to CentOS 4, but I can''t find the ncpfs utilities that I used to use to mount Netware shares. Has support been removed from the 3.x and 4? Regards, Paul Berger
2007 Mar 23
1
[LLVMdev] NEWBIE: deleting Instructions
Hello, i just tried to write some passes and in one of them i want to delete a call Instruction. I can identify the specific Instruction without a problem, but when i put the delete operation in the code i always get a error message while running opt. I already tried to rename my pass, but without any change. Another question...
2012 Oct 17
5
Problem reading vitals from Gigabyte H77-DH3H
Hello everyone, I'm unable to read temperature Gigabyte H77-DH3H motherboard. Is that motherboard supported or am I doing it incorrectly? When trying to access hw.acpi.thermal everything appears to be ok, but it is not, the system always returns 27,8C and 29,8C which fooled me initially - the values never change. Here is output: [chinatsu]:/root# sysctl hw.acpi.thermal
2016 Apr 27
5
Bourne shell deprecated?
...SD which uses a patched version of the Public Domain Korn Shell indeed, the man for sh(1) on freebsd 10.3 says (in part) HISTORY A sh command, the Thompson shell, appeared in Version 1 AT&T UNIX. It was superseded in Version 7 AT&T UNIX by the Bourne shell, which inher- ited the name sh. This version of sh was rewritten in 1989 under the BSD license after the Bourne shell from AT&T System V Release 4 UNIX. AUTHORS This version of sh was originally written by Kenneth Almquist. -- john r pierce, recycling bits in santa cruz
2014 Dec 16
3
BLAS/LAPACK routine 'DLASCL' gave error code -4 in liblapack3 Version 3.5.0
...putations gave a matrix. The single value decomposition of it worked fine previously, after an system upgrade I get the following error: ----- > La.svd(x,256,256) Error in La.svd(x, nu, nv) : BLAS/LAPACK routine 'DLASCL' gave error code -4 ----- Erroneous Matrix: ftp://usys-ftp.ethz.ch/ITES/STEP/nussbaum/R/matrix-lapack-error4.RData /.csv Operating System: Debian 8 Previous version: liblapack3 3.4.1 (running without error) New version: liblapack3 3.5.0-4 (gives error above) How do I track down this error code? Is this a bug in liblapack3 or what did change? Thank you!...
2006 Aug 20
1
Forwarded USB brokenness
Hi, I''ve set up a domU with video card access per the instructions at <http://www.nvnews.net/vbulletin/showthread.php?t=68703>; video is working quite nicely. However, I''m having some trouble getting the USB keyboard and mouse to work. I have a motherboard with onboard USB 2.0, and a USB 1.1 PCI card. The motherboard USB uses several PCI addresses. If I forward all of them to the domU and plug the keyboard and mouse into an on...
2005 Jun 20
1
OT raid controller
Sorry for an OT post, but given the recent discussions here re raid, I was wondering if anyone had any info on the ITE 8212 RAID controller (GigaRAID) This is a PATA HW RAID as found on the GigaByte GA-8I915P-PRO motherboard. (I can see an IC on the board labeled GigaRAID. Their manual claims that is has it's own CPU). I am not using it because I have SATA, but I am still curious about it's HW v SW rai...
2013 Jun 04
2
[LLVMdev] [3.3 Release] 3.3rc3 Now Available
Hi LLVM-ites! We are doing a quick test of 3.3rc3. Our testers did a quick turn around and created binaries which you can test. Please give them a go and let us know how they work for you. They are here: http://llvm.org/pre-releases/3.3/rc3 We don't have a lot of time remaining in the release cycle, so...
2004 Aug 10
4
Cisco 12sp+ and 30VIP
I've searched high and lo and googled to I can't google no more... I knew that Cisco bought Selsius to get their VoIP solution but what I didn't know was that the 12sp+ is based upon an ITE-12 product that is apparently used at universities. I've taken two of the phones apart and started swapping parts and have looked up the IC's on the Internet... Anyway... After using the phones with chan_sccp the phones die for no apparent reason. No LCD. No nothing. About the only thin...
2019 Sep 16
2
How to debug passes
Hi, Could you please confirm the following steps for debugging a pass? 1. copy your pass into llvm/lib/Transforms/Hello/Hello.cpp 2. name you pass Hello 3. insert debug messages like:     errs() << "Vis­iting func­tion " << F.get­Name(); 4. get LLVM bitcode:    clang -O3 -emit-llvm hello.c -c -o hello.bc5. disassemble the bitcode:     llvm-dis hel­lo.bc 6. run the pass on
2014 Jan 16
1
Mounting Snapshots
Hello I am doing a research project (http://www.ites-project.org/) and want to be able to mount VM images (all kinds of VMs, starting with VirtualBox). For that libguestfs seems perfect. I am already able to mount the base HD, but I was not able to additionally mount the overlaying Snapshot files. Is there a way to mount several HD files onto each...
2003 Jun 09
1
Have I been hacked?
...s.. They're both 4.7-RELEASE-p3 i386 and they've both been up 150 days without any problems... /var/log/messages on each system contains only: Jun 9 12:00:01 in newsyslog[60291]: logfile turned over dmesg's output is truncated.. it periodically changes, but currently it reads: ite.net host=6532251hfc207.tampabay.rr.com [65.32.251.207] What's really weird, is yesterday the messages file also only contained the line about the log being turned over, but today I unzipped messages.0 and it had entries for yesterday. I'm going to check messages.0 again after midnight...
2013 Jun 06
5
[LLVMdev] [cfe-dev] [3.3 Release] 3.3rc3 Now Available
...or Debug build) > or a real regression? > > P.s. > I'm not very familiar with the Clang release process, so I might be > missing something obvious... > > -- > Thanks, > Timur Iskhodzhanov > > 2013/6/5 Bill Wendling <wendling at apple.com>: >> Hi LLVM-ites! >> >> We are doing a quick test of 3.3rc3. Our testers did a quick turn around and created binaries which you can test. Please give them a go and let us know how they work for you. They are here: >> >> http://llvm.org/pre-releases/3.3/rc3 >> >> We don...
2016 Apr 27
0
Bourne shell deprecated?
...orn Shell > > indeed, the man for sh(1) on freebsd 10.3 says (in part) > > HISTORY > A sh command, the Thompson shell, appeared in Version 1 > AT&T UNIX. It > was superseded in Version 7 AT&T UNIX by the Bourne shell, > which inher- > ited the name sh. > > This version of sh was rewritten in 1989 under the BSD > license after the > Bourne shell from AT&T System V Release 4 UNIX. > > AUTHORS > This version of sh was originally written by Kenneth Almquist. > > > From NetBSD...
2009 Nov 08
1
Failure of user registration with XLITE
Dear all, I'm setting up a connection via XLITE softphone and asterisk 1.4 but I get the error: *Registration error: 404 Not found* Here my configuration file of asterisk: *[root at dhcppc0 asterisk]# vi sip.conf [gianca] type=friend username=gianca secret=pwd_gianca host=dynamic context=tutorial* *[giusy] type=friend username=giusy secret=pwd...
2013 Jun 06
0
[LLVMdev] [cfe-dev] [3.3 Release] 3.3rc3 Now Available
...981 0.976 Is this an expected behaviour (e.g. +Asserts or Debug build) or a real regression? P.s. I'm not very familiar with the Clang release process, so I might be missing something obvious... -- Thanks, Timur Iskhodzhanov 2013/6/5 Bill Wendling <wendling at apple.com>: > Hi LLVM-ites! > > We are doing a quick test of 3.3rc3. Our testers did a quick turn around and created binaries which you can test. Please give them a go and let us know how they work for you. They are here: > > http://llvm.org/pre-releases/3.3/rc3 > > We don't have a lot of time...
2015 Jan 19
2
[LLVMdev] X86TargetLowering::LowerToBT
...than during pseudo > instruction expansion where you have really one instruction? > *PeepholeOptimizer *doesn't seem to be getting much attention and > certainly no attention at the subclass level. > > Bluntly, expansion is about expansion. Peephole optimization is the > opposite. > > *Question*: Regardless, why is *LowerToBT* not being called for the > IMMEDIATE version? I suppose you could look at the preceding instruction in > the DAG. That seems a bit hacky*.* > > Another approach using *LowerToBT* would be to match *lshr reg/imm* first > and then i...
2003 Aug 21
1
FreeBSD STABLE support for new motherboards
...ICH (i/o controller hub) or "southbridge" chips. The 865PE/875P chips are used on most new motherboards that support the new "hyperthreaded" P4 cpus with "800 MHz" front side busses. The 865PE is an 875P with some features disabled. The ICH5R is an ICH5 with some limited raid support for its serial ATA ports (allegedly only Windows XP has a driver for this feature). I recently ordered a Gigabyte 8KNXP motherboard, which is perhaps characteristic of this new motherboard genre, and was concerned about the following motherboard devices: 2 parallel ATA ports - I...