Displaying 11 results from an estimated 11 matches for "bbbbbbb".
2006 Jul 20
2
how to print table with more columns per row?
When printing a table it is broken at some point (depending how long are
the associated names)
>>> see example below.
Is there a way to control number of columns being printed for a given
chunk of the table?
Best regards,
Ryszard
> z5
AAAAAAA BBBBBBB CCCCCCC DDDDDDD EEEEEEE FFFFFFF GGGGGGG HHHHHHH
IIIIIII
AAAAAAA 1.00 -0.69 -0.54 -0.88 NA NA NA NA
-0.88
BBBBBBB -0.69 1.00 0.65 0.82 NA NA NA 1
0.83
CCCCCCC -0.54 0.65 1.00 0.49 NA NA NA NA
0.94
DDDDDDD...
2007 Jun 06
3
string overflow in rpcclient add "printer" driver command
...er Driver My Driver Name 001 successfully installed.
My command is like this:
rpcclient MYSRV -s /etc/samba/smb.conf -A auth.txt -c 'adddriver "Windows NT x86" "My Driver Name 001:
aaaaaa.001:aaaaaa.002:aaaaaa.003:aaaaaa.004::NULL:aaaaaa.001,
..... bla bla bla ... bbbbbbb.022, ... bla bla bla ...
aaaaaaa.077,ccccccc.078"'
My system is RHEL 5, Samba version is 3.0.23c-2.el5.2.0.2.x86_64. The same error I found in Fedora 6 Samba
3.0.24-5. I try with 3.0.25a, but I get same error too.
The error, I think, is in source/rpcclient/rpcclient.c next_command...
2012 Jan 23
2
[LLVMdev] Possible bug in the dragonegg
...produce the error, or see what's
wrong? ¿Should I post it somewhere else in case it's really a bug?
Thanks ahead!
With this simple program:
*
#include <stdio.h>
#include <string.h>
int main(int argc, char** argv){
char a[8] = "aaaaaaa";
char b[8] = "bbbbbbb";
char *c = (char*) malloc(sizeof(char)*(strlen(a)+strlen(b)+1));
memcpy(c, a, strlen(a));
memcpy(c + strlen(a), b, strlen(b) + 1);
printf("a = %s, b = %s, c = %s\n", a, b, c);
}
*
and compiling and executing in the following way:
$> gcc -fplugin=~/dragonegg...
2003 Dec 23
1
Orphaned rsync process on remote machine?
...ve been
changed to protect the innocent) :-):
>aaaaaa:msarrel /u/cas/msarrel 105> /usr/local/bin/rsync --verbose
>--checksum --recursive --copy-unsafe-links --times --rsh=ssh
>--rsync-path=/usr/local/bin/rsync --delete --timeout=90
>--ignore-times --compress /lll/mmmmmmmmm/
>bbbbbbb@cccccccc.dddddd.eee.ffff.ggg:/hhhh/iii/jjjjj/kkkkkkkkk
>building file list ... done
>io timeout after 90 seconds - exiting
>rsync error: timeout in data send/receive (code 30) at io.c(103)
>aaaaaa:msarrel /u/cas/msarrel 106>
I tried changing the timeout to be 300 seconds, but got th...
2012 Jan 23
0
[LLVMdev] Possible bug in the dragonegg
...¿Should I
> post it somewhere else in case it's really a bug? Thanks ahead!
>
> With this simple program:
> *
> #include <stdio.h>
> #include <string.h>
>
> int main(int argc, char** argv){
>
> char a[8] = "aaaaaaa";
> char b[8] = "bbbbbbb";
>
> char *c = (char*) malloc(sizeof(char)*(strlen(a)+strlen(b)+1));
> memcpy(c, a, strlen(a));
> memcpy(c + strlen(a), b, strlen(b) + 1);
>
> printf("a = %s, b = %s, c = %s\n", a, b, c);
> }
> *
> and compiling and executing in the following way:
>
>...
2012 Jan 23
2
[LLVMdev] Possible bug in the dragonegg
Hi Duncan,
>> #include<stdio.h>
>> #include<string.h>
>>
>> int main(int argc, char** argv){
>>
>> char a[8] = "aaaaaaa";
>> char b[8] = "bbbbbbb";
>>
>> char *c = (char*) malloc(sizeof(char)*(strlen(a)+strlen(b)+1));
>> memcpy(c, a, strlen(a));
>> memcpy(c + strlen(a), b, strlen(b) + 1);
>>
>> printf("a = %s, b = %s, c = %s\n", a, b, c);
>> }
>> *
>> and compiling and exec...
2012 Jan 24
0
[LLVMdev] Possible bug in the dragonegg
...IR.
Ciao, Duncan.
On 23/01/12 17:00, Pablo Barrio wrote:
> Hi Duncan,
>>> #include<stdio.h>
>>> #include<string.h>
>>>
>>> int main(int argc, char** argv){
>>>
>>> char a[8] = "aaaaaaa";
>>> char b[8] = "bbbbbbb";
>>>
>>> char *c = (char*) malloc(sizeof(char)*(strlen(a)+strlen(b)+1));
>>> memcpy(c, a, strlen(a));
>>> memcpy(c + strlen(a), b, strlen(b) + 1);
>>>
>>> printf("a = %s, b = %s, c = %s\n", a, b, c);
>>> }
>>> *...
2005 Mar 21
1
IAX call rejected.....who was trying to reach 's@'
...my number I get the following on the console
Mar 21 05:54:15 NOTICE[68071]: chan_iax2.c:6123 socket_read: Rejected
connect at
tempt from 203.13.163.245, who was trying to reach 's@'
the s part i can understand by the @nothing ......?!?
my iax.conf looks like this
register => aaaaaa:bbbbbbb@proxy.freecall.net.au
[alphanet]
type=friend
username=aaaaaaaa
auth=plaintext ; ugh plaintext
secret=bbbbbbbb
host=proxy.freecall.net.au
context=main
disallow=all
allow=ilbc
my extensions.conf looks like this
[default]
exten => s,1,Answer
exten => s,2,Dial(SIP/me,40,tr)
also I have the sa...
2003 Dec 05
1
Samba 3 tdb's
..._info, and the nt* tdb's. Is it the same for samba3?
Reason I asked is I just had a pretty bad failure on 3.0.1pre3 that
started with bad magic errors in connections.tdb, after a few hours grew
into sessionid.tdb, and finally winbind problems (though no bad magic,
got "string_to_sid: Sid
BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
BBBBBBB does not start with 'S-'." failures, followed by other
string_to_sid errors which were obviously off (like
"429224891-1907648334-26069 BC007167$" and
"-5-21-2020293289-429224891-1907648334-2601willi" not st...
2012 Jan 24
1
[LLVMdev] Possible bug in the dragonegg
...17:00, Pablo Barrio wrote:
>> Hi Duncan,
>>>> #include<stdio.h>
>>>> #include<string.h>
>>>>
>>>> int main(int argc, char** argv){
>>>>
>>>> char a[8] = "aaaaaaa";
>>>> char b[8] = "bbbbbbb";
>>>>
>>>> char *c = (char*) malloc(sizeof(char)*(strlen(a)+strlen(b)+1));
>>>> memcpy(c, a, strlen(a));
>>>> memcpy(c + strlen(a), b, strlen(b) + 1);
>>>>
>>>> printf("a = %s, b = %s, c = %s\n", a, b, c);
>&...
2008 Apr 17
2
Dovecot 1.1rc3 "Out of Memory" crashes from pop3-login?
...on = yes
login_processes_count = 16
login_max_processes_count = 256
(Should we try switching processes_per_connection to no?)
From dovecot.log:
dovecot: Apr 17 07:48:39 Info: POP3(AAAAAAA): Disconnected: Logged out
top=0/0, retr=0/0, del=0/154, size=10250932
dovecot: Apr 17 07:48:40 Info: POP3(BBBBBBB): Disconnected: Logged out
top=0/0, retr=2/3729, del=2/2, size=3695
dovecot: Apr 17 07:48:40 Info: imap-login: Login: user=<CCCCCC>,
method=PLAIN, rip=10.20.10.129
dovecot: Apr 17 07:48:41 Info: IMAP(CCCCCCC): Disconnected: Logged out
bytes=551/7888
dovecot: Apr 17 07:49:06 Error: child 20...