Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 474 matches

Go to advanced search

Advanced search
Search found 474 matches
  • Page 1 of 19
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 19
  • Next
by nlindblad
Wed Oct 25, 2006 8:53 pm
Forum: Desktop Environments
Topic: Something changed with KDE [Solved]
Replies: 4
Views: 612

I go to System - More Applications - File Manager Super User Mode
right away up comes a box

The action you request needs root prvileges etc etc etc I enter in my password like I normally do and it says Incorrect password, please try again - I wonder if it's not something to do with the KDE su or ...
  • Jump to post
by nlindblad
Wed Oct 25, 2006 8:51 pm
Forum: Unsupported Software
Topic: New distfiles and binary packages cleaner
Replies: 2
Views: 1582

Nice work! But this should probably be in the "Documentation, Tips & Tricks"-forum.
  • Jump to post
by nlindblad
Wed Oct 25, 2006 8:49 pm
Forum: Gentoo on AMD64
Topic: Does anyone have wine-0.9.23 compiled with opengl support?
Replies: 6
Views: 3931

Could you be more specific? What version of wine and the driver, what does your emerge --info look like? What's the exact error?

I can't seem to find relevant reports in the Bug database.
  • Jump to post
by nlindblad
Wed Oct 25, 2006 8:44 pm
Forum: Gentoo on AMD64
Topic: And how about the Apple MacBooks?
Replies: 7
Views: 4279

No idea whether it counts as x86_64 but it certainly isn't an AMD64 :P

There's an article about installing Gentoo on a MacBook in the Gentoo wiki: HARDWARE Apple MacBook

Not sure it is updated enough to cover the new Intel CPUs but the history of the article tells me it's been under revision for ...
  • Jump to post
by nlindblad
Wed Oct 25, 2006 8:40 pm
Forum: Kernel & Hardware
Topic: [SOLVED] Corrupted Hard Drive
Replies: 2
Views: 1787

One of my older blogposts might come in handy: Rescuing Files From a Corrupted NTFS Partition.
  • Jump to post
by nlindblad
Wed Oct 25, 2006 8:38 pm
Forum: Desktop Environments
Topic: Something changed with KDE [Solved]
Replies: 4
Views: 612

Are you sure it's the file manager asking you for the root password and not kwallet (the password caching database) asking you for the master password of your previously saved ones?

Just a thought...
  • Jump to post
by nlindblad
Sat Oct 07, 2006 10:27 am
Forum: Unsupported Software
Topic: Parallels Workstation fails during module build [SOLVED]
Replies: 0
Views: 1548

Parallels Workstation fails during module build [SOLVED]

Using version 2.1.1670 of the program the parallels-config utility that is supposed to build the modules required for hypervision I get various errors during make clean all.

make -C /lib/modules/2.6.18-ck1/build SUBDIRS=/usr/src/linux-2.6.18-ck1 SRCROOT=/usr/src/linux-2.6.18-ck1 modules && mv -f ...
  • Jump to post
by nlindblad
Sat May 27, 2006 8:10 pm
Forum: Other Things Gentoo
Topic: lots of errors on boot, somethings dont work howto log this?
Replies: 1
Views: 922

Re: lots of errors on boot, somethings dont work howto log t

When booting and all the text about different services starting and drives mounting is happening quite a few errors (red asterixs) flow up the screen far to fast for me to read off let alone interpret. Is it possible to log this output so I can actually read it and fix some of these problems?

Can ...
  • Jump to post
by nlindblad
Sat May 27, 2006 8:07 pm
Forum: Gentoo Chat
Topic: That's one reason why I like gentoo and open source ... lol
Replies: 33
Views: 17931

Agreed my friend :lol:
  • Jump to post
by nlindblad
Sat May 27, 2006 12:14 pm
Forum: Desktop Environments
Topic: keyboard layout and mouse settings in xorg.conf [SOLVED]
Replies: 9
Views: 1583

funboy.ch wrote:Do you mind telling me the difference that that made now? Changing from mouse to mice?
It now finds the correct device file for your mouse, which means that when you move the mouse or click Xorg notices that and does something. 8)
  • Jump to post
by nlindblad
Sat May 27, 2006 11:50 am
Forum: Desktop Environments
Topic: keyboard layout and mouse settings in xorg.conf [SOLVED]
Replies: 9
Views: 1583

Anyone see my obvious error? Thanks in advanced.

Try :

dentifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
  • Jump to post
by nlindblad
Fri May 26, 2006 2:34 pm
Forum: Unsupported Software
Topic: Cannot start xgl as user
Replies: 3
Views: 1933

Any other suggestions?

Of course, you could use an utility like strace to check exactly what device files and system files XGL tries to work with. (It shows you exactly what system calls a program makes and how it interacts with the kernel, lovely tool really).

But be aware that the output might ...
  • Jump to post
by nlindblad
Thu May 25, 2006 4:27 pm
Forum: Networking & Security
Topic: User Security [SOLVED]
Replies: 8
Views: 2087

That's a good idea, the problem is I want to allow wget, but then that allows user to get a binary into the chroot.

However it might be possible if I can force all folders of that chroot into having -x on all files automatically.

I would rather make sure the home directories in the chroot is on ...
  • Jump to post
by nlindblad
Thu May 25, 2006 4:17 pm
Forum: Networking & Security
Topic: User Security [SOLVED]
Replies: 8
Views: 2087

Is it possible then perhaps to specify a list of commands/binaries that the user CAN run?

Yes:

