Sandro
-
Posts
466 -
Joined
-
Last visited
-
Days Won
20
Reputation Activity
-
-
Sandro reacted to overkill in Very very strange errors
I already filed a bug - FL-3258
https://bugs.funtoo.org/browse/FL-3258
-
Sandro reacted to cardinal in Strange messages when i install or remove software.
Bug 585784 - Unknown media type errors in sci-chemistry/chemical-mime-data
-
Sandro got a reaction from cardinal in CONFIG_SND_HDA_PREALLOC_SIZE=64
Ok Thaanx "Great Master" Cardinal :)
Hello :)
-
Sandro reacted to cardinal in CONFIG_SND_HDA_PREALLOC_SIZE=64
Change kernel .config with menuconfig:
Device Drivers ? Sound card support ? Advanced Linux Sound Architecture
(64) Pre-allocated buffer size for HD-audio driver
Please enter a decimal value. Fractions will not be accepted. Use the ?
<TAB> key to move from the input field to the buttons below it.
Change 64 to 2048
Ok
Save
Changes kernel .config
CONFIG_SND_HDA_PREALLOC_SIZE=64
To
CONFIG_SND_HDA_PREALLOC_SIZE=2048
Then
Rebuild the kernel
-
Sandro reacted to Oleg Vinichenko in [Funtoo stable 64] Troubles with "locale"
this looks like you got wrong setting in /etc/env.d/02locale.
paste this file.
-
Sandro got a reaction from cardinal in About euse command
k8-64x2 ~ # echo "=app-portage/gentoolkit-0.3.1-r1 ~amd64">>/etc/portage/package.accept_keywords
-----cut------
k8-64x2 ~ # euse -i xine
global use flags (searching: xine)
************************************************************
[+ C ] xine - Add support for the XINE movie libraries
local use flags (searching: xine)
************************************************************
[+ C ] xine
media-plugins/vdr-xineliboutput: Compile the xine input plugin for
displaying vdr video and OSD
[+ B] 1.1.0 [gentoo]
[+ B] 2.0.0_p20130821 [gentoo]
[+ B] 2.0.0_p20150220 [gentoo]
[+ B] 9999 [gentoo]
Ok Cardinal .... You're ever a real "Guru" ^^
Thx :)
-
Sandro reacted to cardinal in About euse command
funtoo rj # euse -i xine
global use flags (searching: xine)
************************************************************
[- ] xine - Add support for the XINE movie libraries
local use flags (searching: xine)
************************************************************
[- ] xine
media-plugins/vdr-xineliboutput: Compile the xine input plugin for
displaying vdr video and OSD
[+ B] 1.1.0 [gentoo]
[+ B] 2.0.0_p20130821 [gentoo]
[+ B] 2.0.0_p20150220 [gentoo]
[+ B] 9999 [gentoo]
funtoo rj # equery b euse
* Searching for euse ...
app-portage/gentoolkit-0.3.1-r1 (/usr/bin/euse)
funtoo rj # eix -I gentoolkit
[I] app-portage/gentoolkit
Available versions: 0.3.0.8-r2 (~)0.3.0.9 (~)0.3.0.9-r1 0.3.0.9-r2 (~)0.3.1-r1 **9999 {PYTHON_TARGETS="pypy python2_7 python3_3 python3_4 python3_5"}
Installed versions: 0.3.1-r1(03:44:26 AM 03/19/2016)(PYTHON_TARGETS="python2_7 python3_4 -pypy -python3_3 -python3_5")
Homepage: https://www.gentoo.org/proj/en/portage/tools/index.xml
Description: Collection of administration scripts for Gentoo
-
Sandro reacted to tmp-meteque in I can't upgrade gcc
Hi Sandro.
Yes, I follow the gentoo's wiki.
# /etc/fstab: static file system information. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> UUID="2B00-F65A" /boot vfat defaults 1 2 UUID="d9fb9efe-390e-4ff7-870b-83a532af4c8e" / ext4 defaults,noatime 0 1 UUID="8505b49a-0ab4-4393-82f7-fb67d262906c" swap swap defaults 0 0 UUID="09382c16-b07f-4e5e-b8d5-3cf53ed1edcb" /home ext4 rw,relatime,discard,data=ordered 0 2 tmpfs /var/tmp/portage tmpfs size=2G,uid=portage,gid=portage,mode=775,noatime 0 0 https://nube.xxx.es/remote.php/webdav /home/ruben/Owncloud davfs user,noauto,uid=ruben,file_mode=600,dir_mode=700 0 1 #/dev/cdrom /mnt/cdrom auto noauto,ro 0 0 ruben@norris /etc/portage/env -? cat notmpfs.conf PORTAGE_TMPDIR=/home/tmp ruben@norris /etc/portage/env -? cat ../package.env app-office/libreoffice notmpfs.conf mail-client/thunderbird notmpfs.conf www-client/chromium notmpfs.conf www-client/firefox notmpfs.conf dev-qt/qtwebkit qtwebkit sys-devel/gcc notmpfs.conf Another trick to improve the compilation time is make portage quiet in make.conf and send the output to another file:
PORT_LOGDIR="/var/log/portage" FEATURES="clean-logs split-log" EMERGE_DEFAULT_OPTS="--quiet-build=y" -
Sandro reacted to cardinal in I can't upgrade gcc
Tell tmp-meteque to make free space and let him decide how to do it.
If your instruction is followed to delete distfiles folder containing all package source then gcc,kernel source,and other source code has to be downloaded again.
Files and folders can be moved to another drive to make free space.
Another solution would be setting PORTAGE_TMPDIR to an available partition with enough free space to compile gcc.
Advising someone your helping to delete directories and files off their system should always be avoided.
-
Sandro reacted to cardinal in install xorg 1.18
Zsh requires the ebuild in this command be inside 'single quotes' or "double quotes"
rj@funtoo ~ % sudo emerge '=x11-base/xorg-server-1.18.3' -
Sandro got a reaction from tmp-meteque in I can't upgrade gcc
Since i've 16 GiB of ram i use /dev/shm as PORTAGE_TMPDIR to compile the system (however, /dev/shm after a reboot will be cleaned up; /dev/shm is a tmpfs in RAM "volatile memory").
using in /etc/fstab:
shm /dev/shm tmpfs exec,rw,mode=1777 0 0
About eclean, i think that your "policy" is better than the mine .... also for Cardinal my method is not "the right way".
Last thing, I remove older kernels; so take a look in /usr/src/ and in /lib/modules if there are "ancient" kernels that requires space on disk.
(excuse my "bad US Language").
Pleased that you've solved :)
Hello Friends :)
-
Sandro got a reaction from tmp-meteque in I can't upgrade gcc
Hi; i'm readnig your build.log.
there is a trouble about space on device (it seems).
At first
# rm -rf /usr/portage/distfiles # rm -rf /var/tmp/portage # cd /usr/src/linux && make clean && cd ~ What tells to You a
df -h ?
If now there is more space on / (root filesystem) you can retry the
# emerge -1u gcc Otherwise, put
# df -h # du -hs /* -
Sandro got a reaction from tmp-meteque in I can't upgrade gcc
Hi hope not to bore ....
But sometimes i think may be a good thing to take a look into directories with "obsolete" files to have a gain about space on disk.
The "*Trash" must be deleted sometimes....
so i've asked about df -h and du -hs
For Example I've my 2 little and very elementary scripts that i use to clean system:
ci74771ht ~ # cat Pulisci rm -rf /usr/portage/distfiles rm -rf /var/tmp/portage rm -rf /dev/shm/portage And
ci74771ht ~ # cat Clean_Kernel cd /usr/src/linux && make clean && cd ~ With my Clean_kernel i can free 8 GiB of temp files (i use genkernel).
For me is a good idea.
Hello to All _||_
PS: and after an
# emerge -DNu world --with-bdeps=y ,
# emerge -c -
Sandro reacted to Sandro in Software for make "low level format" for an HDD
Hi uxcn and thank you for your interest ... :)
I've used also 2 utilities for this "Hitachi HTS541040G9AT00" written ohn a bootable cd-rom (FreeDOS i think),
but they have not solved the trouble about sector 0 :(
Hi sputnik and Thanx to You for the interest ... :)
I don't need to rescue data but only that the HDD return to be able to start.
The error is about sector 0
I've tryed also 2 utilities downloaded from "Hitachi" .... but without solving the trouble :(
Now i'm using
# badblock -svw -d 512 -c 1 /dev/sda 15 houres that it runs without errors .... and i think that are necessary 15 - 20 hours to complete.
Now i want to learn more about HDD.
Thank You All for suggestions.
I will inform you when badblocks will terminate :)
-
Sandro got a reaction from uxcn in Post your make.conf
@uxcn: Great explanation ..... I thank you very much great friend :) :) :)
-
Sandro reacted to Sandro in Post your make.conf
@uxcn: Escuse me , i have a little question.
However i've addedd -march=native and -flto in the LDFLAGS
But since -flto is an optimization for the linker, why has you declared also in C*FLAGS that flag ?
isn't it redundant ? or if not which is the technical reason ?
And -flto includes IPO or must be declared " -fwhole-program --combine" ?
excuse me for the question and thanks very much :)
-
Sandro reacted to Sandro in About ip6tables
Ok, i've:
ci74771ht ~ # find /lib/modules/ -iname *ip6_tables* /lib/modules/4.1.15-gentoo-r1/kernel/net/ipv6/netfilter/ip6_tables.ko ci74771ht ~ # Then the module isn't "autoloaded".
ci74771ht ~ # modprobe ip6_tables ci74771ht ~ # /etc/init.d/ip6tables stop ip6tables | * Saving ip6tables state ... [ ok ] ip6tables | * Stopping firewall ... [ ok ] ci74771ht ~ # Ok ... module ip6_tables "added" in /etc/conf.d/modules.
Solved !!!!!!!
Thanks very much.
-
Sandro reacted to cardinal in About ip6tables
/etc/init.d/ip6tables :
ip6tables) iptables_proc="/proc/net/ip6_tables_names" checkkernel() { if [[ ! -e ${iptables_proc} ]] ; then eerror "Your kernel lacks ${iptables_name} support, please load" eerror "appropriate modules and try again." return 1 fi return 0 } modprobe ip6_tables Creates /proc/net/ip6_tables_names
funtoo rj # modinfo ip6-tables filename: /lib/modules/3.16.7-ckt11-1/kernel/net/ipv6/netfilter/ip6_tables.ko description: IPv6 packet filter author: Netfilter Core Team <coreteam@netfilter.org> license: GPL depends: x_tables intree: Y vermagic: 3.16.7-ckt11-1 SMP mod_unload modversions If you don't have ip6_tables kernel module build it with CONFIG_IP6_NF_IPTABLES=m
Reference:
CONFIG_IP6_NF_IPTABLES: IP6 tables support (required for filtering)
General information
The Linux kernel configuration item CONFIG_IP6_NF_IPTABLES has multiple definitions:
IP6 tables support (required for filtering) found in net/ipv6/netfilter/Kconfig
The configuration item CONFIG_IP6_NF_IPTABLES:
prompt: IP6 tables support (required for filtering)
type: tristate
depends on: ( CONFIG_INET && CONFIG_IPV6 ) && ( CONFIG_NETFILTER_ADVANCED = CONFIG_n )
defined in net/ipv6/netfilter/Kconfig
found in Linux kernels: 2.6.19?2.6.39, 3.0?3.19, 4.0?4.2, 4.4, 4.5-rc+HEAD
modules built: ip6_tables
-
Sandro reacted to j-g- in Switching from current to stable
Packages are stablilized in gentoo by changing the keyword form '~arch' to 'arch', e.g. if the ebuild has in KEYWORDS "~amd64" it means the ebuild is not stable, if it has "amd64" it has been stabilized.
I remember a question like this was posted some years ago on gentoo's user ML, it is not trivial to do this, basically the advice was: make the change, and wait for stable to catch up, using package.accept_keywords to restrict new versions for your packages from world already installed(and maybe some deps ), this will take a few months. here's a link to the thread from the mailing list[1].
I'd say also that once @system has catched up with unstable you could try 'emerge -e @world'
[1] https://groups.google.com/forum/#!topic/linux.gentoo.user/zcMg38XEWtw
-
Sandro got a reaction from 666threesixes666 in happy new year funtoo
Happy new Year .....
I love Funtoo ... it's my preferred system :P
Thanks Daniel & Oleg and to all users :) :) :)
I love YOu :)
-
Sandro got a reaction from tuxman in kde-apps/oxygen-icons-15.04.3 problem
# emerge -C oxygen-icons # emerge -DNu world
Solved (for me)
-
Sandro got a reaction from pr1vacy in Plasma 5.4
Hi Astate, i hope not to bored You !
but install
# emerge eix then
# eix-update or
# eix-sync (that is equal to emerge --sync && eix-update) So You can interrogate the eix db (that is faster than emerge -S (--search)
I think is a very nice utility.
If You want to use kde versions > kde 4.X
I thik You must use "layman"
# emerge layman # layman -L # layman -a kde # echo "source /var/lib/layman/make.conf">> /etc/portage/make.conf then when you'll make
# eix-update, it will be equal to # emerge --sync && layman -S so you can re-interogate eix with
# eix kde-meta # eix-kde-plasma and so on .....
Thiis are a normal prcedure; but it is possible that you encountered troubles. Now I'm making an experiment with these commands to give you a feedback.
______________________________
mmmmh at this moment i have not found an overlay with KDE 5.X .
May be that i wrote, for you are jsut comprised.
Unfortunately I have not found overlays that have kde5.X Perhaps what I wrote you know him already. Sorry for not being able to give a solution. :( -
Sandro got a reaction from AdiosKid in Plasma 5.4
Hi Astate, i hope not to bored You !
but install
# emerge eix then
# eix-update or
# eix-sync (that is equal to emerge --sync && eix-update) So You can interrogate the eix db (that is faster than emerge -S (--search)
I think is a very nice utility.
If You want to use kde versions > kde 4.X
I thik You must use "layman"
# emerge layman # layman -L # layman -a kde # echo "source /var/lib/layman/make.conf">> /etc/portage/make.conf then when you'll make
# eix-update, it will be equal to # emerge --sync && layman -S so you can re-interogate eix with
# eix kde-meta # eix-kde-plasma and so on .....
Thiis are a normal prcedure; but it is possible that you encountered troubles. Now I'm making an experiment with these commands to give you a feedback.
______________________________
mmmmh at this moment i have not found an overlay with KDE 5.X .
May be that i wrote, for you are jsut comprised.
Unfortunately I have not found overlays that have kde5.X Perhaps what I wrote you know him already. Sorry for not being able to give a solution. :( -
Sandro reacted to cardinal in euse doesn't work.
profiles/use.local.desc was deleted last sync.
http://git.funtoo.org/ports-2012/commit/profiles?id=9781119c870823ba98f1a381de005521ed9f5be7
merge_utils.py should run the command below when funtoo staging is merged with ports-2012 to update use.local.desc
Command to write /usr/portage/profiles/use.local.desc
# egencache --update-use-local-desc --repo=gentoo
