Re: [gentoo-user] How to set up drive with many Linux distros?

2024-02-26 Thread gentoo-user
Since this is a fairly custom task, I would approach it with a custom
solution.

- GPT 
- systemd-boot
- One /boot partition
- One BTRFS-on-LUKS partition (formatted using the distro with the
oldest kernel)
- {@root,@home,@var,@srv,@opt}-{distro1,distro2,distro3} subvolumes
- Potentially {@distro1,distro2,distro3}-{downloads,documents,pictures}
subvolumes, if there's a usecase for that
- Bootstrap all the distros manually. Arch and Gentoo do that by
default, debian land has debootstrap, not too familiar with rhel
universe, but at the end of the day everything's a file :)

You could also write a script that keeps all the distros up to date
from within whichever one you're currently booted by mounting
subvolumes to /mnt or wherever, chrooting in and running the update.

You could also replace systemd-boot with efibootmgr to use UEFI boot
directly, but I would advise doing that after the everything is working
correctly as it's much easier to experiment using a good old bootloader
edit function.

BTRFS requires _some_ maintenance, but imho it's reasonable - run a
deduplication and defrag job on a scheduling tool of your choice and
you're good to go!

$0.02



Re: [gentoo-user] Re: Suggestions for backup scheme?

2024-01-31 Thread gentoo-user
On Tue, 2024-01-30 at 20:38 +, Grant Edwards wrote:
> 
> It took me an embarassing number of tries to get the intervals and
> crontab entries to mesh so it worked the way I wanted. It's not
> really
> that difficult (and it's pretty well documented), but I managed to
> combine a misreading of how often and in what order the rsync wrapper
> was supposed to run with my chronic inability to grok crontab
> specifications. Hilarity ensued.
> 

I just wanted to share my 2¢. https://crontab.guru has made my life a
lot easier when it comes to setting up crontab.



Re: [gentoo-user] Help with IPv6, please

2019-12-05 Thread gentoo-user
> Hello list,
Hi,

> Having been inspired by the recent discussion of IPv6, I decided to try it, 
> starting with my ISP, my Billion Bipac vDSL modem-router and one host - this 
> one. Of course it isn't straightforward.
>
> Zen has allocated me a /64 ND prefix and a /48 PD prefix. I found a way to 
> tell the Bipac to set up IPv6, and rebooted it; it now tells me its LAN 
> address is 2a02:8010:663d:0:6203:47ff:fe2d:8eba/64. Nslookup on this host 
> says 
> the same, without the /64. But then this:
>
> $ ping6 vdsl
> ping: vdsl: No address associated with hostname
> $ ping6 2a02:8010:663d:0:6203:47ff:fe2d:8eba
> PING 2a02:8010:663d:0:6203:47ff:fe2d:8eba(2a02:8010:663d:0:6203:47ff:fe2d:
> 8eba) 56 data bytes
> 64 bytes from 2a02:8010:663d:0:6203:47ff:fe2d:8eba: icmp_seq=1 ttl=64 
> time=1.75 ms
> ^C
>
> If I add the LAN address of the Bipac to /etc/hosts, ping finds it okay, but 
> what if the address changes if the Bipac reboots? I thought this kind of 
> address fixing was unnecessary in IPv6.
>
> And am I supposed to fix the IPv6 addresses of the other hosts on the LAN, or 
> just stick to IPv4 for local comms? And I haven't yet even thought about the 
> wireless devices served by the Bipac, though I see my mobile phone has 
> acquired an IPv6 address starting with fe80::40be... and it doesn't look like 
> its MAC address.
It really depends how you're setting up IPv6 on your local network.
The easiest option is if you're using stateful DHCPv6. In this case you
just need to set up your dhcp server to notify your dns server of any
new leases. If you're using static IPv6 addresses you can create a
static mapping between hostnames and addresses either in /etc/hosts or
your dns server. If you're using SLAAC, however, the only option I can
think of is to use stateless DHCPv6 to notify the DHCP server of your
client fqdn which should then sync the record with the DNS server.

-- 
Simon Thelen



Bouncing messages from gentoo-user@lists.gentoo.org

2019-10-27 Thread gentoo-user+owner


Some messages to you could not be delivered. If you're seeing this
message it means things are back to normal, and it's merely for your
information.

Here is the list of the bounced messages:
- 188350




Re: [gentoo-user] Black Screen of Death

2019-07-18 Thread gentoo-user


[2019-07-18 23:29] jdm 
> Hi,
Hi,

> For the last 2 months I have been getting a problem where my machine
> locks and after 2 seconds goes to a black screen. The machine is then
> unusable, ctrl-alt-delete F1 or sys rescue keys do not work and you
> cannot remote login.
>
> I initially thought this was a problem with lxd but then experienced
> issue when just using Enlightenment desktop. I have switched to xfce4
> but still getting issue. 
>
> It happens 2 to 3 times a week.
>
> There is nothing in logs (/var/log/messages).
>
> I upgraded BIOS a beginning of year so don't think it's that but have
> just upgraded again to see if that helps.
>
> Running ASUS Prime x470 Prime with ryzen 2700 and have upgraded kernel
> to latest stable when running emerge --update...
I'm not sure if it's still an issue with the 2nd gen cpus, but at least
with the first gen's I had lockups until I disabled the c-state
functionality in the UEFI. There was a previous thread on this list
discussing the issue which might be interesting if you haven't read it
yet [1].

[..]

[1]: 
https://archives.gentoo.org/gentoo-user/message/1cfd9cd62796b4a41a2152a66cc1df0e



Re: [gentoo-user] alsa and multiple sources of sound...

2019-05-25 Thread gentoo-user
[2019-05-25 09:06] tu...@posteo.de
>
> part   text/plain 670
> Hi,
Hi,

> I thought, alsa could handle multiple sources of sound
> simultanously...
That only works if you have dmix enabled and set all audio sources to use the
dmix devices as the default audio device. If you don't have an alsa
configuration in ~/.asoundrc or /etc/asound.conf dmix should be enabled
by default, in which case it might be that one of the audio sources is
grabbing the hardware device directly instead of going through the
default device. See [1] for details.

[1]: https://alsa.opensrc.org/Dmix



Re: [gentoo-user] palemoon-27.3.0 anyone?

2017-06-30 Thread gentoo-user
On 17-06-30 at 12:01, james wrote:
> I see it is in an overlay that I do not use (yet)::
> 
> [2] "octopus" layman/octopus
> 
> Anyone running this version or Palemoon-27.3.0 from another ebuild?
> I'm not much interested in building Palemoon from sources.
> Also, I've been using qupzilla-2.1.2 as my main browser, without issue,
> but I do like Palemoon too.
I maintain my own ebuild at [1], and since (whenever I committed that),
no problems I can remember (except for any changes I may have made when
updating which I can't remember).

> Note: For a while, I've been using Palemoon-27.2.1-r1 without issues,
> all on gcc-5.4.0-r3; so any (Palemoon) issues in moving to gcc-6.3.0 ?
I'm on gcc-6.3.0 and have no gcc-related issues.

[1]: 
https://git.c-14.de/landsraad.git/tree/www-client/palemoon/palemoon-27.3.0.ebuild

-- 
Simon Thelen



Re: [gentoo-user] tmp on tmpfs

2017-05-24 Thread gentoo-user
On 17-05-24 at 05:34, Rich Freeman wrote:
[..]
> Others have mentioned zram.  I've used it, but unless something has
> changed one of its limitations is that it can't give up memory.  That
> is less of an issue if you're using swap since it can be swapped out
> if idle.  However, if you're not using swap then you're potentially
> giving up a chunk of RAM to do it, though less RAM than a tmpfs if it
> is full most of the time (which I doubt is typically the case).
Seems to work fine here (with kernels newer than the late 3.x when I started 
using zram):

radiocarbon:~% dd if=/dev/urandom of=/tmp/foo
^C3405370+0 records in
3405370+0 records out
1743549440 bytes (1.7 GB, 1.6 GiB) copied, 10.8268 s, 161 MB/s
dd if=/dev/urandom of=/tmp/foo  8 MiB 10.853 (user: 0.339, kernel: 10.482)
radiocarbon:~% zramctl
NAME   ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
/dev/zram0 lz4 2G4K   64B4K   8 [SWAP]
/dev/zram1 lz4 3G  1.6G  1.6G  1.6G   8 /tmp
radiocarbon:~% free -m
  totalusedfree  shared  buff/cache   available
Mem:   79203096  61 22847634487
Swap:  2047   02047
radiocarbon:~% rm /tmp/foo
radiocarbon:~% zramctl
NAME   ALGORITHM DISKSIZE  DATA COMPR TOTAL STREAMS MOUNTPOINT
/dev/zram0 lz4 2G4K   64B4K   8 [SWAP]
/dev/zram1 lz4 3G  3.9M1M  1.3M   8 /tmp
radiocarbon:~% free -m
  totalusedfree  shared  buff/cache   available
Mem:   792014123458 22930496171
Swap:  2047   02047

-- 
Simon Thelen



Re: [gentoo-user] tmp on tmpfs

2017-05-23 Thread gentoo-user
On 17-05-23 at 22:16, Ian Zimmerman wrote:
> So what are gentoo users' opinions on this matter of faith?
I use an ext4 partition backed by zram. Gives me ~3x compression on the
things I normally have lying around there (plain text files) and ensures
that anything I throw there (or programs throw there) gets cleaned up on
reboot.

> I have long been in the camp that thinks tmpfs for /tmp has no
> advantages (and may have disadvantages) over a normal filesystem like
> ext3, because the files there are normally so small that they will stay
> in the page cache 100% of the time.
I've never actually benchmarked this. Most of the things I notice that
tend to end up there are temporary build files generated during
configure stages or temporary log files used by various programs (clang
static analyzer). Even if the entire file stays in the page cache, it'll
still generate IO overhead and extra seeks that might slow down the rest
of your system (unless your /tmp is on a different hard drive) which on
spinning rust will cause slowdowns while on an ssd it'll eat away at
your writes (which you may or may not have to worry about).

> But I see that tmpfs is the default with systemd.  Surely they have a
> good reason for this? :)
Or someone decided they liked the idea and made it the default and
nobody ever complained (or if they did were told to just change it on
their system). 

Either way, it'd be nice if someone actually benchmarked this.

-- 
Simon Thelen



Re: [gentoo-user] Problem while writing ebuild

2017-05-04 Thread gentoo-user
On 17-05-04 at 17:59, Danny YUE wrote:
> Hi,
> 
> As a noob in ebuild files, I got some problems while created my own
> ebuild. I googled a lot but did not really find any clue.
If you have questions on ebuild files, checking [1] is probably the best
bet. Has generic information on ebuilds as well as specific information
regarding specific eclasses.

> Let's say package A has features B and C. They are Github repositories
> and A is the entry, while B and C are submodules.
> 
> Now I want to make it three different packages respectively, and use USE
> flags to control which to install just like texlive.
> 
[..]
> 
> 2) Only A has Github release URL, B and C by default should be fetched
> via `git submodule...'. How am I supposed to fetch these packages in my
> ebuild file? Download inside `src_unpack'?
git-r3.eclass has an EGIT_SUBMODULES array that you can populate
according to the use flags, but you'll probably have to specify the main
repo uri for A in both A, B, and C as the EGIT_REPO_URI and then just cd
to the submodule in the ebuild for B/C. See [2] for more information.

[1]: https://devmanual.gentoo.org/
[2]: https://devmanual.gentoo.org/eclass-reference/git-r3.eclass/index.html

-- 
Simon Thelen



Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-13 Thread gentoo-user
On 17-03-13 at 04:18, tu...@posteo.de wrote:
> On 03/12 03:36, gentoo-u...@c-14.de wrote:
> > On 17-03-12 at 15:29, tu...@posteo.de wrote:
[..]
> Those settings lead to this recursive dependencies:
> 
> dev-libs/openssl:0
> 
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) pulled in 
> by
> dev-libs/openssl:0[bindist=] required by 
> (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, ebuild scheduled for merge)
>   
>   
> 
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, installed) pulled in by
> >=dev-libs/openssl-0.9.8f:0[bindist=] required by 
> (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
>   
>  
Are you sure you have -bindist in package.use for openssl, openssh and
qtnetwork? bindist= implies that the bindist useflag must be the same on
all three, in this case it should be -bindist on all of them.

-- 
Simon Thelen



Re: [gentoo-user] openssl: "-bindist" fights "bindist"...and me inbetween

2017-03-12 Thread gentoo-user
On 17-03-12 at 15:29, tu...@posteo.de wrote:
> Hi,
> 
> finally I am on my new root...only a few steps need to be done.
> 
[..]
> and this is, where me trouble starts:
> 
> Hostapd wants:
> # required by net-wireless/hostapd-2.6::gentoo[ssl]
> # required by hostapd (argument)
> >=dev-libs/openssl-0.9.8z_p8:0.9.8 -bindist
> 
> And others wants:
>   (dev-libs/openssl-1.0.2k:0/0::gentoo, ebuild scheduled for merge) conflicts 
> with
> >=dev-libs/openssl-0.9.8f:0[bindist] required by 
> (net-misc/openssh-7.4_p1:0/0::gentoo, installed)
> ^^^ 
> dev-libs/openssl:0[bindist] required by 
> (dev-qt/qtnetwork-5.7.1:5/5.7::gentoo, installed)
>^^^ 
> 
> Is there any way around this?
Disable the bindist flag on openssh and qtnetwork

-- 
Simon Thelen



Re: [gentoo-user] [OT] Retro ...

2016-02-17 Thread gentoo-user
On 16-02-17 at 19:21, meino.cra...@gmx.de wrote:
> Hi,
> 
> curious about how that had felt in ancient times, when hardware
> and software were limited, I tried 'ed' - the one and only
> editor ;)
>
> One feature I cant figure out (and the reason for that may be, that it
> is not there... :) is:
> 
> One has to specify the line, which s/he wants to edit. This is
> possible via regexp (which matches more than one line and may be
> not, what you want) and via line numbers.
> 
> In case one wants to use line numbers:
> One can list the whole text to the console...but the line numbers
> are missing.
> The "visual version of ed" called 'vi' is able to preceed any line 
> with a line number.
> 
> Is this possible with ed?
> How does one know the number of a specific line?
Use %n instead of %p

