* [gentoo-user] How to Install Bacula Client Using Portage?
@ 2005-07-08 22:36 Drew Tomlinson
2005-07-08 22:51 ` Mark Knecht
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Drew Tomlinson @ 2005-07-08 22:36 UTC (permalink / raw
To: Gentoo User
I'm new to both Gentoo and Linux so I apologize if this is a stupid
question. I've used bacula on FreeBSD and would like to put the bacula
client on a Gentoo box I have running MythTV. Is there a way to build
the client only using portage? Or do I have to build the whole thing
and then only start the client? I've read the handbook on gentoo.org
but can not seem to figure this one out.
Thanks,
Drew
--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!
http://www.alchemistswarehouse.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to Install Bacula Client Using Portage?
2005-07-08 22:36 [gentoo-user] How to Install Bacula Client Using Portage? Drew Tomlinson
@ 2005-07-08 22:51 ` Mark Knecht
2005-07-09 14:07 ` [gentoo-user] How to Install Bacula Client Using Portage? -- SOLVED!!! Drew Tomlinson
2005-07-08 22:52 ` [gentoo-user] How to Install Bacula Client Using Portage? Andrew MacKenzie
` (2 subsequent siblings)
3 siblings, 1 reply; 9+ messages in thread
From: Mark Knecht @ 2005-07-08 22:51 UTC (permalink / raw
To: gentoo-user
Hi Drew,
emerge -s bacula shows only one emerge candidate. Looks liek you
have to build them both through portage.
Hope this helps,
Mark
On 7/8/05, Drew Tomlinson <drew@mykitchentable.net> wrote:
> I'm new to both Gentoo and Linux so I apologize if this is a stupid
> question. I've used bacula on FreeBSD and would like to put the bacula
> client on a Gentoo box I have running MythTV. Is there a way to build
> the client only using portage? Or do I have to build the whole thing
> and then only start the client? I've read the handbook on gentoo.org
> but can not seem to figure this one out.
>
> Thanks,
>
> Drew
>
> --
> Visit The Alchemist's Warehouse
> Magic Tricks, DVDs, Videos, Books, & More!
>
> http://www.alchemistswarehouse.com
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to Install Bacula Client Using Portage?
2005-07-08 22:36 [gentoo-user] How to Install Bacula Client Using Portage? Drew Tomlinson
2005-07-08 22:51 ` Mark Knecht
@ 2005-07-08 22:52 ` Andrew MacKenzie
2005-07-09 0:27 ` [gentoo-user] alsa issues creighto
2005-07-10 0:15 ` [gentoo-user] How to Install Bacula Client Using Portage? Peter Gordon
3 siblings, 0 replies; 9+ messages in thread
From: Andrew MacKenzie @ 2005-07-08 22:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1055 bytes --]
> I'm new to both Gentoo and Linux so I apologize if this is a stupid
> question. I've used bacula on FreeBSD and would like to put the bacula
> client on a Gentoo box I have running MythTV. Is there a way to build
> the client only using portage? Or do I have to build the whole thing
> and then only start the client? I've read the handbook on gentoo.org
> but can not seem to figure this one out.
'emerge bacula' installs the whole thing.
What I did was to comment out the SD and DIR daemons in the
/etc/init.d/bacula startup script (they're all started separately).
It would be nice if there were at least a separate start-up script for the
file daemon...
--
// Andrew MacKenzie | http://www.edespot.com
// GPG public key: http://www.edespot.com/~amackenz/public.key
// "The robber baron's cruelty may sometimes sleep, his cupidity may at some
// point be satiated; but those who torment us for our own good will torment
// us without end, for they do with the approval of their consciences."
// --C.S. Lewis
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] alsa issues
2005-07-08 22:36 [gentoo-user] How to Install Bacula Client Using Portage? Drew Tomlinson
2005-07-08 22:51 ` Mark Knecht
2005-07-08 22:52 ` [gentoo-user] How to Install Bacula Client Using Portage? Andrew MacKenzie
@ 2005-07-09 0:27 ` creighto
2005-07-09 7:15 ` Roy Wright
2005-07-10 2:41 ` Peter Gordon
2005-07-10 0:15 ` [gentoo-user] How to Install Bacula Client Using Portage? Peter Gordon
3 siblings, 2 replies; 9+ messages in thread
From: creighto @ 2005-07-09 0:27 UTC (permalink / raw
To: gentoo-user
trouble loading snd-intel8x0 for soundcard
modprobe snd-intel8x0 results in ...
FATAL: Module snd_intel8x0 not found
yet it exists as...
/lib/modules/2.6.12-gentoo-r4/kernel/sound/pci/snd-intel8x0.ko
Could this be a bad alias in modprobe.conf? If so how do I fix it?
Creighton
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] alsa issues
2005-07-09 0:27 ` [gentoo-user] alsa issues creighto
@ 2005-07-09 7:15 ` Roy Wright
2005-07-10 2:41 ` Peter Gordon
1 sibling, 0 replies; 9+ messages in thread
From: Roy Wright @ 2005-07-09 7:15 UTC (permalink / raw
To: gentoo-user
You are probably building it into the kernel and trying to load it
as an alsa module. Do one or the other.
I.e., if you want it built into the kernel, then remove it from
/etc/modules.d/alsa
#options snd-intel8x0 index=0
If you want it as a module, then set CONFIG=SND_INTEL8X0=M in
/usr/src/linux/.config (Device Drivers, Sound, Advanced Linux Sound
Architecture, PCI devices, <M> Intel/SiS/nVidia/AMD/ALi AC97
Controller)
HTH,
Roy
creighto@spunge.org wrote:
>trouble loading snd-intel8x0 for soundcard
>
>modprobe snd-intel8x0 results in ...
>
>FATAL: Module snd_intel8x0 not found
>
>yet it exists as...
>
>/lib/modules/2.6.12-gentoo-r4/kernel/sound/pci/snd-intel8x0.ko
>
>Could this be a bad alias in modprobe.conf? If so how do I fix it?
>
>Creighton
>
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to Install Bacula Client Using Portage? -- SOLVED!!!
2005-07-08 22:51 ` Mark Knecht
@ 2005-07-09 14:07 ` Drew Tomlinson
0 siblings, 0 replies; 9+ messages in thread
From: Drew Tomlinson @ 2005-07-09 14:07 UTC (permalink / raw
To: gentoo-user
On 7/8/2005 3:51 PM Mark Knecht wrote:
>Hi Drew,
> emerge -s bacula shows only one emerge candidate. Looks liek you
>have to build them both through portage.
>
>Hope this helps,
>Mark
>
>
Thank you and Andrew MacKenzie for your replies. I found this site on
the web:
http://www.gentoo-portage.com/app-backup/bacula
It seems to me that the newer 1.36.3 & -r1 ebuilds include a USE flag
that will build just the client. I've added the appropriate "~x86" flag
in /etc/portage/package.keywords to get version 1.36.3-r1. Then I added
the following line in /etc/portage/package.use:
app-backup/bacula client-only
This seems to do it as emerge -pv confirms portage sees the flag:
app-backup/bacula-1.36.3-r1 +X +client-only -gnome +mysql +ncurses
-postgres +readline -sqlite -static +tcpd
Thanks again!
Drew
>On 7/8/05, Drew Tomlinson <drew@mykitchentable.net> wrote:
>
>
>>I'm new to both Gentoo and Linux so I apologize if this is a stupid
>>question. I've used bacula on FreeBSD and would like to put the bacula
>>client on a Gentoo box I have running MythTV. Is there a way to build
>>the client only using portage? Or do I have to build the whole thing
>>and then only start the client? I've read the handbook on gentoo.org
>>but can not seem to figure this one out.
>>
>>Thanks,
>>
>>Drew
>>
>>
>>
--
Visit The Alchemist's Warehouse
Magic Tricks, DVDs, Videos, Books, & More!
http://www.alchemistswarehouse.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] How to Install Bacula Client Using Portage?
2005-07-08 22:36 [gentoo-user] How to Install Bacula Client Using Portage? Drew Tomlinson
` (2 preceding siblings ...)
2005-07-09 0:27 ` [gentoo-user] alsa issues creighto
@ 2005-07-10 0:15 ` Peter Gordon
3 siblings, 0 replies; 9+ messages in thread
From: Peter Gordon @ 2005-07-10 0:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 991 bytes --]
It's in portage, so a simple `emerge bacula` as root should build and
install it on your machine (including any needed dependencies). If you
want the client only, you can add "client-only" to your USE flags. It
has a few other USE flags to do various things (MySQL and PostgreSQL
support, for example). A simple `emerge --pretend --verbose bacula`
should show you these.
I've no experience with MythTV or Bacula though so I can't advise
further on the matter...
--
() The ASCII Ribbon Campaign - against HTML Email,
/\ vCards, and proprietary formats.
---------------------------------------------------
Peter A. Gordon (codergeek42)
E-Mail: admin@ramshacklestudios.com
GPG Public Key ID: 0x87C59026
GPG Public Key Fingerprint:
A5E9 EA8E 146B 4B44 E26A 385B 278C 74CC 87C5 9026
Encrypted and/or Signed correspondence preferred.
GPG Public Key available upon request or from
pgp.mit.edu's public key server.
----------------------------------------------------
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] alsa issues
2005-07-09 0:27 ` [gentoo-user] alsa issues creighto
2005-07-09 7:15 ` Roy Wright
@ 2005-07-10 2:41 ` Peter Gordon
2005-07-10 3:01 ` creighto
1 sibling, 1 reply; 9+ messages in thread
From: Peter Gordon @ 2005-07-10 2:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 628 bytes --]
Are you sure that you're currently running kernel 2.6.12-gentoo-r4? Is
your /usr/src/linux symlink correct?
--
() The ASCII Ribbon Campaign - against HTML Email,
/\ vCards, and proprietary formats.
---------------------------------------------------
Peter A. Gordon (codergeek42)
E-Mail: admin@ramshacklestudios.com
GPG Public Key ID: 0x87C59026
GPG Public Key Fingerprint:
A5E9 EA8E 146B 4B44 E26A 385B 278C 74CC 87C5 9026
Encrypted and/or Signed correspondence preferred.
GPG Public Key available upon request or from
pgp.mit.edu's public key server.
----------------------------------------------------
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] alsa issues
2005-07-10 2:41 ` Peter Gordon
@ 2005-07-10 3:01 ` creighto
0 siblings, 0 replies; 9+ messages in thread
From: creighto @ 2005-07-10 3:01 UTC (permalink / raw
To: gentoo-user
> Are you sure that you're currently running kernel 2.6.12-gentoo-r4? Is
> your /usr/src/linux symlink correct?
Yes, I am.
I feel a little silly about my post, as I forgot to unmute my alsamixer
settings.
Creighton
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-07-10 3:07 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-08 22:36 [gentoo-user] How to Install Bacula Client Using Portage? Drew Tomlinson
2005-07-08 22:51 ` Mark Knecht
2005-07-09 14:07 ` [gentoo-user] How to Install Bacula Client Using Portage? -- SOLVED!!! Drew Tomlinson
2005-07-08 22:52 ` [gentoo-user] How to Install Bacula Client Using Portage? Andrew MacKenzie
2005-07-09 0:27 ` [gentoo-user] alsa issues creighto
2005-07-09 7:15 ` Roy Wright
2005-07-10 2:41 ` Peter Gordon
2005-07-10 3:01 ` creighto
2005-07-10 0:15 ` [gentoo-user] How to Install Bacula Client Using Portage? Peter Gordon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox