Displaying 20 results from an estimated 49 matches for "2545".
Did you mean:
2345
2016 Feb 26
3
[Bug 2545] New: reverse DNS lookups shouldn't block login
https://bugzilla.mindrot.org/show_bug.cgi?id=2545
Bug ID: 2545
Summary: reverse DNS lookups shouldn't block login
Product: Portable OpenSSH
Version: 6.6p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Componen...
2015 Mar 18
1
res_xmpp.c:3468 xmpp_client_reconnect:
...und in the patch input.
>
> is the correct way to apply the patch or am I doing wrong?
>
> regardss
>
I'm confused this is not a patch, it's just garbage ;), I'm making a
connection xmpp with asterisk and not connected, at the cli shows me
the message every second:
RROR[2545]: res_xmpp.c:3468 xmpp_client_reconnect: No XMPP connection
available when trying to connect client '
RROR[2545]: res_xmpp.c:3468 xmpp_client_reconnect: No XMPP connection
available when trying to connect client '
RROR[2545]: res_xmpp.c:3468 xmpp_client_reconnect: No XMPP connection
availab...
2014 Dec 23
0
CDR_TDS tries to write to ends column instead of end
Hi all
I'm trying to get Asterisk 1.8.11.0 to write to the ast_cdr table on an
MSSQL instance.
My problem is that the cdr_tds module insists on naming the end column as
"ends" - it tries to write to this column, which does not exist.
I get this in the CLI:
[Dec 23 09:25:17] NOTICE[2545]: cdr_tds.c:476 tds_message_handler: Invalid
column name 'ends'.
[Dec 23 09:25:17] ERROR[2545]: cdr_tds.c:464 tds_error_handler: General SQL
Server error: Check messages from the SQL Server (207)
[Dec 23 09:25:17] NOTICE[2545]: cdr_tds.c:476 tds_message_handler: Invalid
column name 'end...
2003 Feb 13
1
colSums etc. documentation (PR#2545)
For your consideration:
> z
[,1] [,2]
[1,] 1 NA
[2,] 2 NA
[3,] 3 NA
> colSums(z)
[1] 6 NA
Correct, according to the documentation
> colSums(z,na.rm=T)
[1] 6 0
Surprising to me, but, as documented, correctly consistent with apply() and
>sum(NULL)
[1] 0
The documentation for sum() explicitly notes that the sum of an empty set is
0 by definition, so that users
2015 Mar 18
2
res_xmpp.c:3468 xmpp_client_reconnect:
Hi list , this is a bug?
ERROR[361]: res_xmpp.c:3468 xmpp_client_reconnect: No XMPP connection
available when trying to connect client
regardss
--
rickygm
http://gnuforever.homelinux.com
2007 Apr 29
1
Dovecot refuses connections
...mail/%u
mail_debug: yes
mmap_disable: yes
lock_method: dotlock
mbox_read_locks: lockf
mbox_write_locks: lockf
auth default:
passdb:
driver: pam
userdb:
driver: passwd
I have two issues:
1. It won't start from xinetd. I get very little in the logs, just:
Apr 7 07:07:41 xyz xinetd[2545]: START: imaps pid=17445
from=144.173.228.126
Apr 7 07:07:41 xyz xinetd[2545]: EXIT: imaps pid=17445 duration=0(sec)
where 'xyz' is the host name
2. If I instead I run dovecot as a daemon then both my machines have
suffered the problem where dovecot runs for several days and then
disallo...
2015 Mar 31
0
help : annoucement queue
...8 12:54 GMT-06:00 ricky gutierrez <xserverlinux at gmail.com>:
>
>> I'm confused this is not a patch, it's just garbage ;), I'm making a
>> connection xmpp with asterisk and not connected, at the cli shows me
>> the message every second:
>>
>> RROR[2545]: res_xmpp.c:3468 xmpp_client_reconnect: No XMPP connection
>> available when trying to connect client '
>> RROR[2545]: res_xmpp.c:3468 xmpp_client_reconnect: No XMPP connection
>> available when trying to connect client '
>> RROR[2545]: res_xmpp.c:3468 xmpp_client_r...
2005 Aug 22
0
Segfault in imap
...s = 0, line_num = 0, cache = 0},
parse_line_num = 0, parts = 0x0, envelope = 0x0, body = 0x0,
bodystructure = 0x0, uid_string = 0x0, envelope_data = 0x0, seq = 11473,
rec = 0xb7de7088, cache_flags = 0, access_part = 3, stream = 0x80cc224,
filter_stream = 0x0, hdr_size = {physical_size = 2545, virtual_size = 2545,
lines = 57}, body_size = {physical_size = 311, virtual_size = 325,
lines = 14}, parser_ctx = 0x0, parsing_count = 0, keywords = {
buffer = 0x0, element_size = 0}, all_cache_fields = 0x0,
all_cache_fields_count = 0, save_sent_date = 0, save_envelope = 0,
sa...
2009 Mar 17
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...h, which might
> help with linux-gnueabi. I disable multilib to get around several bugs
> with thumb. I build cross binutils first, then llvm, then llvm-gcc
> with newlib merged in.
>
> The following bugs need to be addressed for these non-Darwin ARM targets:
> 1388
> 2313
> 2545
> 2985
Sandeep, many thanks! I was able to build a cross-compiler using your patch
(with a minor change) and ran "hello world" in Qemu-ARM after compiling and
linking it on x86_64. I put the list of outstanding bugs on a wiki page for
tracking and reference:
http://google2.osuosl.o...
2009 Mar 13
4
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...tch I've been building arm-eabi with, which might
help with linux-gnueabi. I disable multilib to get around several bugs
with thumb. I build cross binutils first, then llvm, then llvm-gcc
with newlib merged in.
The following bugs need to be addressed for these non-Darwin ARM targets:
1388
2313
2545
2985
deep
On Fri, Mar 13, 2009 at 12:30 AM, Misha Brukman <brukman at gmail.com> wrote:
> On Thu, Mar 12, 2009 at 6:17 AM, Dietmar Ebner <ebner at complang.tuwien.ac.at>
> wrote:
>>
>> On Mar 11, 2009, at 9:44 PM, Misha Brukman wrote:
>> > The problem I'...
2002 Mar 05
1
printing via samba w/ cups server
...way windows packages the file to be printed.
I've recently implemented a new server. Users print through the
linux server from their windows desktop machines.
OLD server:
-samba 2.0.7, which uses lpd
NEW server:
-samba 2.2.3, which uses cups
The old server can print to the printer (Savin 2545 pcl) just fine.
The new server prints all sorts of garbage and hieroglyphics to
that printer.
I'll cut out the relevant pieces of smb.conf for you:
OLD:
printing = bsd
print command = lpr -r -P%p %s
NEW:
printing = cups
print command = lpr-cups -P %p -o raw %s -r
I K...
2002 Mar 07
1
spoolss causing driver issues
Hi,
I have a problem. I upgraded from samba 2.0.7 to 2.2.3 recently, and
one of my 2 printers have driver issues.
Whenever I print to SAVIN 2545, I get binary and hieroglyphics, so
I assumed that it's driver-related. I can print to our HP8100 just fine.
Some machines were still configured with:
"\\server\savin", LAN Manager Printer
These machines STILL print fine.
However, if one DELETEs the printer, and re-adds it, it bec...
1998 May 14
1
samba main cvs branch seems to be broken on 64-bit boxes.....
...ile.
i get a whole series of errors, all of which say "passing arg 'n' of
'function' from incompatible pointer type. in util.c, checked out of the
main branch the day before yesterday, errors are as follows:
in line function arg
368 getsockopt 5
2096 recvfrom 6
2545 recvfrom 6
3757 getpeername 3
3802 getpeername 3
i'm not a code grunt, and the old release (.17something) still works for
me here..... (and yes, axproc is defined in the makefile :) )
but it still might be nice if someone wanted to look at this.... :)
it looks like the standa...
2005 Nov 09
7
install other OS to unprivileged domain
Dear all,
I have set up one unprivileged Domain-1 with help of FedoraQuickStart and
some help from you.
Now I want to install some other OS to Domain-2.
How can I install a different OS (say Redhat 7.3) onto a unprivileged
domain?
Do I have to copy all files from an existed installation to an image file?
Thanks,
Koala
_______________________________________________
Xen-users mailing list
2017 Oct 03
2
Re: error: internal error: missing backend for pool type 11 (zfs)
@Michal: Thanks for your reply!
Indeed I have found a package in the AUR (libvirt-zfs) and only had to
change to the current version and add zfs-utils as dependency in the
PKGBUILD. Now I don't get the previous error anymore but I still cannot
setup a VM because I constantly get errors due to wrong permissions.
I have tried to change the permissions in:
- /etc/libvirt/qemu.conf
-
2017 Oct 03
2
Re: error: internal error: missing backend for pool type 11 (zfs)
...ame=vdagent -device virtserialport,bus=virtio-se'*
*Traceback (most recent call last):*
* File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in
cb_wrapper*
* callback(asyncjob, *args, **kwargs)*
* File "/usr/share/virt-manager/virtManager/create.py", line 2545, in
_do_async_install*
* guest.start_install(meter=meter)*
* File "/usr/share/virt-manager/virtinst/guest.py", line 498, in
start_install*
* doboot, transient)*
* File "/usr/share/virt-manager/virtinst/guest.py", line 434, in
_create_guest*
* domain = self.conn.create...
2009 Mar 18
0
[LLVMdev] Consumer ARM platform suitable for LLVM development?
...llvm-gcc/ARM expertise (Dale?) please review Sandeep's
patch? The patch works for me in building an LLVM-based cross-compiler from
x86_64/Linux to ARM/Linux.
I have been able to build without the patch to the asm file, but several
people have reported needing the asm patch on http://llvm.org/PR2545 .
On Thu, Mar 12, 2009 at 8:39 PM, Sandeep Patel <deeppatel1987 at gmail.com>wrote:
> Attached is the patch I've been building arm-eabi with, which might
> help with linux-gnueabi. I disable multilib to get around several bugs
> with thumb. I build cross binutils first, then ll...
2002 Mar 08
2
disable spoolss - not working
...print command = lpr-cups -P %p -o raw %s -r
[print$]
path=/usr/local/samba/printer
browseable = yes
public = yes
read only = yes
write list = weller
[savin]
comment = Savin
browseable = yes
printable = yes
public = yes
path = /tmp
create mode = 0700
printer driver=SAVIN 2545/2245 PCL 5e
printer driver location=\\%h\PRINT$
some debugging output (level 10). this is what happens when I
click on the printer:
[2002/03/08 13:51:11, 10] lib/util_sock.c:read_smb_length_return_keepalive(560)
got smb length of 92
[2002/03/08 13:51:11, 6] smbd/process.c:process_smb(859)...
2002 Aug 31
3
HTB shares equally when borrowing enabled :(
...its 0 direct_packets 0
Sent 5440990 bytes 4013 pkts (dropped 0, overlimits 0)
################################
# tc -s -d class show dev eth1
class htb 1:11 parent 1:1 leaf 8002: prio 1 rate 472Kbit ceil 10Mbit
burst 2203b/8 mpu 0b cburst 14704b/8 mpu 0b quantum 60000 level 0
Sent 3284592 bytes 2545 pkts (dropped 0, overlimits 0)
rate 20755bps 15pps
lended: 2545 borrowed: 0 giants: 0 injects: 0
tokens: 28909 ctokens: 9147
class htb 1:1 root prio 0 rate 10Mbit ceil 10Mbit burst 14704b/8 mpu 0b
cburst 14704b/8 mpu 0b quantum 60000 level 3
Sent 5140628 bytes 3786 pkts (dropped 0, overlimits...
2005 Jun 22
1
Error on installing oh323 on asterisk
...2540: dereferencing pointer to incomplete
type
chan_oh323.c:2541: dereferencing pointer to incomplete
type
chan_oh323.c:2542: dereferencing pointer to incomplete
type
chan_oh323.c:2543: dereferencing pointer to incomplete
type
chan_oh323.c:2544: dereferencing pointer to incomplete
type
chan_oh323.c:2545: dereferencing pointer to incomplete
type
chan_oh323.c:2546: dereferencing pointer to incomplete
type
chan_oh323.c:2547: dereferencing pointer to incomplete
type
chan_oh323.c:2548: dereferencing pointer to incomplete
type
chan_oh323.c:2549: dereferencing pointer to incomplete
type
chan_oh323.c:2550...