search for: vvv

Displaying 20 results from an estimated 1010 matches for "vvv".

2013 Mar 04
2
[LLVMdev] llvm cannot iterate a [3 x i8]
...VV "<<*(VV)<<"\n"; RESULT : VV @.str = private unnamed_addr constant [3 x i8] c"DS\00", section "llvm.metadata" if(VV->getValueID() == Value::GlobalVariableVal){ GlobalVariable* FD = cast<GlobalVariable>(VV); Value *VVV = cast<Value>(FD->getOperand(0)); errs()<<"\n VVV "<<*(VVV)<<"\n"; RESULT : VVV [3 x i8] c"DS\00" if(VVV->getValueID() == Value::ConstantDataArrayVal){ ConstantArray *caa = (ConstantArray *)VVV;...
2015 Nov 08
2
antispam plugin pipe backend error when moving multiple emails
...ot antispam plugin and the pipe backend. I'm using dovecot 2.2.18 with maildirs and zlib compression enabled. When moving 2 or more emails at once from the Junk folder to another one, I always have the following error : "Failed to copy to temporary file" In the server logs : imap(vvv at vvv.vvv): Error: read(zlib(/data/Maildir/.test/tmp/1446974366.M123890P936.vvv)) failed: Cached message size smaller than expected (13553 < 13562, box=test, UID=0) The same operation with one email at a time, on the same emails, works as expected. St?phane
2007 Jan 29
1
Over quota message
Hi all, I'm working with Dovecot-1.0.rc19 + dovecot-lda + postfix + quota-maildir plugin When a new email arrives and it's over quota, the client receives this: -------------------------------- The mail system <vvv at ual.es>: Command died with status 89: "/usr/local/libexec/dovecot/deliver" -------------------------------- Reporting-MTA: dns; vvv.ual.es X-Postfix-Queue-ID: 3AA3F280AB X-Postfix-Sender: rfc822; zzz at ual.es Arrival-Date: Fri, 26 Jan 2007 15:00:17 +0100 (CET) Final-Recipient:...
2006 Apr 04
2
xyplot: getting data into the panel function
In xyplot, I would like to get the "data into the panel function" in the following sense: Consider xyplot(scc~time|cowidp, data=cow.s,type=c("l"), panel=function(x,y,subscripts,...){ panel.xyplot(x,y,...) vvv<-cow.s[which(!is.na(cow.s[subscripts,"mastreat"])),"time"] panel.abline(v=vvv,col="red",lwd=2) } ) If I want to use a different dataset, say cow.2, I would have to modify the code twice in the panel function. Is there a way of avoiding this? Best regards S...
2003 Apr 12
3
ssh -vvv
Hello All, I just had an interesting experience tracking down a bug on Solaris 8, and ssh -vvv was of no help which is part of the reason why I write this email. When DSA public/private keys fail to authenticate me without a password, it just falls thru to the next authentication type and I can't see a way to see why it happened. The extra debug levels don't tell me "Hey you i...
2015 Mar 16
8
[Bug 11166] New: running with -vvv causes a hang
https://bugzilla.samba.org/show_bug.cgi?id=11166 Bug ID: 11166 Summary: running with -vvv causes a hang Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: pskocik at gmail.com...
2005 Jan 27
7
getting package version inside .First.lib
...d scan the DESCRIPTION file, something like .First.lib <- function(lib, pkg) { library.dynam("spatstat", pkg, lib) dfile <- system.file("DESCRIPTION", package="spatstat") ttt <- scan(dfile, what="", sep="^M", quiet=TRUE)[2] vvv <- strsplit(ttt," ")[[1]][2] cat("spatstat version number",vvv,"\n") } but even this does not seem very safe (it makes assumptions about the format of the DESCRIPTION file). Is there a better way? thanks Adrian Baddeley
2015 Oct 08
4
problem on exceptional quit
> >> I tried to ping the server, and it can accept all data. Is there a good way >> to check it? > > ssh -v, ssh -vv and ssh -vvv might give you some interesting information. > Yes, I tried ssh -vvv. It gave a lot of information while login, but it quit without any further information except for ?write failed, broken pipe?. >> The problem came out while reinstalling centos 7.7. > > Since you're apparentl...
2004 Aug 27
0
'set verbose 3' or other way to get '-vvv' level debugging out of running background asterisk?
...trunks so subsequent callers are falling into an essentially dead link. Not all trunks go out at once which makes me think it's got to be a user-generated fault. I'd like to be able to connect to the running asterisk, issue 'set verbose 3' as is documented in the wiki and get '-vvv' style real time state information - but 'set verbose' doesn't appear to do anything when I'm connected using 'asterisk -r'. Should it work the way I'm anticipating in 'CVS-HEAD-08/13/04'? Alternatly, how would I go about configuring things so the '-vvv&...
2003 Mar 20
1
rsync 2.5.6 still hangs
While syncing a directory with about 40 files of various sizes (4KB - 20MB), rsync will hang, in a repeatable manner. (Where "repeatable" means that I get identical logs with -vvv set, modulo the temp file names.) I am using rsync in "server" mode - started by xinetd. Both sides are rsync 2.5.6. The server is RH Linux 7.0 (yeah, I know...), clients are Debian unstable (kernel 2.4.19) and AIX 4.3.3. In all cases, both sides seem to be waiting in select(). If I set...
2020 Sep 06
0
dahdi_cfg -vvv error , PRI show spans command not found
dahdi_cfg -vvv error `cut: '/sys/bus/dahdi_devices/devices/pci:0000:01:00.0/spantype': No such file or directory` PRI show spans --command not found test call not working. -- dahdi_genconf -vvv Default parameters from /etc/dahdi/genconf_parameters Generating /etc/dahdi/assigned-spans.conf cut: '/...
2006 Jun 03
1
NON-empty module, - but always 'received 0 names', 'recv_file_list_done', but always get 'total size is 0'?
...earching hard, trying hard, googling hard) at trying to find a solution to the abovementioned problem, but nothing. I have several non-empty modules, all of which have files inside - NON-empty modules - but i have always failed to be able to rsync. Why? This is the behaviour: ----------- # rsync -vvv localhost::a . opening tcp connection to localhost port 873 opening connection using --server --sender -vvv . a received 0 names recv_file_list done sent 4 bytes received 9 bytes 26.00 bytes/sec total size is 0 speedup is 0.00 _exit_cleanup(code=0, file=main.c, line=1298): about to call exit(0)...
2006 May 27
3
TDM
..._ks faxdetect=incoming usecallerid=asreceived echocancel=yes callprogress=no busydetect=no echocancelwhenbridged=no echotraining=800 group=0 channel=>1 When I dial in Asterisk does not even show an initiation of the call. When I dial out on that trunk I get all circuits busy. Ztcfg -vvv shows the following ztcfg -vvv Zaptel Configuration ====================== Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) 1 channels configured. Any help would be appreciated. Curt -------------- next part -------------- An HTML attachment was s...
2010 Aug 10
3
AMD iommu , pci passthrough problems assigning devices to HVM
...t is behind PCIe switch that does not support or enable ACS. I have found this thread https://bugzilla.redhat.com/show_bug.cgi?id=526713 regarding the ACS problem, which says the pci bridges need these capabilities: ScrValid+, ReqRedir+, CmpltRedir+, and UpstreamFwd+ When i do a lspci -vvv on my system i see these capabilities, but i do see some disturbing debug message on boot when amd_iommu_debug is on. Attached: - xm info - xm dmesg (booted with amd_iommu_debug on) - dmesg - lspci -vvv -- Sander _______________________________________________ Xen-devel mailing list Xen-deve...
2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit 8e0da8c07f4f80e14314977a11f738bd74a5b62b). > xl -vvv console sid > xenconsole: Could not read tty from store: No such file or directory I also tried "xl create -c", and it shows console from pygrub but when the "xl create" reaches the end I got the same error: > xenconsole: Could not read tty from store: No such file or di...
2005 Nov 25
1
ssh/scp at Redhat Enterprise 3 (2.4.21-32.ELsmp #1 SMP Fri Apr 15 21:17:59 EDT 2005 i686 i686 i386 GNU/Linux)
Dear People, I have following situation with "OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f": a) I will send files via scp to: "OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004" b) used command: scp [-vvv] -p -B -C /home/gdg/generation/cr/test_lnx50/lnx50.test2.000001 gdg at lnx50:/home/gdg/EMPFANG/lnx50.test2 Login without PW runs fine, DEBUG3 shows never any errors, but the target file will not be created ! c) used command: scp [-vvv] -p -B -C /home/gdg/generation/cr/test_lnx50/lnx50.test2.0...
2019 Dec 03
2
Dovecot 2.3.8 - How to force index creation for user/mailbox?
...lo, I'm using maildirs, and I have problems with big mailboxes (~ 20000 emails, 30-50GB) - sometimes access to such mailbox takes very long (~10 minutes), I would like to be able to create index for mailbox in background, but I couldn't find any way to do it. So far I tried: *doveadm -D -vvv index -u user 'Folder' * But even if this folder have no dovecot.index* files - I always get: doveadm(user): Info: Wersje robocze: Cache is already up to date It seems that doveadm doesn't actually checks if the index is present. The index is created only when I log with IMAP client...
2009 Feb 06
1
ssh -vvv doesn't show the username anywhere
... and that's kind of annoying when I'm trying to debug something. Also, it doesn't seem like openssh.org lists the IRC channel (even though it's referenced) anywhere. Cheers, Dirkjan
2012 Jul 01
0
ot: trying to understand log entries, etc
...l works fine I noticed in the logs failed access from no-longer-hosted account/user, physical account deleted/removed, most likely from user's BBerry, every ~15 minutes: from /var/log/maillog --- Jun 24 07:31:25 dovecot: imap-login: Disconnected: Inactivity (auth failed, 1 attempts): user=<vvv at tld>, method=PLAIN, rip=101.222.222.222, lip=111.111.111.111 --- I recreated account/physical path /var/mail/.../tld/vvv at tld I logged in with webmail, all works, webmail logged out I physically copied some emails (from another account) to physical path ../../tld/vvv at tld/new after a...
2014 Apr 27
1
environment logged by debug3 (-vvv)
When using debug3 one gets all kinds of lovely environment information - debug3: Ignored env TMPDIR debug3: Ignored env TERM_PROGRAM_VERSION debug3: Ignored env Apple_PubSub_Socket_Render debug3: Ignored env __CHECKFIX1436934 debug3: Ignored env TERM_PROGRAM debug3: Ignored env TERM_SESSION_ID debug3: Ignored env SSH_AUTH_SOCK debug3: Ignored env TERM debug3: Ignored env DISPLAY debug3: Ignored