`info ed' is your friend

-- 
Simon Thelen



Re: [gentoo-user] script for sending mail with attachement?

2010-05-11 Thread lists-gentoo-user

Jarry wrote:

Hi,
my small mysql-database is archived every couple of hours, but
all those backups (~5MB each) are still on the server, which
I do not consider secure. I would like to have them sent to me
per email.

What I am looking for is some command-line mailer, which could
be used in script-mode, and able to send attachements. Any ideas?

Jarry


mail-client/nail is a replacement (with more functionality) than 
mail-client/mailx.  With nail you can specify the from address of your emails

-Brandon



Re: [gentoo-user] Simplistic bash-script to manage package.use

2008-07-13 Thread Gentoo User
Hi,
I  don't want to make your work bad.
After thinking it over I think it is actually a useful script, because
it adds  a little bit more security to editing the package.use file
(I'm always fearing the day when I'm writing echo stuff 
/etc/portage/package.use).
But do you know that package.use can also be a directory which can
contain several files storing the use flags?



Geralt.

On 7/13/08, Mikko Husari [EMAIL PROTECTED] wrote:
 Gentoo User wrote:

  Hi,
 
  the question is: is it really necessary? If I want to add a new entry
  into this file I just call echo category/package myflags 
  /etc/portage/package.use and if I want to edit them I just call my
  favorite editor, use its search capabilities and change the line.
  So I don't really see the benefit of a command line tool, since I
  still need to write flags, package and everything and the tools I'm
  using now (mostly echo, grep and vim) to do this are not very
  complicated and most of the typing goes to the use flags and package
  name anyway.
 
 
  Just my opinion.
 
 
  Best regards
 
  Geralt
 
 
  On 7/12/08, Mikko Husari [EMAIL PROTECTED] wrote:
 
 
   greetings earthlings,
  
i did not found (nor did i look for long enough) any tools/scripts to
   easily manage package.use file, so i did my own. now i started to think
   that, if there really is not any, my creation would be sufficient
 (although
   possibly buggy) for most users who wish to have easy control over
   package.use.
  
yes, i know this is not the best place to announce but, this is not
 an
   real announcement, this is an query for an superior solution which would
   show my creation to be useless/dublicate/stupid. (if mine is
 useless/stupid
   it would be nice, so i would not have to maintain it and i also could
 use
   some real software).
  
-- husku
  
  
  
  
 
  well, i cant argue with you on that. although, i also used
 vim,grep,sed,echo to change my flags. still i felt i needes an easier way,
 thats why i wrote it and thats why i think this is easier than
 vim+handwork. basicly that script is only an interface to sed,echo,grep and
 equery.

  did you try to use it? id bet i could get changes applied much more rapidly
 with that script than with vim or echo. (can not necessarily compete with
 echo if you are sure it is an new addition)
  --
  gentoo-user@lists.gentoo.org mailing list


-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Simplistic bash-script to manage package.use

2008-07-13 Thread Gentoo User
   (I'm always fearing the day when I'm writing echo stuff 
   /etc/portage/package.use).


 Put set -o noclobber in your profile.
Cool, thanks :-)
But is there a way to overwrite an existing file when this option is enabled?




Geralt
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] Simplistic bash-script to manage package.use

2008-07-12 Thread Gentoo User
Hi,

the question is: is it really necessary? If I want to add a new entry
into this file I just call echo category/package myflags 
/etc/portage/package.use and if I want to edit them I just call my
favorite editor, use its search capabilities and change the line.
So I don't really see the benefit of a command line tool, since I
still need to write flags, package and everything and the tools I'm
using now (mostly echo, grep and vim) to do this are not very
complicated and most of the typing goes to the use flags and package
name anyway.


Just my opinion.


Best regards

Geralt


On 7/12/08, Mikko Husari [EMAIL PROTECTED] wrote:
 greetings earthlings,

  i did not found (nor did i look for long enough) any tools/scripts to
 easily manage package.use file, so i did my own. now i started to think
 that, if there really is not any, my creation would be sufficient (although
 possibly buggy) for most users who wish to have easy control over
 package.use.

  yes, i know this is not the best place to announce but, this is not an
 real announcement, this is an query for an superior solution which would
 show my creation to be useless/dublicate/stupid. (if mine is useless/stupid
 it would be nice, so i would not have to maintain it and i also could use
 some real software).

  -- husku


-- 
gentoo-user@lists.gentoo.org mailing list



[gentoo-user] kde-base/kde-env Block kdelibs

2007-04-24 Thread AIT Gentoo User
Dear list friends,

i tried to update one of my gentoo box.it gave me following notice. it
tried to unmerge kde-env but there is no like ebuild in de portage. so
what will be the problem. please help me resolve this.

NOTICE
--
[ebuild  N] dev-libs/dbus-qt3-old-0.70  USE=-debug 0 kB
[ebuild  N] net-dns/avahi-0.6.18  USE=gdbm python qt4 -autoipd
-bookmarks -  
 dbus -doc -gtk -howl-compat -mdnsresponder-compat -mono -qt3
-test 0 kB
[ebuild U ] kde-base/kdebase-3.5.6-r2 [3.5.3-r3] USE=cups hal
ieee1394 java 
   opengl pam ssl xcomposite xinerama xscreensaver zeroconf
-arts* -debug -kdeenab
   lefinal* -kdehiddenvisibility -ldap -lm_sensors
-logitech-mouse -openexr* -samba  
  0 kB
[ebuild  N] kde-misc/kdnssd-avahi-0.1.2  USE=xinerama -arts -debug
739 kB
[blocks B ] kde-base/kde-env (is blocking kde-base/kdelibs-3.5.6-r5)



EMERGE INFO
---
Portage 2.1.2.4 (default-linux/x86/2006.1, gcc-4.1.1/vanilla,
glibc-2.4-r3, 2.6.20-gentoo-r1-ait0310a i686)
=
System uname: 2.6.20-gentoo-r1-ait0310a i686 Intel(R) Pentium(R) 4 CPU
3.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Mon, 23 Apr 2007 15:00:10 +
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-java/java-config: 1.3.0-r2, 2.0.26-r4
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:1.2.18.1
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS=x86 ~x86
AUTOCLEAN=yes
CBUILD=i686-pc-linux-gnu
CFLAGS=-O3 -march=pentium4 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
/usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/eselect/compiler
/etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash
/etc/terminfo
CXXFLAGS=-O3 -march=pentium4 -pipe
DISTDIR=/home/nuwa/ait/distfiles
FEATURES=candy ccache distlocks metadata-transfer parallel-fetch sandbox
sfperms strict userfetch userpriv usersandbox
GENTOO_MIRRORS=http://pushpaka.aitcybera.com http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/linux/distributions/gentoo;
LINGUAS=si en
MAKEOPTS=-j5
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --delete-after --stats
--timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=X a52 aac aalib acl akode alsa audiofile avahi berkdb bitmap-fonts
bzip2 cdr cli cracklib crypt cups curl directfb dri dts dv dvd dvdr
dvdread encode fam fbcon ffmpeg flac fortran gdbm ggi gif gphoto2 gpm
gstreamer gtk2 hal iconv id3 ieee1394 imlib immqt isdnlog java jbig jpeg
jpeg2 jpeg2k kde lame libcaca libg++ lirc live lua mad midi mmx mmxext mng
mp3 mp4 mpeg2 mpi ncurses nls nptl nptlonly opengl pam pcre pdf perl png
posix povray ppds pppd python qt qt4 rdesktop readline real reflection
samba sametime scanner sdl session speex spell spl sqlite sse sse2 ssl svg
svga tcpd theora tiff truetype truetype-fonts type1-fonts unicode v4l v4l2
vcd vorbis win32codecs wma wmf x86 xine xinerama xorg xv zeroconf zip
zlib ALSA_CARDS=intel8x0 ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix
dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear
meter mulaw multi null plug rate route share shm softvol ELIBC=glibc
INPUT_DEVICES=keyboard mouse KERNEL=linux LCD_DEVICES=bayrad cfontz
cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=si en
USERLAND=GNU VIDEO_CARDS=nvidia vesa
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
PORTDIR_OVERLAY




---

Thanks  Regards,

AIT Gentoo User

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde-base/kde-env Block kdelibs-SOLVED

2007-04-24 Thread AIT Gentoo User
Thanks Rumen,

i removed kdelibs but not workd.finaly i removed
/var/db/pkg/kde-base/kde-env folder.  tried. it worked.

THANKS ALL,

 AIT Gentoo User написа:
 Dear list friends,

 i tried to update one of my gentoo box.it gave me following notice. it
 tried to unmerge kde-env but there is no like ebuild in de portage. so
 what will be the problem. please help me resolve this.

 NOTICE
 --
 [ebuild  N] dev-libs/dbus-qt3-old-0.70  USE=-debug 0 kB
 [ebuild  N] net-dns/avahi-0.6.18  USE=gdbm python qt4 -autoipd
 -bookmarks -
  dbus -doc -gtk -howl-compat -mdnsresponder-compat -mono
 -qt3
 -test 0 kB
 [ebuild U ] kde-base/kdebase-3.5.6-r2 [3.5.3-r3] USE=cups hal
 ieee1394 java
opengl pam ssl xcomposite xinerama xscreensaver zeroconf
 -arts* -debug -kdeenab
lefinal* -kdehiddenvisibility -ldap -lm_sensors
 -logitech-mouse -openexr* -samba
   0 kB
 [ebuild  N] kde-misc/kdnssd-avahi-0.1.2  USE=xinerama -arts -debug
 739 kB
 [blocks B ] kde-base/kde-env (is blocking kde-base/kdelibs-3.5.6-r5)



 EMERGE INFO
 ---
 Portage 2.1.2.4 (default-linux/x86/2006.1, gcc-4.1.1/vanilla,
 glibc-2.4-r3, 2.6.20-gentoo-r1-ait0310a i686)
 =
 System uname: 2.6.20-gentoo-r1-ait0310a i686 Intel(R) Pentium(R) 4 CPU
 3.00GHz
 Gentoo Base System release 1.12.9
 Timestamp of tree: Mon, 23 Apr:00:10 +
 app-admin/eselect-compiler: 2.0.0_rc2-r1
 dev-java/java-config: 1.3.0-r2, 2.0.26-r4
 dev-lang/python: 2.4.3-r1
 dev-python/pycrypto: 2.0.1-r5
 sys-apps/sandbox:1.2.18.1
 sys-devel/autoconf:  2.13, 2.60
 sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2,
 1.10
 sys-devel/binutils:  2.17
 sys-devel/gcc-config: 2.0.0_rc1
 sys-devel/libtool:   1.5.22
 virtual/os-headers:  2.6.11-r5
 ACCEPT_KEYWORDS=x86 ~x86
 AUTOCLEAN=yes
 CBUILD=i686-pc-linux-gnu
 CFLAGS=-O3 -march=pentium4 -pipe
 CHOST=i686-pc-linux-gnu
 CONFIG_PROTECT=/etc /usr/kde/3.5/env /usr/kde/3.5/share/config
 /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config
 CONFIG_PROTECT_MASK=/etc/env.d /etc/env.d/java/ /etc/eselect/compiler
 /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash
 /etc/terminfo
 CXXFLAGS=-O3 -march=pentium4 -pipe
 DISTDIR=/home/nuwa/ait/distfiles
 FEATURES=candy ccache distlocks metadata-transfer parallel-fetch
 sandbox
 sfperms strict userfetch userpriv usersandbox
 GENTOO_MIRRORS=http://pushpaka.aitcybera.com
 http://distfiles.gentoo.org
 http://distro.ibiblio.org/pub/linux/distributions/gentoo;
 LINGUAS=si en
 MAKEOPTS=-j5
 PKGDIR=/usr/portage/packages
 PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times
 --compress --force --whole-file --delete --delete-after --stats
 --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages
 --filter=H_**/files/digest-*
 PORTAGE_TMPDIR=/var/tmp
 PORTDIR=/usr/portage
 SYNC=rsync://rsync.gentoo.org/gentoo-portage
 USE=X a52 aac aalib acl akode alsa audiofile avahi berkdb bitmap-fonts
 bzip2 cdr cli cracklib crypt cups curl directfb dri dts dv dvd dvdr
 dvdread encode fam fbcon ffmpeg flac fortran gdbm ggi gif gphoto2 gpm
 gstreamer gtk2 hal iconv id3 ieee1394 imlib immqt isdnlog java jbig jpeg
 jpeg2 jpeg2k kde lame libcaca libg++ lirc live lua mad midi mmx mmxext
 mng
 mp3 mp4 mpeg2 mpi ncurses nls nptl nptlonly opengl pam pcre pdf perl png
 posix povray ppds pppd python qt qt4 rdesktop readline real reflection
 samba sametime scanner sdl session speex spell spl sqlite sse sse2 ssl
 svg
 svga tcpd theora tiff truetype truetype-fonts type1-fonts unicode v4l
 v4l2
 vcd vorbis win32codecs wma wmf x86 xine xinerama xorg xv zeroconf zip
 zlib ALSA_CARDS=intel8x0 ALSA_PCM_PLUGINS=adpcm alaw asym copy dmix
 dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat
 linear
 meter mulaw multi null plug rate route share shm softvol ELIBC=glibc
 INPUT_DEVICES=keyboard mouse KERNEL=linux LCD_DEVICES=bayrad cfontz
 cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text LINGUAS=si en
 USERLAND=GNU VIDEO_CARDS=nvidia vesa
 Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
 LDFLAGS,
 PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS,
 PORTDIR_OVERLAY




 ---

 Thanks  Regards,

 AIT Gentoo User

 Hi,
 Try the following:
 #emerge =kde-base/kdelibs-3.5.6-r5 -aC
 will ask for confirmation to unmerge.
 The old kde-env ebuild must be in VDB (/var/db/pkg/...)
 HTH. Rumen




---

Thanks  Regards,

AIT Gentoo User

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde-base/kde-env Block kdelibs-SOLVED

2007-04-24 Thread AIT Gentoo User
i sync it for the latest portage. kde-base/kde-envebuild not in that
portage.so how to unmerge it?

 On Tue, 24 Apr:37:35 +0530 (IST), AIT Gentoo User wrote:

 i removed kdelibs but not workd.finaly i removed
 /var/db/pkg/kde-base/kde-env folder.  tried. it worked.

 That only removed the database entry for kde-env, not kde-env itself. The
 correct solution was to emerge --unmerge kde-env. It doesn't matter that
 the ebuild is no longer in the portage tree, because portage stores a
 copy of the ebuild used to install a package in /var/db/pkg and uses that
 to unmerge.


 --
 Neil Bothwick

 Rainbows are just to look at, not to really understand.



---

Thanks  Regards,

AIT Gentoo User

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: What trouble am I creating by commenting entries in [...]/packag.mask

2006-02-03 Thread gentoo-user

Harry Putnam wrote:


The reason has been posted in a few messages in this thread or at

least in my initial post; from /usr/portage/package.mask:

# Donnie Berkholz [EMAIL PROTECTED] (07 Aug 2005)
# Modularized X, upstream release candidates

And a quite long string of package names follow including xvidtune

I'm apparently using the wrong command to try to learn the
dependancies.

 root # equery depends  x11-apps/xvidtune
 [ Searching for packages depending on x11-apps/xvidtune... ]

No help there.

 


Hello Harry,

the developers are currently in the process of switching to a modular X 
server. This is a big change which is known to break stuff.

You should, however, be fine as long as you do use stable packages.

See also the latest Gentoo Newsletter at
http://www.gentoo.org/news/en/gwn/20060130-newsletter.xml which also 
contains a migration guide.


Editing files under /usr/portage is Not What You Want To Do (TM). The 
changes will be destroyed the next time you do emerge --sync. Rather 
go to /etc/portage and create package.mask/.use/.keywords...


Hope I could be of help.

Johnny

--
gentoo-user@gentoo.org mailing list



[gentoo-user] help

2005-12-29 Thread gentoo user mail list

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Problems with vchkpw

2005-04-22 Thread gentoo-user
I'm trying to setup a new mailserver with qmail and vpopmail.  I've
installed both, and have setup user accounts.  I'm running into
problems when trying to test the setup to make sure things are
working.

Running this command:
printf [EMAIL PROTECTED] | vchkpw `which id` 30
yields this result:
uid=0(root) gid=0(root)
groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),2
0(dialout),26(tape),27(video)

I run the same command on a working server and get this:
uid=89(vpopmail) gid=89(vpopmail)
groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),2
0(dialout),26(tape),27(video),35(games)

I can't authenticate any users on the new server.  My best guess is
that the discrepancy between the two is the source of the problem.

Some extra information:
Both servers are running Gentoo Linux.  The server with the problem is
running kernel 2.6.10.  The working server is running kernel 2.4.26


-- 
gentoo-user@gentoo.org mailing list