<?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>BSDForen.de</title>
		<link>http://www.bsdforen.de</link>
		<description>BSDForen.de ist eine deutschsprachige Anlaufstelle bei Problem und Fragen zu den BSDs</description>
		<language>de</language>
		<lastBuildDate>Mon, 06 Feb 2012 09:03:17 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.bsdforen.de/images/bsdforen/misc/rss.jpg</url>
			<title>BSDForen.de</title>
			<link>http://www.bsdforen.de</link>
		</image>
		<item>
			<title>PPP disconnects</title>
			<link>http://www.bsdforen.de/showthread.php?t=27467&amp;goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 22:25:51 GMT</pubDate>
			<description>Seit ewigkeiten habe ich nun schon ein sehr nerviges Problem. 
 
Da mein FBSD Router nur einen LAN Port hat, habe ich mir einen USB Ethernet Adapter gekauft (DLink DUBE100; ASIX Chipsatz). Eigentlich sollter er unter FBSD 8.* out of the box laufen. Der PPP Dämon wählt sich über das physische IF...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Seit ewigkeiten habe ich nun schon ein sehr nerviges Problem.<br />
<br />
Da mein FBSD Router nur einen LAN Port hat, habe ich mir einen USB Ethernet Adapter gekauft (DLink DUBE100; ASIX Chipsatz). Eigentlich sollter er unter FBSD 8.* out of the box laufen. Der PPP Dämon wählt sich über das physische IF (ue0) über PPPoE ein und erzeugt tun0.<br />
<br />
Nun zu dem Problem:<br />
Solange nur ein Rechner Pakete zu dem großen bösen Internet schicken möchte funktioniert alles.<br />
Bei zwei Rechnern funktioniert es meistens.<br />
Bei drei oder mehr Rechnern gibt es öfters disconnects.<br />
Vorallem wenn zwei Leute Online Spiele zocken, gibt es aller paar Minuten disconnects.<br />
Nun irgendwie sind das keine disconnects (zumindest nicht von Provider Seite), sondern der USB Adapter verweigert anscheinend aus irgendeinem unersichtlichen Grund seinen Dienst.<br />
Ich kann mich erst wieder erfolgreich einwählen, wenn ich per usbconfig den Adapter resete.<br />
<br />
Folgendes habe ich bereits erfolglos probiert:<br />
<br />
Den Pufferspeicher im TCP/IP Stack erhöht: net.inet.tcp.sendspace=128000<br />
net.inet.tcp.recvspace=128000<br />
<br />
Promiscuous Modus für ue0 und tun0 gesetzt (gelesen auf div. Mailinglisten)<br />
<br />
hw.usb.debug=1: Hat mir nicht weitergeholfen, da ich nicht genau weiß, nach was ich ausschau halten soll.<br />
<br />
Ich vermute es handelt sich hier um ein tiefgehenderes Problem, vlt. Treiberproblem.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=6">FreeBSD - Netzwerk</category>
			<dc:creator>redunix</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27467</guid>
		</item>
		<item>
			<title>X.org Update: Tester gesucht</title>
			<link>http://www.bsdforen.de/showthread.php?t=27466&amp;goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 20:38:24 GMT</pubDate>
			<description>Das FreeBSD X.org-Team sucht Tester für ein großes X.org-Update. Dies ist das erste Update seit langer Zeit und wird wahrscheinlich die entsprechend zerstörerischen Auswirkungen haben. Die größten Änderungen gegenüber dem derzeitigen Zustand sind: 
 
- xf86-video-nouveau wurde entfernt. Stattdessen...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Das FreeBSD X.org-Team sucht Tester für ein großes X.org-Update. Dies ist das erste Update seit langer Zeit und wird wahrscheinlich die entsprechend zerstörerischen Auswirkungen haben. Die größten Änderungen gegenüber dem derzeitigen Zustand sind:<br />
<br />
- xf86-video-nouveau wurde entfernt. Stattdessen sollte x11/nvidia-driver genutzt werden.<br />
<br />
- Die Unterstützung für KMS und GEM ist auf Seite der Ports nun Teil des Systems.<br />
<br />
- Es lebt eine alte X.org-Version (für Intel-Nutzer ohne KMS und GEM) gemeinsam mit einer neuen Version (für Intel-Nutzer mit KMS und GEM) im Portstree. Die beiden make.conf-Variablen &quot;WITH_NEW_XORG&quot; und &quot;WITH_KMS&quot; kontrollieren dies.<br />
<br />
Alles weitere steht in der E-Mail:<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Knock knock...<br />
<br />
The X11 Team is pleased to announce the next round of Xorg updates.<br />
Note that this is experimental so you really have to know what you are<br />
doing, read UPDATING in the repository, and follow our exact<br />
instructions. We are specifically looking for feedback from Intel, ATI<br />
and NVIDIA users.<br />
<br />
Summary of changes:<br />
<br />
xf86-video-nouveau has been removed along with the WITHOUT_NOUVEAU<br />
knob. We suggest switching to the nvidia blob. <br />
<br />
KMS Support [1]:<br />
Unfortunately, the intel KMS driver will only work for the latest<br />
FreeBSD 9-STABLE or 10-CURRENT users. The patch for HEAD current is<br />
named all.13.1.patch. The higher the version the newer the patch is.<br />
Other needed patches are already available in the Xorg update.<br />
<br />
HEAD Users:<br />
Get the latest patchset from Kib here: <br />
http://people.freebsd.org/~kib/drm/<br />
<br />
9-STABLE Users: <br />
'meowthink' is currently maintaining the backport to 9 STABLE.<br />
Make sure you have the latest FreeBSD 9-STABLE source.<br />
Get the patch from here:<br />
https://docs.google.com/leaf?id=0BxbPi2OX4_B-NWY3NWU3MzEtNDBjYy00NTljLThlZGItMWFlYjIyYjI4Yjk3&amp;hl=en_US<br />
<br />
Rebuild your Kernel and reboot.<br />
<br />
Known issuse:<br />
There will be a patch reject in the sys/dev/drm/i915_suspend.c file.<br />
The solution is to manually undo the expansion of the $FreeBSD: ....$<br />
tag, so it only saysis $FreeBSD$.<br />
<br />
Checkout Xorg Development Repo:<br />
You will need to install devel/subversion in order to checkout the xorg<br />
repo. Next, you will need to add WITH_NEW_XORG=yes in<br />
your /etc/make.conf if you want to try out the new Xorg and mesa.<br />
<br />
Intel users: note that if you are not qualified for the KMS patch, you<br />
shouldn't use WITH_NEW_XORG=yes because the old intel driver doesn't<br />
build with the new X server. If you are qualified, you should also set<br />
WITH_KMS=yes in /etc/make.conf. <br />
<br />
svn co https://trillian.chruetertee.ch/svn/ports/tags/xorg_7_5_2<br />
<br />
A small merge script to merge the svn checkout into the real portstree<br />
can be found here:<br />
<br />
http://people.freebsd.org/~miwi/xorg/xorgmerge<br />
<br />
The script is a modified version of the old kdemerge script. Please set<br />
the KDEDIR variable to the path of your X.org ports.<br />
<br />
After merging, run one of the following command, depending on which<br />
tool you use to manage your installed packages.<br />
<br />
&nbsp; &nbsp; portupgrade -af \*<br />
&nbsp; &nbsp; portmaster -a<br />
<br />
After installing these, you will have to rebuild all xf86-* ports. We<br />
will bump all related ports during the commit to the ports tree.<br />
<br />
Roadmap:<br />
<br />
Our current plan is to let the CFT running until the last weekend of<br />
February. We hope to get a lot feedback to solve as many problems as<br />
possible. So please help us to get the best xorg update ever in!<br />
<br />
<br />
Links:<br />
http://wiki.freebsd.org/Intel_GPU [1]<br />
http://wiki.freebsd.org/Xorg<br />
http://miwi.bsdcrew.de/2012/02/working-on-xorg-stuff/<br />
<br />
Your FreeBSD Xorg Team<br />
<br />
PS: Please reply to the x11@ mailing list. Cross posted due to the<br />
potentially disruptive nature of the change and need to get a wide<br />
variety of testers.<br />
<br />
-- <br />
+------------------oOO--(_)--OOo----------------+<br />
With best Regards,<br />
&nbsp; &nbsp; &nbsp; &nbsp; Martin Wilke (miwi_(at)_FreeBSD.org)</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable --></div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=7">FreeBSD - Anwendungen und Ports</category>
			<dc:creator>Yamagi</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27466</guid>
		</item>
		<item>
			<title>Freebsd und smartctl</title>
			<link>http://www.bsdforen.de/showthread.php?t=27465&amp;goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 14:11:14 GMT</pubDate>
			<description>Moin, moin, 
 
Hat sich bei smartctl etwas gändert bzw bei Freebsd 9 in hinsicht der Plattenbezeichung ? 
mit smartctl -a /dev/ad0 bzw -d ata -a /dev/ad0 kann ich keine information erhalten . 
 
mfg Michael</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Moin, moin,<br />
<br />
Hat sich bei smartctl etwas gändert bzw bei Freebsd 9 in hinsicht der Plattenbezeichung ?<br />
mit smartctl -a /dev/ad0 bzw -d ata -a /dev/ad0 kann ich keine information erhalten .<br />
<br />
mfg Michael</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=7">FreeBSD - Anwendungen und Ports</category>
			<dc:creator>Brusko</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27465</guid>
		</item>
		<item>
			<title>Firefox 10 - GPU Accelerated Windows</title>
			<link>http://www.bsdforen.de/showthread.php?t=27464&amp;goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 13:35:31 GMT</pubDate>
			<description>Hallo, 
 
mal wieder ein wenig herum geschnüffelt und herausgefunden, das unter FreeBSSD im Firefox 10 GPU Accelerated Windows möglich sind. 
Kann man überprüfen über eingeben von: 
 
Code: 
--------- 
about_:support 
--------- 
in der Firefox Adressbar.</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo,<br />
<br />
mal wieder ein wenig herum geschnüffelt und herausgefunden, das unter FreeBSSD im Firefox 10 GPU Accelerated Windows möglich sind.<br />
Kann man überprüfen über eingeben von:<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">about<b></b>:support</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->in der Firefox Adressbar.<br />
Steht dann ganz unten:<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">GPU Accelerated Windows 1/1 OpenGL</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->hat man volle Hardwarebeschleunigung.<br />
Dazu ist ein Grafiktreiber nötig, der <i>GLX_EXT_texture_from_pixmap</i> ermöglicht. Was auf FreeBSD zur Zeit wohl nur der <a href="http://www.freshports.org/x11/nvidia-driver/" target="_blank"><i>nvidia-driver</i></a> bringen wird.<br />
Aktivieren lässt sich die Hardwarebeschleunigung im Firefox dann über:<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">about<b></b>:config</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->in der Firefox Adressbar eingeben und den<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">layers.acceleration.force-enabled</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Schlüssel auf <i>true</i> stellen.<br />
Wenn alles gut geht, hat man dann nach einem Firefox Neustart volle Hardwarebeschleunigung.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=7">FreeBSD - Anwendungen und Ports</category>
			<dc:creator>Fusselbär</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27464</guid>
		</item>
		<item>
			<title>firefox-i18n-10 Problemchen</title>
			<link>http://www.bsdforen.de/showthread.php?t=27463&amp;goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 13:24:39 GMT</pubDate>
			<description><![CDATA[Hallo Gemeinde, 
ich hab 'n kleines Problem mit Firefox 10, genauer gesagt mit Firefox i18n-10. 
Bekomme einfach keine lokalisierte Oberfläche. Egal welche Sprache ich auswähle, 
es bleibt alles (Menü) in englisch. System ist FreeBSD-9.0-RELEASE-i386. 
Also ich hab schon ne Weile das WEB durforstet...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo Gemeinde,<br />
ich hab 'n kleines Problem mit Firefox 10, genauer gesagt mit Firefox i18n-10.<br />
Bekomme einfach keine lokalisierte Oberfläche. Egal welche Sprache ich auswähle,<br />
es bleibt alles (Menü) in englisch. System ist FreeBSD-9.0-RELEASE-i386.<br />
Also ich hab schon ne Weile das WEB durforstet und auch die Mailing-Listen<br />
aber entweder guck ich immer dran vorbei oder ich bin der einzige mit dem Problem.<br />
Weiß jemand Rat :confused:<br />
<br />
Gruß...</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=7">FreeBSD - Anwendungen und Ports</category>
			<dc:creator>Gulp</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27463</guid>
		</item>
		<item>
			<title>casualx turningtest</title>
			<link>http://www.bsdforen.de/showthread.php?t=27462&amp;goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 11:04:20 GMT</pubDate>
			<description>casualx turningtest</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>casualx turningtest</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=87">Turingtest</category>
			<dc:creator>casualx</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27462</guid>
		</item>
		<item>
			<title>Käfer(!?) bei freshports.org</title>
			<link>http://www.bsdforen.de/showthread.php?t=27461&amp;goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 09:55:28 GMT</pubDate>
			<description>Hallo zusammen, 
 
gerade ist mir bei freshports.org ein kleiner Käfer aufgefallen der oben durch das Bild schleicht. Wollte euch nur mal fragen ob das einen bestimmten Grund hat, oder ist der einzige Grund das Leute wie ich nach dem Grund fragen? :grumble: 
 
Grüße</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo zusammen,<br />
<br />
gerade ist mir bei freshports.org ein kleiner Käfer aufgefallen der oben durch das Bild schleicht. Wollte euch nur mal fragen ob das einen bestimmten Grund hat, oder ist der einzige Grund das Leute wie ich nach dem Grund fragen? :grumble:<br />
<br />
Grüße</div>


	<br />
	<div style="padding:6px">

	
		<fieldset class="fieldset">
			<legend>Miniaturansicht angehängter Grafiken</legend>
			<div style="padding:3px">
			<!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->
<a href="http://www.bsdforen.de/attachment.php?attachmentid=2627&amp;d=1328435602" rel="Lightbox" id="attachment2627" target="_blank"><img class="thumbnail" src="http://www.bsdforen.de/attachment.php?attachmentid=2627&amp;stc=1&amp;thumb=1&amp;d=1328435602" border="0" alt="Klicke auf die Grafik für eine größere Ansicht

Name:	bug.png
Hits:	-
Größe:	113,5 KB
ID:	2627" /></a>
&nbsp;
<!-- END TEMPLATE: postbit_attachmentthumbnail -->
			</div>
		</fieldset>
	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=25">Geplauder</category>
			<dc:creator>christian83</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27461</guid>
		</item>
		<item>
			<title>FreeBSD-9, Leistung (Fehlersuche)</title>
			<link>http://www.bsdforen.de/showthread.php?t=27460&amp;goto=newpost</link>
			<pubDate>Sun, 05 Feb 2012 06:42:09 GMT</pubDate>
			<description>Morgen Zusammen, 
 
Also ich habe jetzt seit ein paar Wochen FreeBSD-9-64bit anstelle von einem Linux-64bit auf meinem Laptop (Intel Dual 2,1Ghz, 2gb Ram, 160gb HDD) laufen. 
 
Ich habe mich strikt an die FreeBSD Anleitungen gehalten und das System nun fertig konfiguriert. (IceWM, Worker, Xorg,...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Morgen Zusammen,<br />
<br />
Also ich habe jetzt seit ein paar Wochen FreeBSD-9-64bit anstelle von einem Linux-64bit auf meinem Laptop (Intel Dual 2,1Ghz, 2gb Ram, 160gb HDD) laufen.<br />
<br />
Ich habe mich strikt an die FreeBSD Anleitungen gehalten und das System nun fertig konfiguriert. (IceWM, Worker, Xorg, Chrome, Sylpheed,...) Dabei habe ich auf recht leichte Programme gesetzt, und trotzdem eine relativ schlechte Performence was Browser (Firefox ist ganz schlimm) angeht. Programme starten nun auch nicht soo flott und der RAM verbrauch ist auch mMn sehr hoch.<br />
<br />
Da ich noch nicht so den Plan von BSD habe kann ich auch nicht sagen ob ich alles brauche was bei mir im System an Diensten etc an ist.<br />
Unter Linux hatte ich ne Ramauslastung nach dem Systemstart von 80MB (mit aktiviertem &quot;prelink&quot; und &quot;preload&quot; und bei FBSD das doppelte). Teilweise wird sogar etwas in den Swap geladen oO welchen ich sonst fast immer aus hatte.<br />
Swap hatte ich vllt mal in Benutzung bei großen Bildbearbeitungen oder Virtualbox:confused:<br />
<br />
Das ganze System ist halt total träge, kommt mir vor als hätte ich KDE4 mit allen Extras installiert.<br />
<br />
Wäre nett Ihr mir bei der Fehlersuche/Optimierung helfen könntet.<br />
Habe mal TOP angehängt.</div>


	<br />
	<div style="padding:6px">

	
		<fieldset class="fieldset">
			<legend>Miniaturansicht angehängter Grafiken</legend>
			<div style="padding:3px">
			<!-- BEGIN TEMPLATE: postbit_attachmentthumbnail -->
<a href="http://www.bsdforen.de/attachment.php?attachmentid=2625&amp;d=1328424123" rel="Lightbox" id="attachment2625" target="_blank"><img class="thumbnail" src="http://www.bsdforen.de/attachment.php?attachmentid=2625&amp;stc=1&amp;thumb=1&amp;d=1328424123" border="0" alt="Klicke auf die Grafik für eine größere Ansicht

Name:	2012-02-05-074057_1366x768_scrot.png
Hits:	-
Größe:	466,4 KB
ID:	2625" /></a>
&nbsp;
<!-- END TEMPLATE: postbit_attachmentthumbnail -->
			</div>
		</fieldset>
	

	

	

	

	</div>

<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=5">FreeBSD - Allgemein</category>
			<dc:creator>Ritsuka</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27460</guid>
		</item>
		<item>
			<title>Falsche Auflösung, richtige xorg.conf?</title>
			<link>http://www.bsdforen.de/showthread.php?t=27459&amp;goto=newpost</link>
			<pubDate>Sat, 04 Feb 2012 11:15:52 GMT</pubDate>
			<description><![CDATA[Hi Zusammen, 
ich habe meine Xorg.conf eig. richtig eingestellt (glaube ich zumindest) aber mein Laptop nimmt die Auflösung (1366x768) nicht an und steht immer auf 1024x768. 
 
Hier die beartbeiteten Stellen aus "etc/X11/xorg.conf" 
 
 
Code: 
--------- 
Section "Monitor" 
	Identifier   "Monitor0"]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi Zusammen,<br />
ich habe meine Xorg.conf eig. richtig eingestellt (glaube ich zumindest) aber mein Laptop nimmt die Auflösung (1366x768) nicht an und steht immer auf 1024x768.<br />
<br />
Hier die beartbeiteten Stellen aus &quot;etc/X11/xorg.conf&quot;<br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Section &quot;Monitor&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Identifier&nbsp;  &quot;Monitor0&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; VendorName&nbsp;  &quot;Monitor Vendor&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; ModelName&nbsp; &nbsp; &quot;Monitor Model&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; HorizSync&nbsp; &nbsp; &nbsp; &nbsp; 30-107<br />
&nbsp; &nbsp; &nbsp; &nbsp; VertRefresh&nbsp; &nbsp; &nbsp; &nbsp; 38-120<br />
EndSection<br />
<br />
Section &quot;Screen&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Identifier &quot;Screen0&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Device&nbsp; &nbsp;  &quot;Card0&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; Monitor&nbsp; &nbsp; &quot;Monitor0&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; DefaultDepth 24<br />
&nbsp; &nbsp; &nbsp; &nbsp; SubSection &quot;Display&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Viewport&nbsp;  0 0<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Depth&nbsp; &nbsp; &nbsp; &nbsp; 24<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Modes &quot;1366x768&quot;<br />
&nbsp; &nbsp; &nbsp; &nbsp; EndSubSection<br />
EndSection</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->Also entweder muss ich die Datei noch woanders hinkopieren oder das ist das falsh:confused:<br />
<br />
Naja würde mich über Tipps freuen, Danke schonmal!</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=5">FreeBSD - Allgemein</category>
			<dc:creator>Ritsuka</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27459</guid>
		</item>
		<item>
			<title>WLAN-Router</title>
			<link>http://www.bsdforen.de/showthread.php?t=27458&amp;goto=newpost</link>
			<pubDate>Fri, 03 Feb 2012 16:32:37 GMT</pubDate>
			<description>Hoi! 
 
Nachdem ich mein Internetanschluss aufgebohrt habe brauch ich einen neuen Router. Der alter ist eh Mist in sofern kann ich ihn endlich austauschen. 
 
Ich hab mich bissl umgesehen, bin aber ehrlich gesagt was das ganzen Thema an geht nicht sooo Up to Date... Da dachte ich mir evtl kann mir...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hoi!<br />
<br />
Nachdem ich mein Internetanschluss aufgebohrt habe brauch ich einen neuen Router. Der alter ist eh Mist in sofern kann ich ihn endlich austauschen.<br />
<br />
Ich hab mich bissl umgesehen, bin aber ehrlich gesagt was das ganzen Thema an geht nicht sooo Up to Date... Da dachte ich mir evtl kann mir jemand von euch was empfehlen wo schon Erfahrungen vorliegen.<br />
<br />
Anforderungen:<br />
- WLAN-Router<br />
- Integrierter LAN Switch für 4 PCs<br />
- 1000 MBit LAN<br />
- aktueller WLAN-Standard (meine Geräte können zwar erst 54MBit, aber Zukunftssicher)<br />
- gute WLAN-Reichweite (der alte Router hat nicht mal alle Zimmer im 3ZKB erreicht).<br />
- Anschluss an KabelModem (KabelBW - 100MBit)<br />
- logisch: WPA2<br />
<br />
Im Auge hatte ich nun den &quot;Netgear WNDR3700 RangeMax Dual Band&quot;... Aber ob der was taugt...?!<br />
<br />
Was meint ihr?</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=29">Hardware</category>
			<dc:creator>Rakor</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27458</guid>
		</item>
		<item>
			<title>raidz mit 4 platten startet nicht, wenn eine hdd entfernt wird</title>
			<link>http://www.bsdforen.de/showthread.php?t=27457&amp;goto=newpost</link>
			<pubDate>Fri, 03 Feb 2012 16:12:41 GMT</pubDate>
			<description>hallo, 
 
mein HP N36L mit 4 Platten im raidz startet leider nicht, wenn eine (egal welche, hab alle probiert) platte rausgenommen ist. 
 
Bild: http://www.abload.de/thumb/img_013426jo9.jpg  (http://www.abload.de/image.php?img=img_013426jo9.jpg) 
 
 
Code: 
--------- 
NAME                          ...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>hallo,<br />
<br />
mein HP N36L mit 4 Platten im raidz startet leider nicht, wenn eine (egal welche, hab alle probiert) platte rausgenommen ist.<br />
<br />
<a href="http://www.abload.de/image.php?img=img_013426jo9.jpg" target="_blank"><img src="http://www.abload.de/thumb/img_013426jo9.jpg" border="0" alt="" /></a><br />
<br />
<!-- BEGIN TEMPLATE: bbcode_code_printable -->
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">NAME&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  USED&nbsp; AVAIL&nbsp; REFER&nbsp; MOUNTPOINT<br />
zdata&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 234M&nbsp; 7.07T&nbsp; &nbsp; 32K&nbsp; /data<br />
zdata/jails&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 234M&nbsp; 7.07T&nbsp; &nbsp; 38K&nbsp; /data/jails<br />
zroot&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  4.60G&nbsp; 34.5G&nbsp;  672M&nbsp; legacy<br />
zroot/tmp&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  38K&nbsp; 34.5G&nbsp; &nbsp; 38K&nbsp; /tmp<br />
zroot/usr&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  3.82G&nbsp; 34.5G&nbsp; 3.82G&nbsp; /usr<br />
zroot/var&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 130M&nbsp; 34.5G&nbsp;  130M&nbsp; /var</code><hr />
</div>
<!-- END TEMPLATE: bbcode_code_printable -->das sollte doch nicht so sein. hat mir jemand ne idee?<br />
<br />
Grüße</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=5">FreeBSD - Allgemein</category>
			<dc:creator>rakso</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27457</guid>
		</item>
		<item>
			<title>Devices feste devicenamen geben</title>
			<link>http://www.bsdforen.de/showthread.php?t=27456&amp;goto=newpost</link>
			<pubDate>Fri, 03 Feb 2012 12:37:07 GMT</pubDate>
			<description>Hi, 
 
ich habe insgesamt 4 USB Sticks an meinem FreeBSD hängen, die alle spezifische Aufgaben haben. (log repository etc) 
Jetzt ist mir es schon ein paar mal passiert, dass ich die in einer falschen Reigenfolge an die USB Ports gesteckt hab und dann bei einem reboot Probleme bekommen habe: 
 
Ich...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hi,<br />
<br />
ich habe insgesamt 4 USB Sticks an meinem FreeBSD hängen, die alle spezifische Aufgaben haben. (log repository etc)<br />
Jetzt ist mir es schon ein paar mal passiert, dass ich die in einer falschen Reigenfolge an die USB Ports gesteckt hab und dann bei einem reboot Probleme bekommen habe:<br />
<br />
Ich habe in der fstab die Mountponts auf die spezifischen Devices da* gesetzt - jetzt bekommen die aber, sobald ich die Reihenfolge an den USB Ports ändere, andere Devicenamen zugewiesen, was dann natürlich beim mounten Chaos verursacht.<br />
<br />
Kann ich irgendwie meinen Devices feste Namen zuweisen?<br />
Also Gerät an ugen1.6 immer da3 oder ähnliches?<br />
<br />
Danke schonmal!</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=5">FreeBSD - Allgemein</category>
			<dc:creator>michaelffm</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27456</guid>
		</item>
		<item>
			<title>turingtest</title>
			<link>http://www.bsdforen.de/showthread.php?t=27455&amp;goto=newpost</link>
			<pubDate>Thu, 02 Feb 2012 21:34:02 GMT</pubDate>
			<description>turingtest</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>turingtest</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=87">Turingtest</category>
			<dc:creator>mozgan</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27455</guid>
		</item>
		<item>
			<title>PcBsd - Samba Client Problem</title>
			<link>http://www.bsdforen.de/showthread.php?t=27454&amp;goto=newpost</link>
			<pubDate>Thu, 02 Feb 2012 19:05:43 GMT</pubDate>
			<description>Hallo Forum. Ich habe auf meinem 2ten Rechner PcBsd installiert und auf dem 1ten Pc eine Freigabe eingerichtet (win7). Mit Linux habe ich keine Probleme , nur bei PcBsd klemmts irgendwo. Der Dateimanager sieht den Server kann aber nicht drauf ihn zugreifen. 
Ich habe alles probiert was im meinem...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>Hallo Forum. Ich habe auf meinem 2ten Rechner PcBsd installiert und auf dem 1ten Pc eine Freigabe eingerichtet (win7). Mit Linux habe ich keine Probleme , nur bei PcBsd klemmts irgendwo. Der Dateimanager sieht den Server kann aber nicht drauf ihn zugreifen.<br />
Ich habe alles probiert was im meinem FreeBsd Buch steht und alles was ich im Internet finden konnte.<br />
Ich habe folgende Fehlermeldung..unbekannter Rechner upnp ms:// <br />
<br />
Bitte um Hilfe. Ich möchte nicht das mein Ausflug in die Bsd Welt am Samba Server scheitert<br />
Danke für Eure Hilfe.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=84">PCBSD</category>
			<dc:creator>tux76</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27454</guid>
		</item>
		<item>
			<title>Turingtest</title>
			<link>http://www.bsdforen.de/showthread.php?t=27453&amp;goto=newpost</link>
			<pubDate>Thu, 02 Feb 2012 13:57:22 GMT</pubDate>
			<description>sonst nichts.</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>sonst nichts.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.bsdforen.de/forumdisplay.php?f=87">Turingtest</category>
			<dc:creator>SONOiO</dc:creator>
			<guid isPermaLink="true">http://www.bsdforen.de/showthread.php?t=27453</guid>
		</item>
	</channel>
</rss>

