Forums

Skip to content

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

Search found 31 matches

Go to advanced search

Advanced search
Search found 31 matches
  • 1
  • 2
  • Next
by sege
Tue Jun 09, 2015 11:28 am
Forum: Portage & Programming
Topic: Repository 'x-portage' is missing ?
Replies: 27
Views: 59274

It has been a while on this topic, but I just ran into this error on some very old gentoo installs. (no overlays in use)

What fixed the problem for me was creating the repo_name file:

Code: Select all

touch /usr/local/portage/repo_name
  • Jump to post
by sege
Mon May 02, 2011 7:04 am
Forum: Portage & Programming
Topic: "emerge samba" queries LDAP-Server for "vostorga" & "simo"
Replies: 0
Views: 1423

"emerge samba" queries LDAP-Server for "vosto

Dear forum,

I just did an "emerge samba" on one of my machines while watching our LDAP servers logfile.

After starting the emerge, the emerging machine queried our LDAP server, if it had any user account data with uid=vostorga, uid=simo or uid=jelmer:

May 2 08:51:10 monkey slapd[6827]: conn=1141 ...
  • Jump to post
by sege
Sun Aug 29, 2010 2:14 pm
Forum: Desktop Environments
Topic: nautilus and nautilus-connect-server only showing custom loc
Replies: 2
Views: 2443

Hey,

I am having the same problem, have you found solution meanwhile?

Greetings,
sege
  • Jump to post
by sege
Sun Sep 28, 2008 11:51 am
Forum: Kernel & Hardware
Topic: Wacom Serial Stylus problem using Thinkpad X61t with dock
Replies: 1
Views: 2050

Wacom Serial Stylus problem using Thinkpad X61t with dock

Hey there,

I still got one issue regarding my new X61 tablet.

Everything works perfect, Wacom Serial Stylus is initialized via setserial as a init script:

tablet sege # cat /etc/init.d/mysetserials
#!/bin/sh

/bin/setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig
tablet sege #


Xorg.conf is ...
  • Jump to post
by sege
Mon Jun 09, 2008 6:59 am
Forum: Desktop Environments
Topic: GDM crashes when clicking on a users face
Replies: 3
Views: 1445

Not using a theme doesn't change anything. GDM still crashes when clicking on the user.

And yes, GDM is compiled with the USE-flag debug turned on !
  • Jump to post
by sege
Wed Jun 04, 2008 7:46 am
Forum: Desktop Environments
Topic: GDM crashes when clicking on a users face
Replies: 3
Views: 1445

GDM crashes when clicking on a users face

Hey there,

I want to configure my tablet pc in a way, so that I won't need the keyboard for booting up.
That includes using the gdm face browser and a fingerprint reader.

