Cooking with Linux - It's a Cross Platform, All Right!
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- Designing Electronics with Linux
- New Products
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Dynamic DNS—an Object Lesson in Problem Solving
- Using Salt Stack and Vagrant for Drupal Development
- Linux Systems Administrator
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- Web & UI Developer (JavaScript & j Query)
- Reply to comment | Linux Journal
29 min 48 sec ago - Dynamic DNS
1 hour 3 min ago - Reply to comment | Linux Journal
2 hours 2 min ago - Reply to comment | Linux Journal
2 hours 52 min ago - Not free anymore
6 hours 54 min ago - Great
10 hours 41 min ago - Reply to comment | Linux Journal
10 hours 49 min ago - Understanding the Linux Kernel
13 hours 4 min ago - General
15 hours 34 min ago - Kernel Problem
1 day 1 hour ago




Comments
Samba 3.x
SMB4K Not work in samba 3.x correctly...
Re: Samba 3.x
Yes it does. I'm Using version 3.0.2a Mandrake 10 works perfectly
Re: It's a Cross Platform, All Right!
The date on this article is Thursday, July 01, 2004
we are only June 10
An error occurred while loading smb:/
I make quite a lot of use of smbclient from the command line so I was very pleased to see this article. However, when I tried out his first suggestion of using konqueror to join my network neighbourhood I got this message when I typed smb:/ into the Location field. I've googled this error message but not really got anything useful. I am using Konqueror 3.1.1 on KDE 3.1.5 and Kernel 2.2.20.
"An error occured while loading smb:/:
Could not start process Unable to create io-slave:
klauncher said: Error loading 'kio_smb'."
Nigel
kio_smb
i had to install samba and openldap-client.
After that Konqueror could brows via smb:/
solved on my system by
solved on my system by ensuring that libsmbclient.so (installed to /usr/local/samba/lib/ by make install of samba from source) was symlinked from /usr/lib/
ldd of kio_smb.so was how I figured it out - there was a dynamic link dependency reporting "Not found".
Needed a symlink as libsmbclient.so.0 btw.
H
Thanks.
libsmbclient.so.0 was not found in my case.
# locate kio_smb.so
/usr/lib/kde3/kio_smb.so
# ldd /usr/lib/kde3/kio_smb.so|grep 'not f'
libsmbclient.so.0 => not found
# yum -y install libsmbclient
Check that you have kio_smb i
Check that you have kio_smb io-slave. There was reported an error with samba 3.0.8, that kdebase would not compile samba support. The same happens if you do not have samba on your system.
Re: An error occurred while loading smb:/
Could it be that you need another slash (/) at the end of the line? eg: smb://
Re: An error occurred while loading smb:/
I'd suggest that you would upgrade your KDE setup, it's quite old.
It's possible, that your samba libraries (libsmb) are not compatible with kio_smb -ioslave.