1) Use a Mandatory Access Control solution like Selinux.
2) Lock the user into a chroot upon login and only place the binaries he is allowed to use within the chroot.

Alternative 2 might be the ...
  • Jump to post
by nlindblad
Thu May 25, 2006 4:09 pm
Forum: Unsupported Software
Topic: Cannot start xgl as user
Replies: 3
Views: 1933

Re: Cannot start xgl as user

cessman4life wrote:I'm able to start xgl as root by invoking "./startxgl 1 gnome". For some reason I'm only able to run xgl as root. How would I run xgl as user?
Make sure the user is in the video group.
The Gentoo Handbook wrote:Video - be able to access video capturing hardware and doing hardware acceleration
  • Jump to post
by nlindblad
Thu May 25, 2006 3:52 pm
Forum: Desktop Environments
Topic: keyboard layout and mouse settings in xorg.conf [SOLVED]
Replies: 9
Views: 1583

funboy.ch wrote:Thanks alot m8. Greatly appreciated. Guess my eyes aren't seeing clearly anymore after 3 days of looking at linux code being compiled....
Maybe time to get some sleep then :wink:

Good luck with Gentoo!
  • Jump to post
by nlindblad
Thu May 25, 2006 3:46 pm
Forum: Other Things Gentoo
Topic: User account names [SOLVED]
Replies: 1
Views: 871

Re: User account names

So can a username have special characters in it? i.e. could I have ubersoft.info as a username? Or is this asking for problems?


The account name must begin with an alphabetic character and the rest of the
string should be from the POSIX portable character class ([A-Za-z_][A-Za-z0-9_-.]*[A-Za-z0 ...
  • Jump to post
by nlindblad
Thu May 25, 2006 3:38 pm
Forum: Networking & Security
Topic: Setting Up NIC for Installation
Replies: 1
Views: 937

There are a serie of commands you can use in order to properly configure your network device. I assume you're using dhcp in whatever network you're on:

1. Check what devices we have available

lspci


Look for a line starting with "Ethernet controller", see example below:


[...]
03:02.0 ...
  • Jump to post
by nlindblad
Thu May 25, 2006 3:13 pm
Forum: Desktop Environments
Topic: keyboard layout and mouse settings in xorg.conf [SOLVED]
Replies: 9
Views: 1583

Re: keyboard layout and mouse settings in xorg.conf

After some searching, I decided it needed to be changed in the xorg.inf file found in /etc/X11. Is this correct?
Yes, the configuration for your X Server (x11-xorg) can be found in the file /etc/X11/xorg.conf .

If so, well, I checked there and there wasn't any file of the kind except example ...
  • Jump to post
by nlindblad
Wed May 24, 2006 4:04 pm
Forum: Networking & Security
Topic: Adapting AppArmor to fit Gentoo
Replies: 2
Views: 1447

Adapting AppArmor to fit Gentoo

I'm happily using AppArmor to tighten server applications (currently on OpenSuSE 10.1 systems) and since I'm an old Gentooist I was wondering if anyone in this community has contacted the AppArmor team at Novell and shown interest in officially maintaining an ebuild for it (and possibly re-writing ...
  • Jump to post
by nlindblad
Tue May 16, 2006 2:48 pm
Forum: Kernel & Hardware
Topic: Hardened-sources patched up with Xen patches. Possible?
Replies: 9
Views: 3609

Btw, while RSBAC does not hook yet into XEN, latest RSBAC svn and latest XEN mercurial repos patch, compile and work fine together (means you can have RSBAC protecting your hypervisor using traditional target list[1]. there should be the special XEN targets someday ^^)

I dont know about the ...
  • Jump to post
by nlindblad
Thu May 11, 2006 8:04 am
Forum: Gentoo Chat
Topic: Portage Feature Request (If it doesn't exist)
Replies: 21
Views: 6072

Personally, I think this kind of complexity is much easier accomplished through GUIs, where you can have checkboxes to choose which packages to update or not. There are a couple of GUIs available already (porthole and kuroo) that I'm planning on using in the near future for package management (just ...
  • Jump to post
by nlindblad
Wed May 10, 2006 8:17 pm
Forum: Multimedia
Topic: Is there a program that will easily rip flac?
Replies: 4
Views: 1210

Re: Is there a program that will easily rip flac?

I have a few albums that are riped to flac format and was wondering if there was a program that will rip those to mp3 and keep the id3 tags and file names the same (with the exception of .mp3 of course).

Sounds like a task for Bash:

#!/bin/bash
BITRATE="320"
OPTIONS="-h"
which lame||exit 1 ...
  • Jump to post
by nlindblad
Wed May 10, 2006 8:08 pm
Forum: Gentoo Chat
Topic: Portage Feature Request (If it doesn't exist)
Replies: 21
Views: 6072

Centinul wrote:I realize that I could use that file, but say for a one time use it would be more convenient to have the command and use it via the command line then to add the package to package.mask and then remove it after.
Agreed, that would be a very handy feature indeed.
  • Jump to post
by nlindblad
Mon Apr 17, 2006 11:27 am
Forum: Duplicate Threads
Topic: emerge --update gnome error
Replies: 2
Views: 2324

Re-emerge libtool as stated in several other threads:

Code: Select all

emerge -v sys-devel/libtool
One of the threads mentioning it:
http://forums.gentoo.org/viewtopic-t-44 ... -apmd.html
  • Jump to post

Search found 474 matches
  • Page 1 of 19
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 19
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy