search for: sux

Displaying 20 results from an estimated 38 matches for "sux".

Did you mean: sum
2006 Jun 05
9
IAX Passing Variables
Well, this kinda sux. We have three Asterisk servers. Phones register to a single, primary server. When a phone on one wants to reach a phone on another, we use DUNDi to discover the destination pbx and IAX to transfer the call to the other Asterisk box. This seems to be a fairly common practice amongst Asterisk users...
2007 Aug 23
1
Hints & examples for content creators & packagers
...ish... Would anyone here be willing & able to provide a few diverse examples that show speex at its realworldish finest, along with technical details of how the speex files were created? eg: # interview recorded in an igloo # using builtin mic on a microsoft xpod at 48kHz # processed using sux 5.5: sux -l3 -m300 -r -nfg talk48kHz.wav talk4kHz.wav # encoded using speex 3.0: speexenc --vad --vbr --secretcode talk4kHz.wav talk.spx ... and then attach those details to the spx file as comments. Wouldn't it be worth creating even 1 good example to replace what's being distri...
2010 May 11
1
cpuid() fails on Syslinux 4
...tes unexpected results when calling cpuid(). This commit changes the cpuid() calls and got elected by my bisect as the faulty commit http://git.kernel.org/?p=boot/syslinux/syslinux.git;a=commitdiff;h=04e7c2784dd3fd45090d1ddb31905dd7a9b921a3;hp=24ffb34fcff5b50b56d987e18dcf519e278c771e My asm skill sux that much than I don't have any clue on the reason/potential fix. At least, the generated garbage shows off other bugs that have to be fixed too ;o) Any ideas ? Cheers, Erwan,
2009 Jun 10
1
I need some help
Well hello everyone, im new to this wine thing and to mac too, i've been using mac for like 8 months now, and i got boot camp (with windows xp, but sux having to switch everytime i need something) the only thing i do in windows is play an MMO called Tibia, and when runing VMware Fusion, the game just doesnt run well it bearly runs, and i just need that game to run, when i run it with wine it says "Video surface allocation failed (Error Code...
2007 Aug 12
1
AD + winbindd(8): group permissions being ignored ? WTF ?
....txt -rwxrwx--- 1 root wheel 0 Aug 12 17:49 testing.txt #chown root:"scis stl admins" testing.txt #ls -l !$ ls -l testing.txt -rwxrwx--- 1 root scis stl admins 0 Aug 12 17:49 testing.txt #su - my_username my__shell>echo "this sux" > /var/tmp/testing.txt testing.txt: Permission denied. And I KNOW 150% I am in the the group "scis stl admins". The odd thing is, is that chown(1) allows me to give the file testing.txt group memebership, but users in the actual group are not given these permissions. I&...
2003 May 11
3
ogg_vorbis_3_plus (0x6771) Ogg Vorbis
I need to find the codec above. Can someone tell me where I can get it. I've had no luck on the Internet yet! Thanks! Jill You may only be one person to the world... But you may also be the world to one person. -Anonymous- <p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from
2001 Oct 16
5
another ttyS0 acces problem ;-)
...lock_rdlock FIXME:pthread_rwlock_unlock err:comm:OpenComm16 Couldn't open /dev/ttyS0 ! (Success) In my .wine/config file I have: [serialports] "Com1" = "/dev/ttyS0,115200" I did chmod 666 /dev/ttyS0, made it group "users" r/w/x for all, suid and gid but still no suxes. Does anyone has some tips?
2007 Mar 09
3
NetBeans 6.0/Script Console Window
Has anyone figured out how to turn NetBeans IRB window into Ruby on Rails script/console window where the gems like ActiveRecord, ActionPack etc are recognized? May be an easy one for the Rails Guru''s out there, not for me. By default, the NetBeans IRB window only loads Ruby. I am trying to see how well NetBeans 6.0''s Ruby/RoR support works fully realizing that it is an alpha
2015 Jan 09
0
Processed (with 2 errors): user debian-qa@lists.debian.org, affects 774889, affects 771755, unarchiving 767561 ...
...0 160973 182971 303103 363246 369165 382701') vs. ('153040 160973 182971 303103 363246 369165 382701 56542') (133607 153040 160973 182971 303103 363246 369165 382701 56542). > tags 659832 - jessie sid Bug #659832 {Done: Debian FTP Masters <ftpmaster at ftp-master.debian.org>} [sux] new version of login causes error messages on execution Bug #659912 {Done: Debian FTP Masters <ftpmaster at ftp-master.debian.org>} [sux] new version of login causes error messages on execution Bug #692412 {Done: Debian FTP Masters <ftpmaster at ftp-master.debian.org>} [sux] konsole: i...
2003 Apr 17
1
Re: Please confirm your message
...to write an app that enocodes WAV files to "Ogg in a RIFF-WAV" >>> files. >>> 1. There is a Vorbis.ACM already, developed in Japan >>> 2. ACM does only support CBR audio, so you cant make a real spec >>> compliant VBR audio codec with it. Vorbis in AVI sux and gets out of >>> sync all the time >>> Christian vxo> You should try putting the avi into the ogg file. This way it would vxo> support VBR oggs. Here are the need links: vxo> http://oggmux.sourceforge.net/ vxo> http://tobias.everwicked.com/ vxo> http://virtual...
2016 Jan 26
1
[PATCH v3 0/4] x86: faster mb()+documentation tweaks
On Thu, Jan 14, 2016 at 12:39:34PM +0100, Borislav Petkov wrote: > > Michael S. Tsirkin (4): > > x86: add cc clobber for addl > > x86: drop a comment left over from X86_OOSTORE > > x86: tweak the comment about use of wmb for IO > > First three look ok to me regardless of what happens with 4. So applied. Sorry - in which tree are these applied? Thanks, -- MST
2018 Nov 30
0
PROPOSAL: Extend inline asm syntax with size spec
...ng.org> wrote: >This will only be fixed from GCC 9 on, if the compiler adopts it. The >kernel wants to support ancient GCC, so it will need to have a >workaround >for older GCC versions anyway. What about backporting it, like Richard says? -- Sent from a small device: formatting sux and brevity is inevitable.
2016 Jan 26
1
[PATCH v3 0/4] x86: faster mb()+documentation tweaks
On Thu, Jan 14, 2016 at 12:39:34PM +0100, Borislav Petkov wrote: > > Michael S. Tsirkin (4): > > x86: add cc clobber for addl > > x86: drop a comment left over from X86_OOSTORE > > x86: tweak the comment about use of wmb for IO > > First three look ok to me regardless of what happens with 4. So applied. Sorry - in which tree are these applied? Thanks, -- MST
2006 Mar 09
0
MySQL problem when using Dovecot as proxy
Hi, I have just installed Dovecot as a POP3 proxy with great success. Its works flawlessly when i keep to the standard but since I am proxying a Microsoft Exchange 2003 (because the build-in POP3 in MS sux bigtime) I would very much like to use account names like: DOMAIN\username and this doesn't work when I include that in the MySQL table. In the logfile it clearly writes DOMAIN\username so its some kind of translation between dovecot and MYSQL. Any suggestions. I another solution would be to a...
2004 Dec 06
1
Installing Printer drivers
...ver been able to get Samba to accept a printer driver for download to client machines. How can I achieve this? Note that this will not be an easy question to answer. I've already succeeded at installing pass-through printing and CUPS printing but both suck. I suppose it is CUPS that actually sux. Anyway, I want my printer to work identically to a Windows printer, i.e. users should be able to manipulate properties etc. If I can get help figureing this one out, I'll be very happy to add it to my HOWTO at http://mandrake.vmlinuz.ca/bin/view/Main/SambaThreeDomainController Jim C. - --...
2001 Jul 04
2
windows binary (snapshot)
does anyone compiled a oggenc windows binary from the cvs sources? please send it to me :) --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the
2001 Feb 21
1
Better buffer fix.
Looking at it, I think this patch is actually better than the one I sent before, mainly because it keeps from adding a bunch of weird parameters to functions at the expense of a single global variable (globals... ick). Aaron Plattner <HR NOSHADE> <UL> <LI>text/plain attachment: ogg123.diff.2 </UL> -------------- next part -------------- A non-text attachment was
2012 Jul 30
10
encfs on top of zfs
Dear ZFS-Users, I want to switch to ZFS, but still want to encrypt my data. Native Encryption for ZFS was added in "ZFS Pool Version Number 30<http://en.wikipedia.org/wiki/ZFS#Release_history>", but I''m using ZFS on FreeBSD with Version 28. My question is how would encfs (fuse encryption) affect zfs specific features like data Integrity and deduplication? Regards
2007 Nov 26
15
bad 1.6.3 striped write performance
Hi, I''m seeing what can only be described as dismal striped write performance from lustre 1.6.3 clients :-/ 1.6.2 and 1.6.1 clients are fine. 1.6.4rc3 clients (from cvs a couple of days ago) are also terrible. the below shows that the OS (centos4.5/5) or fabric (gigE/IB) or lustre version on the servers doesn''t matter - the problem is with the 1.6.3 and 1.6.4rc3 client kernels
2004 Sep 10
0
Re: ACM for FLAC.
...ood > reply to). In short I haven't worked on it due to limitations on AVI and > since then I've worked on MCF to get rid of these problems and be able > to use good VBR codex. > Hopefully when MCF is working I'll work on a UCI codec for FLAC > (probably not an ACM). AVI sux. MCF and UCI are the answers ( IMHO ). I really hope we can find anybody else as a volunteer to implement a UCI interface into FLAC once Alex Stewart is about to fix the specs and has a stable libuci running to allow testing of the codec interface against it. Steve is 'MCF chief engineer' (...