I’ve been trying to find why the phone here in Switzerland didn’t work anymore with my asterisk PBX. After 5 minutes I noticed it wasn’t registering correctly, and it seemed to be due to an authentication failure (401 Not Authorized). Err, I didn’t change the phone config nor the asterisk config…. perhaps I upgraded asterisk some time ago, I don’t know (was there a security issue or something?) — in any case, after a LOT of tinkering, I changed the secrets to md5secrets and it all magically started working again. WTF.
Author Archive
asterisk authentication woes Date: April 8th, 2007 by SiD3WiNDR Categories: Software, VoIP |
Gaim has a new funky name Date: April 8th, 2007 by SiD3WiNDR Categories: Interweb, Software It’s now called Pidgin . The reason behind the rename, is as you would expect, legal shite from AOL . It’s a surprise to me the developers had to seek legal support so many times, even ending up forming a "Instant Messaging Freedom Corporation" to take care of the legal issues… |
MythTV with ALSA Date: March 30th, 2007 by SiD3WiNDR Categories: Software This is one for googlability (yes, I just made that word up). If you’re running MythTV and wonder about how to get it to correctly use ALSA (it’s not in the list of sound devices, so you think maybe your build was compiled without ALSA support?), here’s a big tip: the dropdown box for the sound device (showing /dev/dsp and /dev/adsp) isn’t really just a dropdown, but a combobox. You can just as well type stuff in there, and if you type ALSA:default and it’ll use your default ALSA device just fine. Reasoning behind this is they can’t/don’t want to enumerate all possible ALSA devices in a dropdown, so they just put the standard ones and let you type the rest yourself. I’d think ALSA has a way of detecting the present devices and just show those but anyway, this is how it should be done if you want to use ALSA. |
Making MS SQL Server 2005 remotely accessible Date: March 30th, 2007 by SiD3WiNDR Categories: Software I recently installed SQL Server 2005 Express Edition (don’t ask) and wanted to get it to listen on a TCP/IP socket as well (this is by default off, go Microsoft!). I enabled TCP/IP sockets in the configuration editor, but it didn’t work. There was a listener on 1026/tcp (?) but not on 1433/tcp. Google’s first few hits only told me what I had already done, but the Microsoft Knowledge Base item on the second results page pointed me in the right direction: the "SQL Browser Service" must be enabled and running. It seems to be disabled in the default (Express Edition at least) install. |
<?php vs <? Date: March 30th, 2007 by SiD3WiNDR Categories: Computing, Rants, Software, Stupid Time for another rant… when writing PHP code, PLEASE PRETTY PLEASE use <?php instead of the short-sucky <? tag to start your PHP code. This is disabled on many machines, including all of mine. This means whenever I find such an application I want to use, I install it on my server and it goes bork. Sometimes, everywhere <?php is used except in 1 or 2 places, making the thing fail when you’re least expecting it. This implies you have to use <?php echo instead of <?= too, and yes, that is more work, but it’s certainly much nicer, as I don’t have to open each and every .php and .inc and .whatever file, replacing <?= by <?php echo, <? by <?php and then <?phpphp by <?php, right? Yes PowerAdmin , RackTables , ZenPhoto , I’m looking at you. Edit: Oh look, WordPress doesn’t make < out of < in the post title – bug reported. I think. |
I hope you’re a good swimmer Date: March 30th, 2007 by SiD3WiNDR Categories: Fun, Interweb Google’s mapping service produces… well, interesting results. Check step 20 🙂 |
DVB-T ! Date: March 22nd, 2007 by SiD3WiNDR Categories: Computing, Linux, TV Since today I have DVB-T working. I have a Pinnacle PCTV 300i PCI card, which is a Analog PAL + DVB-T tuner card. It is supported onder Linux, however I couldn’t get the DVT part to work. Geert had a Hauppauge DVB-T USB stick since a few days which I could borrow, to make sure I had good reception with my old trusty analog UHF/VHF antenna. After some fumbling with the kernel modules and firmware his USB stick was up and running with reception, but my PCI card still didn’t want to budge. Armed with the knowledge that reception was good but the thing didn’t work, I asked the question in #linuxtv on freenode (again, I already tried a few times). Luckily, mkrufky/Michael Krufky was there to help me, but unfortunately his first few attempts I had already tried, modules already loaded etc. However, after I pasted something particular out of the dmesg output, bells started ringing… [21|23:11:10] < sid3windr> tda9887 1-0043: tda988[5/6/7] found @ 0x43 (tuner)
|
Infosecurity Date: March 22nd, 2007 by SiD3WiNDR Categories: Activities, Computing, Security I’m going tomorrow. If you’re there, lemme know! I’ll probably be seeing nghtwsh, thevoke, daviper, wonko, geert, ghosty, and some others that may be there 🙂 |
Works for me! Date: March 22nd, 2007 by SiD3WiNDR Categories: Development, Fun Good news! When writing software you can now certify your software, like the "Works with Windows Vista" label, with a "Works on my machine" certification! |
WTF Public License Date: March 22nd, 2007 by SiD3WiNDR Categories: Fun For some people, apparently the wealth of software licenses isn’t enough. Maybe for the next thing you create (program, art, image, …) you could use the Do What The Fuck You Want To Public License ! (Wikipedia link, author site temporarily erroring out – worked a few days ago) |