Fedora :: Vlc Broken By Redirect
Jan 13, 2010
I seem to have lost vlc. It was working ok til I tried the following from [url].
"Like I told you before, files aren't the only places where you can redirect the standard output. You can redirect it to devices, too: $ cat sound.wav > /dev/audio
As you saw, in the above example the cat command concatenates a file named sound.wav and the results are sent to a device called /dev/audio. What's the fun here, then? /dev/audio is the audio device, and when you send there the contents of a sound file, that file is played. So if your sound is properly configured, the above command plays the file sound.wav!"
I thought that if I sent a music file to vlc in this way, vlc would play it. So I did cat song.mp3 > /usr/bin/vlc. At this point vlc stopped working. I looked in /usr/bin and found that vlc had been turned into a music file! So I erased it, and removed it via yum. Success. Then I reinstalled via yum; success. But the messages now are: from terminal:
[From gui: Could not launch 'VLC media player' Failed to execute child process "vlc" (No such file or directory).
View 2 Replies
ADVERTISEMENT
Aug 29, 2011
Is there a way to configure Apache so that if a user tries to access a webpage that doesn't exist under mydomain.com, that it redirects that user to the index.php?
View 1 Replies
View Related
Mar 9, 2011
I am trying to grep multiple numbers from file, grep does have the -f option for that.
Code: grep -f <`seq 500 520` /etc/passwd I know this could be done with
Code: for i in `seq 500 520`; do grep "$i" /etc/passwd; done But my question is fare more behind this example. It is possible to redirect one command output which will be treat as a content of file for another command ?
View 2 Replies
View Related
Apr 21, 2011
Is it possible to do a 301 redirect for all file not found on a whole server?
or at least a specific 404 document for the whole server instead of setting it up for each domain/user.
I am using CENTOS 5.6 x86_64
View 1 Replies
View Related
Jun 14, 2010
I have been using F12 for quite some time now...and its working really great...although am still having some problems...but am sure will get used to it. I have a simple wifi setup at my place, with the dsl modem connected directly to the wifi router. For the past couple of days, whenever i try to access some websites it takes me to [URL] web page. with the following error. Theres no website hosted at this address
[Code]....
Couple more thing that i have noticed is
1. when i clear all my history cache cookies etc.....it starts to work fine....for some time.
2. If i type an address like...www.google or www.facebook it shows the same [URL] page with no website hosted error...instead of the default firefox error page.
3. The search toolbar in firefox also doesnt works properly when ever this thing happens......any search will give a 404 error 404 Not Found The requested URL /search?q=test&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a does not exist.
View 3 Replies
View Related
Apr 6, 2010
Is it possible to create a shell script that will run a shell command and email the results?
View 2 Replies
View Related
Dec 28, 2010
tell postfix to send email sent to one email address to another email address. What I really need to do is tell postfix that every email sent to [URL] and [URL] be sent to [URL] I tried transport maps like this: [URL] but that did not work. I then tried canonical maps like this:
recipient_canonical file:
/^((dbsupport|helpdesk).*)thisdomain[.]com$/ admins@thatdomain.com
sender_canonical file:
/^(.*@).*thisdomain[.]com$/ ${1}thatdomain.com
but it did not work either. I am really exhausted and I need to find a solution for this one since it is my boss asking me to get this working. This is what if in /var/log/mail in box1:
Dec 28 16:10:25 box1 postfix/pickup[19291]: 54D258F726: uid=0 from=<root>
Dec 28 16:10:25 box1 postfix/cleanup[23489]: 54D258F726: message-id=<4D1A5241.mailIBZ11LRR6@box1.thisdomain.com>
[code]....
View 4 Replies
View Related
Feb 18, 2009
I would like to redirect a external IP to a internal IP, all done with Apache. Is that possible.
View 4 Replies
View Related
Sep 10, 2009
From what I've read, when linux sends a ping it sends without the netmask, so windows server assumes it must be a broadcast? Why doesn't linux send a netmask with a ping?
View 6 Replies
View Related
Sep 17, 2009
way to redirect the audit daemon message to a remote host I checked the auditd.conf and it's man page and find that the log location is specified by the line log_file = file_path and in the man page
Quote:
"log_file: This keyword specifies the full path name to the log file where audit records will be stored. It must be a regular file."
does this mean that the auditd does not have the function to redirect the logs to a remote hosts.
View 4 Replies
View Related
Mar 15, 2011
I'm trying to set up a framework where people connected to same wifi connection can enter a local site for developing purposes.I want them to be thrown to a local copy (development copy of the site) when they type in www.development.loc in the browser.I don't want to connect the world, only people connected to my wifi.Anyone willing to help by stating what I need to edit to :1. Allow me to access local copy of site that's on computer (located : /var/www/developmentsitename/) using www.development.loc in browser./and2a. What do I edit to create the server accessible by other computers connected to same wifi connection. 2b. If another computer can connect to this site now, can we create a virtual desktop setting in which workers can work as if they have their own partition on the server to work on and upload work onto the development server.
View 2 Replies
View Related
Jul 1, 2009
I've created a virtual host and when I try to access it it displays the root of the Default Server. Running Fedora 11. This works fine in our Fedora 8, same configuration.
192.168.0.200
Default server is set to
Listen 80
virtual server
[Code]....
View 2 Replies
View Related
May 21, 2010
i'm running debian lenny - latest stable i have recently installed smartcam (mobile phone as webcam over bluetooth) from .deb package , get errors of unmet dependency , but application works like a charm, unfortunately broken dependences block my aptitude , i cant fix them either as latest stable use older versions of dependences even in backports... how do i mark smartcam package as not broken and release my apt?
View 8 Replies
View Related
Sep 5, 2009
Both Avidemux GTK and Avidemux QT are broken on two different machines after yesterday's updates.
View 8 Replies
View Related
Jun 26, 2010
I must say I am quite embarrassed. I normally don't ask these sort of questions. I can't seem to update my system. When I call;
Code:
$ sudo yum update
I get the following error which I will like to clean up with your help;(not "work around
[code]...
View 3 Replies
View Related
Feb 9, 2011
I installed Fedora 14 recently, in part because I heard that it is more stable than Ubuntu these days.Anyways, I use XeTeX to generate PDF files for my website, and it really is necessary for me. Of course, I installed the texlive-xetex package and its dependencies. However, when I run "xelatex myfile.tex" on a simple and proper XeTeX source file, the program cannot even begin. I get the following output:
Code:
This is XeTeXk, Version 3.141592-2.2-0.996 (Web2C 7.5.6)
%&-line parsing enabled.
[code]....
View 6 Replies
View Related
Mar 22, 2011
When I login, it all works, but it gets to the point where I have to choose my login name, and enter password, but it never gets there. It hangs at the point where it lists my machine name, and then never gives me the option to login. (I updated the plymouth theme just before this happened)
I also installed a little utility from the software center that lets me tweak the login screen, but I didn't make any changes.
Bump, and some more info...
I was able to login a few times by pressing escape when the plymouth was loading (boot sequence), from here, my login name showed up without trouble, but this is not repeatable... When I logged in, I re-installed plymouth themes, and did an update of all software from the terminal (sudo yum update), but this didn't seem to help. As soon as I logged out, it happened again.
I really like Fedora, switched from Ubuntu. Fedora 14 seems more professional, but this is a deal breaker if I can't get to the gui!
Well, it isn't fiixed, could never figure out what was causing it, but I just switched to auto-login..
View 2 Replies
View Related
May 31, 2011
has anyone else noticed that any program to do with FLV (flash video) files does not work on F15?i can't get mplayer or vlc to play them (totem does it seems) and mencoder and ffmpeg segfault without any useful error message when trying to convert themany ideas? i'm assuming some problem with the rpmfusion codecs or packages?
View 9 Replies
View Related
Aug 23, 2010
I did the system updates and one package was listed - yum-3.2.28.3 so I installed it Friday. Since then I can't install new packages. The gui package manager errors out. yum also errors out. I have a desktop with yum-3.2.27 and it installs the same packages with no problems.
[Code]...
View 8 Replies
View Related
Mar 20, 2009
[axet@axet-laptop ~]$ sudo yum-complete-transaction
Loaded plugins: refresh-packagekit
There are 1 outstanding transactions to complete. Finishing the most recent one
The remaining transaction had 130 elements left to run
Not removing old transaction files
View 14 Replies
View Related
Nov 6, 2009
After yesterday's update (which included some KDE components) Skype won't start anymore and just leave me with this error:
View 12 Replies
View Related
Nov 23, 2009
I am running gnome Fedora 12 and when I log in I get:'Battery may be brokenYour battery has a very low capacity (16%) , which means that it may be old or broken.'My battery is working fine as I can run my laptop on battery alone. I ran the following commands and got the output:
Code:
cat /proc/acpi/battery/BAT0/info
present: yes
[code]....
View 4 Replies
View Related
Dec 8, 2009
Code:
running on fedora 12 x64 and glibc-common is installed (glibc-common-2.11.4.x86_64)
Also, if im running a x64 system, why are most of the packages listed i686?
View 11 Replies
View Related
Dec 18, 2009
Just got today's F12 updates, which included changing Firefox, Thunderbird & Lightning from Beta to full releases (FF=3.5.6; T'Bird=3.0; Lightning=1.0-0.16.20090916hg.fc12.x86_64). My remote calendars from Google come up fine but my local "home" calendar now gets the following errors:
Error: Error updating timezones: Error: mozIStorageStatement::step() returned an error
DB Error no such column: recurrence_id_tz
Error: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)
[code]....
View 6 Replies
View Related
Mar 22, 2010
Shutdown hangs after recent update(s) and will not power off, requiring use of manual power switchHave tried the following ..1 # shutdown -P now .. in terminal .. same result2 Disabled selinux .. same result
View 6 Replies
View Related
Jun 1, 2010
Yesterday my Japanese input on F11x64 broke horribly. I have been using iBus all along, and didn't think I did any upgrades, but maybe there was a restart that picked up something previous. As soon as I hit the key to turn on the input method to type Japanese there would be a python process using 100% cpu, but no keyboard input. After fiddling about reinstalling python, iBus, scim and anthy and anything I else I could think of, I decided to upgrade to F13 to see if it would fix it. (trying to use scim instead of iBus hung the machine during start-up after login (I'm using KDE too if that makes any difference)). I did an upgrade instead of a fresh install fyi...
F13 is no better, and has the same issues with the python process. I have tried reinstalling everything again, as well as trying to avoid scim altogether, and just running iBus and Anthy. (The only other issue that I can think of (that prompted the initial restart) was that my .xsession-errors file in my home directory became huge -> 1.7gb!) Japanese input is crucial to my work (It doesn't even work if the default language of the system is set to Japanese), so hope someone has some ideas on how to resolve this, or even just knowing tha japanese is working for someone on a x64 KDE install would be encouraging...
View 3 Replies
View Related
Sep 20, 2010
A couple of weeks ago, I went to run a yum update, but got this message:
Loaded plugins:
I've been running yum with --skip-broken since, but I'd like to know what package I need to get to the service level that xulrunner and firefox need. I'm running Fedora 12.
View 2 Replies
View Related
Oct 8, 2010
This has been bothering me for a while. I thought if I waited a dependency would get fixed and the update would work, but it hasn't for a while now. I have included the error when trying to update gcc and the libraries. Skip broken skips everything so no dice there.
View 1 Replies
View Related
Nov 10, 2010
I recently upgraded to Fedora 14. I tried installing gcc using yum. But it seems there is a broken link. I get the following result:
Code:
You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
So i tried using --skip-broken
Code:
If i try to install glibc, i get the following message:
Code:
I also tried to install it using Menu-> Administration -> Add/Remove Software, but i get the same error.
View 8 Replies
View Related
Feb 2, 2011
getting this bug report on starting fedora 13 in hp laptop
WARNING: at drivers/pci/dmar.c:647 check_zero_address+0x96/0x19b()
Hardware name: HP Pavilion dv6 Notebook PC
Your BIOS is broken; DMAR reported at address zero!
BIOS vendor: Hewlett-Packard; Ver: F.42; Product Version: Rev 1
Modules linked in:
[Code]...
View 1 Replies
View Related