Forums

Skip to content

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

Search found 77 matches

Go to advanced search

Advanced search
Search found 77 matches
  • 1
  • 2
  • 3
  • 4
  • Next
by your_WooDness
Thu Apr 11, 2013 7:18 am
Forum: Networking & Security
Topic: dnsmasq issues -- not resolving all hostnames
Replies: 3
Views: 7146

Hi,

you should check the /etc/hosts and /etc/resolv.conf files of the DNS clients. Best would be that /etc/hosts only contains entries for localhost, /etc/resolv.conf should be same everywhere or better should be written by dhcp client. But check if there are search pathes added.
Another file that ...
  • Jump to post
by your_WooDness
Tue Apr 09, 2013 5:08 pm
Forum: Networking & Security
Topic: mount problems
Replies: 2
Views: 3870

Hi,

why don't you use autofs to mount your folders. It will automatically tries to remount the folders of the connection is dropped.

W00d
  • Jump to post
by your_WooDness
Sun Mar 24, 2013 6:19 pm
Forum: Other Things Gentoo
Topic: remote desktop Problem
Replies: 6
Views: 5353

Hi,

maybe the port is blocked that is used for rdesktop. I think it's 3389. Might also be that the firewall is blocking RDP...

w00d
  • Jump to post
by your_WooDness
Sat Feb 09, 2013 9:37 am
Forum: Kernel & Hardware
Topic: Runaway clock
Replies: 4
Views: 5528

Hey,

had a similar problem with an AMD based server and an CentOS where the clock had to resync very often. For me it fixed the problem by appending "disable_timer_pin_1" to the kernel in grub.

w00d
  • Jump to post
by your_WooDness
Sat Feb 02, 2013 10:44 am
Forum: Networking & Security
Topic: Network routing and redundancy question
Replies: 8
Views: 4677

Hi,

normally it shouldn't matter, but it might depend on your iptable configuration and if it binds to IP addresses. For automatic failover you could use ucarp or corosync/pacemaker whereas ucarp should be sufficient for your needs. I haven't configured ucarp yet, but a friend told me about it and ...
  • Jump to post
by your_WooDness
Sat Jan 26, 2013 10:52 am
Forum: Other Things Gentoo
Topic: bonding
Replies: 4
Views: 4826

Hi,

trunking / bonding normally only uses the aggregated bandwidth when the bond get's more connections. So with xmit_hash_policy layer2, a connection between the peers is setup through one interface, due to the MAC base selection of the path.
I think xmit_hash_policy layer3+4 will try to ...
  • Jump to post
by your_WooDness
Tue Jun 26, 2012 4:36 am
Forum: Networking & Security
Topic: [Solved] Ethernet - Multiple incompatible configurations
Replies: 3
Views: 1676

Hi,

any reasons for not using a Networkmanager? wicd e.g. also has a tui interface for non-X.

WooD
  • Jump to post
by your_WooDness
Tue Apr 03, 2012 4:53 am
Forum: Networking & Security
Topic: What's wong with this dhcpd configuration?
Replies: 3
Views: 6907

Hi there,

concerning the subnet...the subnet decleration should be rather

subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.5 192.168.1.254;
}

than

subnet 192.168.1.1 netmask 255.255.255.0 {
range 192.168.1.5 192.168.1.254;
}
You should check the option "deny booting;" and if ...
  • Jump to post
by your_WooDness
Sat Jan 14, 2012 2:59 pm
Forum: Portage & Programming
Topic: AMD Bulldozer CPU (8-Core); can't build icu, glibc, gcc
Replies: 3
Views: 2889

Hej,

you should update to the latest GCC compiler to include BMI and TBM ( -mbmi / -mtbm ). At the office we played a bit with the -mbmi GCC option with a GCC 4.6.2 and had a real performance boost with benchmarks and this flag. Not sure if the -mtbm also boosts performance, need more time for ...
  • Jump to post
by your_WooDness
Sat Dec 31, 2011 12:40 pm
Forum: Multimedia
Topic: cannot emerge mediatomb
Replies: 3
Views: 4217

Hi,

seems as if you need to update more packages. I think best would be to run revdep-rebuild.
Looks like one of the packages is ffmpeg that needs to be updated....

WooD
  • Jump to post
by your_WooDness
Sat Jun 04, 2011 2:28 pm
Forum: Networking & Security
Topic: Forgot BIOS password
Replies: 4
Views: 3687

Hi,

maybe the BIOS flashing tool can erase the CMOS and the password. Not sure if the BIOS flash tool for that laptop has such an option...

WooD
  • Jump to post
by your_WooDness
Fri Jun 03, 2011 4:20 pm
Forum: Installing Gentoo
Topic: IPMI starters guide?
Replies: 2
Views: 9547

Hi,

normally you can find the username and password for IPMI in the manual of the server manufacturer. At Supermicro servers the default login normally is ADMIN/ADMIN.
You should be able to access the IPMI BMC also locally, without login, when you are logged in to the server. You need to load the ...
  • Jump to post
by your_WooDness
Thu Jun 02, 2011 10:33 am
Forum: Other Things Gentoo
Topic: emerging sys-power/nut: cgi scripts missing
Replies: 2
Views: 2558

Hi,

do you have the "cgi" useflag enabled? This should do the trick and install the cgi-scripts in /usr/share/nut/cgi.

WooD
  • Jump to post
by your_WooDness
Wed Jun 01, 2011 10:08 am
Forum: Other Things Gentoo
Topic: Missing disk size on Raid [Solved]
Replies: 11
Views: 5490

Hi Sedrik,

do not use fdisk for partitionig disks that are bigger than 2TB. The reason is that you need to write a GPT label on your /dev/md0 as the normal msdos layout can only handle 2TB disks. You will also have to partition your /dev/md0 with parted.
If you write a new disk-label ( GPT ) all ...
  • Jump to post
by your_WooDness
Wed Jun 01, 2011 9:38 am
Forum: Other Things Gentoo
Topic: Rsync User Profiles?
Replies: 3
Views: 3135

Hey,

why creating users on the second server. You could use LDAP or NIS instead to distribute the users to other servers. Best would be to mount the /home directory via NFS on the second server, so the user homes are available.
If it's just a backup of /home and the users do not login on the ...
  • Jump to post
by your_WooDness
Sat Feb 19, 2011 1:06 am
Forum: Networking & Security
Topic: Multiple NIC problems
Replies: 7
Views: 4713

Hi DeathCount,

this is because of the so called "arp flux". If you have several NICs in one subnet, the first NIC will answer on the MAC layer address for all addresses on the subnet. So all arp tables of switches and other servers will have only one MAC address for, in your case three IP addresses ...
  • Jump to post
by your_WooDness
Mon Nov 15, 2010 7:03 am
Forum: Installing Gentoo
Topic: Won't connect to Internet [SOLVED]
Replies: 8
Views: 4541

Hi,

can you post the output of "ifconfig -a", "lsmod" and "lspci -v"

WooD
  • Jump to post
by your_WooDness
Fri Nov 05, 2010 8:32 am
Forum: Multimedia
Topic: [solved]How to extract sounds from a video?
Replies: 5
Views: 3725

Hi,

you could try this one:

Code: Select all

ffmpeg -i <video_file> -acodec libmp3lame -ar 44100 -ab 128k -ac 2 <mp3_file>
WooD
  • Jump to post
by your_WooDness
Fri Nov 05, 2010 8:06 am
Forum: Multimedia
Topic: [solved]How to extract sounds from a video?
Replies: 5
Views: 3725

Hi,

you could use a GUI such as avidemux2 or ffmepg on the command line: ffmpeg -i <video_file> -acodec copy <mp3_file>

WooD
  • Jump to post
by your_WooDness
Tue Oct 26, 2010 7:28 am
Forum: Kernel & Hardware
Topic: Laptop: ATI M. Radeon HD 5870 or NVidia GeForce GTX 460M?
Replies: 16
Views: 5778

Hi,

alright there seems to have been problems with the nvidia cards and those drivers. But the article is not only about issues of nvidia but also about Intel graphic chips and ATI, where the ATI sections do have a lot of "todo" still...
Nevertheless, the driver version this article is about are ...
  • Jump to post
by your_WooDness
Sat Oct 23, 2010 2:45 pm
Forum: Kernel & Hardware
Topic: Laptop: ATI M. Radeon HD 5870 or NVidia GeForce GTX 460M?
Replies: 16
Views: 5778

Hi fklama,

I would go for the Nvidia card if you want to do GPU programming stuff. The CUDA toolkit and framework are good documented and I think Nvidia is doing a better job in GPU programming than ATI does.
With CUDA you have all the APIs and compilers for the GPU related programming stuff ...
  • Jump to post
by your_WooDness
Sat Oct 23, 2010 7:07 am
Forum: Kernel & Hardware
Topic: Laptop: ATI M. Radeon HD 5870 or NVidia GeForce GTX 460M?
Replies: 16
Views: 5778

Hi,

don't buy a laptop with a ATI graphics card. The driver support for linux is really bad with ATI. The Nvidia drivers for linux are well programmed and do their job and just work out of the box. Unfortunately it's not a open source driver, but if you plan to use your laptop instead of ...
  • Jump to post
by your_WooDness
Thu Oct 21, 2010 4:11 pm
Forum: Networking & Security
Topic: How to see what is uploaded/downloaded from my samba/ssh ser
Replies: 3
Views: 2607

Hi,

I think netwatch can split up the traffic into the different protocols, but I am not sure. Maybe you should have a look at it...

WooD
  • Jump to post
by your_WooDness
Wed Oct 20, 2010 1:29 pm
Forum: Multimedia
Topic: VLC crashes when trying to emerge. help please
Replies: 4
Views: 3816

Hi,

looks like the emerge is missing libGL.so --> /usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lGL
I have checked which package has the libGL.so file on my installation and I have found two (???):


/usr/lib64/opengl/nvidia/lib/libGL.so
--> x11-drivers ...
  • Jump to post
by your_WooDness
Wed Oct 20, 2010 8:01 am
Forum: Kernel & Hardware
Topic: Can't mount USB disks
Replies: 3
Views: 2293

Hi,

looks like the PolicyKit is denying the access to the media. You can have a look at the policykit manpages, but I think it's easier to set the correct permissions with a GUI like policykit-gnome. There you will have:


org --> freedesktop --> hal --> storage --> Mount file systems from ...
  • Jump to post

Search found 77 matches
  • 1
  • 2
  • 3
  • 4
  • 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