<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Linux Forums - Gentoo Linux Help</title>
		<link>http://www.linuxforums.org/forum/</link>
		<description>For help and discussion related to Gentoo Linux</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:17:23 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxforums.org/forum/linux2/misc/rss.jpg</url>
			<title>Linux Forums - Gentoo Linux Help</title>
			<link>http://www.linuxforums.org/forum/</link>
		</image>
		<item>
			<title>Openldap broke my PDC+Mail Server</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155821-openldap-broke-my-pdc-mail-server.html</link>
			<pubDate>Mon, 16 Nov 2009 09:46:42 GMT</pubDate>
			<description>Hi my friends. 
 
I was running world +revdep-rebuild, this process reinstall and install some packages, one of them was openldap(2.4.19) 
...</description>
			<content:encoded><![CDATA[<div>Hi my friends.<br />
<br />
I was running world +revdep-rebuild, this process reinstall and install some packages, one of them was openldap(2.4.19)<br />
<br />
dev-perl/perl-ldap-0.39 (0)<br />
[I--] [ ] dev-python/python-ldap-2.3.9 (0)<br />
[I--] [ ] net-nds/openldap-2.4.19 (0)<br />
[I--] [ ] net-nds/smbldap-tools-0.9.4-r1 (0)<br />
[I--] [ ] sys-auth/nss_ldap-258 (0)<br />
[I--] [ ] sys-auth/pam_ldap-183 (0)<br />
<br />
After this my PDC with samba start doing nasty things, I lost Users ID maps, example, this is the home folder:<br />
<br />
drwx------ 4 1001 users 4096 Apr 27 2007 X<br />
drwx------ 4 522 users 4096 Apr 27 2007 Y<br />
drwxr-xr-x 2 root root 4096 Nov 11 2007 Z<br />
<br />
The folders rights now appear as numbers not the username as before.<br />
<br />
If I try to add a user to my domain:<br />
<br />
smbldap-useradd -m -a W<br />
Can't call method &quot;get_value&quot; on an undefined value at /usr/sbin/smbldap-useradd line 204, &lt;DATA&gt; line 466.<br />
<br />
This is the line:<br />
<br />
$userGroupSID = $group_entry-&gt;get_value('sambaSID');<br />
<br />
I still have some libraries pointing to 2.3, looks like is because for compatibility.<br />
<br />
If I try to change a user folder:<br />
<br />
chown X:&quot;Domain Users&quot; again, the system just put the UID numbers.<br />
<br />
I can get user data from ldap:<br />
<br />
getent passwd | grep X<br />
pmoreno:x:603:100:XX:/home/X:/bin/bash<br />
root:x:0:0:root,,,X,:/home/root:/bin/false<br />
<br />
mail home # smbldap-usershow Y<br />
dn: uid=Y,ou=Users,dc=DOM,dc=com<br />
shadowFlag: 134538308<br />
shadowMin: -1<br />
displayName: Y Y<br />
uid: Y<br />
shadowInactive: -1<br />
uidNumber: 10014<br />
gidNumber: 513<br />
sn: Y<br />
shadowWarning: 7<br />
homeDirectory: /home/Y<br />
givenName: Y<br />
shadowExpire: 0<br />
cn: Y Y<br />
mail: Y#DOM.com<br />
gecos:<br />
objectClass: inetOrgPerson,posixAccount,shadowAccount,top,perso  n,mailAccount<br />
mailbox: /home/Y/Maildir/<br />
mailuserquota: 0<br />
maildrop: Y<br />
mailenable: OK<br />
loginShell: /sbin/nologin<br />
userPassword: {CRYPT}VFVWrFpeETWaY<br />
shadowLastChange: 14561<br />
shadowMax: 9999<br />
<br />
mail home # net groupmap list<br />
Domain Admins (S-1-5-21-4251222264-2305318005-1441703024-512) -&gt; 512<br />
Backup Operators (S-1-5-32-551) -&gt; 551<br />
Administrators (S-1-5-32-544) -&gt; 544<br />
Domain Users (S-1-5-21-4251222264-2305318005-1441703024-513) -&gt; 513<br />
Domain Guests (S-1-5-21-4251222264-2305318005-1441703024-514) -&gt; 514<br />
users (S-1-5-21-4251222264-2305318005-1441703024-1201) -&gt; users<br />
Print Operators (S-1-5-32-550) -&gt; 550<br />
Domain Computers (S-1-5-21-4251222264-2305318005-1441703024-515) -&gt; 515<br />
Replicators (S-1-5-32-552) -&gt; 552<br />
Account Operators (S-1-5-32-548) -&gt; 548<br />
Users (S-1-5-32-545) -&gt; 10000<br />
test (S-1-5-21-4251222264-2305318005-1441703024-1033) -&gt; 65537<br />
altiview (S-1-5-21-4251222264-2305318005-1441703024-1046) -&gt; 65538<br />
mis (S-1-5-21-4251222264-2305318005-1441703024-1050) -&gt; 65540<br />
quickb (S-1-5-21-4251222264-2305318005-1441703024-1053) -&gt; 65541<br />
<br />
mail home # slapcat | grep X<br />
dn: uid=X,ou=Users,dc=DOM,dc=com<br />
uid: X<br />
homeDirectory: /home/X<br />
mailbox: /home/X/Maildir/<br />
mail: X#DOM.com<br />
memberUid: X<br />
gecos: root,,,X<br />
homePhone: X<br />
memberUid: X<br />
memberUid: X<br />
memberUid: X<br />
<br />
Nos lets see what happen in a centos client:<br />
<br />
smbclient //DFD-server/pro -U W<br />
Password:<br />
Domain=[DOM] OS=[Unix] Server=[Samba 3.0.33-3.15.el5_4]<br />
tree connect failed: NT_STATUS_NO_SUCH_USER<br />
[root#sdsdds ~]# smbclient //DFD-server/pro -U W<br />
<br />
and in the same machine:<br />
<br />
getent passwd | grep W<br />
W:x:10026:513:W W:/home/W:/bin/bash<br />
<br />
The issue we have with the mail server for example, with some users it say that the folder doesn't have the right UID/GID as u read before, the folder does only show me the UID/GUI in numbers, in this case the home folder of that users have his UID/GID number. <br />
<br />
Is very strange this, someone could point me where could be the issue and how to fixit? Do I have to switch back to 2.3?<br />
<br />
Thanks !!<br />
<br />
samba 2.0.36.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>klabacita</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155821-openldap-broke-my-pdc-mail-server.html</guid>
		</item>
		<item>
			<title>Lan card</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155711-lan-card.html</link>
			<pubDate>Fri, 13 Nov 2009 15:20:50 GMT</pubDate>
			<description>Hi all, i need i a little help: 
I have an old computer that don`t have usb ports and don`t support LAN cards with RJ5 connector, only support old...</description>
			<content:encoded><![CDATA[<div>Hi all, i need i a little help:<br />
I have an old computer that don`t have usb ports and don`t support LAN cards with RJ5 connector, only support old cards and its not compatible with my modem, so i have a idea: i`ll create a script that communicate with the card driver and with the modem to make the same processes the card make, so the card driver will communicate with a script that communicate with the modem.<br />
But i have 2 problems:<br />
first one is that i can`t find any datasheet of any card anywhere, i searched on google and in datasheets sites, but i didn`t found it, so, if anyone know about one datasheet of one Lan card please say me, and, the another problem is how to control the serial port using C, i mean, how to know wich port is wich pin on the serial port.<br />
Tanks</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>guferr</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155711-lan-card.html</guid>
		</item>
		<item>
			<title>Gentoo RAID 10 Performance</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155585-gentoo-raid-10-performance.html</link>
			<pubDate>Tue, 10 Nov 2009 23:52:42 GMT</pubDate>
			<description>Hello Everyone, 
 
Here is my result and my best score so far :) so feel free to share yours achievements ;). 
 
Funny part is that this is seen via...</description>
			<content:encoded><![CDATA[<div>Hello Everyone,<br />
<br />
Here is my result and my best score so far :) so feel free to share yours achievements ;).<br />
<br />
Funny part is that this is seen via Putty:<br />
localhost ~ # hdparm -tT /dev/sda<br />
<br />
/dev/sda:<br />
 Timing cached reads:   2384 MB in  2.00 seconds = 1192.11 MB/sec<br />
 Timing buffered disk reads:  750 MB in  3.00 seconds = 249.67 MB/sec<br />
<br />
and this is seen via terminal console:<br />
localhost ~ # hdparm -tT /dev/sda<br />
<br />
/dev/sda:<br />
 Timing cached reads:   2398 MB in  2.00 seconds = 1198.53 MB/sec<br />
 Timing buffered disk reads:  748 MB in  3.00 seconds = 249.14 MB/sec<br />
<br />
same PC same drive :)<br />
<br />
Kind regards</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>Aquarius2009</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155585-gentoo-raid-10-performance.html</guid>
		</item>
		<item>
			<title>How do I stop TOP ?</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155473-how-do-i-stop-top.html</link>
			<pubDate>Sun, 08 Nov 2009 20:35:38 GMT</pubDate>
			<description><![CDATA[Its so cool to be able to start TOP by doing ALT + F2 from new terminal and typing "top" minus quotes..but how do I stop TOP.? sorry for all my...]]></description>
			<content:encoded><![CDATA[<div>Its so cool to be able to start TOP by doing ALT + F2 from new terminal and typing &quot;top&quot; minus quotes..but how do I stop TOP.? sorry for all my questions , and all my posts but i have a knowledge deficit in linux in general and gentoo in particular. Frank</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>frank56</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155473-how-do-i-stop-top.html</guid>
		</item>
		<item>
			<title>emerge gentoo-sources stalling i686 machine at applying 4400</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155471-emerge-gentoo-sources-stalling-i686-machine-applying-4400-a.html</link>
			<pubDate>Sun, 08 Nov 2009 20:13:00 GMT</pubDate>
			<description><![CDATA[emerge gentoo-sources stalling again at  
 
"Applying 4400_alpha-sysct1-uac.patch (-po+ ) ...". how long should I let this run? I let it run for...]]></description>
			<content:encoded><![CDATA[<div>emerge gentoo-sources stalling again at <br />
<br />
&quot;Applying 4400_alpha-sysct1-uac.patch (-po+ ) ...&quot;. how long should I let this run? I let it run for about 4 hours last night, then forced shutdown ( forgot there was a proper way of doing this).  Might this take two days or more..I have an athlon 1.2 gig and and Dsl connection. Frank<br />
<br />
TOP reporting rm command at the top. <br />
<br />
cpu usage varying form 20 % to 70%, memory total 514552k used 508330k <br />
swap ok on all columns with 405824k cached.<br />
<br />
Tasks 62 total, 2 running none stopped. dont know if that helps troubleshooting.</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>frank56</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155471-emerge-gentoo-sources-stalling-i686-machine-applying-4400-a.html</guid>
		</item>
		<item>
			<title>How do you terminate a program in gentoo?</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155448-how-do-you-terminate-program-gentoo.html</link>
			<pubDate>Sun, 08 Nov 2009 16:11:08 GMT</pubDate>
			<description>Sometimes, my installation from minimal install cd stalls at a particular step. Is there a way i can kill or shutdown that program or step and going...</description>
			<content:encoded><![CDATA[<div>Sometimes, my installation from minimal install cd stalls at a particular step. Is there a way i can kill or shutdown that program or step and going back to a previous step?<br />
I know I can run TOP and see what programs are running. But dont know how to kill or end one program without shutting down computer. Frank</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>frank56</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155448-how-do-you-terminate-program-gentoo.html</guid>
		</item>
		<item>
			<title>How can you save your install progess in gentoo?</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155429-how-can-you-save-your-install-progess-gentoo.html</link>
			<pubDate>Sun, 08 Nov 2009 02:24:40 GMT</pubDate>
			<description>Is there a way of saving your progress in a Gentoo install, I hate to have to start all over with each restart. Frank</description>
			<content:encoded><![CDATA[<div>Is there a way of saving your progress in a Gentoo install, I hate to have to start all over with each restart. Frank</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>frank56</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155429-how-can-you-save-your-install-progess-gentoo.html</guid>
		</item>
		<item>
			<title>Question on Pappy Seed</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155424-question-pappy-seed.html</link>
			<pubDate>Sun, 08 Nov 2009 00:49:49 GMT</pubDate>
			<description>While I am waiting for a response from Gentoo.  I will be using sysresd to build a Pappy seed. I have the lspci -n and cpinfo printed for my machine....</description>
			<content:encoded><![CDATA[<div>While I am waiting for a response from Gentoo.  I will be using sysresd to build a Pappy seed. I have the lspci -n and cpinfo printed for my machine. What I dont know is how to get through next step.. cd /usr/src-2.6.30-gentoo-r8. I untarred both stage3 and portage in this machine but its hanging up when it loading drivers. So I assume the kernel source must be there somewhere. I am opened to othe suggestions that will get gentoo up and running. Frank</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>frank56</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155424-question-pappy-seed.html</guid>
		</item>
		<item>
			<title>not able to install libflashplayer.so into my browser</title>
			<link>http://www.linuxforums.org/forum/gentoo-linux-help/155351-not-able-install-libflashplayer-so-into-my-browser.html</link>
			<pubDate>Fri, 06 Nov 2009 12:10:25 GMT</pubDate>
			<description><![CDATA[hi everybody 
 
my problem is i cant get youtube or whatever flash videos to run inside my 
browser ( Opera ). 
 
im on freeBSD, and i've installed...]]></description>
			<content:encoded><![CDATA[<div>hi everybody<br />
<br />
my problem is i cant get youtube or whatever flash videos to run inside my<br />
browser ( Opera ).<br />
<br />
im on freeBSD, and i've installed flashplayer4.x.x from the ports collection but they <br />
didn't work either.<br />
<br />
i went into adobe flash website to download the current package wich is flashplayer <br />
10 in a tar.gz file. and whenever i try to decompress the file i get a broken<br />
&quot;libflashplayer.so&quot; file. without the install-sh file they talk about in the other threads<br />
i red. <br />
<br />
i downloaded a good &quot;libflashplayer.so&quot; of flashplayer_v6 and tried to make &quot;opera&quot; <br />
the browser to take it from the preferences but &quot;NO&quot; it seems like the file is not <br />
ready yet to be recognized by the &quot;opera&quot;.<br />
<br />
they've also mentioned &quot;nswrapper&quot; but i couldnt get it from the ports.<br />
AND I&quot;VE HAD IT.<br />
<br />
please help, thank you</div>

]]></content:encoded>
			<category domain="http://www.linuxforums.org/forum/gentoo-linux-help/">Gentoo Linux Help</category>
			<dc:creator>hemi_426</dc:creator>
			<guid isPermaLink="true">http://www.linuxforums.org/forum/gentoo-linux-help/155351-not-able-install-libflashplayer-so-into-my-browser.html</guid>
		</item>
	</channel>
</rss>
