If I run a simple bash script notification, for example
exec 4> >(zenity --notification --listen)
how can I be sure there won't be a clash between two scripts on the same channel?
...
Type: Posts; User: davidpbrown; Keyword(s):
If I run a simple bash script notification, for example
exec 4> >(zenity --notification --listen)
how can I be sure there won't be a clash between two scripts on the same channel?
...
It's a single boot to Ubuntu and worked well for a long while but I think I've stressed it playing Urban Terror!
I've just found code
lspci -nn | grep VGA
reveals a graphics card.. nVidia...
Have you tried logging in as superuser in the Live CD terminal? It's been a while since I tried but I think it's possible, though it allows that without password needed.
So [sudo -i] will give you...
I'm struggling with a Dell Inspiron 530 running Karmic that's showing odd but consistent graphics problems.
The BIOS splash screen looks fine but then the, usually white, small Ubuntu logo is then...
If it's to be trusted, then it's not unreasonable to expect the default behaviour is safe. So, unmount by system shutdown shouldn't be an issue.
Upgrade to 10.4 appears to fix this.
I came at it a few days ago from the opposite direction, it was unticked and I wondered if it mattered. I've been using it a long while in the same way.
I suspect the talk of auto-dismount is just...
To check for a hidden file in the home directory, in the Nautilus file manager select [View][Show Hidden Files]. That'll show files starting with a fullstop, eg .xyz, and in the home directory there...
Just for fun, I'm wondering if I can grab a copy of the Lucid packages that my laptop's downloading and dump them into a directory on the desktop computer, then upgrade the desktop in a way it makes...
This problem just appeared on my laptop too.
The only change was a security upgrade to
libpq5 (8.4.2-0ubuntu9.10) to 8.4.3-0ubuntu9.10
How that upgrade has affected localhost access and...
There's nothing there expect the ./apache2/error.log noting pairs of [resuming normal operations] and [shutting down] as I restart and reboot.
They start no problem from terminal and it's the...
No, it worked smoothly but no change.
Adding to /etc/rc.local didn't work!?
/bin/bash -c /etc/init.d/apache2\ restart
/bin/bash -c /etc/init.d/mysql\ restart
That was a surprise, as I thought it would be essentially the same as...
Not an expert but when in doubt I try adding semi-colons to the end of lines;
However, some scripts seem to work fine without, so I've yet to figure out where they are meant to be used.
...
Try booting into Recovery of the latest version.. from memory it's pressing Escape while grub is counting down at the start. From the little I know, that seems to be a grab of the last good boot.
Maybe it's a deamon mysql rather than a true server then..
Eitherway, using
sudo /etc/init.d/apache2 restart
sudo /etc/init.d/mysql restart
works to fix it temporarily but then its state is...
Apache and MySql used to run every session but now something changed in the last few days that the servers aren't running directly and I need to start them.
Obviously, I could put them in the...
I run Apache for localhost, running simple services under PHP. Having changed nothing directly, it's now not working "can't establish a connection to the server at localhost".
---------------...
files~ are backups made where you've edited files directly. I see them usually only from text editors. It's not quite incremental autosave. No surprise then you have X.txt~
If you edit a system...
Show hidden files?
Files too large for trash might delete directly after confirmation.
It's not clear why you think you have trash..
The Firefox Addons are likely to keep themselves up to date faster than the repository copies. As you've seen, there seem to be few available in the repositories. I've never had problems removing...
Quick search throws another post.. See this post suggests the drive might be struggling to read rewritable disks.
Check you're using a good quality disk and validate the image when you written it.
tldr; Is a virtualisation strictly limited to the host's ability to see hardware, even if it's placed on the Ethernet?
NDAS disks, that is 'Network Direct Attached Storage' network disks over...
Ok - it's fixed for me but I don't know how! If it was running nvidia-xconfig as root throwing me back to the login screen, then it's not obvious that was an intended correction.
Here's hoping...
The NVidia X Server Settings suggests "You do not appear to be using the NVIDIA X Driver." It suggests editing the X config file and restarting the X server.
However, running nvidia-xconfig as...