Unanswered Questions
16
votes
3answers
2k views
FreeNAS grub2 booting ISO
I've got usb-keys setup to multi-boot different Linux images. I wouldn't mind adding FreeNAS, and there's a doc with samples to add to grub.cfg
menuentry "FreeNAS-8.0.4-RELEASE-x64" {
insmod ufs2
...
12
votes
1answer
422 views
How do font managers work in Fedora?
I am looking to do some font management on my Fedora system. I have installed both Font Manager and Fontmatrix. My goal was to be able to have more fonts installed than I wanted displayed, and to be ...
11
votes
1answer
703 views
Ctrl-C does not work with pppd non-detached session
I have a Mini2440 ARM Board, and I have put a base Debian 6.0 system on it using multistrap.
I have used tmux to run several processes in defferent windows from /etc/rc.local. I connect to the board ...
11
votes
0answers
616 views
Reuse D-Bus sessions across login sessions
I access a machine through multiple login sessions. The sessions' lifetimes may or may not overlap. In my case, these login sessions are currently always over SSH, but I would prefer to handle local ...
10
votes
2answers
271 views
Groups differ from the local ones when logging in remotely
We store our users in LDAP, alongside some groups that have meaning across different systems (organizational roles including wheel). There are also groups local to workstations, e.g. audio or video ...
10
votes
1answer
259 views
Actkbd as service with systemd
A while ago I asked for how to stop a music player while the screen is locked. The answer was to use actkbd which works like a charm. Now I wanted to add actkbd as a service to systemd in order to ...
9
votes
1answer
227 views
How do you set up the environment for es?
I've been playing with es the last couple of days, and it (like rc) has the quirk/feature that it only runs its startup script (.esrc) on login. The usual way to run code in each interactive session ...
9
votes
1answer
2k views
Why the value of VSIZE in top is different from the value of VSZ (Virtual set size) in ps?
I know VSZ in ps is for the total address space allocated for the app and is sometimes aliased as vsize (mentioned in man page of ps on linux), but what's the definition of VSIZE in top? This top ...
8
votes
2answers
732 views
Openswan connecting to multiple right subnets not working
I'm trying to use Openswan (version 2.6.37) to connect an IPsec VPN from my local network to a remote site. Everything works fine when I just want to connect to a single subnet on the remote site. ...
8
votes
1answer
584 views
Kernel socket structure and TCP_DIAG
I'm working on a software which connects to a Real Time data server (using TCP) and I have some connections dropping. My guess is that the clients do not read the data coming from the server fast ...
8
votes
1answer
203 views
IM client which can turn off notification in a specific conversation window?
So, the problem is that some chat buddies send chat lines a lot or too often. A typical example:
Chad McChaddy: Hi mate
Me: Hi
Chad: Could you take a look at problem XYZ? ABC is not working.
Me: K, ...
7
votes
1answer
91 views
Linux cache evictions
Looking at how the VFS cache on my Linux machine behaves, I can see that even when effectively idle (crond and most other daemons stopped, interfaces down) the amount of free memory gradually ...
7
votes
1answer
1k views
configure.ac: not using gettext
I am trying to compile a gnome application and I am curious what the output means when I run the autogen.sh script:
~/Documents/Code/window-picker-applet $./autogen.sh
autoreconf: Entering directory ...
7
votes
2answers
476 views
Any relatively new binary distro causes kernel panics
I'm having trouble using any relatively new binary distro on this machine. The last binary distro to work without issue was Ubuntu 8.04. I'm currently using Gentoo with the latest 3.2.1 kernel and ...
7
votes
2answers
576 views
CUPS remote printer entry is stopped locally
My local CUPS daemon on my laptop has an entry for a remote printer on my CUPS server. My local CUPS daemon thinks this printer is stopped, but it's not. The only interface CUPS gives me to manage ...