I am on Lubuntu 12.04, and I have installed VLC media player version 2.0.3. When I try and play an audio file, it appears to load fine, and the media position bar displays the progress, and it says it is playing, but I can't here any thing through my speakers. I can hear game audio, web audio, and audio from SMPlayer just fine, but with VLC, I can't here anything.
I had to reboot system with reset button. After reboot I can't sign in. When I enter my password It seems like X-server just restarts.
I can sing in as guest and also I can sign in in text TTY.
I'm trying to update my dns servers after openvpn connection, but netconfig won't do that for me.
Here's how I'm trying to do it [manually now]:
/sbin/netconfig modify -v -i tap0 -s openvpn <<-EOF
INTERFACE='tap0'
DNSSERVERS='10.10.0.1'
EOF
And here's the verbose output:
debug: lockfile created (/var/run/netconfig.pid) for PID 5530
debug: lockfile created
debug: write new STATE file /va
I want to write a stream into one FILE *fp at the same time the stream should be copied onto another fp too is there a better way to write my debug function by eliminating one fprintf?
const int logflag=1;
#define debug(args ...) if (logflag) { FILE *flog = fopen("test.log", "a+"); fprintf( flog, args); fclose(flog); } fprintf(stderr, args);
int main()
{
debug("test"); // writes test into
I'm code up a simple wallpaper service, similar to this one(Android app to change wallpaper at regular intervals using Timer). Upon starting it crashed.
The IDE doesn't allow to Run/Debug directly because there's no intent.action.MAIN in the manifest (since it's a service anyway). I'm using IntelliJ but I guess Eclipse is the same. So I got to make the apk then install it via adb.
I have been buying some music on itunes, it comes in AAC (.m4a) format, which is great to use in itunes (I have it on a Windows 7 running over VirtualBox), or to use it in my iPod Touch or iPod shuffle, but if I want to use it in my cell phone (an old one which does not support AAC format) I have to convert it to mp3, I have to also convert it if I plan to use
Hi everyone,
I am trying to run a molecular visualization software (UCSF Chimera), it opens the main window and after 2 seconds it crashes with the following error messages:
$ optirun debug ./bin/chimera
[18180.513653] [DEBUG]optirun version 3.0.1 starting
[18180.514638] [DEBUG]Active configuration:
[18180.514642] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[18180.514
My code workes fine when i run it as normal but when i run this unit test this error is printed in the console.
Compiling samples gives an error, and I have no idea what the error is.
Code:
Building build/debug/x86_64//Samples.o