search for: cheking

Displaying 20 results from an estimated 25 matches for "cheking".

Did you mean: checking
2012 Mar 05
3
[LLVMdev] Problem using march=c
...lo.c  # getting the bit code of hello.c llc -march=c hello.bc                          # generating the hello.cbe.c file using the llvm C backend So far, nothing weird happened. The problem occurs once I try to compile the hello.cbe.c: gcc, and even clang, show me some warning and error messages. Cheking in hello.cbe.c, I could see that the problem was related with the structs declarations and initialization. There, they appears to be something like /* Global Variable Declarations */ static _OC_str { unsigned char array[13]; }; /* Global Variable Definitions and Initializa...
2003 Sep 14
1
child 9436 (pop3) killed with signal 11
...dex data file / home/gunter/Mail/.imap/INBOX/.imap.index.data: Missing location field for record 4662 Sep 14 18:16:55 UnseenUniversity dovecot: child 9436 (pop3) killed with signal 11 I thought dovecot would delete damaged index files but I get this always when checking mail for the first time, cheking mail for the second time tells me: Sep 14 18:18:43 UnseenUniversity pop3-login: Login: gunter [127.0.0.1] Sep 14 18:18:43 UnseenUniversity pop3(gunter): Corrupted binary tree file / home/gunter/Mail/.imap/INBOX/.imap.index.tree: Invalid used_file_size in header (0) but actually fetches the mail...
2007 Jan 06
1
Help needed to pinpoint problem uebimiau+apache+centos 4.4
...the problem. I have a setup with: centos 4.4 dvd on i386 mailscanner uebimiau (webmail) 2.7.10 httpd-2.0.52-22.ent.centos4 httpd-suexec-2.0.52-22.ent.centos4 dovecot-0.99.11-2.EL4.1 The thing is that 3 of my 45 users complained that from the webmail the address book and the sent items are missing. Cheking those accounts in the webmail, I see that the address book and the sent mails dissapeared. this installation is 6 months old and we never had a glitch and I haven't upgraded anything. Im looking for hints to: --find a uebimiau support group --where to check in /var/spool/mail or /home/usernam...
2009 Oct 19
1
About DISK space of OCFS2.
Hi ALL I have a question about DISK space of OCFS2. I copy a file by a "cp" command after check the DISK space by "df -k" command. There is no change when I cheked the DISK space by "df -k"command again. I show below an procedure. ------------------------------------------------------------------------------- root at CPU_N:/fm/bbb> ls -l total 3 -rwxr-xr-x 1
2013 Nov 29
4
Capistarno deploy each time ckeditor assets removed.
Hi all, I have Rails 4.0.0 app, After capistrano deploy my ckeditor_assets are being removed. Could not symlink to shared/ckeditor_assets folder. I have followed this step : namespace :uploads do > > desc <<-EOD > Creates the upload folders unless they exist > and sets the proper upload permissions. > EOD > task :setup,
2000 Dec 15
1
Bug in bitmap producing pdf???
...m): plt <- function( file, type = "pdf", dir = options()$grdir, height = 7, width = 7, paper = "special", ... ) { if ( type=="pdf" ) { print ( paste( dir, file, ".pdf", sep="" ) ) #just cheking... bitmap( file = paste( dir, file, ".pdf", sep="" ), type = "pdfwrite", height = height, width = width, ... ) } if ( type=="eps" ) { print ( paste( dir, file, ".eps", sep="" ) ) #just checking...
2005 Oct 12
3
Updates not catching up ?
Hi, I have downloaded and installed centos 4.1 from DVD and I a little confused with the update procedure. The faq from the centos.org site mentions something like 72 hrs (or less) from one security update to goes from the sources.rpm from rh to centos. I was cheking rh's site (https://rhn.redhat.com/errata/rhel4as-errata.html) and saw one update to mysql (https://rhn.redhat.com/errata/rhel4as-errata.html) that I can't get using yum upgrade. For example. My mysql is mysql.i386 0:4.1.10a-2.RHEL4.1 and rh is mysql-4.1.12-3.RHEL4.1.src.rpm.. I am using...
2012 Mar 05
0
[LLVMdev] Problem using march=c
...t; hello.c llc -march=c hello.bc                          # generating the > hello.cbe.c file using the llvm C backend > > So far, nothing weird happened. The problem occurs once I try to > compile the hello.cbe.c: gcc, and even clang, show me some warning and > error messages. > Cheking in hello.cbe.c, I could see that the problem was related with > the structs declarations and initialization. There, they appears to be > something like > >                /* Global Variable Declarations */ >                static _OC_str { unsigned char array[13]; }; > >   ...
2005 Apr 18
1
Rd.sty problems.
Hi All, I am trying to build a new R package to submit, but it's failing to create a tex manual: R CMD check Biodem * checking for working latex ... OK * using log directory '/home/greatsage/Fede/R-packages/temp/Biodem.Rcheck' * checking for file 'Biodem/DESCRIPTION' ... OK * checking if this is a source package ... OK * Installing *source* package 'Biodem' ... ** R
2012 Feb 16
1
Help!!!! Gettting samba core dumps
I transferred a Xen vm that was running on centos 5.7 with samba 3.6.3 to a centos 6.2 bare metal server with one E5502 and 16gig of memory. I have been running Centos for 6 years on different servers for 6 years on several different upgrades. This new server has a dual network card in it. I have samba 3.6.3 on it and here is the smb.conf below: [global] workgroup =
2012 Mar 05
1
[LLVMdev] Problem using march=c
...hello.bc                          # generating the >> hello.cbe.c file using the llvm C backend >> >> So far, nothing weird happened. The problem occurs once I try to >> compile the hello.cbe.c: gcc, and even clang, show me some warning and >> error messages. >> Cheking in hello.cbe.c, I could see that the problem was related with >> the structs declarations and initialization. There, they appears to be >> something like >> >>                /* Global Variable Declarations */ >>                static _OC_str { unsigned char array[13];...
2008 May 07
1
Problems with simple samba setup
Hi All I'm trying to set up a machine with a simple samba configuration. I've written the config file with no problems, however any time I attempt to connect to the shares it doesn't work. Firstly, the smb.conf: [global] netbios name = TEMPSRV workgroup = LIPSON map to guest = Bad User [ittechs] comment = Should not see me... path = /var/smb/ittechs read only = no force user =
2013 Nov 20
0
[LLVMdev] how to disable live variable analyst with optimization option in codegen ?
Hello llvmer: I am develop new registerb allocation for my study . my register allocation do not depend on live variable . I add an option which will be cheked whether the pass should be add or not in "addOptimizeRegalloc ,". But live variable analysis still appeare After debug,I'm sure that live variable is not add during addPass stage . FYI ,I disable the phiEliminate,live
2004 Aug 06
1
strange noise from icecast
Hello, I'm using icecast for at least 3 months now and I am experiencing a strange noise and also some echo effect (from time to time) and I can't identify the source of this noise. I tryed almost everything, from TCP fragment reassembling to cheking my hardware. I just have no more ideas what to check. The streams can be found here: live.radiocapris.com:8000/low live.radiocapris.com:8000/medium live.radiocapris.com:8000/high live.radiocapris.com:8000/vh I am using Winamp 2.81 for input, MuchFX2 and 4 oddcastDSP plugins to stream (lame enco...
2011 Nov 28
0
CentOS 6.1- RPS/RFS kernel patch
...; I saw 'RFS' in the changelog but not 'RPS'. But both are supposed to > be in the 6.1 kernels. > Well, replying to my own question: - I didn't find a clear mention of it on the changelogs; - By the 6.1 Release notes I imply that all 2.6.32-131.X have it; - Cheking on the sysfs I found the "RPS queues": /sys/devices/virtual/net/lo/queues/rx-0/rps_cpus /sys/devices/virtual/net/lo/queues/rx-0/rps_flow_cnt Then I presume it's on :D Thanks for the help, Antonio. -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-...
2009 Aug 13
4
Wine USB support patch error
Hello folks, today(08/13/2009) I've downloaded the latest wine git repository. After that I tried to apply Alexander's current USB support patch named: "0001-Add-support-of-native-Windows-drivers-for-USB-tokens" When git started applying your patch I received the error message above: ================================================================= Applying: Add support of
2003 Aug 09
2
[Bug 623] ssh, ssh-keygen and possibly others do not honour $HOME
http://bugzilla.mindrot.org/show_bug.cgi?id=623 Summary: ssh, ssh-keygen and possibly others do not honour $HOME Product: Portable OpenSSH Version: 3.6.1p2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org
2009 Sep 11
4
question on wget
Hello, I've got an ftp site, not mine, that has content on it that i want to download. It's not anonymous so it requires a log in. The problem is either the ISP has a bandwidth throttle or the admin does, in either case inconsistently as to the point in the file, but i rarely get a complete download. I'm using ncftp. I was wondering if either ncftpget or wget could do like an auto get
2010 Jun 23
1
Video call with QQ or any messenger
Hi everyone, I'm a newbie to wine, and am working on QQ or any other messengers in wine. My environment is : ubuntu 10.04, installed wine 1.1.42, QQ2009. And during my debugging, I also check some source code from latest wine 1.2-rc4. Although QQ's level is "garbage", but fortunately it works almost fine under wine, including login, text chat, ..... But the video call can only
2017 Jul 20
0
OVS+DPDK Problem
...ck --remote=db:Open_vSwitch,Open_vSwitch,manager_options --pidfile --detach ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-init=true ovs-vsctl --no-wait set Open_vSwitch . other_config:dpdk-socket-mem=" 1024,1024" ovs-ctl --no-ovsdb-server --db-sock="$DB_SOCK" start 6. Cheking driver mapping for NICs driverctl -v list-devices | grep -i net $DPDK_DIR/tools/dpdk-devbind.py --status 7. Adding OVS+DPDK bridge and ports ovs-vsctl add-br ch1int_dpdk -- set bridge ch1int_dpdk datapath_type=netdev ovs-vsctl add-br ch1ext_dpdk -- set bridge ch1ext_dpdk datapath_type=netdev ovs-vs...