search for: marian

Displaying 20 results from an estimated 170 matches for "marian".

2009 Nov 25
1
SpeexBits ...
Hi Marian, I took a brief look at RFC 5574 and as far as I understand, you can simply do it like this: SpeexBits b; speex_encode(state, some320bytePCM1, &b); speex_encode(state, some320bytePCM2, &b); After that, get the encoded data with speex_bits_write and put it in your packet. Mark -----Orig...
2006 Oct 27
4
IAX2 show peers - description
...rs Name/Username Host Mask Port Status SERVER1 xxx.xxx.xxx.xxx (D) 255.255.255.255 9785 (T) OK (29 ms) SERVER2 xxx.xxx.xxx.xxx (D) 255.255.255.255 4569 OK (95 ms) 2 iax2 peers [2 online, 0 offline, 0 unmonitored] thanks, Marian -- Marian Rychtecky marian@mari.cz Tel. +420 724 397 441 ICQ 76582857
2019 Nov 27
4
Error while trying to manage file share
...$ from the share section/defnition ([projects$] -> [projects]) - I changed browseable switch from 'no' to 'yes' Iam still getting the "event viewer cannot connect..." Error. Probably this natural, because it is a linux host. Am Mi., 27. Nov. 2019 um 13:31 Uhr schrieb Marian Thieme < marian.thieme at gmail.com>: > Here is smb.conf: > > https://pastebin.com/EVuAy3iB > > Am Mi., 27. Nov. 2019 um 13:25 Uhr schrieb Marian Thieme < > marian.thieme at gmail.com>: > >> Hello, >> >> according to documentation: >> https:...
2019 Nov 27
2
Error while trying to manage file share
...he connection log for the Windows client I see an error when it tries to fetch users from database. [2019/11/27 13:21:49.244061, 5] ../source3/passdb/pdb_tdb.c:600(tdbsam_getsampwnam) pdb_getsampwnam (TDB): error fetching database. Key: USER_root Is user root required to be there ? Regards, Marian
2009 Nov 23
2
RFC 5574 and multiple frames
...the current code of speex contain an utility which would package multiple Speex frames into a block according to RFC 5574, and extract them again? Or do I have to write this packing/unpacking code myself? I tried some searching, but no I found no reference implementation of the formatting... BR, Marian Kechlibar
2005 May 03
3
Revealing linux quota to windows users?
...answer in the archive or the Howto. I would like to know if it's possible to show the user quota instead of the disk size when users open their home directoy as a share. (I think it's kind of misleading when it says "480GB free" to a user who has only 500 MB space.) Thanks! Marian
2004 May 14
3
snom & gsm codec
does anonybody know what is the status of gsm codec in snom phones ? they were some issuses in archives, some problems so i would like to know what is the actual status. best regards Marian -- SUNTEQ s. r. o. Hviezdoslavova 9 # Prievidza # 971 04 # Slovak republic Tel: +421-46-5430 754 # Fax: +421-46-5439 144 http://www.sunteq.sk/ majo at sunteq dot sk ------------------------------------------------------------ A mind is like a parachute... it only works when it's open.
2010 Aug 27
1
tcpdump -z
Hi, This is a froward message from tcpdump-workers mail list: === 8< ================ >8 === From: ef <blob.bb.a@gmail.com> Subject: tcpdump -z: command execution Date: Fri, 27 Aug 2010 09:33:48 +0200 To: tcpdump-workers@lists.tcpdump.org Hello, Thx for tcpdump, very valuable tool! Was looking at the new version of tcpdump a few days ago and saw this option: " -z Used in
2003 Jul 16
4
grandstream sip phone
hello, i found in list archives some notes about grandstream sip voip phones. Does anybody succesfuly tested those phones with asterisk ? Mark ? What about the prices ? regards Marian -- SUNTEQ s. r. o. Hviezdoslavova 9 # Prievidza # 971 04 # Slovak republic Tel: +421-46-5430 754 # Fax: +421-46-5439 144 http://www.sunteq.sk/ ------------------------------------------------------------ A mind is like a parachute... it only works when it's open.
2020 Jul 22
0
[RFC PATCH v1 01/34] KVM: x86: export .get_vmfunc_status()
From: Marian Rotariu <marian.c.rotariu at gmail.com> The introspection tool uses this function to check the hardware support for VMFUNC, which can be used either to singlestep vCPUs on a unprotected EPT view or to use #VE in order to filter out VM-exits caused by EPT violations. Signed-off-by: Marian Ro...
2010 Feb 01
1
Release of Speex?
Hello, just a question: Speex is in 1.2 beta 1 for some years. Is there any plan to finalize the 1.2 edition? Are there any planned improvements? Best regards Marian
2003 Aug 11
1
avm fritz pci
hello, does anybody know how to setup avm fritz pci card in p2p mode ? regards marian -- SUNTEQ s. r. o. Hviezdoslavova 9 # Prievidza # 971 04 # Slovak republic Tel: +421-46-5430 754 # Fax: +421-46-5439 144 http://www.sunteq.sk/ ------------------------------------------------------------ A mind is like a parachute... it only works when it's open.
2019 Nov 27
0
Error while trying to manage file share
On 27/11/2019 20:38, Marian Thieme wrote: > On 11/27/19 9:29 PM, Rowland penny via samba wrote: >> On 27/11/2019 20:18, Marian Thieme wrote: >>> First of all I would like to thank you for your help ! >>> >>> Secondly, I think I got you wrong: My local users are just system >>> use...
2014 Apr 03
2
RFC: slow-down option
...too hard. At that point I patched rsync to add a stupid option which will sleep for a while before creating new file. That helped us a lot to keep the same rate of concurrent rsyncs to the same machine. I would love your comments on this, generally stupid approach to the problem :) Best regards, Marian -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-options.c-Add-the-slow-down-option.patch Type: text/x-patch Size: 1840 bytes Desc: not available URL: <http://lists.samba.org/pipermail/rsync/attachments/20140403/be6941c2/attachment.bin> --------------...
2020 Jul 22
0
[RFC PATCH v1 02/34] KVM: x86: export .get_eptp_switching_status()
From: Marian Rotariu <marian.c.rotariu at gmail.com> The introspection tool uses this function to check the hardware support for EPT switching, which can be used either to singlestep vCPUs on a unprotected EPT view or to use #VE in order to avoid filter out VM-exits caused by EPT violations. Signed-off-...
2011 Jun 26
2
iptables port forwarding
Dear all, I would like to forward a port to an internet server, but failed. can you help me? Server: eth0: 192.168.1.250, Port: 8080 TCP, CentOS 5.6 Remote server: IP: a.b.c.d Port: 8181 Forward path: client1(192.168.1.10) -> 192.168.1.250:8080 (forward) -> a.b.c.d Port: 8181 ----------------------------------------- In Fedora, I successfully to config the firewall using
2009 Feb 13
1
"More than two wideband layers found. The stream is corrupted." problem
..., so the sequence of the packets is not necessarily kept - is this the problem? Should I use the built-in jitter buffer, or write some kind of my own? Some packets get lost on the way, since GPRS is not a particularly reliable connection. Can this damage the Speex internal state too? Best regards Marian Kechlibar
2011 Apr 04
6
sshd: Authentication Failures: 137 Time(s)
Hi, to prevent scripted dictionary attacks to sshd I applied those iptables rules: -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --update --seconds 60 --hitcount 4 --name SSH --rsource -j DROP -A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -m recent --set --name SSH --rsource And this is part of logwatch: sshd: Authentication Failures: unknown
2019 Nov 27
0
Error while trying to manage file share
Here is smb.conf: https://pastebin.com/EVuAy3iB Am Mi., 27. Nov. 2019 um 13:25 Uhr schrieb Marian Thieme < marian.thieme at gmail.com>: > Hello, > > according to documentation: > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs > User is required to setup the file share using ms windows (Computer > Management->Connect to another computer). That...
2009 Nov 23
0
RFC 5574 and multiple frames
Hi, The Speex bit-packer already does everything you need. Just call speex_encode() multiple times to encode multiple frames and call speex_decode() multiple times to decode these frames. Jean-Marc Quoting Marian Kechlibar <marian.kechlibar at circletech.net>: > Hello all, > > I am experimenting with Speex in a mobile VoIP application, and it seems > that it is worth stuffing more than one codec frame into a single RTP > packet; mainly, that sending several frames per packet relieves t...