gentoo Questions
5
I am using IntelliJ's rust plugin (version 0.2.0.2114-182) with IDEA (2018.2.3).
There is a yellow bar at the top of my editor window that says "cannot attach stdlib sources automatically without ...
6
Solved
I am using gentoo and trying to compile a program to control the bits on the parallel port. It has this line near the top of it:
#include <asm/io.h>
And when I try to use gcc on it, it pro...
Thomism asked 23/12, 2009 at 15:50
2
Solved
I'm attempting to set up Apache 2.2, Django 1.1.2 and Gentoo. I wish to serve my project with the address: /comics
I followed the mod_wsgi directions in the django documentation to the letter, com...
4
Solved
I'm trying to get a website working on my test environment, but somehow it is not working. I can load the normal index page, but when I want to access /page/test it throws an error saying the page ...
4
Solved
I currently log in to PostgreSQL using psql -U postgres. How do I rename postgres user to root?
If I am already logged in as postgres then trying ALTER USER postgres RENAME TO root will say ERROR:...
Erlindaerline asked 7/3, 2012 at 18:59
4
I am running R 3.4.1 on gentoo.
When i try to install the 'rgeos' package, i get this:
> install.packages("rgeos")
Installing package into ‘/home/jody/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘li...
1
Solved
I am trying to write script, which should use Portage API. But Portage python package doesn't available in PyPi, but even if it were available that would not make any sense, because it should be us...
Susan asked 6/3, 2020 at 11:45
1
Solved
Edit : Issue finally solved. The detail can be found in the troubleshooting part at the end of this message.
I leave the detailed steps here in case it could help somebody.
Setup OpenLDAP
I - Cr...
3
Solved
I'm using custom bash prompt to show git branch.
Everything is in /etc/bash/bashrc:
function formattedGitBranch {
_branch="$(git branch 2>/dev/null | sed -e "/^\s/d" -e "s/^\*\s//")"
# tried...
Crawler asked 30/9, 2013 at 10:57
1
Solved
According to an answer to another question, in sqlite the Levenshtein distance is implemented in a SQL function called editdist3. (Compare also the documentation)
Now when I try to use it, all I g...
Brachypterous asked 5/4, 2016 at 13:30
1
I am using my gentoo as host os for kvm with vga passthrough for playing on windows, but I have problem with sound, it is not good quality, I hear something like crackles in sound. I am using pulse...
Gualterio asked 24/8, 2015 at 22:59
1
Solved
I have Intel Atom N2800 (weak, but handy Aspire One D270, still enought for the work I use it for), but updates are really slow (like days).
I use MAKEOPTS=" -j5 " in /etc/make.conf and and emerge...
Knelt asked 2/1, 2016 at 17:46
10
Solved
I've run into a problem where I'm getting two printouts of my /etc/motd file on Gentoo Linux. sshd is doing one of the printouts, and I can toggle that by configuring /etc/ssh/sshd_config, but I ca...
8
Solved
RSync is traditionally used to update Gentoo portage tree.
But it's somewhat slow when dealing with a large number of files.
So, I want to try to replace RSync with Git.
I know that Funtoo have ...
1
I'm using a Gentoo box and I want to create Debian-based chroot environments without using the root account or sudo.
This seems to be possible using tools such as fakeroot and fakechroot, but so fa...
Agreeable asked 11/5, 2015 at 1:50
4
Solved
I'm working on a single machine with 512GB RAM (addressed by several AMD Opteron 6212 CPUs). There is currently about 300GB RAM free. Running a large java computation by running
java path/to/myAp...
Ischia asked 25/5, 2014 at 21:59
3
Solved
I want to install django 1.4, but the default install version is 1.3.2, how can I change the version to install.
I only know that to change dir to /usr/portage/dev-python/django and install the dj...
2
Solved
Installing gentoo in my old laptop is a painful work, as the weekly update can make the poor cpu extra hot.
To stick into gentoo with less emerge effort, I decided to use binary files for large p...
4
Solved
3
Solved
Could anyone help me with opening web pages from within Eclipse's internal (embedded) browser? I'm running Linux (tiling window manager) and Eclipse-3.7.2 side-by-side with browser and it's a pain....
Civvies asked 27/3, 2012 at 17:25
1
Solved
I'm trying to listen for MediaKey events under Gnome 3 (Gnome Shell). All the examples I find refer to using DBus to connect to org.gnome.SettingsDaemon.MediaKeys. This service doesn't seem to exis...
Ceilidh asked 24/9, 2013 at 12:6
3
Solved
I want to autoload some kernel modules when it's started. I've read the manual book, but can't help. Now the modules that I want to autoload are vboxdrv vboxnetadp vboxpci vboxnetflt, The mod...
Chamaeleon asked 24/5, 2012 at 1:42
2
Solved
pip install numpy in a python virtualenv on my own Mac OSX machine and on another of my machine running Arch Linux works perfectly.
Unfortunately, the same command fails to work on a colleague's m...
Stallfeed asked 2/8, 2012 at 0:39
9
Firstly, I am far from a Linux expert so that might be the issue here, but anyway, to the problem:
I followed what is written here : http://symcbean.blogspot.com/2010/02/php-and-long-running-proce...
3
Solved
I'm having major issues with getting Hudson up and running on a gentoo server with Tomcat 6. I'm able to deploy Hudson just fine, and I can browse the web-application, configure it and set up build...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.