search for: 2669

Displaying 20 results from an estimated 57 matches for "2669".

Did you mean: 266
2020 Feb 27
3
error compiling current git
Hi, compiling the current git version on Centos 7 gives me: [CC] res_statsd.c -> res_statsd.o res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’ specified in initializer .on_valid_pair = ast_rtp_on_valid_pair, ^ res_rtp_asterisk.c:2669:2: warning: initialization from incompatible pointer type [enabled by default] res_rtp_asterisk.c:2669:2: warning: (near initialization for ‘ast_rtp_ice_sess_cb.on_...
2003 Jan 27
0
Strange error messages
...ind_lookup_name for group 'PROSADOM+Domain failed. Jan 27 11:03:25 wanda winbindd[1015]: [2003/01/27 11:03:25, 0] nsswitch/winbindd_group.c:winbindd_getgrnam(210) Jan 27 11:03:25 wanda winbindd[1015]: could not get domain sid for domain 'PROSADOM This to CUPS: Jan 27 10:48:28 wanda smbd[2669]: [2003/01/27 10:48:28, 0] printing/print_cups.c:cups_printername_ok(290) Jan 27 10:48:28 wanda smbd[2669]: Unable to get printer status for archivi - client-error-not-found Jan 27 10:48:28 wanda smbd[2669]: [2003/01/27 10:48:28, 0] smbd/service.c:make_connection(251) Jan 27 10:48:28 wanda smbd[2...
2017 Jan 24
2
[Bug 2669] New: openssh-portable
https://bugzilla.mindrot.org/show_bug.cgi?id=2669 Bug ID: 2669 Summary: openssh-portable Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee...
2013 Apr 09
2
fail to convert qemu xml to args with libvirt-1.0.4: An error occurred, but the cause is unknown
...sed to convert qemu XML to args with libvirt-1.0.3. But it failed to convert with libvirt-1.0.4. # virsh domxml-to-native qemu-argv test.xml >test.sh error: An error occurred, but the cause is unknown Comparing the debug file as below: 1) lbvirt-1.0.3 <cut> 2013-04-09 03:23:47.296+0000: 2669: debug : virEventPollInterruptLocked:716 : Interrupting 2013-04-09 03:23:47.296+0000: 2669: debug : virNetClientIO:1807 : All done with our call head=(nil) call=0x100871c0 rv=0 2013-04-09 03:23:47.297+0000: 2670: debug : virEventPollRunOnce:640 : Poll got 1 event(s) 2013-04-09 03:23:47.297+0000: 26...
2010 Jun 05
1
Problem with GROUP()
...=> s,n,Set(_custID=${custID}) exten => s,n,GROUP(${custID}) exten => s,n,NoOp(grouppcount = GROUP_COUNT(${custID})) exten => s,n,GoToIf($[ ${GROUP_COUNT(${custID})} > 2 ]?maxreached) The CLI shows : [Jun 5 16:06:26] -- Executing [s at sub-settings:4] Set("IAX2/testlocal-2669", "_custID=40") in new stack [Jun 5 16:06:26] WARNING[10491]: pbx.c:1849 pbx_extension_helper: No application 'GROUP' for extension (sub-settings, s, 5) [Jun 5 16:06:26] == Spawn extension (sub-settings, s, 5) exited non-zero on 'IAX2/testlocal-2669' [Jun 5 16:...
2017 Apr 11
0
CVE-2017-2669: Dovecot DoS when passdb dict was used for authentication
CVSS: 6.5 (CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H) Vulnerable versions: 2.2.26 - 2.2.28 Fixed version(s): 2.2.29 Broken by a3783f8a3c9cd816b51e77a922f82301512fcf22 Fixed by 000030feb7a30f193197f1aab8a7b04a26b42735 Dovecot supports "dict" passdb and userdb: https://wiki2.dovecot.org/AuthDatabase/Dict When these were used for user authentication, the username sent by the IMAP/POP3
2020 Feb 27
0
error compiling current git
On Thu, Feb 27, 2020 at 8:51 AM hw <hw at gc-24.de> wrote: > Hi, > > compiling the current git version on Centos 7 gives me: > > > [CC] res_statsd.c -> res_statsd.o > res_rtp_asterisk.c:2669:2: error: unknown field ‘on_valid_pair’ specified > in initializer > .on_valid_pair = ast_rtp_on_valid_pair, > ^ > res_rtp_asterisk.c:2669:2: warning: initialization from incompatible > pointer type [enabled by default] > res_rtp_asterisk.c:2669:2: warning: (near initializatio...
2010 Nov 05
1
[nut-commits] svn commit r2669 - in branches/AsciiDoc: . m4
On Nov 4, 2010, at 6:21 PM, Arjen de Korte wrote: > Author: adkorte-guest > Date: Thu Nov 4 22:21:51 2010 > New Revision: 2669 > URL: http://trac.networkupstools.org/projects/nut/changeset/2669 > > Log: > Add checking minimum required version for AsciiDoc tools I noticed that somewhere around this commit, the documentation stopped being built by default in BuildBot. Before I go digging too far, should I jus...
2002 Oct 30
1
Winbind unknown parameter
...be exactly what I search but winbind seems not to know this option. Her's what I got in log.winbindd : [2002/10/30 18:25:30, 0] param/loadparm.c:map_parameter(1999) Unknown parameter encountered: "winbind use default domain" [2002/10/30 18:25:30, 0] param/loadparm.c:lp_do_parameter(2669) Ignoring unknown parameter "winbind use default domain" By the way, there is two other options that winbind doesn't seem to understand : "winbind enum users" and "winbind enum group". Here is an extract of my smb.conf : security = domain password serve...
2011 Dec 06
2
[LLVMdev] Assertion `PI && "Expected required passes to be initialized"' failed for AliasAnalysis.
...nds on AliasAnalysis. My getAnalysisUsage() looks as follows: 2453 void ThreadSanitizer::getAnalysisUsage(AnalysisUsage &AU) const { 2454 AU.addRequired<TargetData>(); 2455 AU.addRequired<AliasAnalysis>(); 2456 } and the pass initialization: 2668 char ThreadSanitizer::ID = 0; 2669 INITIALIZE_PASS_BEGIN(ThreadSanitizer, "tsan", 2670 "Compile-time instrumentation for runtime " 2671 "data race detection with ThreadSanitizer", 2672 false, false) 2673 INITIALIZE_PASS_DEPENDENCY(TargetD...
2019 Feb 09
2
Question about pattern matching process
...ry (due to false predicate) at index 2398, continuing at 2451 Skipped scope entry (due to false predicate) at index 2452, continuing at 2562 Skipped scope entry (due to false predicate) at index 2563, continuing at 2641 Skipped scope entry (due to false predicate) at index 2642, continuing at 2669 Skipped scope entry (due to false predicate) at index 2670, continuing at 2696 Skipped scope entry (due to false predicate) at index 2697, continuing at 2779 Skipped scope entry (due to false predicate) at index 2780, continuing at 2835 Skipped scope entry (due to false predicate) at index...
2017 Mar 01
2
error en el cambio de formato desde factor a numerico USANDO LAPPLY
...que al hacer el cambio, me CAMBIA LOS > VALORES DE LAS CELDAS¡¡¡ > > > > TEMPERATURA (ORIGINAL) tipo factor; > > 8.67 > > 8.57 > > 9.85 > > 8.81 > > TEMPERATURA (*después del cambio a tipo numérico)* > > 2656 > > 2646 > > 2771 > > 2669 > > > > MI CODIGO > > *EA<-read.table("MERGE_FIJA.dat",header = T, sep = ",")* > > *EA[,2:13]<-lapply(EA[,2:13], as.numeric)* > > > > *ADJUNTO PLANILLA.* > > *Saludos y gracias.* > > ------------------------------ > > C...
2011 Dec 06
0
[LLVMdev] Assertion `PI && "Expected required passes to be initialized"' failed for AliasAnalysis.
...ks as follows: > > 2453 void ThreadSanitizer::getAnalysisUsage(AnalysisUsage &AU) const { > 2454   AU.addRequired<TargetData>(); > 2455   AU.addRequired<AliasAnalysis>(); > 2456 } > > and the pass initialization: > > 2668 char ThreadSanitizer::ID = 0; > 2669 INITIALIZE_PASS_BEGIN(ThreadSanitizer, "tsan", > 2670                       "Compile-time instrumentation for runtime " > 2671                       "data race detection with ThreadSanitizer", > 2672                       false, false) > 2673 INITIALIZE_PAS...
2018 Apr 30
2
Gluster rebalance taking many years
2003 Jun 04
0
samba 3.0 alpha 24 with LDAP question
...onfiguration file "/usr/local/samba/lib/smb.conf" [2003/06/04 01:11:07, 3] param/loadparm.c:do_section(3397) Processing section "[global]" doing parameter workgroup = MEANSPC doing parameter netbios name = BAST [2003/06/04 01:11:07, 4] param/loadparm.c:handle_netbios_name(2669) handle_netbios_name: set global_myname to: BAST doing parameter server string = Authentication Server doing parameter encrypt passwords = Yes doing parameter update encrypted = Yes doing parameter restrict anonymous = Yes doing parameter time server = Yes doing parameter socket optio...
2015 Jul 14
16
[Bug 2428] New: realpath command doesn't work
https://bugzilla.mindrot.org/show_bug.cgi?id=2428 Bug ID: 2428 Summary: realpath command doesn't work Product: Portable OpenSSH Version: 6.9p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: Build system Assignee: unassigned-bugs at
2018 Jan 23
0
logging download speed for services
Jan 23 07:14:13 srv dovecot[7702]: imap(something): session=<xgmrdGtj/u3B7y+g>, Logged out bytes=189/2669 Jan 23 07:14:57 srv dovecot[7702]: pop3(abc): session=<X7tLd2tjeeSy7wrl>, Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0, bytes=12/43 Could dovecot be logging download speed for these and log it? (ignoring idle times for imap and only counting fetches etc) The goal is to be abl...
2007 Jun 12
0
Error 500, socket does not match the pid
...i.c.1739) connect failed: Connection refused on unix:/home/devspace/space/rails/current/tmp/space-0.socket 2007-06-12 02:32:38: (mod_fastcgi.c.2851) backend died, we disable it for a 5 seconds and send the request to another backend instead: reconnects: 0 load: 1 2007-06-12 02:32:44: (mod_fastcgi.c.2669) fcgi-server re-enabled: unix:/home/devspace/space/rails/current/tmp/space-0.socket Everything seem to be working before until the machine had to be restarted. I am now getting the following error message and have been trying to troubleshoot the problem. Nothing has change, as far as I know anywa...
2018 Apr 30
0
Gluster rebalance taking many years
...:613:event_dispatch_epoll_worker] > 0-epoll: Started thread with index 1 > [2018-04-30 04:20:55.191261] E [MSGID: 109039] [dht-common.c:3113:dht_find_local_subvol_cbk] > 0-web-dht: getxattr err for dir [No data available] > [2018-04-30 04:21:19.783469] E [MSGID: 109023] [dht-rebalance.c:2669:gf_defrag_migrate_single_file] > 0-web-dht: Migrate file failed: /2018/02/x187f6596-36ac-45e6-bd7a-019804dfe427.jpg, > lookup failed [Stale file handle] > The message "E [MSGID: 109039] [dht-common.c:3113:dht_find_local_subvol_cbk] > 0-web-dht: getxattr err for dir [No data availab...
2007 Sep 21
1
About nVidia 8600M GS (10de:0425 (rev a1))
Hi, I compiled drm & xf86-video-nouveau to test nouveau yesterday -- the X server couldn't start. Today, Telek pointed me to drm/linux-core/drm_pciids.h, where I added my card. This made nouveau detect my card, and the xerver started successfully. I didn't test further -- for example I didn't compile the mesa nouveau code to enable 3D. So what should I test ? Snark PS1: