Forums

Skip to content

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

Search found 29 matches

Go to advanced search

Advanced search
Search found 29 matches
  • 1
  • 2
  • Next
by Kaddy
Fri Sep 18, 2009 7:24 am
Forum: Portage & Programming
Topic: qt-script, qt-core, qt-sdl, qt-dbus, qt-gui slot conflict
Replies: 259
Views: 3665923

Looks like this issue still exists, running python-updater now, 109 updates. :(
  • Jump to post
by Kaddy
Fri Sep 18, 2009 5:03 am
Forum: Unsupported Software
Topic: Gentoo Auto automatic Installation Script
Replies: 13
Views: 31895

a couple of additions that would be nice:

Adding an option for local mirrors:

echo -e "Do you have have a local gentoo rsync? (Default is No) [Yes/No] \c"
read local_rsync

if [ "$local_rsync" == "yes" ]
then
echo -e "What is the IP of the rsync server? \c"
read rsync_ip
elif [ "$local_rsync ...
  • Jump to post
by Kaddy
Tue Oct 24, 2006 7:29 pm
Forum: Portage & Programming
Topic: Just a few minor concerns
Replies: 3
Views: 879

Just a few minor concerns

I noticed that there was something posted earlier about this, and there is an on-going discussion about this as of last night.
However, I think that this is going a little too far.

Upon syncing this morning ro incorporate the Nvidia update, which I'd hope would be in portage, along with Firefox2.0 ...
  • Jump to post
by Kaddy
Fri Jul 14, 2006 6:51 pm
Forum: Desktop Environments
Topic: Multiple Instances of X on one card
Replies: 2
Views: 643

multipe xsessions on one card
without doing the xsession in an xsession
more importantly, if I can configure them inside the xorg.conf file
  • Jump to post
by Kaddy
Fri Jul 14, 2006 5:58 pm
Forum: Desktop Environments
Topic: Multiple Instances of X on one card
Replies: 2
Views: 643

Multiple Instances of X on one card

is this something that is possible, and if so, HOW.
I have been looking and looking and all that I can find is some damned stuff about TwinView, which I don't need. -_-
  • Jump to post
by Kaddy
Sun Jul 09, 2006 8:05 am
Forum: Networking & Security
Topic: [SMB problem?] How can i access my windows workgroup?
Replies: 23
Views: 3243

make sure that you have something like this in /etc/samba/smb.conf

Code: Select all

[global]
workgroup = WKG
netbios name = MYNAME
[share1]
path = /tmp
[share2]
path = /my_shared_folder
comment = Some random files
then you should just be able to connect like this

\\MYNAME/my_shared_folder

in windows
  • Jump to post
by Kaddy
Sat Jul 08, 2006 6:51 pm
Forum: Networking & Security
Topic: [SMB problem?] How can i access my windows workgroup?
Replies: 23
Views: 3243

make sure that you have the SAMBA USE flag set

also check out the samba howtos found here, it is just a 'how to connect via UNIX client' thing
  • Jump to post
by Kaddy
Fri Jul 07, 2006 6:52 pm
Forum: Installing Gentoo
Topic: gentoo on a AMD-K6 2
Replies: 2
Views: 883

it'll work, I use one as a router
just make sure that you use either -march=k6-2 in the cflags or -mtype=i586
please note that the chost is i586, not i686, you can use a i386 if you feel like for the cross compatability with other machines if you want to distcc
  • Jump to post
by Kaddy
Fri Jul 07, 2006 6:47 pm
Forum: Networking & Security
Topic: Internet access for dhcp clients
Replies: 7
Views: 1803

the other thing that you could do, seeing as that the dhcpd.conf idea is only HALF of what you'd have to do, I just realised that, you'd have to do something with iptables as well to deny IPs that are static on the client.

# iptables -P INPUT DROP <-- default action to drop on INPUT
# iptables -A ...
  • Jump to post
by Kaddy
Fri Jul 07, 2006 12:55 am
Forum: Networking & Security
Topic: Internet access for dhcp clients
Replies: 7
Views: 1803

you'd have to do the MAC filter thing for dhcp, it isn't that hard, you cna basically do it like this.
group {
host hostname1 { hardware ethernet <mac goes here>; }
host hostname2 { hardware ethernet <mac goes here>; }
}

then do something like this in your dhcpd.conf file and add something like ...
  • Jump to post
by Kaddy
Thu Jul 06, 2006 11:20 pm
Forum: Kernel & Hardware
Topic: 2.6.16 Kernel no ethernet [solved]
Replies: 6
Views: 2321

try doing a this

Code: Select all

make mrproper && make oldconfig
then rebuild the kernel
  • Jump to post
by Kaddy
Thu Jul 06, 2006 11:18 pm
Forum: Portage & Programming
Topic: xorg-x11-7.0 I can't Stand it!!
Replies: 37
Views: 6556

I know that this might be something silly and not going to help a whole lot of people, but, as far as I have seen, there are some issues with xorg-x11-6.8.2-* (better known as "xorg-x11-6.9*" in the package.mask file) blocking everything for xorg-x11-7.0. For the most part, this shoult be a simple ...
  • Jump to post
by Kaddy
Thu Jul 06, 2006 10:05 pm
Forum: Networking & Security
Topic: iptables rules [SOLVED]
Replies: 5
Views: 1768

first off, for forwarding ports, try this out:
iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport <destination port> -j DNAT --to-destination ip.to.forward.to:port
so, for ssh, you could do something like this fro ssh forwarding
iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport ...
  • Jump to post
by Kaddy
Thu Jul 06, 2006 5:48 pm
Forum: Installing Gentoo
Topic: installing 32bit kernel from 64bit system
Replies: 15
Views: 2005

gaga, as far as I know, you just have to force the arch type for the kernel itself making sure that you add "ARCH=i386" to every command for building the kernel.
Other than that, I think that it will work.
I was just playing around with my 64-bit machine and I realised that there is IA32 emulation ...
  • Jump to post
by Kaddy
Wed Jul 05, 2006 10:55 pm
Forum: Portage & Programming
Topic: [solved] gst-plugins fails to compile while"emerge gnome":-(
Replies: 13
Views: 2837

Hey. I'm getting the exact same problem, but when i tried this solution it continued to fail.
I used emerge --skipfirst --resume to continue, but i can't seem to compile these gst plugin packages.. here's my emerge info.

Am i missing something?


CHOST="i386-pc-linux-gnu"

it doesn't look like ...
  • Jump to post
by Kaddy
Wed Jul 05, 2006 9:36 pm
Forum: Portage & Programming
Topic: emerge -e world failed - howto retake?
Replies: 5
Views: 1076

you could have screened it
screen is your friend
  • Jump to post
by Kaddy
Wed Jul 05, 2006 9:17 pm
Forum: Installing Gentoo
Topic: No internet on installing
Replies: 10
Views: 1029

can you atleast post the error wor for word, it might help.

if it is saying something about being masked, then you should add it to /etc/portage/package.unmask like this

Code: Select all

echo "=package-group/package-version.goes.here" >> /etc/portage/package.unmask
  • Jump to post
by Kaddy
Wed Jul 05, 2006 7:52 pm
Forum: Kernel & Hardware
Topic: Help upgrading kernel after install
Replies: 3
Views: 1570

one way that you could do that is, if you have a running gentoo system, or alinux system at all is to install a chroot environment and then do this:
# cd /usr/src
# rm linux
# wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2
# wget http://www.kernel.org/pub/linux/kernel/people ...
  • Jump to post
by Kaddy
Wed Jul 05, 2006 7:02 pm
Forum: Installing Gentoo
Topic: No internet on installing
Replies: 10
Views: 1029

is ther error before or after the system install?
if it is after then you can just build the kernel again with the ra2500 driver in it.
where it is exactly, I am not sure, it should be somewhere under Device Drivers -> Network Device Support
  • Jump to post
by Kaddy
Wed Jul 05, 2006 6:41 pm
Forum: Networking & Security
Topic: [SMB problem?] How can i access my windows workgroup?
Replies: 23
Views: 3243

first off, do this:

Code: Select all

emerge --sync && emerge shadow libutempter && emerge -C xorg-x11 && emerge -DuN world
on a side note, smbfs is out of date, you should try and use -t cifs instead of -t smbfs just make sure that you have ti built into your kernel.
  • Jump to post
by Kaddy
Wed Jul 05, 2006 6:34 pm
Forum: Portage & Programming
Topic: emerge world up/downgrade media-libs/gst-plugins [solved]
Replies: 7
Views: 1511

I remember seeing something like this before on a different package, it is a pain in the ass. :/
this is how I fixed it:
echo "=media-libs/gst-plugins-0.8.12" >> /etc/portage/package.mask
granted that that will get you something that is static so you will have to check the updates for that every ...
  • Jump to post
by Kaddy
Wed Jul 05, 2006 6:30 pm
Forum: Installing Gentoo
Topic: installing 32bit kernel from 64bit system
Replies: 15
Views: 2005

make sure that you specify that it is a 32-bin install, once again, I think that this is an issue with 'make' itself.
what you will have to do is specify it in the package.keywords then general syntax is like this:
package-group/package archtype
so, for you to do that, you'd have to then add it ...
  • Jump to post
by Kaddy
Fri Jun 30, 2006 9:23 pm
Forum: Installing Gentoo
Topic: installing 32bit kernel from 64bit system
Replies: 15
Views: 2005

intramfs is a string not a boolean, you just have to comment it out and it should work for that part
also, instead of having to worry about rebuilding the kernel again and again, try this:
make mrproper ARCH=i386 && make ARCH=i386 oldconfig && make ARCH=i386 && make ARCH=i386 modules_install ...
  • Jump to post
by Kaddy
Fri Jun 30, 2006 8:37 pm
Forum: Installing Gentoo
Topic: installing 32bit kernel from 64bit system
Replies: 15
Views: 2005

Shan, it is a make thing, not quite sure HOW it does it, only that it does
you can do the whole 'force the arch' thing
OR, if you prefer to mess around with the Makefile, there is a line that looks like this
ARCH ?= $(SUBARCH)
take that out somehow, commenting works nice. and change it to this ...
  • Jump to post
by Kaddy
Fri Jun 30, 2006 8:27 pm
Forum: Portage & Programming
Topic: x11-proto/kbproto-1.0.2 MD5 checksum fails
Replies: 34
Views: 10749

I know
I'll try and throw something together tonight so that there isn't this HUGE issue with it for every one

on a little different note, I know that there is a failure in finding virtual/x11 after the kbproto
you might have to do it a little unorthodoxly in the sense that you'll have to do ...
  • Jump to post

Search found 29 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