| View previous topic :: View next topic |
| Author |
Message |
noldrin
|
Posted: Wed Jul 16, 2008 4:04 am Post subject: 90K installing packages |
|
|
Just installed 90K When trying to install new packages, I'm getting GPG complaints of missing keys. Also it wants to remove Mplayer as it's missing dependencies from lvn9.
|
|
|
 |
john maclean
|
Posted: Wed Jul 16, 2008 6:12 am Post subject: |
|
|
/etc/apt/apt.conf comment out the lines with gpg. apt-get clean and continue
|
_________________ BLAG 'em up! |
|
 |
bebop
|
Posted: Wed Jul 16, 2008 8:06 am Post subject: |
|
|
No lines with gpg. apt-get clean in my /etc/apt/apt.conf in 90k
Also apt-get update gives broken packages and they won't get fixed with the advised command.
Thanks
|
|
|
 |
extraspecialbitter
|
Posted: Wed Jul 16, 2008 12:28 pm Post subject: |
|
|
My 90K /etc/apt/apt.conf is below. Feel free to use, abuse, etc.:
| Code: | // User customizable configuration
RPM
{
// Uncomment to disable GPG-signature checking for packages
GPG-Check "false";
// Uncomment to prevent kernel being handled along with (dist-)upgrade
// Upgrade-Virtual "false";
// Uncomment to hold packages with modified config files in (dist-)upgrade
// Preserve-Config "true";
};
// Options for the downloading routines
Acquire
{
// Retries "1";
// http::Proxy "http://user:password@proxy-server.domain.tld:port/";
// http::Proxy "http://proxy-server.domain.tld:port/";
};
|
|
|
|
 |
jebba
|
Posted: Wed Jul 16, 2008 12:47 pm Post subject: |
|
|
For once I'm going to recommend to sticking to `yum` for awhile...
|
|
|
 |
john maclean
|
Posted: Wed Jul 16, 2008 9:38 pm Post subject: |
|
|
I've used yum for the install at the office and this is what I get from the lappy.... | Code: | cat /etc/issue
BLAG release (chlorine)
Kernel \r on an \m (\l)
apt-get --fix-broken install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
bluez-gnome (0.26-1.fc9)
bluez-utils (3.32-1.fc9)
gphoto2 (2.4.0-10.fc9)
gvfs (0.2.3-11.fc9)
mencoder (1.0-0.94.20080531svn.lvn9)
mjpegtools (1.9.0-0.5.rc3.lvn9)
mplayer (1.0-0.94.20080531svn.lvn9)
mplayer-gui (1.0-0.94.20080531svn.lvn9)
nautilus (2.22.3-1.fc9)
0 upgraded, 0 newly installed, 9 removed and 0 not upgraded.
Need to get 0B of archives.
After unpacking 53.6MB disk space will be freed.
Do you want to continue? [Y/n]
n |
Here's a simulation of the --fixbbroken | Code: |
apt-get --fix-broken -s install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
bluez-gnome (0.26-1.fc9)
bluez-utils (3.32-1.fc9)
gphoto2 (2.4.0-10.fc9)
gvfs (0.2.3-11.fc9)
mencoder (1.0-0.94.20080531svn.lvn9)
mjpegtools (1.9.0-0.5.rc3.lvn9)
mplayer (1.0-0.94.20080531svn.lvn9)
mplayer-gui (1.0-0.94.20080531svn.lvn9)
nautilus (2.22.3-1.fc9)
0 upgraded, 0 newly installed, 9 removed and 0 not upgraded.
Remv bluez-utils (3.32-1.fc9 ) [mplayer-gui mencoder gphoto2 mplayer ]
Remv bluez-gnome (0.26-1.fc9 ) [mplayer-gui mencoder gphoto2 mplayer ]
Remv nautilus (2.22.3-1.fc9 ) [mplayer-gui mencoder gphoto2 mplayer ]
Remv gvfs (0.2.3-11.fc9 ) [mplayer-gui mencoder gphoto2 mplayer ]
Remv gphoto2 (2.4.0-10.fc9 ) [mplayer-gui mencoder mplayer ]
Remv mjpegtools (1.9.0-0.5.rc3.lvn9 ) [mplayer-gui mencoder mplayer ]
Remv mencoder (1.0-0.94.20080531svn.lvn9 ) [mplayer-gui mplayer ]
Remv mplayer-gui (1.0-0.94.20080531svn.lvn9 ) [mplayer ]
Remv mplayer (1.0-0.94.20080531svn.lvn9 ) |
Sticking to yum for now. Yummy yummy
|
_________________ BLAG 'em up! |
|
 |
john maclean
|
Posted: Wed Jul 16, 2008 9:39 pm Post subject: |
|
|
Also, for those of you that like xcfe...
| Code: | | yum groupinstall XFCE |
is all you need
|
_________________ BLAG 'em up! |
|
 |
jebba
|
Posted: Wed Jul 16, 2008 9:42 pm Post subject: |
|
|
I gotta admit this wasn't the most polished blag release ever, but it's still nice. ;) Lets get as many things sorted as we can and push out a cleaner 90001. :)
|
|
|
 |
noldrin
|
Posted: Wed Jul 16, 2008 11:25 pm Post subject: |
|
|
Yes.. I did notice a few random issues and weirdness...
But is it ever fast!
|
|
|
 |
jebba
|
Posted: Wed Jul 16, 2008 11:56 pm Post subject: |
|
|
| noldrin wrote: | Yes.. I did notice a few random issues and weirdness...
But is it ever fast! |
Ya, i changed to using `pungi` from my random weird scripts and pungi kind of produces different results when you run it, it seems...like how the dependencies get calculated is different from apt, so those two aren't in sync. Anyway, overall the release is an advance, but the little things aren't as nice. For example, this would be the first release where all the icons aren't all pretty--that's minor, but things like that here & there. Also, some of the more blaggish packages aren't there. Gah! gotta resolve all this for 90001. I'm going to spin spin spin more & more now....
|
|
|
 |
jebba
|
Posted: Wed Jul 16, 2008 11:57 pm Post subject: |
|
|
Oh, another one that i really don't like is i don't have `blagblagblag` automajick installs going...
|
|
|
 |
noldrin
|
Posted: Thu Jul 17, 2008 2:58 am Post subject: |
|
|
Random Notes:
When CD first boots it says it's a i386 compile instead of the i686 that you get.
The GDM is not the standard login screen we've had with BLAG
XMMS as the audio player gives you GTK1, which is extra stuff I wouldn't otherwise install.
Be nice to have a couple of the old friends back, like Streamtuner
|
|
|
 |
|