The fingerprint reader works perfect. I can login by typing in my user name and scanning my fingerprint.
(I know about the ...
  • Jump to post
by sege
Sun May 25, 2008 10:14 pm
Forum: Desktop Environments
Topic: IBM Thinkpad X61t - Wacom Tablet Stylus not working
Replies: 6
Views: 2719

Of course not. Here you go:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents ...
  • Jump to post
by sege
Sun May 18, 2008 12:56 pm
Forum: Desktop Environments
Topic: IBM Thinkpad X61t - Wacom Tablet Stylus not working
Replies: 6
Views: 2719

I got it fixed now after endless trial and error.

The solution for me was: unmerging linuxwacom and downloading the latest sources (0.8.0-1) from http://linuxwacom.sourceforge.net/ and installing them by hand.

Now the stylus is working and i can move the cursor and klick and such things...
  • Jump to post
by sege
Wed May 14, 2008 9:18 pm
Forum: Desktop Environments
Topic: IBM Thinkpad X61t - Wacom Tablet Stylus not working
Replies: 6
Views: 2719

IBM Thinkpad X61t - Wacom Tablet Stylus not working

Hey there,

I got a little problem setting up my new IBM Thinkpad X61 TABLET.

Everything runs fine. The only problem is the Wacom stylus.

I have set up a serial port for the wacom device via init script
#!/bin/sh

/bin/setserial /dev/ttyS0 port 0x0200 irq 5 autoconfig


wacdump /dev/ttyS0 ...
  • Jump to post
by sege
Sat Mar 22, 2008 5:31 pm
Forum: Networking & Security
Topic: vsftpd not showing directories with sshfs mounts
Replies: 6
Views: 2773

Okay, now I understand.
I tried chowning the directory to root:root .
But that doesnt help. It doesnt show up. Like before.

Know I made a new directory and mounted my boot partition there.
I can access this directory without problems via ftp.

Thats weird !
  • Jump to post
by sege
Fri Mar 21, 2008 12:39 pm
Forum: Networking & Security
Topic: vsftpd not showing directories with sshfs mounts
Replies: 6
Views: 2773

I dont think thats the problem.

I think you read the log above the wrong way.
With sshfs mounted to hacktor, the directory is owned by ftp:ftp
This is the time, when it doesnt show up.

After unmounting its owned by root and DOES show up.

I dont know what wrong.
  • Jump to post
by sege
Mon Mar 17, 2008 11:59 am
Forum: Networking & Security
Topic: vsftpd not showing directories with sshfs mounts
Replies: 6
Views: 2773

fuckup ftp # ls -la
total 16
drwxr-xr-x 4 ftp ftp 4096 Mar 16 13:13 .
drwxr-xr-x 3 root root 4096 Mar 16 12:59 ..
drwx------ 2 ftp ftp 4096 Mar 16 13:13 Hallo
-rw-r--r-- 1 root root 0 Mar 16 13:02 asdf
drwxr-xr-x 1 ftp ftp 4096 Mar 16 17:11 hacktor
fuckup ftp # umount hacktor/
fuckup ftp # ls -la ...
  • Jump to post
by sege
Sun Mar 16, 2008 12:27 pm
Forum: Networking & Security
Topic: vsftpd not showing directories with sshfs mounts
Replies: 6
Views: 2773

vsftpd not showing directories with sshfs mounts

Hey there,
I just set up a vsftpd on my server using virtual users.
I figured out that the standard ftp root is /home/ftp. I can upload and download to there via gftp.

Now if I ssh to this server (as root on the server), create a new directory in /home/ftp, chown this new directory to ftp:ftp and ...
  • Jump to post
by sege
Mon Feb 25, 2008 11:58 pm
Forum: Desktop Environments
Topic: xorg runs low-res on second run (SOLVED)
Replies: 20
Views: 4257

Thank you,

Code: Select all

Option      "MergedFB"      "false"
works, too, on my Thinkpad T30

I'm happy now :)
  • Jump to post
by sege
Sun Feb 24, 2008 6:38 pm
Forum: Networking & Security
Topic: Routing Subdomains to internal IPs
Replies: 4
Views: 1553

Yeah that's true. As you said, I have non-routable IP-Addresse on the internal.
You know the default 192.168.0.XYZ stuff

The external is a DSL PPP connection, which just gives me 1 IP-Address like 82.149.42.XYZ
Its a 16mbit down 1mbit up connection for 30 Euros a month. Just the same as every ...
  • Jump to post
by sege
Sun Feb 24, 2008 10:19 am
Forum: Networking & Security
Topic: Routing Subdomains to internal IPs
Replies: 4
Views: 1553

Routing Subdomains to internal IPs

Hey guys,

I was just wondering if something like this works:

I got a Internet Router running Gentoo, routing the Internet (eth0) for two different internal networks (eth1, eth2).
My Internet connection is DSL, which means dynamic IP and 24h disconnect.
For now I got set up a domain with zoneedit ...
  • Jump to post
by sege
Fri Sep 14, 2007 5:23 pm
Forum: Networking & Security
Topic: networkmanager fails to compile (iproute2 not found)[SOLVED]
Replies: 5
Views: 1896

as i just ran into the same error here is my solution:

i like my minimal laptop environment and run xfce with USEflag "minimal" turned on. You have got that, too !

the solution for me was to do an
USE="-minimal" emerge -av iproute2

for future use you may want to put these settings into your ...
  • Jump to post
by sege
Mon Mar 05, 2007 8:29 pm
Forum: Desktop Environments
Topic: XFCE4: No right click menus or desktop background as user
Replies: 2
Views: 839

thanks mate,
that really did the job.
i knew it was just some small command to fix it ....
  • Jump to post
by sege
Mon Mar 05, 2007 8:12 pm
Forum: Desktop Environments
Topic: XFCE4: No right click menus or desktop background as user
Replies: 2
Views: 839

XFCE4: No right click menus or desktop background as user

hi there,

i just installed xfce4-4.4.0 and slim. it works perfectly when i log in as root, but when i log in as my regular user, i cant do a right click on the desktop -> i wont get into the menu. The next thing is that i dont have a real background image, it keeps showing slim's image.
even if i ...
  • Jump to post
by sege
Wed Jan 03, 2007 9:46 am
Forum: Multimedia
Topic: Sound Blaster Audigy LS owners post here some info
Replies: 18
Views: 7850

wonderful !

works for 7.1, too ! Just change the

Code: Select all

channels 6
slave.channels 6
speaker-num 6
surround51
to

Code: Select all

channels 8
slave.channels 8
speaker-num 8
surround71
have fun !
  • Jump to post
by sege
Tue Jan 02, 2007 2:35 pm
Forum: Desktop Environments
Topic: beryl missing windows decorations - Strange errors after fix
Replies: 2
Views: 1185

i am using beryl 0.14 and in when setting rendering path to copy some effects (cube, wobbly) do work !
  • Jump to post
by sege
Tue Jan 02, 2007 2:31 pm
Forum: Desktop Environments
Topic: beryl missing windows decorations - Strange errors after fix
Replies: 2
Views: 1185

beryl missing windows decorations - Strange errors after fix

i just installed beryl on my computer that way:
1. installed nvidia driver with opengl (~x86 to get the nVidia GL Desktop Effects)
2. after that i installed beryl following the wiki article the portage version. (no svn oder overlay)

i started beryl-manager and when i switch to beryl, my windows ...
  • Jump to post
by sege
Mon Jan 01, 2007 4:10 pm
Forum: Multimedia
Topic: Sound Blaster Audigy LS owners post here some info
Replies: 18
Views: 7850

Well now boys and girls,

here we are again !
Thanks for this infos about the opensound.com driver. Worked like a charm for me... I just reinstalled gentoo on my comp and also reinstalled that oss driver. So what know ? The driver is licensed till YESTERDAY !

This OSS version expired: 12/2006 ...
  • Jump to post
by sege
Wed Dec 20, 2006 9:00 pm
Forum: Networking & Security
Topic: emerging ghamachi - download problem !
Replies: 3
Views: 2511

thanks for that...

well i already figured out to download it myself and install it as its just a archive containing one binary....
hth others for the future
  • Jump to post
by sege
Thu Dec 14, 2006 2:06 pm
Forum: Networking & Security
Topic: emerging ghamachi - download problem !
Replies: 3
Views: 2511

emerging ghamachi - download problem !

hey out there,

i was wondering about the networking tool hamachi for linux today. luckily i found it for linux and in portage... also a gtk gui version.
emerging hamachi works just fine but when i try to emerge ghamachi i get:

SegePad ghamachi # emerge ghamachi
Calculating dependencies... done ...
  • Jump to post

Search found 31 matches
  • 1
  • 2
  • 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

 

 

magic