search for: geschriebene

Displaying 20 results from an estimated 215 matches for "geschriebene".

Did you mean: geschrieben
2010 Jan 20
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi Jean-Marc, do you have any other ideas what to look for? Or do you currently debug yourself? As I already wrote, I'm out of ideas... best regards, Frank Frank Lorenz <Frank_wtal at web.de> hat am 18. Januar 2010 um 16:39 geschrieben: > Yes, I did. > > As mentioned earlier, only the enhancer inside the docoder produces a lot of overflow messages (it points to lines 68
2010 Dec 16
6
AHCI or IDE?
Hello All, I want to build a home file and media server now. After experiment with a Asus Board and running in unsolve problems I have bought this Supermicro Board X8SIA-F with Intel i3-560 and 8 GB Ram http://www.supermicro.com/products/motherboard/Xeon3000/3400/X8SIA.cfm?IPMI=Y also the LSI HBA SAS 9211-8i
2015 Feb 23
2
sssd config doesn't ask for password
I didn't setup any ssh-keys for authentication yet. Sorry. > Karel Lang AFD <lang at afd.cz> hat am 23. Februar 2015 um 14:48 geschrieben: > > > Hi there, > isn't possible, that the problem is just very basic and you've got a > authentication set via ssh-key on admin locally on the server you try to > logon? > Just saying .. > > cheers :]
2017 Mar 29
3
Failed to enumerate objects in the container. Access is denied.
Hello Rowland, > Rowland Penny via samba <samba at lists.samba.org> hat am 29. März 2017 um 20:28 geschrieben: > wbinfo goes straight to winbind, getent goes via nsswitch, so you might > not have the required packages installed. I have standard debian jessie with ssh and furthermore installed samba, smbclient, winbind, nsswitch, libnss-winbind, libpam-winbind, krb5,
2004 Aug 06
2
Icecast in Macromedia Flash
Hi, is this some flash player you coded by yourself? Is it possible to download that player somewhere? Thanx... Am 30 Nov 2003 um 18:58 hat assorgia@tin.it geschrieben: > Actually I'm using icecast 1.3 to stream live audio events and play > them on my web page with a little flash movie (I have a stream active > right on this moment), but I'm still hoping to find a way to use
2015 Dec 31
2
[RFC PATCH v2 0/7] stabilize kepler reclocking
Am 31. Dezember 2015 03:54:43 MEZ, schrieb Karol Herbst <nouveau at karolherbst.de>: >> Thomas Martitz <kugel at rockbox.org> hat am 30. Dezember 2015 um 23:53 >> geschrieben: >> >> Am 25.12.2015 um 18:43 schrieb Pierre Moreau: >> > Hello, >> > >> > Maybe my e-mail client is messing with me, but I couldn't find any >dmesg
2016 Jan 13
2
[PATCH 0/2] allow partly reclocking on chipset
> Samuel Pitoiset <samuel.pitoiset at gmail.com> hat am 13. Januar 2016 um 13:43 > geschrieben: > > Hi! > > Did you check on different Fermi chipsets or only with one variant? currently I only checked that on my nvc1, but I thought I could just send the patches and it is easier for others to try it out this way. > > Are you sure that engine reclocking works as
2014 Oct 16
2
Re: CF Card wear optimalisation for ext4
* Andreas Dilger <adilger@dilger.ca> hat geschrieben: > You can see in the ext4 superblock the amount of data that has been > written to a filesystem over its lifetime: > > Note that this number isn't wholly accurate, but rather a guideline. Is is more like a completely bogus value at best: # LANG=C df -h / | grep root /dev/root 3.7T 3.6T 73G 99% / # grep [0-9]
2018 Aug 15
3
Re: [PATCH] v2v: Add --print-estimate option to print source size estimate.
Am 15.08.2018 um 12:26 hat Richard W.M. Jones geschrieben: > On Tue, Aug 14, 2018 at 09:31:06PM +0300, Nir Soffer wrote: > > On Tue, Aug 14, 2018 at 8:29 PM Richard W.M. Jones <rjones@redhat.com> > > wrote: > > > > > This option prints the estimated size of the data that will be copied > > > from the source disk. > > > > > > For
2008 May 10
5
wxRuby 1.9.7 released
Hi wxRuby 1.9.7 is now available from rubyforge. This release is mainly to restore one-step gem installation for Windows users, so they can easily benefit from the many enhancements and fixes that were included in 1.9.6. The gem will now install Microsoft''s VC version 8.0 dlls. As usual ''gem install wxruby'' should get you the latest version. For users on Linux and
2010 Jan 14
2
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi Jean-Marc, yes, problem exists in narrowband-mode, too. I already twiddled with max_gain, but did not have real success. I changed line 337 of ltp.c (function pitch_gain_search_3tap_vq) if (sum>best_sum && gain_sum<=max_gain) { to if (sum>best_sum && gain_sum<max_gain) { -- that stabilizes speex for 2000 Hz and 2200 Hz input on quality setting 7 (23800
2017 Mar 30
3
Failed to enumerate objects in the container. Access is denied.
> Rowland Penny <rpenny at samba.org> hat am 30. März 2017 um 16:46 geschrieben: > If you look here: > > drwxrwx---+ 2 RUBENS\gf root 4096 Mär 30 14:09 gf > > There is a '+' sign after the permissions, this means that there are > ACLs set on the directory, try running 'getfacl /fs/gf' Ok, first /fs/mrtx, then /fs/gf: root at fs:~# getfacl /fs/mrtx
2017 Mar 30
2
Failed to enumerate objects in the container. Access is denied.
> Rowland Penny <rpenny at samba.org> hat am 30. März 2017 um 16:15 geschrieben: > > > > May it be possible, that the getent-problem has something to do with > > pam-auth-update? I never did that before. > > Possibly If so a hint in the Samba-Setup manual would be of help. > > > > there are still two issues: > > > > 1. The path
2018 Aug 15
2
Re: [PATCH] v2v: Add --print-estimate option to print source size estimate.
[ Cc: qemu-block ] Am 15.08.2018 um 12:55 hat Richard W.M. Jones geschrieben: > (Adding Stefan who implemented the subcommand) > > On Wed, Aug 15, 2018 at 12:44:44PM +0200, Kevin Wolf wrote: > > Am 15.08.2018 um 12:26 hat Richard W.M. Jones geschrieben: > > > On Tue, Aug 14, 2018 at 09:31:06PM +0300, Nir Soffer wrote: > > > > On Tue, Aug 14, 2018 at 8:29 PM
2002 Aug 08
2
Splus-funktion "haplo.score"
Sehr geehrte Damen und Herren, hiermit m?chte ich bei Ihnen nachfragen, ob die f?r Splus geschriebene "haplo.score"- Funktion auch unter R verwendet werden kann. siehe http://www.mayo.edu/statgen/software/ Wenn ja, wie sind die Aufrufe Splus CHAPTER -m und Splus make in R zu realisieren? Herzlichen Dank f?r Ihre M?he mit freundlichen Gr??en -- Dr. rer. nat. Andreas Fr?hlich Institute...
2020 Jul 09
1
Azure Sync
Hi Martin, > I have been searching the whole samba wiki and the whole mailinglist in the meantime and have not found a command. > > I saw that the most helpful supporters here are even more helpful if one does use up to date samba versions. > > I do not insist on debian standard packages. > > Someone has already done that? you can install adconnect on a windows domain member,
2014 Dec 22
2
Not able to edit wiki page
Hi, I was trying to create a wiki page for GlusterFS in storage SIG space without result. http://wiki.centos.org/SpecialInterestGroup/Storage/gluster-debugging?action=edit It give me error "You are not allowed to edit this page." . Can I get the acl to edit this page ? --Humble -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Nov 19
1
Home shares on Domain controller
> marco pirola <mapirola81 at gmail.com> hat am 17. November 2016 um 20:47 > geschrieben: > > > The perission on this share it's ok? > > > Il 15/11/2016 16:09, Ronny Forberger via samba ha scritto: > > Hi, > > I don't get the home shares thingy on domain controllers. > > I have a share > > > > [homes] > > browseable = yes
2010 Feb 03
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
You mean the "real" (not the synthesized) residual? What is odd in your opinion? These glitches I mentioned or something else? I replaced the interpolated lpc (variable "interp_lpc") with the original lpc (variable lpc) for residual generation. This makes the situation worse, so lpc interpolation seems to "smooth" the error and reduces it. I will check the
2004 Aug 06
2
HELLO
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. <p> -------------- next part -------------- A non-text attachment was scrubbed... Name: readme.zip Type: application/octet-stream Size: 22646 bytes Desc: readme.zip Url : http://lists.xiph.org/pipermail/icecast/attachments/20040209/49ed423b/readme.obj