Ubuntu One :: SubAir Does Not Work Due To Lack Of SSL Support
Jun 24, 2011
It's a long long story how I got to this point but I'll save that for later. Ubuntu says subAir does not work due to lack of SSL support. That's only one reason why it doesn't work. I've gotten past that and a few more issues. Here is what I've done: Used stunnel to get around the SSL issue.stunnel -c -f -d 127.0.0.1:8080 -r streaming.one.ubuntu.com:443
subAir still will not work and return a 403 because it wants to do a GET /I got around that two ways. One was a reverse squid proxy and another was an Apache proxy. Ok, now we're cooking. Except now subAir is sending POST data to the subsonic server and ubuntu's version does not seem to like that. Try it yourself
curl -d "c=myapp" https://streaming.one.ubuntu.com/rest/getIndexes.view -v
curl https://streaming.one.ubuntu.com/res...s.view?c=myapp -v
sigh.... so here I am thinking about writing a POST to GET 'thing' or maybe we can get some more info on how ubuntu's subsonic api works.
View 2 Replies
ADVERTISEMENT
Feb 6, 2011
I'm not to sure this is the place I should post this, but couldn't find any place for it to fit. So here is the deal..I am running 10.10 with the standard LAMP setup. I am running a drupal 7 site no problems. What I need to do is run a multi site sub directory. (domain.com/newsite). So far the best I can do is get a directory index of the second site (domain.com/newsite), but cant run the installer. (I did the symbolic link to the doc root of the drupal install.)If I type in the url domain.com/newsite/install.php I get not found. I placed an index.html test page and it renders fine. I think I'm close but just not there yet.
Any ideas from anyone? I can get Sobdomains to work fine on a test mache, but sadly I need the domain/site to work due to lack of DNS support at the moment. I tried to get some info from the drupal forum, but everything always points to subdomin setups. I also posted over there, but it seems like the forums have very little support and are a bit on the slow side.
[Code]...
View 9 Replies
View Related
Sep 20, 2010
I'm an owner of a ATI mobility radeon X1300 card. Since ATI tagged my card as legacy, i'm stuck with the open source radeon drivers. Wich doesn't bother me, as i know they are slower and openGL support doesn't equal fglrx. What does bother me is that the current version 7.9 dev. claims to have full opengl support up to 2.1. I'm trying to use a extention that is part of the openGL version 1.3 and it's failing. This is a known issue for a long time now and it really disappoints me. "Compressed textures" is what i'm talking about.
Is there any way to make sure that drivers aren't tagged with something they support if they obviously don't? I guess the KDE4 kwin vs drivers thing is the same as i'm trying to say now. Drivers should be documented with what they effectively support and not what they should support. What can I do to make this public to xorg developers? I could only think about posting this here as i have no idea where to put it elsewere. Could someone please point me in the right direction to where i should send this complaint?
View 2 Replies
View Related
Jun 11, 2010
Adobe Air 2.0 has finally been released, has anyone tried it? It's supposed to support 64 bit systems now, but I still can't get it to work! When I download the .deb from Adobe's site I get a wrong architecture error message when I try to open it, and there doesn't seem to be a 64 bit version that I can find. When I go to BBC IPlayer it goes through all the instalation steps and I got Adobe Air and BBC Iplayer listed under Accesories in my list of programs. However when I tried to open BBC IPlayer it worked normally for about 10-15 seconds and then vanished for no apparent reason. I rebooted and now Air and IPlayer do not appear on the list of programs, although if I try and dowload a programme from the IPlayer website I get the IPlayer desktop up and working for about 10-15 seconds until it inexplicably vanishes again.
View 5 Replies
View Related
May 22, 2009
This is a fresh install of CentOS 5.3 x86_64 with the following packages installed (using yum) as I have always done and has always worked in the past: httpd mysqld php php-mysql php-gd
However any pages requiring mysql fail and the following shows up in the httpd/error_log:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/dbase.so' - /usr/lib/php/modules/dbase.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Code].....
View 3 Replies
View Related
Jan 23, 2010
I came up on RedHat. While I thoroughly embrace Ubuntu now, I miss the concept of runlevels. I installed all my CentOS servers with Gnome as a convenience on tap when needed. I boot them to runlevel 3 and open a vnc shell if i need gui. Then kill the vnc thus killing the gui. Just a fantastic compromise for me.
SOooo...how to replicate this behaviour in Ubuntu?
NOT a very broad topic on here that I can see. Anyone doing this? How?
View 2 Replies
View Related
May 7, 2010
I am attempting to use putty in Karmic 64 bit - but on clicking open I get to a shell which I cannot type anything into;
Anyone know how I can enable typing into this shell?
View 9 Replies
View Related
Jan 9, 2010
Little explanation: OEM HP pcs come with an HP_RECOVERY partition which contains an installer which will wipe the HD and install vista (shivvers) Now despite how much I looooove vista, I was wondering why the OS_TOOLS partition shows up in places and recovery doesn't... especially cause niether have a hidden flag...
(As a side note, what the hell does OS_TOOLS do? google yields no answers)
View 8 Replies
View Related
Jan 18, 2010
I've trolled the forums for about 30 mins or so already looking this up, but can't seem to find any solutions. Most threads seem to end with either a "report to launchpad" or they just end without resolution. So in case I've missed a solved thread:
Plugging my Kodak C503 in gives inability to mount due to lock issues, the infamous -60 lockout. However, I get TWO icons in metacity, neither are mounted/will mount. Turning the cam off removes both, and I can't get down to only one. Not sure if this is because it's reading the camera's internal memory + my SD card.
So, I pulled the SD card out, and jacked it into my card reader in my lappy. no dice. In fact, none of my SD cards work; leading me to believe I need to find drivers for it.
Notes: (1)It's a Pavillion ZD7000 (2)nothing pops up in fdisk (3)I really don't want to load up windows
View 2 Replies
View Related
Jun 23, 2010
Every time I reboot my server, it no longer connects to the internet. It is dual-homed with an internal and an external interface. Both come up. The internal connection works fine. Nothing happens on the external interface. Ifconfig shows that both interfaces are setup correctly. My iptables settings are properly restored. Forwarding is automatically enabled. For some reason packets do not go anywhere on the external interface. This has been true ever since the upgrade to jaunty I think (now running lucid).
Once I restart the external interface it works perfectly (eg ifdown eth1; ifup eth1 or /etc/init.d/networking restart). The problem only occurs after a reboot and only occurs on the external interface.
Here's my /etc/network/interfaces file:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
[Code]...
View 1 Replies
View Related
Jul 17, 2010
i remember back a few years ago you could partition the drive by simply sliding a slider, and now trying to install ubuntu next to xp my dad was unable to set it up. This is a big step back for the design of the partitioner. He was able to set up ubuntu 7.04 on his old computer many years ago when i was not there. He tried to set up 10.04 today and got so frustrated with ubuntu wanting to take most of his drive, that he gave up. why was the "simple slide to set space you where going to give ubuntu" taken away. he just wants to set up the space he didn't want to deal with root, swap space, and so on. he just wanted to set up a block of space that ubuntu can use however it wants. but the partitioner will not let him. this needs to be fixed. the install process must be simple to use by everyone. i do not want my friends and family getting frustrated with installing it. he was excited to try the new ubuntu till he got to dealing with the partitioner and after that he wanted nothing to do with ubuntu. the installer is the first thing they see make that the primary focus of "easy of use".
View 3 Replies
View Related
Oct 11, 2010
How can I set my permissions so I can access my home partition? (I am the sole user.)
View 9 Replies
View Related
Jan 26, 2011
I setup a dual boot system, with approximately 200gig planned for ubuntu 10.10. Based on the article here:[URL]..And this quote:
Quote:
# sda1 Recovery Partition, unchanged
# sda2 Windows partition, shrunk preferably from inside Windows, hopefully about 30Gb
# sda3 Primary Partition, 10Gb, file-system = ext3, in the Partitioning Section of the installer change the "Mount Point" = /
[Code]...
I assumed at that point that the "sda3" "/" would be for booting purposes. I would have to guess that I was wrong, because it is filling up very quickly. As you may be able to tell by the screen shot, "sda5", "/home" was what was assumed to be the file structure to store all of the programs and such.
I have only been running this setup for a week, and would expect to not be seeing my "boot" partition growing so quickly. Do I need to resize it? here do the standard programs that I get from the ubuntu software center install at (partition wise)? I suppose I dont mind wiping that section dry and starting over, but I would give a resize a try if possible.
View 8 Replies
View Related
Nov 23, 2010
My system is CentOS 5.5 x86_32, and I am currently trying to get the x264 video encoder to work and to read libav* input, like elementary H.264 streams. All the prebuilt x264 binaries seem to come without lavf and/or ffms support, and I was unable to build ffmpeg/ffmpegsource on my system. So these x264 versions only support RAW YUV 4:2:0 input, which is of no use to me. I would like to use the x264 binary itself, as it seems that ffmpeg+libx264 does not have option mappings for all the options I could give to x264 directly.
Is there any pre-built x264, that supports lavf/libavcodec for reading H.264 input? Or is there a good, working guide on how to build that on CentOS 5? When trying to build latest ffmpeg (trying to get ffms/lavf dependencies on my system), it tells me, that my "pkg-config" is too old, and that I should set FFMPEG_CFLAGS and FFMPEG_LIBS to work around the issue. No idea what I should do here.
Then, when trying latest ffmpegsource (again, to get the ffms/lavf deps satisfied), it tells me I do not have libx264. Maybe here my version is too old or something. I installed libx264_98, maybe wrong version.
Ah, the output of x264's configure script looks like this:
Platform: X86
System: LINUX
asm: yes
avs: no
[Code].....
View 1 Replies
View Related
Apr 30, 2011
Im just curious if theres a place were you can download Gallium with dx10/11 support for ubuntu that will work with an nvidia GTX 460 card. and abit of an explanation on what gallium actually is, im unsure if its a graphics driver or program.
View 1 Replies
View Related
Jan 20, 2010
I've been trying to run a simple `yum update` for the last couple weeks, but it barfs before it finishes every time. For every single package it will say something similar to "('installing package libdrm-2.4.17-1.fc12.i686 needs 208KB on the /boot filesystem', (9, '/boot', 212992L))"
Here's an example of the output:
Code:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
[Code]...
This is a machine that I recently put through several upgrades: Fedora 9-> Fedora 10 -> Fedora 12. The computer has been working well for the most part, with some minor bugs here and there. Yum updates were working just fine until this popped up.
View 2 Replies
View Related
May 27, 2010
Just installed fedora 13. Everything is great except for the total lack of sound. I'm trying to use the onboard audio. Motherboard is asus M4A89TD. In alsamixer all of my devices are turned on to max.
Code:
$ lspci | grep Audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) (rev 40)
05:00.1 Audio device: ATI Technologies Inc HD48x0 audio
Code:
$ lsmod
Module Size Used by
tcp_lp 2055 0
fuse 54749 4
ipt_MASQUERADE 2208 1
iptable_nat 5420 1
nf_nat 19059 2 ipt_MASQUERADE,iptable_nat .....
When I open pavucontrol, under output devices it lists 'HDA ATI HDMI Digital Stereo (HDMI)' and 'Internal Audio Analog Stereo'. I think the correct device needs to be the the ATI SB one, but is missing from the list.
View 14 Replies
View Related
Feb 22, 2011
I was minding my own business watching loombo and just like that the sound cut out. so I was like okay I will watch it on mega video and no such look no sound there too so I checked my ..... and that wont even load videos.so !I'm running the latest version of ubuntu on my dell insperon laptop if this helps
View 3 Replies
View Related
Aug 25, 2010
My /proc/sys/kernel/random/entropy_avail went from 2200 to <200 after ssh-keygen. The generated key pairs also doesn't work (ie I'm asked to provide a password). Anyone knows what is the minimum before and after entropy number I should see in order to have the keys generated properly?
View 8 Replies
View Related
Jul 19, 2011
I have a Dell XPS 15 laptop and have installed Slackware 13.0 on it. I'm not getting any sound through the speakers. I tried configuring alsa first. However, I did not have any success. Next I also tried inserting some kernel modules corresponding to sound drivers, which was present in /lib. Again, I'd no sound output.I can get sound through earphones though.I've been stuck with this problem from some time.
View 14 Replies
View Related
Dec 10, 2010
I have worked with it for some weeks when I installed it over the summer on my PowerPC. I am now trying to decide whether Debian (vs. Ubuntu) is the right OS for my brand new Toshiba Intel Core i3 with 3 GB of RAM.
1. Flash -- it is true that Debian doesn't support flash on the web? It certianly did not support flash on my PowerPC. I would appreciate if someone can give me a straight answer on this.
2. Languages -- can I simultaneously work with two or three different languages on Debian? I frequently have to type in several languages (e.g., English, French, Persian, Turkish). I am writing a dissertation, so this is very important to me.
3. Finally where can I read a little about comparison between Debian and Ubuntu? My understanding is that Debian is faster than Ubuntu and generally better. Ubuntu is after all based on Debian which means that it's secondary in stability, features, speed, etc. to Debian. Is this generalization correct? Or am I completely off the wall?
View 2 Replies
View Related
Mar 9, 2011
My understanding is that there is no Optimus support for Linux at this time.Will a default CentOS installation work fine with just the integrated graphics.in other words, will Optimus and the discrete graphics be ignored? Will OpenGL still work correctly with the Intel integrated graphics?I am considering an i5-based laptop with Optimus support, where I might go with a dual-boot configuration.
View 1 Replies
View Related
Mar 28, 2010
I'm having trouble installing it on a "new" computer that I found at Goodwill for $60 with no operating system on it. When I go to edit the partitions, it won't let me do anything due to an apparent lack of a root filesystem. (I know this issue has been brought up and resolved in the past, but the usual solution (going into the validation.py file) isn't working for me, as there is no line in this one that says "if not root".)
View 9 Replies
View Related
Apr 8, 2010
I am very new to linux. The first time i ran a linux machine was one Saturday. Anyway I am trying to set up an apache web server, all I want to do is play around with html and post it on my unbuntu server so it is available to the internet. I am also trying to install samba but I am having trouble with that so for now I am using winscp. Ok, so I made a folder in my home directory for webstuff, and set up apache to look in that folder.
mkdir /home/username/webstuff
I put my index.html file into the /webstuff folder.
But when I go to my website, it says 403 error unable to access "/"
Did I make the folder in the right place? I do not want people being able to access my / folder so maby I made the web stuff folder in the wrong place? Also I thought I would just put my inded.html file inside of the default one apache gives you, but when I tried to transfer index.html it said permission denied. How to set up permissions so I can use apache and transfer my html files from my remote desktop to my server would be great!
View 7 Replies
View Related
Jul 21, 2010
2010.07.21 while trying to install Ubuntu 10.4 I've been trying to install Ubuntu 10.04 on my Dell workstation and am unable to get the Grub-2 bootloader to load properly. It seems to be failing for lack of a floppy drive on the system resulting in an error message that reads : error: fd0 cannot get C/H/S values.
I've gone through the Grub-2 page at [URL].. to no avail and other sources having similar problems have likewise turned up no solutions. here's the background: A while back I was trying to install a different version of Linux and had the same problems, then had to set the project aside for a bit. I don't think this has anything to do with Linux or Ubuntu per se, but rather Grub.
The system is an old (4-5 years) Dell workstation that has one drive (128 GB) set up for Windows XP and a second new drive (500GB) which I installed for Linux. There is a DVD/CD drive and the system contains no floppy drive at all. In one attempt to get this working I tried modifying the BIOS to indicate there was a floppy drive - this created a failure earlier in the chain with the BIOS failing to load properly, not unexpected, just a shot in the dark at that point.
At the moment I am considering just running out to buy and install a cheap floppy drive to see if that helps. I'll never use the thing though so I'd rather find a solution that doesn't require me to spend money on useless hardware. In any case, here's the /boot/grub/grub.cfg contents:
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
[Code]...
View 1 Replies
View Related
Apr 14, 2010
I have a HP laptop which can support 1600x900. But after I install ubuntu 9.10 on it, it can only support up to 1280x700. My laptop has a Nvidia graphics card. And i am using GNOME as my desktop environment.
View 1 Replies
View Related
Jul 10, 2011
I'm trying to find out when QME2572 (Qlogic) card became support by the kernel. We have a RHEL 5.1 system that is moving to new hardware, however the kernel at this release doesn't support the new hardware, due to the Qlogic card change. I tired the Redhat KB and Bugzilla. Is there a Kernel change list etc I can search. Never really played around with the kernel too much so I'm just after some pointers for looking up this information. Offically its not supported until Redhat 5.3, I'm trying trying to research kernel info so I can tell the customer they have to upgrade.
View 3 Replies
View Related
May 10, 2011
I have been using windows operating system for a long time now, but I am not well familiar with linux. Whenever I used to install Windows, I used to install the corresponding audio drivers(in order to listen to the music). The problem I am facing is that I do not know how to install the audio drivers(if they really exist in linux Mint 10 operating system). As a result I am not able to listen to any audio file due to lack of corresponding audio driver programs. make proper configurations settings so that I can listen to audio files in Linux Mint version 10.
View 4 Replies
View Related
Dec 9, 2009
I am trying to install CentOS-DS on version 5.4 x86_64. I cannot get to the Extras repo due to lack of wired Internet access. I have wireless (except to server) and I have big UFD drives.
View 1 Replies
View Related
Jan 25, 2011
I was over in the Desktop forum yesterday and apparently 'event sounds' are available for Xfce and are part of the original package, but I've never seen them made available, that is, the switch to turn them on isn't where it is suppose to be, in any Slackware specific package of Xfce.I've used 4.61 that came with Slackware64 13.1, 4.61 from the Salix depository, 4.62 from Mr. Workman, 4.62 from 'current' and recently 4.8 from Mr. Workman. None of these make the 'event sounds' available.
View 3 Replies
View Related