Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Gentoo Chat
  • Search

how unstable are you?

Opinions, ideas and thoughts about Gentoo. Anything and everything about Gentoo except support questions.
Post Reply
  • Print view
Advanced search
117 posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
Author
Message
Naib
Watchman
Watchman
User avatar
Posts: 6101
Joined: Fri May 21, 2004 9:42 pm
Location: Removed by Neddy
Contact:
Contact Naib
Website

how unstable are you?

  • Quote

Post by Naib » Mon Dec 15, 2008 11:32 pm

Code: Select all

TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC"

Percentage unstable: 56.65399239543726235700
prob not the most elegant or complete but for a quick 30sec job :D
#define HelloWorld int
#define Int main()
#define Return printf
#define Print return
#include <stdio>
HelloWorld Int {
Return("Hello, world!\n");
Print 0;
Top
denstark
l33t
l33t
User avatar
Posts: 654
Joined: Mon Jun 02, 2003 6:49 pm
Location: sd.ca.us
Contact:
Contact denstark
Website

  • Quote

Post by denstark » Mon Dec 15, 2008 11:39 pm

Code: Select all

Percentage unstable: 0
Blog

Code: Select all

denstark> starbuck authorizes torture?
rokstar> sure they do, you tried their coffee?
Top
Zepp
Veteran
Veteran
User avatar
Posts: 1246
Joined: Mon Mar 15, 2004 9:43 pm
Location: Ontario, Canada

  • Quote

Post by Zepp » Mon Dec 15, 2008 11:45 pm

Percentage unstable: 13.09370988446726572500
Top
energyman76b
Advocate
Advocate
User avatar
Posts: 2048
Joined: Wed Mar 26, 2003 11:31 am
Location: Germany

  • Quote

Post by energyman76b » Mon Dec 15, 2008 11:48 pm

Percentage unstable: 47.97742238946378174900

must be the big pile of unmasked, keyworded stuff moving that down from 100% :P
Study finds stunning lack of racial, gender, and economic diversity among middle-class white males

I identify as a dirty penismensch.
Top
mdeininger
Veteran
Veteran
User avatar
Posts: 1740
Joined: Wed Jun 15, 2005 11:45 am
Location: Emerald Isles, observing Dublin's docklands
Contact:
Contact mdeininger
Website

  • Quote

Post by mdeininger » Mon Dec 15, 2008 11:57 pm

Code: Select all

mdeininger@helios ~ $ TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC" 
Unknown option --installed-testing
Percentage unstable: 0
uuuuhuhn.... lol :D
"Confident, lazy, cocky, dead." -- Felix Jongleur, Otherland

( Twitter | Blog | GitHub )
Top
SiberianSniper
Guru
Guru
User avatar
Posts: 384
Joined: Thu Apr 06, 2006 3:00 am
Location: Dayton, OH, USA

  • Quote

Post by SiberianSniper » Tue Dec 16, 2008 12:00 am

Code: Select all

manfred@midori ~ $ TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC"
bash: eix: command not found
bash: eix: command not found
Runtime error (func=(main), adr=3): Divide by zero
Percentage unstable: 
:P
Top
poly_poly-man
Advocate
Advocate
User avatar
Posts: 2477
Joined: Wed Dec 06, 2006 9:59 pm
Location: RIT, NY, US
Contact:
Contact poly_poly-man
Website

  • Quote

Post by poly_poly-man » Tue Dec 16, 2008 12:15 am

your thing is borken - I should have about 110% unstable.... I'm running ~amd64 with several hard-unmasked packages.
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see [topic]838248[/topic]. Potentially still a WiP.
Top
kernelOfTruth
Watchman
Watchman
User avatar
Posts: 6111
Joined: Tue Dec 20, 2005 10:34 pm
Location: Vienna, Austria; Germany; hello world :)
Contact:
Contact kernelOfTruth
Website

  • Quote

Post by kernelOfTruth » Tue Dec 16, 2008 12:20 am

poly_poly-man wrote:your thing is borken - I should have about 110% unstable.... I'm running ~amd64 with several hard-unmasked packages.
++

:P

I'm even running alpha hardened gcc (4.4) and glibc-2.9 with some use-flags people call ricer (funroll-loops)

how unstable is that :roll: (only on a few packages )

the best part is: it's even more stable than ubuntu :lol:


