Pages

Search

yum.conf exclude pattern - Forums Linux

yum.conf exclude pattern - Forums Linux


yum.conf exclude pattern

Posted: 26 Jun 2006 09:48 AM PDT

david walcroft wrote: 

I don't think the yum "exclude" syntax can tolerate the "!", inverted
syntax. I don't have yum capable system in front of me, but can it work with
an "include" statment?


Default Login Suse Linux 10

Posted: 26 Jun 2006 07:01 AM PDT

On 2006-06-26, Lutz Mueller <de> wrote: 

Then try with root and no password, failing that, boot in single-user
mode and change the root password with passwd. See the documentation
of Suse.

Davide

--
Do you have a point, or are you saving it for a special occasion?
-- David P. Murphy

Downloading files

Posted: 26 Jun 2006 05:53 AM PDT

"Scorp118" <net> wrote in
news:googlegroups.com:
 

A specific example of one file. Most of those I run into are the source
code for a package (but that's what I download). Try using Midnight
Commander to see what's in it first before you copy anything:

<user>#mc

at which point you get an win explorer (or norton commander for those
who know) type screen) use your cursor keys to switch to the directory
of the file (tab to change from left to right panes) enter to enter (or
exit with the /.. file) a directory and then press enter on the file
when you get there. You can view any file with F3 (the single key not
"F" "3") and exit viewing with F10 (same as above).


Oh, and F10 to exit midnight commander.
--
(setq (chuck nil) car(chuck) )

How to edit initrd.img in FC5

Posted: 24 Jun 2006 01:27 AM PDT

Thanks ! that worked ..
but one thing, that took lot of my time -
cpio by default compresses files into an 'old binary format'
however initrd images nedded by fc5 kernels are compresses using the
'newc' format

that means you can incompresses the initrd , modify it, then
recompress,
but if you do not explicitly mention the 'newc' format duing
compression , the kernel will hang after loading itself and not budge
any further.---

(no! no! ) find | cpio --create > /boot/initrd_new.img (Wont ! work !)
find | cpio --create --format=newc > /boot/initrd_new.img (Will work
!)


Allen Kistler wrote: 

cannot change time on Fedora

Posted: 23 Jun 2006 01:53 AM PDT

On 23 Jun 2006, in the Usenet newsgroup comp.os.linux.setup, in article
<lightlink.com>, Paul Kimoto wrote:
 
 
^^^^^^^^^^^^^^^^
 
 
 

Ah, you never noticed that a significant number of the messages posted have
that zonetime? When you post via google.groups, the "G2/0.2 User-Agent"
posts a lot of information (look _in_ the headers - try pressing the 't'
key in slrn while reading the article) and uses the local time in
Mountain View, California (about 27 miles / 43 KM Southeast of San
Francisco) as the posting time.

Old guy

kickstart SATA drives

Posted: 22 Jun 2006 06:27 PM PDT

Mike wrote: 

I also ran into some SuSE 2.6 kernels that installed them as /dev/hda, and
if you did a kernel upgrade switched them to /dev/sda. Drove me *NUTS*
tracking that one down in a network installation system.


Fedora / FreeBSD files question

Posted: 22 Jun 2006 10:07 AM PDT

In comp.os.linux.setup Nico Kadel-Garcia <net>:
 
[..] 
[..]
 

FYI.

It is used in conjunction with /etc/spwd.db to store hashed
passwords on *BSD, like /etc/shadow on Linux. Though the format
is different.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 460: Here's a nickel, kid. Get yourself a better
computer.

How do I use external parallel port floppy drive on Toshiba Portege?

Posted: 22 Jun 2006 09:46 AM PDT

["Followup-To:" header set to comp.os.linux.portable.]
On 24 Jun 2006 07:54:39 -0700, it
<it> wrote: 
In the BIOS setup you have to choose whether the parallel port is used
for a printer or a floppy or disabled.


--
BOFH excuse #347:

The rubber band broke

need help with dependencies for apt-get

Posted: 22 Jun 2006 07:11 AM PDT

"Nico Kadel-Garcia" <net> wrote in
news:com:
 

Well the OS is linux actually, Slackware is the distribution
 

Not the kernel per say, but the packages that come in a distribution
with a kernel version, say a 5 year old version of debian which would be
2.2 or so. Especially if you haven't been upgrading packages all along,
which as I say is a heck of a job, and getting linux in stores is a joke
arround my parts at least.

--
(setq (chuck nil) car(chuck) )

Sticky bit to allow access permission?

Posted: 22 Jun 2006 06:18 AM PDT

On 22 Jun 2006, in the Usenet newsgroup comp.os.linux.setup, in article
<googlegroups.com>,
com wrote:
 

1. It's not the sticky bit (which shows up as a 't' or 'T' in the
execute permission for others), but the SUID bit (which shows up as an
's' or 'S' in the execute permission for the owner). See the 'chmod'
man page.

2. The kernel ignores SUID (and SGID) on shell scripts - it's a massive
security problem.

