Displaying 6 results from an estimated 6 matches for "334t".
Did you mean:
334
2015 Feb 11
2
Problems in SAMBA 3.3 to 4.0 migration
Hi, Rowland, and thanks for the reply.
The PDC OS is Slackware 13. The BDC OS is Slackware 14.
The choice to use Samba 4.0 was merely due to its inclusion on the Slackware
14 distro. I'll worry about upgrading that once I have the migration
complete.
I will post the two machine's respective smb.conf's later today.
--
View this message in context:
2015 Feb 12
0
Problems in SAMBA 3.3 to 4.0 migration
...= 0
socket(PF_NETLINK, SOCK_RAW, 0) = 3
bind(3, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
getsockname(3, {sa_family=AF_NETLINK, pid=7687, groups=00000000}, [12]) = 0
time(NULL) = 1423709100
sendto(3, "\24\0\0\0\22\0\1\3\254\23\334T\0\0\0\0\0\0\0\0"..., 20, 0,
{sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000},
msg_iov(1)=[{"\354\0\0\0\20\0\2\0\254\23\334T\7\36\0\0\0\0\4\3\1\0\0\0I\0\1\0\0\0\0\0\7"...,
4096}], msg_controllen=0, msg_fla...
2015 Feb 12
2
Problems in SAMBA 3.3 to 4.0 migration
...socket(PF_NETLINK, SOCK_RAW, 0) = 3
> bind(3, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0
> getsockname(3, {sa_family=AF_NETLINK, pid=7687, groups=00000000}, [12]) = 0
> time(NULL) = 1423709100
> sendto(3, "\24\0\0\0\22\0\1\3\254\23\334T\0\0\0\0\0\0\0\0"..., 20, 0,
> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20
> recvmsg(3, {msg_name(12)={sa_family=AF_NETLINK, pid=0, groups=00000000},
> msg_iov(1)=[{"\354\0\0\0\20\0\2\0\254\23\334T\7\36\0\0\0\0\4\3\1\0\0\0I\0\1\0\0\0\0\0\7"...,
> 4096}], msg_c...
2019 Dec 28
0
Problems with rsync on high-loss networks
...06\354\020L4\>\ \t\0058.hpr\001[\353]2.7\360\264ut%\>\ \t\0059.hpr\004?]D<7\360X/
drwx------ 2 nobody users 4096 Dec 22 07:51 6\360\004[Q\030\>\ \t\0057.hpr\004\356\210]\036\2066\360h,F\ \>\ \t\0058.hpr\004#,]\260\2306\360T\=pr\002\255+]\264\3306\354\020L4\>\ \t\t\0059.hpr\003\334t]\261\3377\360\254?\035\>\ \b\0057.hpr\004\305X\\/
drwx------ 2 nobody users 4096 Dec 22 07:51 6\360\004[Q\030\>\ 80.hpr/
drwx------ 2 nobody users 4096 Dec 22 07:51 6\360\004[Q\030\>\ 81.hpr/
drwx------ 2 nobody users 4096 Dec 22 07:51 6\360\004[Q\030\>\ 82.hpr/
drwx------ 2...
2017 Feb 06
3
libvorbis without encapulsation
...face):
vorbis_block:
(gdb) p vblk
$4 = {pcm = 0x643770, opb = {endbyte = 117, endbit = 0,
buffer = 0x647c80
"\354*\020\003QQi~\352\306\061\356TޮSD\271\235g\257\267է\273_/;\255\231
\232Xk^;2-
\352\352X{\275\246\365\f\a\255W6\371f_=a~\302\337\365\343׆?Jj\210\262\3
71\245\367u\266z\257\325\334T\355\365\200\327T\346\a%\255r\313\361PF\23
1\016\311\323\353\032U\177\247W9\344ĴU\262\tc\321\360\234)ǔ_z)", ptr =
0x647cf5 "", storage = 256}, lW = 0, W = 0, nW = 0, pcmend = 512, mode
= 0,
eofflag = 0, granulepos = 0, sequence = 3, vd = 0x7fffffffde20,
localstore = 0x64a380, local...
2009 Feb 26
11
OpenSSL::Cipher decrypt returns 'wrong final block length'
I just want to encrypt a string submitted through a form before saving
it to the DB. And then decrypt it again when I need to retrieve and
use it.
Im trying to use the OpenSSL::Cipher library. I have the following
module for encryption/decryption
[code]
require ''openssl''
module AESCrypt
# Decrypts a block of data (encrypted_data) given an encryption key
# and an