search for: 4635

Displaying 20 results from an estimated 41 matches for "4635".

Did you mean: 435
2019 Aug 13
4
Configure DHCP to update DNS records with BIND9
...configure the ISC-DHCP-server to add the leases to BIND_DLZ As described in the samba wiki: https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_B IND9 Everything is working fine so far, but I get an error message as shown below in syslog: Aug 13 14:32:28 SAMBA dhcpd[4635]: DHCPDISCOVER from 60:6d:3c:09:6a:52 (amazon-b550a4de2) via home.lan Aug 13 14:32:29 SAMBA dhcpd[4635]: DHCPOFFER on 192.168.0.104 to 60:6d:3c:09:6a:52 (amazon-b550a4de2) via home.lan Aug 13 14:32:29 SAMBA dhcpd[4635]: Commit: IP: 192.168.0.104 DHCID: 60:6d:3c:09:6a:52 Name: amazon-b550a4de2 Au...
2014 Dec 11
0
CentOS-6 Another email related AVC
...from read access on the file online. For complete SELinux messages. run sealert -l 62006e35-dcc8-4a4f-8e10-9f34757f3a4a Dec 11 16:53:28 inet18 setroubleshoot: SELinux is preventing /usr/bin/clamscan from write access on the directory tmp. For complete SELinux messages. run sealert -l 1f0d210d-b4e1-4635-8765-f7e913e2bf28 Dec 11 16:53:29 inet18 setroubleshoot: SELinux is preventing /usr/bin/clamscan from write access on the directory tmp. For complete SELinux messages. run sealert -l 1f0d210d-b4e1-4635-8765-f7e913e2bf28 Dec 11 16:53:29 inet18 setroubleshoot: SELinux is preventing /usr/bin/perl from...
2008 Jul 09
1
memory leak in sub("[range]",...)
...replace_malloc.c:149) ==32503== by 0x4005B9A: realloc (vg_replace_malloc.c:306) ==32503== by 0x80A5F92: parse_expression (regex.c:5202) ==32503== by 0x80A614F: parse_branch (regex.c:4707) ==32503== by 0x80A621A: parse_reg_exp (regex.c:4666) ==32503== by 0x80A6618: Rf_regcomp (regex.c:4635) ==32503== by 0x8110CB4: do_gsub (character.c:1355) ==32503== by 0x80654A4: do_internal (names.c:1135) ==32503== by 0x815F0EB: Rf_eval (eval.c:461) ==32503== by 0x8160DA7: do_begin (eval.c:1174) ==32503== by 0x815F0EB: Rf_eval (eval.c:461) ==32503== by 0x8162210: Rf_applyClosure (...
2008 Jan 21
5
attachment_fu and story runner, any updates
...it seems that there''s a hole in Rails integration testing and multipart form posting. David offered to incorporate a patch to story runner at the end of the reference thread in ruby-talk, although just which patch confuses me, it would seem to be one from http://dev.rubyonrails.org/ticket/4635 So what is the current status here? -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/
2007 Jun 07
1
Lost login process PID XXXXX
...ple days ago. After running the software for a couple days, the following happened: Jun 6 15:58:10 cello dovecot: POP3(sgtdohara): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0 Jun 6 15:58:10 cello dovecot: POP3(dorene): Disconnected: Logged out top=0/0, retr=1/4652, del=1/1, size=4635 Jun 6 15:58:10 cello dovecot: Lost login process PID 17214 Jun 6 15:58:12 cello dovecot: Dovecot v1.0.0 starting up Jun 6 15:58:12 cello dovecot: Socket already exists: /qnet/var/run/dovecot/dict-server Jun 6 15:58:12 cello dovecot: net_listen_unix(/qnet/var/run/dovecot/login/default) failed: A...
2013 Jul 30
1
[LLVMdev] Strange crash with LLVM 3.3
...pment Identifier: SafariForWebKitDevelopment Version: 7536.30.1 Code Type: X86-64 (Native) Parent Process: perl5.12 [79212] User ID: 501 Date/Time: 2013-07-30 19:16:36.081 +0200 OS Version: Mac OS X 10.8.4 (12E55) Report Version: 10 Sleep/Wake UUID: 76D14C5C-4635-4D22-83AD-A997908C17BB Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: /opt/local/libexec/llvm-3.3/lib/libLLVM-3.3.dylib *** error for object 0x7fff5a075bc0: p...
2004 Dec 11
1
modprobe wcfxo causes fc3 box to crash
...er saving mode enabled? Dec 10 18:36:03 conference kernel: Found a Wildcard FXO: Generic Clone Dec 10 17:24:33 conference udev[4636]: configured rule in '/etc/udev/rules.d/60-zaptel.rules' at line 4 applied, ' zapchannel' becomes 'zap/channel' Dec 10 17:24:33 conference udev[4635]: configured rule in '/etc/udev/rules.d/60-zaptel.rules' at line 3 applied, ' zaptimer' becomes 'zap/timer' Dec 10 17:24:33 conference udev[4636]: creating device node '/dev/zap/channel' Dec 10 17:24:33 conference udev[4635]: creating device node '/dev/zap/timer&...
2007 Mar 16
1
ideas to speed up code: converting a matrix of integers to a matrix of normally distributed values
...mpirical=FALSE))} (alleles <- matrix(c(5400,3309,2080,1080,2080,1111,389,9362,6372,3787,2798,1009),ncol=4)) a12 <- array(sapply(alleles,make.effects),dim=c(2,nrow(alleles),ncol(alleles))) (a1 <- a12[1,,]) (a2 <- a12[2,,]) #I've set the population correlation = .5; empirical corr=.4635 cor(as.vector(a1),as.vector(a2)) ##run this to see that the code begins to get pretty slow with even a 3000x4 matrix system.time({ alleles <- matrix(rep(c(5400,3309,2080,1080,2080,1111,389,9362,6372,3787,2798,1009),1000),ncol=4) a12 <- array(sapply(alleles,make.effects),dim=c(2,nrow(allel...
2007 Dec 07
1
Are these events normal?
...UID 1543 got too little data: 4098 vs 4106 2007-12-06 16:00:24.741072500 dovecot: Error: IMAP(xxxxxxxx): FETCH for mailbox UCE-TMP UID 1543 got too little data: 4098 vs 4106 2007-12-06 16:00:25.448977500 dovecot: Error: IMAP(xxxxxxxx): FETCH for mailbox UCE-TMP UID 1544 got too little data: 4627 vs 4635 2007-12-06 16:00:26.130131500 dovecot: Error: IMAP(xxxxxxxx): FETCH for mailbox UCE-TMP UID 1544 got too little data: 4627 vs 4635 2007-12-06 16:00:26.819376500 dovecot: Error: IMAP(xxxxxxxx): FETCH for mailbox UCE-TMP UID 1545 got too little data: 7582 vs 7590 2007-12-06 16:00:27.445497500 dovecot...
2007 Dec 11
6
Mongrel install problem
Hi, I''m having difficulties getting mongrel running on my Debian Etch machine. It seems to install and is listed with my other gems, but things like... "mongrel_rails start ..." ... are not recognised. Perhaps this is something to do with the file "lib" not being found in the install process: ruby extconf.rb install mongrel --include-dependencies checking for main()
2014 Oct 28
2
Nouveau doesn't use the maximal resolution of my screen and GPU
Yes. I attached the logs. (There is several error messages.) Le 28/10/2014 21:43, Ilia Mirkin a écrit : > Output name 'default' is not the name of an output nouveau can produce > (or nvidia for that matter, afaik). This is the vesa driver or... > something. Can you supply xorg log + dmesg? > > On Tue, Oct 28, 2014 at 4:40 PM, Victor Lefèvre <victorlefevre at free.fr>
2008 Aug 07
1
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#11946)
...replace_malloc.c:149) ==28643== by 0x4005B9A: realloc (vg_replace_malloc.c:306) ==28643== by 0x80A5E22: parse_expression (regex.c:5202) ==28643== by 0x80A5FDF: parse_branch (regex.c:4707) ==28643== by 0x80A60AA: parse_reg_exp (regex.c:4666) ==28643== by 0x80A64A8: Rf_regcomp (regex.c:4635) ==28643== by 0x8110AE0: do_gsub (character.c:1355) ==28643== by 0x80653BC: do_internal (names.c:1129) ==28643== by 0x815EF17: Rf_eval (eval.c:461) ==28643== by 0x8160BD3: do_begin (eval.c:1174) ==28643== by 0x815EF17: Rf_eval (eval.c:461) ==28643== by 0x816203C: Rf_applyClosure (...
2001 Nov 19
2
df report
...roc (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/hda1 on /boot type ext3 (rw) running 'tune2fs -l /dev/hda3' gives: --- tune2fs 1.25 (20-Sep-2001) Filesystem volume name: <none> Last mounted on: <not available> Filesystem UUID: b1ceff3e-caca-4635-b6aa-3712b63f8917 Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) Filesystem features: has_journal filetype needs_recovery sparse_super Filesystem state: clean Errors behavior: Continue Filesystem OS type: Linux Inode count: 1198208 Bl...
2007 Dec 06
1
Trouble getting all my com-ports (ttyS*)
I just installed CentOS 5.1 on a Dell Vostro 200 (Intel G33) which has a Sunix PCI-Express (x1) 8-port RS-232 card installed. For me it looks like only 4 ports are recognized, but I'm not sure if it's even working with those 4. >From 'dmesg' I see this: ... Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 19
2013 Mar 10
2
chan_mobile
Hi, I've been looking at the list at: http://www.voip-info.org/wiki/view/chan_mobile But when googling of any of the "known working" devices, there ain't any for sale anymore, probably replaced by more recent types. So, anyone around here who bought recently an BT-dongle that is working with asterisk? hw
2007 Apr 24
1
Testing for multipart form uploads
...;'s out of date now with Rails 1.2.3: http://groups.google.ca/group/rubyonrails-talk/browse_thread/thread/fdfd2c040a2425f4 >From what I understand, fixture_file_upload''s output is translated a String. There''s a ticket discussing this here: http://dev.rubyonrails.org/ticket/4635 The solution there is to use code that does the multipart encoding: integration_test_file_upload.rb Again, it doesn''t work. The file I''m getting is a truncated version of the original. This is my code: fdata = fixture_file_upload(fname,''application/octet-stream'...
2014 Jan 11
1
how to install asterisk in ubuntu?
<div dir="ltr"><br></div>
2014 Aug 26
1
Echo Cancellation on VoIP networks
Hello, I'm new to Echo Cancellation and I was wondering how it is handled/works on pure VoIP networks using Asterisk? I did some research on the internet about EC on VoIP networks, but I can't really put a grasp on it. We currently have some Echo Cancellation chips on our Digium cards, but are planning to move to a full VoIP network based on Asterisk. So no more ISDN in the voice path.
2014 Oct 28
0
Nouveau doesn't use the maximal resolution of my screen and GPU
...it in modprobe.conf or a related file. I believe the nvidia blob installer might as well. Actually, looks like you've explicitly disabled it -- Oct 28 21:57:22 victorlefevre-MS-7235 kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-38-generic root=UUID=7b0559d9-fbbe-4635-b244-bda94aa0a640 ro quiet splash nomodeset vt.handoff=7 "nomodeset" turns off all modesetting, which disables nouveau from being loaded. Remove that, and you'll get further. On Tue, Oct 28, 2014 at 5:15 PM, Victor Lefèvre <victorlefevre at free.fr> wrote: > Yes. I attached...
2007 Dec 12
0
Mongrel-users Digest, Vol 23, Issue 4
...result end Any ideas why? Thanks, Rob. > Date: Tue, 11 Dec 2007 09:31:34 -0800 > From: "Sean O''Brien" <sobrien at yahoo-inc.com> > Subject: Re: [Mongrel] Mongrel install problem > To: mongrel-users at rubyforge.org > Message-ID: <570BBEFE-51FD-4635-A652-8B1D0FACE930 at yahoo-inc.com> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > I had the same issue on Etch, try adding ''/var/lib/gems/1.8/bin/'' to > your path - see if that works. > > - sob > > On Dec 11, 2007, at 7:27 AM...