Pages

Search

Testing - Forums Linux

Testing - Forums Linux


Testing

Posted: 12 Dec 2005 02:47 AM PST

On Mon, 12 Dec 2005 02:47:48 -0800, abc-mart wrote:
 

Keep it up, and by the time you figure it out, there will be nobody
willing to answer your real questions.

--
imotgm
"Lost? Lost? I've never been lost... Been a tad confused for a
month or two, but never lost."


Grub Installation Mini How-To

Posted: 11 Dec 2005 04:32 PM PST

On Mon, 12 Dec 2005 03:31:31 GMT, imotgm <com> wrote:
 

IOW: Grub enumerates drives,partitions at boot time, just like WinNT :)

Grant.

mount floppy in fedora

Posted: 10 Dec 2005 10:05 PM PST

On Sun, 11 Dec 2005, Markku Kolkka wrote:
... 

Thanks for both points. I ask because I ran into a problem when running
yum to install X Windows with regards to, IIRC, PGP, and being able to
mount the floppy would be useful.


Thanks,

Thufir

install of fedora FC4 with ASUS mobo

Posted: 10 Dec 2005 10:04 AM PST

François Patte wrote:
 

You are right I posted the wrong number, me bad, sorry!! The correct bug
number is 159026;

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159026


--
"A personal computer is called a personal computer because it's yours,
Anything that runs on that computer, you should have control over."
Andrew Moss, Microsoft's senior director of technical policy, 2005

Boot fails, but worked before

Posted: 10 Dec 2005 09:22 AM PST

In comp.os.linux.setup Enrique Perez-Terron <no>: 
 
[..]
 
 

You mean it's impossible using doze + winzip to download a kernel
tar ball, unpack it and use whatever text editor to read the
file?
 
 
 

ESR == Error Status Register
Looks like it's the APIC ESR.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 109: The electricity substation in the car park
blew up.

Sparc Solaris NIS client Linux NIS server

Posted: 10 Dec 2005 09:04 AM PST

On Sat, 10 Dec 2005 22:48:15 +0000, Nico Kadel-Garcia wrote:
 

Nico, Agree totally, however I'm not worried about users viewing the
table. I'm going to take the line of insider trust verse insider
threat. Granted this isnt a good thing but then again I have to
have some trust. Plus its easier. My real problem is getting the
solaris client to authenticate, which its not. I'm going to
check out my nsswitch.conf, like chris suggested because I cant
imagine where else a problem would be. Any other suggestions?
Just to regress a bit, once I get the authentication working I will
look into wrappering it up with ssh. Actually I have wrappered all
the daemons associated with NIS already, so I do have some level,
albeit minimal, security enabled whereas only trusted machines within
the local network can even bind to my NIS.

NIS user unable to su

Posted: 10 Dec 2005 05:52 AM PST

On Sat, 10 Dec 2005 11:29:59 +0000, Nico Kadel-Garcia wrote:
 

Nico, Youre exactly right. I did not even setup a wheel group.
I guess its since i'm so used to just using the solaris setup I
have where anyone can use the su command. I'll look into that
and probably create the group etc. SUDO is probably an even
better answer since I have a limited number of users that really
need root access.

Thanks I would have not thought this to be the problem.

[help] videolan-client.i386

Posted: 10 Dec 2005 03:14 AM PST

On Sun, 11 Dec 2005 09:40:14 +0100, gilles <localdomain> wrote:
 
[...] 

[...] 

Oh, but yum is a front-end to rpm, that is, it uses rpm to actually install
things. It does download the packages first, and you will find them in
/var/cache/yum/*/packages (where the star (*) is the repository name).

cd /var/cache/yum
ls */packages/video*
cd [the repo]/packages
rpm -i --force videolan-client*

I might not remember the exact details of the rpm command, use "man rpm",
search for "force" (hit the / key and type force, enter) and browse around
for whatever I missed.

-Enrique