8O
Percentage unstable: 54.60852329038652130800
ACCEPT_KEYWORDS="amd64 ~amd64"
:roll:
Last edited by kernelOfTruth on Tue Dec 16, 2008 12:51 pm, edited 1 time in total.
https://github.com/kernelOfTruth/ZFS-fo ... scCD-4.9.0
https://github.com/kernelOfTruth/pulsea ... zer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Top
bunder
Bodhisattva
Bodhisattva
Posts: 5956
Joined: Sat Apr 10, 2004 5:13 am

  • Quote

Post by bunder » Tue Dec 16, 2008 12:24 am

Moved from Off the Wall to Gentoo Chat.

Sounds dupe-ish, despite the new method of acquiring the number of unstable packages. 8)
Neddyseagoon wrote:The problem with leaving is that you can only do it once and it reduces your influence.
banned from #gentoo since sept 2017
Top
platojones
Veteran
Veteran
User avatar
Posts: 1602
Joined: Wed Oct 23, 2002 10:48 pm
Location: Just over the horizon

  • Quote

Post by platojones » Tue Dec 16, 2008 12:28 am

bunder wrote:Moved from Off the Wall to Gentoo Chat.

Sounds dupe-ish, despite the new method of acquiring the number of unstable packages. 8)
Hahaha, yeah, but I'll play anyway, what the heck....

Code: Select all

Percentage unstable: 35.73000733675715333800
About 95% of that has to be the split kde 4.1.3, kde 3.5.10 and split Xorg, FYI
Top
sts
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 97
Joined: Mon Jul 02, 2007 9:33 pm

  • Quote

Post by sts » Tue Dec 16, 2008 12:47 am

mdeininger wrote:

Code: Select all

mdeininger@helios ~ $ TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC" 
Unknown option --installed-testing
Percentage unstable: 0
uuuuhuhn.... lol :D
Yeah, I got the same thing. What version of eix are you using, Naib?
Top
energyman76b
Advocate
Advocate
User avatar
Posts: 2048
Joined: Wed Mar 26, 2003 11:31 am
Location: Germany

  • Quote

Post by energyman76b » Tue Dec 16, 2008 12:50 am

probably an unstable one.
energy ~ # eix eix
app-portage/eix
Available versions: 0.13.3-r1 (~)0.14.2 (~)0.15.1 (~)0.15.2 {doc sqlite}
Installed versions: 0.15.2(08:27:46 28.11.2008)(sqlite -doc)
Study finds stunning lack of racial, gender, and economic diversity among middle-class white males

I identify as a dirty penismensch.
Top
cokey
Advocate
Advocate
User avatar
Posts: 3355
Joined: Fri Apr 23, 2004 12:30 am

Re: how unstable are you?

  • Quote

Post by cokey » Tue Dec 16, 2008 1:03 am

Naib wrote:

Code: Select all

TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC"

Percentage unstable: 56.65399239543726235700
prob not the most elegant or complete but for a quick 30sec job :D

Code: Select all

-bash: eix: command not found
Runtime error (func=(main), adr=3): Divide by zero
edit:

Code: Select all

Percentage unstable: 48.70317002881844380400
https://otw20.com/ OTW20 The new place for off the wall chat
Top
cokey
Advocate
Advocate
User avatar
Posts: 3355
Joined: Fri Apr 23, 2004 12:30 am

  • Quote

Post by cokey » Tue Dec 16, 2008 1:13 am

poly_poly-man wrote:your thing is borken - I should have about 110% unstable.... I'm running ~amd64 with several hard-unmasked packages.
some packages dont have ~testing packages and are only stable
https://otw20.com/ OTW20 The new place for off the wall chat
Top
poly_poly-man
Advocate
Advocate
User avatar
Posts: 2477
Joined: Wed Dec 06, 2006 9:59 pm
Location: RIT, NY, US
Contact:
Contact poly_poly-man
Website

  • Quote

Post by poly_poly-man » Tue Dec 16, 2008 1:15 am

cokehabit wrote:
poly_poly-man wrote:your thing is borken - I should have about 110% unstable.... I'm running ~amd64 with several hard-unmasked packages.
some packages dont have ~testing packages and are only stable
explains quite a bit... shouldn't we count these somehow?
iVBORw0KGgoAAAANSUhEUgAAA

avatar: new version of logo - see [topic]838248[/topic]. Potentially still a WiP.
Top
tarpman
Veteran
Veteran
User avatar
Posts: 1083
Joined: Thu Nov 04, 2004 2:55 am
Location: Victoria, BC, Canada

  • Quote

Post by tarpman » Tue Dec 16, 2008 2:24 am

Percentage unstable: 51.27551020408163265300

surprisingly low for a full ~x86 system, even taking into account that the latest versions of some packages are stable. I would have expected at least >70%.
Saving the world, one kilobyte at a time.
Top
AaronPPC
Guru
Guru
Posts: 522
Joined: Sun May 29, 2005 8:22 am
Location: Tucson, AZ

  • Quote

Post by AaronPPC » Tue Dec 16, 2008 2:26 am

Hmm...not as unstable as I thought:

Code: Select all

Percentage unstable: 49.07407407407407407400
Actually, my computer is more stable than I am! :lol:
--Aaron
Top
rgk
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 140
Joined: Fri Apr 06, 2007 9:48 pm
Location: ny
Contact:
Contact rgk
Website

  • Quote

Post by rgk » Tue Dec 16, 2008 2:55 am

Percentage unstable: 5.28942115768463073800
MadGizmo.com is awesome.
Top
NathanZachary
Bodhisattva
Bodhisattva
User avatar
Posts: 2627
Joined: Tue Jan 30, 2007 1:50 am

  • Quote

Post by NathanZachary » Tue Dec 16, 2008 3:34 am

Yeah, something must be wrong, because I get:

Code: Select all

TOTAL=$(eix --compact -I | grep -c -i "^\[I\]"); UNSTABLE=$(eix --compact --installed-testing | grep -c -i "^\[I\]"); PERC=$(echo "($UNSTABLE/$TOTAL)*100" | bc -l);  echo "Percentage unstable: $PERC"
Unknown option --installed-testing
Percentage unstable: 0
I know my system is stable, but I don't think it is quite at that level of stability. 8)
“Truth, like infinity, is to be forever approached but never reached.” --Jean Ayres (1972)
---avatar cropped from =AimanStudio---
Top
SiberianSniper
Guru
Guru
User avatar
Posts: 384
Joined: Thu Apr 06, 2006 3:00 am
Location: Dayton, OH, USA

  • Quote

Post by SiberianSniper » Tue Dec 16, 2008 4:09 am

so if I emerge eix, that'll lower my percentage of unstable packages..... and I like being mostly ~amd64 :?
Top
warrens
Apprentice
Apprentice
User avatar
Posts: 243
Joined: Tue Jan 04, 2005 11:19 pm
Location: Don't Tread On Me!

  • Quote

Post by warrens » Tue Dec 16, 2008 5:26 am

Code: Select all

Percentage unstable: 62.97918948521358159900
[The bigger the government, the smaller the citizen.

Don't tread on me!!!

The best government is the government that governs least.
Top
jel
Apprentice
Apprentice
User avatar
Posts: 259
Joined: Wed Aug 10, 2005 11:53 am
Location: Gothenburg
Contact:
Contact jel
Website

  • Quote

Post by jel » Tue Dec 16, 2008 9:22 am

Code: Select all

Percentage unstable: 56.44302449414270500500
Love the precision.
# dd if=/dev/urandom of=/dev/sda bs=512
Top
padoor
Advocate
Advocate
User avatar
Posts: 4185
Joined: Fri Dec 30, 2005 1:43 am
Location: india

  • Quote

Post by padoor » Tue Dec 16, 2008 9:46 am

does it take into account the ACCEPT_KEYWORDS="~x86" too??
i am now booted in windows. will get the unstability percentage in a few hours. :)
is there a windows command line for this . anyway it is taking a statistics of world file with eix.,?
i have switch terminal installed with openssh. in windows.
reach out a little bit more to catch it (DON'T BELIEVE the advocate part under my user name)
Top
ToeiRei
Veteran
Veteran
User avatar
Posts: 1191
Joined: Mon Jan 03, 2005 10:50 am
Location: Austria
Contact:
Contact ToeiRei
Website

  • Quote

Post by ToeiRei » Tue Dec 16, 2008 10:24 am

Code: Select all

Percentage unstable: 65.03080082135523613900
but stable as a rock
Please stand by - The mailer daemon is busy burning your messages in hell...
Top
AllenJB
Veteran
Veteran
User avatar
Posts: 1285
Joined: Fri Sep 02, 2005 10:47 am
Contact:
Contact AllenJB
Website

  • Quote

Post by AllenJB » Tue Dec 16, 2008 12:45 pm

Shortened to 1dp because I hate long numbers:

Lister (linux only): 21.1

Head1 (server test instance): 5.1

I'll do my laptop (Skutter) and main desktop (Petersen - Dual boot WinXp / Linux) later.
Top
Post Reply
  • Print view

117 posts
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Return to “Gentoo Chat”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic