search for: cbu

Displaying 20 results from an estimated 27 matches for "cbu".

Did you mean: cbs
2010 May 07
2
sshfs and outlok express imap directory problem.
...ocal/etc/dovecot/conf.d/mail.conf file mmap_disable = yes dotlock_use_excl = yes mail_nfs_storage = yes mail_nfs_index = yes lock_method = fcntl first_valid_uid = 89 first_valid_gid = 89 ----- Outlook Express with sending mail and receving mail success but mail drop imap folder change problem. cbumail1:~# ls -al /home/vpopmail/domains/yvz.cbu.edu.tr/yavuz/Maildir/ total 72 drwx------ 1 vpopmail vchkpw 4096 2010-05-08 01:00 . drwx------ 1 vpopmail vchkpw 4096 2010-04-27 21:22 .. drwx------ 1 vpopmail vchkpw 4096 2010-05-08 01:00 cur -rw------- 1 vpopmail vchkpw 18432 2010-05-08 01:00 dovec...
2008 Jan 11
3
systems hang when accessing parts of the OCFS2 file system
...ncel the request, I have to terminate the session. This is happening across multiple nodes, so I am assuming that OCFS2 is the root cause of the problem. Accessing the directory in debug mode seems to work fine eg this command will hang my session [root@jic55124 databases]# ls -l /common/users/cbu/vigourom Whereas this works fine [root@jic55124 databases]# echo "ls -l /users/cbu/vigourom" | debugfs.ocfs2 -n /dev/sdf1 25447960 drwxr-xr-x 33 2522 2004 4096 10-Jan-2008 16:30 . 25447672 drwxr-xr-x 5 3773 2004 4096 30-Nov-200...
2008 Jan 11
3
systems hang when accessing parts of the OCFS2 file system
...ncel the request, I have to terminate the session. This is happening across multiple nodes, so I am assuming that OCFS2 is the root cause of the problem. Accessing the directory in debug mode seems to work fine eg this command will hang my session [root@jic55124 databases]# ls -l /common/users/cbu/vigourom Whereas this works fine [root@jic55124 databases]# echo "ls -l /users/cbu/vigourom" | debugfs.ocfs2 -n /dev/sdf1 25447960 drwxr-xr-x 33 2522 2004 4096 10-Jan-2008 16:30 . 25447672 drwxr-xr-x 5 3773 2004 4096 30-Nov-200...
2002 Oct 21
4
samba 2.2.6 name
...ta iain -- -------------------------------------------------------------- Iain Morrison MRC Cognition and Brain Sciences Unit 15 Chaucer Road Tel 01223 355294 xt 581 Cambridge Fax 01223 359062 CB2 2EF email iain.morrison@mrc-cbu.cam.ac.uk --------------------------------------------------------------
2006 May 22
0
[LLVMdev] Indirect function call
On Mon, 2006-05-22 at 15:33 +0800, 夏一民 wrote: > But my code does not always works: if the arguments are not pointer, > CompleteBUDataStructures not records it. So, if you want to find all indirect > calls, you maybe have to repair CompleteBUDataStructures. :) Not surprising, CBU is trying to do something entirely different that what you are. > If you do not use BUDataStructures, you can do it yourself: find all load/store > instructions with its destination is function type. You may want to look at how the call graph builder works. It finds all indirect call sites...
2006 May 23
4
[LLVMdev] Indirect function call
...05-22 at 15:33 +0800, 澶忎竴姘� wrote: > > But my code does not always works: if the arguments are not pointer, > > CompleteBUDataStructures not records it. So, if you want to find all indirect > > calls, you maybe have to repair CompleteBUDataStructures. :) > > Not surprising, CBU is trying to do something entirely different that > what you are. > > > If you do not use BUDataStructures, you can do it yourself: find all load/store > > instructions with its destination is function type. > > You may want to look at how the call graph builder works. It...
2011 Jun 03
4
OpenGL issues on OSX (wine 1.3.21)
I just compiled 1.3.21 on OSX using the osxwinebuilder script. It's the first time I try wine on the Mac. I've tried some short OpenGL demos and they work, but others fail. Remarkable ones that fail are wxWidgets OpenGL demos (remarkable because the source is available, so I guess it should be easy to fix). I run OSX 10.6.7. While running the wxWidgets "penguin" demo, the
2006 May 22
2
[LLVMdev] Indirect function call
The follwing is a snippet of code to find some indirect calls in a module, which I learned from TopDownClosure.cpp: void FPS::repairCallGraph(Module &M) { CompleteBUDataStructures &DS = getAnalysis<CompleteBUDataStructures>(); for (Module::iterator f = M.begin(); f != M.end(); ++f ) { if( f->isExternal() ) continue; for (Function::iterator I = f->begin(); I !=
2006 May 23
0
[LLVMdev] Indirect function call
...姘� wrote: > > > But my code does not always works: if the arguments are not pointer, > > > CompleteBUDataStructures not records it. So, if you want to find all indirect > > > calls, you maybe have to repair CompleteBUDataStructures. :) > > > > Not surprising, CBU is trying to do something entirely different that > > what you are. > > > > > If you do not use BUDataStructures, you can do it yourself: find all load/store > > > instructions with its destination is function type. > > > > You may want to look at how the...
2004 Aug 06
2
Problems starting ices
...;unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. <p>Cheers! Wim De Hul ------------------------------------------------------------------------------ IP SERVICES SPECIALIST Belgacom Carrier and Wholesale Business Unit (CBU) ------------------------------------------------------------------------------ AS6774 Ripe : WDH25-RIPE reply-to : NOC@belbone.be peering : peering@belbone.be NOC Tel : +32 2/547.51.00 www.belgacom.be/carrier ------------------------------------------------------------------------------ Nothing is...
2004 Aug 06
0
Re: troubles with ices
..._______ > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! > Yahoo! Mail : http://fr.mail.yahoo.com <p>Cheers! Wim De Hul ------------------------------------------------------------------------------ IP SERVICES SPECIALIST Belgacom Carrier and Wholesale Business Unit (CBU) ------------------------------------------------------------------------------ AS6774 Ripe : WDH25-RIPE reply-to : NOC@belbone.be peering : peering@belbone.be NOC Tel : +32 2/547.51.00 www.belgacom.be/carrier ------------------------------------------------------------------------------ "Fact...
1999 May 29
1
Password authentication
...password and logs in his/her PCs with it. 3. is there a simply library function to which i pass the login, password and domain contoller and it tells me whether the password is correct or not. (i tried pam_smb, but it will not work for me.) please send all replies to: srichter@ixl.com or srichter@cbu.edu Thank you in advance for your time and help!!! stephan -- Stephan Richter iXL - programmer
2004 Aug 06
4
Problems starting ices
...channels> </encode> </instance> </stream> </ices> <p><p><p>Cheers! Wim De Hul ------------------------------------------------------------------------------ IP SERVICES SPECIALIST Belgacom Carrier and Wholesale Business Unit (CBU) ------------------------------------------------------------------------------ AS6774 Ripe : WDH25-RIPE reply-to : NOC@belbone.be peering : peering@belbone.be NOC Tel : +32 2/547.51.00 www.belgacom.be/carrier ------------------------------------------------------------------------------ "Forg...
2007 Aug 07
1
Can't start WEBrick or Mongrel server
After having successfully created and run a few RoR test projects via RadRails in MyEclipse, I imported one from an Oracle tutorial (http:// www.oracle.com/technology/pub/articles/saternos-rails.html?_template=/ocom/print), showing how to deal with a legacy Oracle database. Unfortunately, after having configured database.yml, I get the following error message when I attempt to start either a
2004 Aug 06
2
Windows client
<quote who="Wim"> > On Tue, 2003-08-19 at 14:15, Stefan Neufeind wrote: > > <...SNIP...> > > > > What's the problem with using WinAmp for this?!? > > > It runs on Windows ;-) Ofcourse that's precisely what the OP wanted, just without Winamp ;-) -rbb -- Remco B. Brink -- IS Developer / CDTT -- Opera Software ASA Personal
2004 Aug 06
2
Ices 0.3 & freebsd
Hi, Just trying to compile ices 0.3 src from tarball on a freebsd 4.5 box. I installed libshout2-2.0,1 port but ./configure can't find shout_new ... checking dynamic linker characteristics... freebsd4.5 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be
2011 Aug 11
0
[LLVMdev] incorrect DSCallGraph for simple indirect call with vtable nearby
...wo calls is just a non-deterministic choice between two > functions.  I'd really hoped that DSA would give the ideal answer here: > red() or blue(), but not Base::virt() const or Derived::virt() const. > Hi Ben! This is actually the expected behavior for EQTD :). In short, EQTD (and CBU) are useful for program-transforming passes like pool allocation, but are _not_ good for alias analysis queries. If you switch to TD you'll get better alias-analysis information, and in this example the correct result. I changed both instances of EQTDDataStructures to TDDataStructures in your e...
2004 Aug 06
4
Windows client
On 19 Aug 2003 at 12:54, Remco B. Brink wrote: > <quote who="Ross Levis"> > > > Correct me if I'm wrong, but one thing still lacking in the Windows > > environment is software which can feed ogg files directly to > > IceCast2 without encoding. This would be very handy for me right > > now. Anyone working on anything? An Ices2 for Windows would
2003 Sep 02
4
bad buffering
Hi all! I installed icecast & ices (from CVS) Enerything runs, but with some problems: When I connect to the server (with XMMS or MPlayer) the buffer runs empty very quickly, causing interruptions. My "server" is an old Pentium 120 with 64MB RAM ,a HD of 8G and an ethernet NIC. (I know it isn't much, but I'm tired of taking my CD collection to work.) I ripped the tracks in
2012 Nov 28
2
backtrace from postgres dict
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, since I enabled ACLs I get following backtrace. It looks like that it happens if the ACLs had been changed only. Also, it looks like that it always happens 1 minute after last "dict: Info: pgsql(localhost): Connected to database dovecot", no matter if the user is logged in (and idle) or logged off. Postgres logs: "could not