3. Use 'sudo' to run the 'adduser' or 'useradd' command. 'man sudo'
 

Well, that certainly won't do much. Perhaps you should start with the
Bash-Prog-Intro-HOWTO

-rw-rw-r-- 1 gferg ldp 31540 Jul 27 2000 Bash-Prog-Intro-HOWTO

and then wander over to the Linux Documentation Project at
http://tldp.org/guides.html and grab a copy of The Grendel's fabulous
"Advanced Bash Scripting Guide". From a recent post to comp.os.linux.announce

Announcing the version 3.9 release of the "Advanced Bash Scripting Guide."
This e-book tutorial and reference is the equivalent of a 700-page print book.
With 320 illustrative examples (including such goodies as an anti-spammer
script), the book covers virtually every aspect of scripting.

The web site has the document in a number of file formats. I'd recommend
the HTML tarball

Old guy

Reinstalling Windows XP forced LILO removal...how do I get it back?

Posted: 22 Jun 2006 05:46 AM PDT

"Mwob" <com> wrote in
news:googlegroups.com:
 

Make your boot disk on a floppy though as it loads your compiled version
of the kernel and if you don't, none of the pci hardware (other than
video and module loaded) will work when you boot the other way (with the
cd).

--
(setq (chuck nil) car(chuck) )

reading an old Linux drive from a new one?

Posted: 21 Jun 2006 10:12 PM PDT

"Nico Kadel-Garcia" <net> wrote: 

Here's the output I get from 'fdisk -l':

-------------------------------------------
Disk /dev/hda: 20.5 GB, 20576747520 bytes
255 heads, 63 sectors/track, 2501 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 1 8001 a OS/2 Boot Manager
/dev/hda2 2 17 128520 6 FAT16
/dev/hda3 18 2501 19952730 5 Extended
/dev/hda5 18 33 128488+ 6 FAT16
/dev/hda6 34 97 514048+ 7 HPFS/NTFS
/dev/hda7 98 117 160618+ 7 HPFS/NTFS
/dev/hda8 118 181 514048+ 7 HPFS/NTFS
/dev/hda9 182 819 5124703+ 7 HPFS/NTFS
/dev/hda10 820 2349 12289693+ 7 HPFS/NTFS
/dev/hda11 2350 2501 1220908+ 7 HPFS/NTFS

Disk /dev/hdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 140 1020127+ 82 Linux swap
/dev/hdb3 141 9729 77023642+ 83 Linux

Disk /dev/hdd: 5129 MB, 5129671680 bytes
255 heads, 63 sectors/track, 623 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdd1 * 1 10 80293+ 83 Linux
/dev/hdd2 11 623 4923922+ 8e Linux LVM

Disk /dev/sda: 131 MB, 131072000 bytes
16 heads, 32 sectors/track, 500 cylinders
Units = cylinders of 512 * 512 = 262144 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 499 127728 6 FAT16
-------------------------------------------

'hda' is the first fixed HD, on which my OS/2 system sits, 'hdb' is the
second fixed HD holding the newly installed SciLinux, and 'hdd' is the
old HD now put in as a removable disk. What puzzles me is that before
being supplanted by the bigger new disk, 'hdd' had the same three parti-
tions as the new 'hdb'. Yet only 'hdd1', which is the '/boot' partition,
is as expected, and readable. There was one difference between 'hdd' and
'hdb': in 'hdd' the sequence was /boot, /, swap, rather than the sequence
in 'hdb' of /boot, swap, /. I wonder if that could be a contributing
factor.

- Dushan

installing linux on an empty/unformatted (but already there) fat32 partition

Posted: 21 Jun 2006 07:11 PM PDT

com wrote in
news:googlegroups.com:
 

Also make sure your CD drive is first in boot order in your bios.
Probably the hard drive is first then floppy and cd ignored.

--
(setq (chuck nil) car(chuck) )

How to solve MIDI I/O error in Ubuntu Dapper Drake?

Posted: 21 Jun 2006 05:50 AM PDT

 

You don't show your /etc/modules.conf and your /etc/rc.d/rc.modules
(locations vary) but I don't see any dependencies for snd_mpu401.
Shouldn't that be dependant on you soundcard? (crystal beach something?
- actual card involved would help along with those two files mentioned
by me above.) You might also do a (re)readthrough of the ALSA-sound
HOWTO from

http://www.tldp.org/

- go to main index beside HOWTOS to find it - they're alphabetical. I'm
almost positive the problem is with your ALSA setup particularly in
/etc/modules.conf

--
(setq (chuck nil) car(chuck) )

Problem with mounting hard drive

Posted: 20 Jun 2006 11:55 PM PDT

Matt Giwer wrote:
 

It will NOW
 



--
In June 2006 Israel is murdering an average of ten Palestinians a day.
Correcting to population that would be about 8500 Americans per day.
-- The Iron Webmaster, 3662
nizkor http://www.giwersworld.org/nizkook/nizkook.phtml
book review http://www.giwersworld.org/israel/willing-executioners.phtml a7