General :: XMMS2 Not Working Properly?

Jan 18, 2010

I am currently trying to make a front-end (client) for xmms2. However, I have run into a road block. I need to get the current number of seconds of the current playing song, so one would think to use:

Code:
xmms2 current "${playtime}"
However, all this does is return a blank line. Infact, if I try to do any "formatting" for

[code]...

View 4 Replies


ADVERTISEMENT

General :: SCP Is Not Working Properly?

Aug 1, 2010

I've noticed that, I can not copy a file trough scp .here is an example:

[root@Radius ~]# scp 123.txt /etc/logrotate.d/radiusd.log "nasser@192.168.8.46:/tmp"
nasser@192.168.8.46's password:
[root@Radius ~]#

[code]....

View 2 Replies View Related

General :: Auto Mounting Is Not Working Properly?

Apr 30, 2010

i am using ubuntu 8.04 and i am facing a problem of mounting external pen drive, exernal harddisk or even other /dev/ partitions in my login mount is not working so i manually mount the partition by mount command .. but i dont know how i can resolve this problem ...

fdisk -l currently returns as
Disk /dev/sda: 160.0 GB, 160000000000 bytes
255 heads, 63 sectors/track, 19452 cylinders

[code]...

View 1 Replies View Related

General :: Haven't Been Able To Get Wireless Working Properly

Jan 31, 2010

I installed Kubuntu 9.10 this morning and haven't been able to get my wireless working properly. I can connect to my network (WEP 128bit key) and acquire an IP address without any problems. But as soon as it connects it stops talking to the router (about 4 pings after it connects). The pings then change from a reply to saying "Destination host unreachable", even though it works fine on the Windows box I'm sending this from.

View 1 Replies View Related

General :: Usermod Command Not Working Properly?

Mar 22, 2011

I created a user named Bob. Now i want to change its home directory to be Bob1. I did this

usermod -d /home/Bob1 Bob

but not effect !!!

The name was still Bob. What might be issue ?

View 8 Replies View Related

General :: Audio With Banshee And Vlc Player Not Working Properly

Jun 16, 2010

1). vlc player not working properly..when i play the video in vlc audio is not clear its strucks every few min.. but video is moving nice....how to solve this problem i'm newbie to linux open suse

2)when i play Mp3 songs in banshee its good but some times its hang...

3)how to restore the linux?(i mean how to restore the operating system)

View 2 Replies View Related

General :: Trying To Create One Named Pipe Using Mkfifo.but Its Not Working Properly?

Jun 22, 2010

i'm just trying to understand named pipes in linux.For that i'm just trying to create one named pipe using mkfifo.but its not working properly..following is my code snippet. so if anyone comes across the mistake i made

Code:
#include <stdio.h>
#include <errno.h>

[code]....

View 8 Replies View Related

General :: Sound Not Working Properly On Runescape - Java - Debian GNU

May 30, 2010

My sound on Runescape stops and picks up, is very choppy and annoying. I'm using Debian "Lenny". Sound on everything else works just fine (Flash, VLC, etc...)

Here are the Java packages I have installed:

Here is my computers hardware:

Intel Core 2 Duo 1.8Ghz
2GB RAM
250GB HDD
nVidia 8600GT

View 10 Replies View Related

Ubuntu Servers :: .htaccess Working, Rewrite Not Working Properly?

Apr 25, 2011

I had a problem with apache2 and getting .htaccess working. I have done some things and i believe its working the ErrorDocument command is anyway. I believe there may be some problems with the rewrites though.Im trying to take a urlhttp://localhost/showthread/123and make it display whats on http://localhost/index.php?showthread=123The rewrite rule is Quote:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^showthread/([^/.]+)/?$ index.php?showthread=$1 [L]

[code]....

View 8 Replies View Related

General :: Can't Get Xmms2 "playback" To Work From The Command Line

Feb 11, 2010

Im running opensuse 11.2 with "Lxde". Problem is I cant get xmms2 to work from the command line. I think i need to get mad (mp3) support to work. I installed libmad0 but when I check the installed plugins, theres nothing there to handle mp3's. Heres the installed plugins:

[Code]...

View 2 Replies View Related

General :: "file" Command Not Working Properly For UTF8 Files?

Oct 30, 2009

I have some files which are UTF8 and have first line as blank. It shows as data file by "file" command. If I remove the blank line, it shows it as UTF8 text file. I have to choose displayable text files from many files, so I used "file" command.

Note: I do not have permission to attach file. So not able to attach sample file here.

View 5 Replies View Related

Software :: Conky From Source With Xmms2

Jun 20, 2010

I have been having a play with conky and have hit another hurdle I can't jump. I would like to monitor xmms2 with it and decided un-install the package in synaptic and follow the guide here:-

[URL]

All went well until I ran '$ make' , I got:-

Code:
gregg@burt:~/conky-1.4.9$ make
Making all in src
make[1]: Entering directory `/home/gregg/conky-1.4.9/src'
make all-am

[Code]....

View 2 Replies View Related

Ubuntu Multimedia :: Conky From Source With Xmms2?

Jun 17, 2010

I have been having a play with conky and have hit another hurdle I can't jump. I would like to monitor xmms2 with it and decided un-install the package in synaptic and follow the guide here:-

[URl]

All went well until I ran '$ make' , I got:-

Code:

gregg@burt:~/conky-1.4.9$ make
Making all in src
make[1]: Entering directory `/home/gregg/conky-1.4.9/src'
make all-am
make[2]: Entering directory `/home/gregg/conky-1.4.9/src'

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: Xmms2 And Flac - Not Playing ?

Oct 14, 2010

I have tried everything within my power and knowledge to get xmms2 to play my flac files, but I just get no sound. I've had to resort to mplayer for now for flac. For the record, yes I have the flac plugin installed along with the all-plugins package.

View 3 Replies View Related

Fedora Installation :: XMMS2 Playing Only The Sample Song?

Mar 26, 2010

I just installed XMMS2 and everytime I tell it to play one of my mp3 files it only plays the sample song provided with the program. I haven't found any solution to this, just other people with the same problem.

View 14 Replies View Related

OpenSUSE :: 11.3 KDE 4.4 Xmms2 - Doesn't Show Up In The Launch Menu

Oct 11, 2010

I installed xmms2 from the packman repo. I doesn't show up in the launch menu. If I try and start it from the CLI I get the following

[Code]...

View 4 Replies View Related

Ubuntu :: Vi Not Working Properly?

Dec 21, 2010

Does anyone know why vi text editor would not work. I'm running Ubuntu server with SIP service and apache and when i try to edit config files with vi it gets messy.On the bottom of the screen it would not indicate if I'm in backup mode or not. I won't same changes, and it messes up the layout when you use arrow keys to move between the lines. Also sometimes when I use arrow keys it will insert capital A, B, C or D.

View 5 Replies View Related

Ubuntu :: Can't Get 11.04 Working Properly

Apr 28, 2011

I have a Lenovo W500 ThinkPad. It is running XP on first partition, then Ubuntu. I've tried both 10.10, 11.04 beta 2, and now 11.04 release.With the release I just installed, it seemed OK till reboot-after-install, at which point nothing came up. I rebooted several times and just got errors and kernel panics in the ATI video driver. I also saw a lot of these messages:"udevd[80]: worker [XXX] did not accept message -1 (Connection refused), kill it" URL...

I had download updates on, I'm trying again with a clean install without updates. (Although, I said don't download while installing, and it says it is downloading language packs...?)Now, I also had issues with 10.10, where it would intermittently boot and fail to get video, I'd just be at a tty, and have to reboot and try again. I found it usually got video if I had just booted Windows (XP Pro SP3) beforehand, and not otherwise So what's going on there? Something up with the actual video card? I want to run Gnome anyways, is there a way I can specify that during the install?At any rate, if I can't get 11.04 working properly, I'll have to run 10.10, which I didn't want to do. I'm starting from scratch and wish to start from 11.04 if at all possible.

View 2 Replies View Related

Ubuntu :: 11.04 Not Working Properly?

Apr 29, 2011

So yesterday I upgraded to 11.04 from 10.10 and now when I enter Ubuntu only my background image appears. No files, programs, or anything. It worked right after it rebooted to finish the upgrade but when I turned my computer on this morning I got nothing but background.

View 4 Replies View Related

Debian :: Webcam Not Working Properly.

May 15, 2011

My computer has been running well for a couple of years with Ubuntu and the Gnome desktop. I use a very cheap webcam from PCWorld PC Line 1.3 Mega Pixels with Cheese and Skype which worked on Ubuntu. The new Ubuntu Unity desktop seems most unintuitive and reading that Ubuntu may not include Gnome for the next release is my reason to make the change to Debian. I am aware Ubuntu is a Debian derivative.

I have installed Debian Squeeze and everything is working properly apart from the webcam. When I open Cheese the webcam works but very slowly although it will not capture video. When I open Cheese > Preferences, I see the Device listed as USB 2.0 Camera (/dev/video0) but greyed out. When I open Skype > Options > Video I see the same greyed out listing but no image appears in the test area.

lsusb    Bus 001 Device 002: ID 0c45:62e0 Microdia MSI Starcam Racer Computer: Gigabyte motherboard with onboard video and sound.

View 4 Replies View Related

Fedora :: Trash Not Working Properly?

Aug 9, 2009

When I delete things from my home directory, or from my desktop,my trash can on the desktop stays empty, and the Empty Trash in the right-click menu stays disabled.The files disappear from view, but the disk space remains labeled as used.The only way I can empty my trash is through the trash on the panel. Weird

View 1 Replies View Related

Fedora :: Gpk-application 2.27.2 Is Not Working Properly?

Oct 23, 2009

I was just trying to install some packages at the gpk-application 2.27.2, but they are not compatible. For some reason I can't install anyting. I have Fedora Leonidas. In another forum they told me that my package installer is not the proper for this version

View 1 Replies View Related

Fedora :: Firefox Not Working Properly

Apr 3, 2010

I'm running fedora 12 64-bit with XFCE desktop. Updated to firefox 3.5.9 yesterday and that hasn't solved my issue... Just recently it is SO slow. I would even say its on ie standards I sometimes sit with pages "loading" only to find that the url soon changes to "search history and bookmarks" and the bottom left corner message says "stopped" - its most unreliable. at first i thought it was my sometimes dodgy internet connection but i have done several speed tests and after waiting ages for the page to load, the speed test comes up with about 2Mbps. This speed is not translated to the speed firefox is loading pages - several times i've had to stop all tabs loading and then reload them just because firefox seems to have forgotten its meant to be looking on the internet and "thinks" putting a message "loading" in the tab will do

View 4 Replies View Related

Ubuntu :: Firefox Not Working Properly

Jan 11, 2010

The navigation buttons in firefox are not working and I can not access File, Edit, View, and History pull down menus. This just started today i think. I have 3.5.pre8 and 3.7 installed. both are affected.

Edit: Actually it is a problem with all apps when window is maximized. I cannot access the first 3 or 4 pull down menus or buttons on the tool bar unless the window is not maximized. This happens with konqueror, firefox and Banshee. Have not tested other apps yet.

Edit2: Upper left corner of desktop is also affected. The icons in this part of the screen are not accessible. seems that anything in that region of the screen is dead. just switched from compiz window manager to metacity and there is a black square in the upper left corner of my screen about 2.5"x 2.5".

View 1 Replies View Related

Ubuntu Installation :: APT Is Not Working Properly

Jan 12, 2010

I can't install software in Karmic - just installed the OS and hooked up to the network, but whenever I 'sudo apt-get install <program>' I get: Couldn't find package <program>I've looked at sources.list and can't find any problems. Is there something else I should look at?

View 2 Replies View Related

Ubuntu :: M And S Key Not Working Properly After Upgrade

May 4, 2010

I upgraded two machines to 10.4 TLS. When I press "s" key, system shutdown menu is displayed, and when I press "m" key, message menu is displayed.

View 4 Replies View Related

Ubuntu :: Touch-pad Is Not Working Properly

Oct 11, 2010

upon the upgrade from 10.04 to 10.10, all upgraded nicely, except for my touchpad, which can't right click anymore, I can use the scroll on the side, and the button-trackpad just functions as a left click.I have an HP Pavilion dv6, with a touchpad like that of the HP Envy, click touchpad, with depressing ends on the bottom and middle respectively for left, middle, and right click.

I submitted a bug report on this when it was in beta, is there a solution to this issue? I use my laptop for work, so I would appreciate a fix... or something I could do aside from uninstalling my Operating System and reinstalling the previous version, which would seem to be a hassle.

View 2 Replies View Related

Ubuntu :: Can't Get Java Working Properly ?

Nov 20, 2010

I can't get java applications to run properly in a lot of cases. I've tried completely removing Java and reinstalling it. I've tried removing Iced Tea and OpenJDK and installing Sun Java instead. I've done a complete, clean reinstall of Ubuntu. The symptoms of my problem never seem to change. Minecraft is the best example I can give you. As soon as the game loads (in the web or on the desktop alike) it closes abruptly. This is what's in the log file.

Code:

I'm thinking "C [+0x416] __kernel_vsyscall+0x2" is important somehow. I can't seem to figure out what it means. I've tested this on a friend's laptop using the same (Ubuntu 10.10) and it works fine, no errors. I know other people are running their java fine.

View 1 Replies View Related

Ubuntu :: Empathy MSN Not Working Properly?

Dec 5, 2010

Has anyone else been getting problems with contacts on MSN not receiving any messages?Works fine for google chat though, having to use Emesene for MSN at the moment, quite annoying.Also sometimes messages seem to double up and notifications too.

View 1 Replies View Related

Ubuntu :: Webcam Isn't Working Properly

Dec 28, 2010

i recently installed guvcview on xubuntu and the window just shows up as a black screen with nothing and according to the uvc website my Logitech QuickCam Communicate Deluxe is supported by linux when i start up guvc the webcam's light turns on so i think its working

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved