| Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-21-2010, 11:45 PM
|
#1
|
|
Member
Registered: Dec 2009
Posts: 171
Rep:
|
drbd failed to install in debian lenny.
guys i need some help..
i tried installing the drbd for replication of data.. i found some tutorials but when i tried installing it i spits out an error of
Code:
E: Package drbd8-module-source has no installation candidate
this is what i use to install it
Code:
apt-get install drbd8-utils drbd8-module-source drbd8-source build-essential
please help..
thnaks,
ron
|
|
|
|
04-22-2010, 12:14 AM
|
#2
|
|
Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 18 with Awesome WM
Posts: 6,796
|
Hello wakkana12,
Please don't 'double-post'! You pointed out the same question in your other thread which is still open. I provided an answer in that thread. Keeping relevant things together in one thread only is easier to follow up on it, both for you and for us.
If you feel that this is a problem that deserves a new thread than please mark the other one as solved if you consider it as such using the Thread Tools.
Kind regards,
Eric
|
|
|
|
04-22-2010, 12:27 AM
|
#3
|
|
Member
Registered: Dec 2009
Posts: 171
Original Poster
Rep:
|
sorry my bad, im gonna close the other thread,
its just that i thought it might be faster to get a reply.
Quote:
Originally Posted by EricTRA
Hello wakkana12,
Please don't 'double-post'! You pointed out the same question in your other thread which is still open. I provided an answer in that thread. Keeping relevant things together in one thread only is easier to follow up on it, both for you and for us.
If you feel that this is a problem that deserves a new thread than please mark the other one as solved if you consider it as such using the Thread Tools.
Kind regards,
Eric
|
|
|
|
|
04-22-2010, 12:27 AM
|
#4
|
|
Member
Registered: Dec 2009
Posts: 171
Original Poster
Rep:
|
yeah im using debian lenny on the 2 nodes. since the package is virtual how can i make my computer point to where it is since its really not on the repository?
sorry if i have many questions. i just got on to linux for a couple of months. this site really helped me a lot.. ^^
|
|
|
|
04-22-2010, 12:31 AM
|
#5
|
|
Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 18 with Awesome WM
Posts: 6,796
|
Quote:
Originally Posted by wakkana12
yeah im using debian lenny on the 2 nodes. since the package is virtual how can i make my computer point to where it is since its really not on the repository?
sorry if i have many questions. i just got on to linux for a couple of months. this site really helped me a lot.. ^^
|
Sorry, I didn't notice you marked the other thread as solved, so I'll just copy my post on that thread here and continue on this one.
Hello,
If you read the links I posted you'll see that drbd8-module-source is provided in drbd8-source (the first link I posted), so you will not find it separately in the repositories. Just install drbd8-source and you'll have what you need. The explanation of virtual package can be read in the second link I posted. Just use this command and you should be fine:
Code:
apt-get install drbd8-utils drbd8-source build-essential
And don't worry about having a lot of questions, let's hope that LQ can continue to provide the answers.
Kind regards,
Eric
|
|
|
|
04-22-2010, 12:45 AM
|
#6
|
|
Member
Registered: Dec 2009
Posts: 171
Original Poster
Rep:
|
i was kinda confused earlier 'coz i went to the site of drbd and the command given there includes the drbd8-module-source so i was thinking that it's required to have that.
i'll continue installing, then if there's some more problem i'll just post it here.. ^^
Quote:
Originally Posted by EricTRA
Sorry, I didn't notice you marked the other thread as solved, so I'll just copy my post on that thread here and continue on this one.
Hello,
If you read the links I posted you'll see that drbd8-module-source is provided in drbd8-source (the first link I posted), so you will not find it separately in the repositories. Just install drbd8-source and you'll have what you need. The explanation of virtual package can be read in the second link I posted. Just use this command and you should be fine:
Code:
apt-get install drbd8-utils drbd8-source build-essential
And don't worry about having a lot of questions, let's hope that LQ can continue to provide the answers.
Kind regards,
Eric
|
|
|
|
|
04-22-2010, 12:50 AM
|
#7
|
|
Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 18 with Awesome WM
Posts: 6,796
|
Hi,
Sometimes things can get pretty confusing indeed. I imagine that in an earlier stage the package existed and was needed to provide some functionality. Later on apparently the same or similar functionality got provided by the main source package, so the module became obsolete. I guess that's why it became a virtual package.
Kind regards,
Eric
|
|
|
|
04-22-2010, 02:18 AM
|
#8
|
|
Member
Registered: Dec 2009
Posts: 171
Original Poster
Rep:
|
right now i got the two hdd running and the installation went great thanks for EricTRA,
the only problem now is that i dont have a command mkreiserfs which makes the partition into a reiserfs.
whats the pros and cons of using a reiserfs? can i just make it to an ext3?
i've used the mkfs.ext3 to make it ext3 filesystem.. is it ok?
Last edited by wakkana12; 04-22-2010 at 02:29 AM.
|
|
|
|
04-22-2010, 02:40 AM
|
#9
|
|
Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 18 with Awesome WM
Posts: 6,796
|
Hi,
Can you check if this command works:
Code:
mkfs.reiserfs -f /partition/yourpartitionname/
If it works you can check the validity of the filesystem with the file command:
Code:
file /partition/yourpartitionname/
As far as I know (and have read on packages.debian.org) the mkreiserfs is only used for building Debian installer images and not on an installed Debian system mkreiserfs-udeb.
Kind regards,
Eric
|
|
|
|
04-22-2010, 02:44 AM
|
#10
|
|
Guru
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 18 with Awesome WM
Posts: 6,796
|
Quote:
Originally Posted by wakkana12
whats the pros and cons of using a reiserfs? can i just make it to an ext3?
|
Hello,
You can read this on Debian Administration or look up the differences in the Wiki. Clicking on a file system name takes you to more detail.
Kind regards,
Eric
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:04 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|