Displaying 20 results from an estimated 29 matches for "6636".
Did you mean:
636
2013 Dec 17
1
ldapsearch w. SSL refuses to connect to server with openssl 1.0.1 (worked with openssl 1.0.0)
...th the
update from openssl 1.0.0 to openssl 1.0.1.
On a server with up-to-date packages (openssl-1.0.1e-16.el6_5.x86_64,
openldap-clients-2.4.23-32.el6_4.1.x86_64) I get the following errors
when issuing an ldapsearch (some parts anonymized):
[bad]# ldapsearch -H "ldaps://ldap.domain.org:6636/" -D <binddn> -x -W
-b <searchbase> -d1 -s sub -v "uid=ME"
ldap_url_parse_ext(ldaps://ldap.domain.org:6636/)
ldap_initialize( ldaps://ldap.domain.org:6636/??base )
ldap_create
ldap_url_parse_ext(ldaps://ldap.domain.org:6636/??base)
Enter LDAP Password:
ldap_sasl_bind
lda...
2019 Sep 02
2
Trouble joining DC Bind9_DLZ
...an), but I'm not
getting to insert a new DC into the Domain.
Following is the command used and the error:
root at samba4-dc3:/var/lib/samba/private# samba-tool domain join
empresa.com.br DC -k yes --server=samba4-dc1.empresa.com.br
--dns-backend=BIND9_DLZ -d 3
INFO 2019-09-02 15:50:33,684 pid:6636
/usr/lib/python3/dist-packages/samba/provision/__init__.py #2291: Setting
up the privileges database
INFO 2019-09-02 15:50:34,188 pid:6636
/usr/lib/python3/dist-packages/samba/provision/__init__.py #2294: Setting
up idmap db
INFO 2019-09-02 15:50:34,549 pid:6636
/usr/lib/python3/dist-packages/samba...
2009 Aug 13
3
DO NOT REPLY [Bug 6636] New: Deallocation of a pointer not malloced
https://bugzilla.samba.org/show_bug.cgi?id=6636
Summary: Deallocation of a pointer not malloced
Product: rsync
Version: 3.0.6
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba....
2019 Sep 03
0
Trouble joining DC Bind9_DLZ
...ng to insert a new DC into the Domain. My SO is a VM Debian 9.9.
Following is the command used and the error:
root at samba4-dc3:/var/lib/samba/private# samba-tool domain join
empresa.com.br DC -k yes --server=samba4-dc1.empresa.com.br
--dns-backend=BIND9_DLZ -d 3
INFO 2019-09-02 15:50:33,684 pid:6636
/usr/lib/python3/dist-packages/samba/provision/__init__.py #2291: Setting
up the privileges database
INFO 2019-09-02 15:50:34,188 pid:6636
/usr/lib/python3/dist-packages/samba/provision/__init__.py #2294: Setting
up idmap db
INFO 2019-09-02 15:50:34,549 pid:6636
/usr/lib/python3/dist-packages/samba...
2019 Sep 03
0
Trouble joining DC Bind9_DLZ
...; >
> > Following is the command used and the error:
> >
> > root at samba4-dc3:/var/lib/samba/private# samba-tool domain join
> > empresa.com.br DC -k yes --server=samba4-dc1.empresa.com.br
> > --dns-backend=BIND9_DLZ -d 3
> > INFO 2019-09-02 15:50:33,684 pid:6636
> > /usr/lib/python3/dist-packages/samba/provision/__init__.py #2291: Setting
> > up the privileges database
> > INFO 2019-09-02 15:50:34,188 pid:6636
> > /usr/lib/python3/dist-packages/samba/provision/__init__.py #2294: Setting
> > up idmap db
> > INFO 2019-09-0...
2005 Oct 05
2
Sipura Adapter SPA-2002
...39;s
exactly the same way. However, with the SPA-2002 we're unable to access
the voicemail system (though it does register fine and is able to make
and receive calls properly). Here's Asterisk's log file as we try to
access the voicemail with the SPA-2002:
Oct 4 12:36:09 WARNING[6636] app_voicemail.c: No entry in voicemail
config file for '7777'
Oct 4 12:36:43 WARNING[6636] app_voicemail.c: No entry in voicemail
config file for '7777'
Oct 4 12:43:45 WARNING[7130] app_voicemail.c: Couldn't read username
Oct 4 12:45:35 WARNING[7287] app_voicemail.c: Could...
2004 Mar 02
0
cat() in long-running functions only shows up on window (PR#6636)
peter_mcmahan@yahoo.com wrote:
> Full_Name: Peter McMahan
> Version: R 1.8.0 GUI
> OS: Windows 2000
> Submission from: (NULL) (67.107.205.66)
>
>
> when running long functions with cat() commands inside, the requested data
> doesn't show up until either the function has finished or the window is resized.
> this is very frustrating for development purposes.
>
2019 Sep 03
3
Trouble joining DC Bind9_DLZ
...main. My SO is a VM Debian 9.9.
>
> Following is the command used and the error:
>
> root at samba4-dc3:/var/lib/samba/private# samba-tool domain join
> empresa.com.br DC -k yes --server=samba4-dc1.empresa.com.br
> --dns-backend=BIND9_DLZ -d 3
> INFO 2019-09-02 15:50:33,684 pid:6636
> /usr/lib/python3/dist-packages/samba/provision/__init__.py #2291: Setting
> up the privileges database
> INFO 2019-09-02 15:50:34,188 pid:6636
> /usr/lib/python3/dist-packages/samba/provision/__init__.py #2294: Setting
> up idmap db
> INFO 2019-09-02 15:50:34,549 pid:6636
> /...
2013 Jul 18
3
[LLVMdev] Request to review patch for bug #14792
...handle the alignment correctly when
using variadic function. For example, if the size of the first argument is
17, the overflow_arg_area in va_list will be set to "address of first
argument + 16" instead of "address of first argument + 24" after calling
va_start.
In addition, #6636 showed the same problem because in AMD64, arguments is
passed by register at first, then pass by memory when run out of register
(AMD64 ABI 3.5.7 rule 10).
Why this problem happened?
When calling va_start to set va_list, overflow_arg_area is not set
correctly. To set the overflow_arg_area correc...
2019 Sep 03
0
Trouble joining DC Bind9_DLZ
...the error:
> > > >
> > > > root at samba4-dc3:/var/lib/samba/private# samba-tool domain join
> > > > empresa.com.br DC -k yes --server=samba4-dc1.empresa.com.br
> > > > --dns-backend=BIND9_DLZ -d 3
> > > > INFO 2019-09-02 15:50:33,684 pid:6636
> > > >
> > /usr/lib/python3/dist-packages/samba/provision/__init__.py
> > #2291: Setting
> > > > up the privileges database
> > > > INFO 2019-09-02 15:50:34,188 pid:6636
> > > >
> > /usr/lib/python3/dist-packages/samba/provision/__i...
2006 May 22
2
Project Support Open Source (SOS) wanted to donation to your project
...evelopers that have received donations already.
http://digg.com/software/Company_throwing_money_at_open_source_projects
Do you have a page where you give acknowledgement to your sponsors?
Let me know!
Regards,
Bob Mutch
bob@bobmutch.com <mailto:bob@bobmutch.com>
SEO Company.ca
519-636-6636
2007 Nov 27
1
Lost setting up IAXmodem after drive crash
...e, 1 unmonitored]
at this point I am SUPPOSE to be able to test with sendfax:
sendfax -d 2201 /etc/hylafax/hyla.conf
and nothing happens that I can tell. I see some files in spool/hylafax:
ls docq/ -lstr
total 24
4 -rw------- 1 uucp 60002 1 Nov 27 15:04 seqf
8 -rw-r----- 1 uucp 60002 6636 Nov 27 15:04 doc1.ps
12 -rw-r----- 1 uucp 60002 11264 Nov 27 15:04 cover1
Then I found in tmp:
cat tmp/ttyIAX0_last_wedged_email
1196204456
This is a temp file written and read by bin/wedged to rate-limit
the emails it sends about the wedged status of device /dev/ttyIAX0.
The first line contai...
2012 Mar 10
3
problem: The decoded frame is not as the original one
...0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 0? 2838? -3982? 4801? -4136? 432? -1945? 610? 1035? -1090? 2752? -558? 1431? -2320? -1016? 789? 5084? -2395? -2916? -225? -311? -703? 586? 1110? -557? -1152? 1096? 229? 425? 5825? -933? 3922? -6289? 7423? -6636? -793? -2123? -354? 991? -1947? 3958? -1070? 1380? -2120? -2777? -679? 9010? -2451? -4210? -1845? 229? -1687? 317? 1443? -1355? -2818? 214? 721? -313? 9997? -60? 3489? -5953? 9277? -6990? -2716? -1642? -792? 477? -2417? 5801? -1200? 1055? -1744? -2927? -2053? 10273? -1913? -4342? -2718? 427?
?nbBy...
2013 Jul 20
0
[LLVMdev] Request to review patch for bug #14792
...le, if the size of the first argument
>> > is
>> > 17, the overflow_arg_area in va_list will be set to "address of first
>> > argument + 16" instead of "address of first argument + 24" after calling
>> > va_start.
>> > In addition, #6636 showed the same problem because in AMD64, arguments
>> > is
>> > passed by register at first, then pass by memory when run out of
>> > register
>> > (AMD64 ABI 3.5.7 rule 10).
>> >
>> > Why this problem happened?
>> > When calling va_...
2013 Aug 29
4
[PATCH] Notify caching_thread()s to give up on extent_commit_sem when needed.
caching_thread()s do all their work under read access to extent_commit_sem.
They give up on this read access only when need_resched() tells them, or
when they exit. As a result, somebody that wants a WRITE access to this sem,
might wait for a long time. Especially this is problematic in
cache_block_group(),
which can be called on critical paths like find_free_extent() and in commit
path via
2020 Sep 15
2
loss of communication
rPi3 running current Buster. I get this far:
# upsc networkups
Init SSL without certificate database
battery.charge: 100
battery.charge.warning: 30
battery.runtime: 2891
battery.type: PbAC
device.mfr: Vertiv Co
device.model: Liebert PST5
device.type: ups
driver.name: usbhid-ups
driver.parameter.pollfreq: 30
driver.parameter.pollinterval: 2
driver.parameter.port: auto
driver.parameter.productid:
2011 Sep 01
1
No buffer space available - loses network connectivity
...96 99% 0.21K 22775 18 91100K dentry_cache
343056 340307 99% 0.08K 7147 48 28588K selinux_inode_security
338590 336756 99% 0.74K 67718 5 270872K ext3_inode_cache
143665 143363 99% 0.06K 2435 59 9740K size-64
99540 99407 99% 0.25K 6636 15 26544K size-256
96450 96447 99% 0.12K 3215 30 12860K size-128
60858 60858 100% 0.52K 8694 7 34776K radix_tree_node
12420 11088 89% 0.16K 540 23 2160K vm_area_struct
5895 4185 70% 0.25K 393 15 1572K filp
481...
2009 Aug 15
1
Peculiar difference between two Samba servers
...0:58:17, 3] smbd/sec_ctx.c:set_sec_ctx(324)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
Server 2:
[2009/08/16 00:58:42, 3] smbd/process.c:process_smb(1549)
Transaction 0 of length 51 (0 toread)
[2009/08/16 00:58:42, 3] smbd/process.c:switch_message(1361)
switch message SMBnegprot (pid 6636) conn 0x0
[2009/08/16 00:58:42, 3] smbd/sec_ctx.c:set_sec_ctx(324)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/08/16 00:58:42, 3] smbd/negprot.c:reply_negprot(568)
Requested protocol [NT LM 0.12]
[2009/08/16 00:58:42, 3] smbd/negprot.c:reply_nt1(392)
using SPNEGO
[2009/08/16 00:58...
2006 Jan 06
6
HTB traffic shaping odd effects
Hi,
I''m trying to perform some (what I consider) basic traffic shaping on
our network utilising HTB. I have mostly reused the example on the
lartc.org site:
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 100mbit burst 24k
tc class add dev eth0 parent 1:1 classid 1:10 htb rate 50mbit ceil
80mbit burst 19k
tc class add dev eth0
2020 Sep 19
0
loss of communication
...ewhere) (Mon Sep 14 17:36:44 2020):
>
> Communications with UPS networkups established
At this point, look to see what is running.
I was doing 'ps auwwx | grep ups'
On my system, which is attached to the UPS via a USB cable, I see:
$ ps auwwx | grep ups
uucp 49176 0.0 0.1 6636 2620 - Ss Sun18 6:11.49 /usr/local/libexec/nut/usbhid-ups -a ups02
root 64576 0.0 0.1 6464 2344 - Is Sun18 0:00.00 /usr/local/sbin/upsmon
root 75485 0.0 0.1 6472 2396 - Ss Sun18 17:04.71 /usr/local/sbin/upsd -u root
Do you see any of that?
>
&...