-
Posts
294 -
Joined
-
Last visited
-
Days Won
11
Content Type
Profiles
Forums
Blogs
Everything posted by palica
-
[SOLVED]Fetch failed for 'media-sound/spotify-1.0.64
palica replied to morphmex's question in Desktop Help
Best thing to do about such errors is to report them on bugs.funtoo.org. -
[SOLVED]Failed to emerge media-tv/kodi-17.4-r1
palica replied to morphmex's question in Desktop Help
Best thing to do about such errors is to report them on bugs.funtoo.org. -
Conflicts have been encountered! imagemagick-6.9.9.18 and 7.0.7.6 but not IUSE perl
palica replied to znavko's question in General Help
GOOD :)- 8 replies
-
- conflicts
- imagemagick
-
(and 1 more)
Tagged with:
-
Conflicts have been encountered! imagemagick-6.9.9.18 and 7.0.7.6 but not IUSE perl
palica replied to znavko's question in General Help
I didn't say it is not recommended, I said FYI = for your information. Funtoo is about choice :) You decide if it makes sense for you to enable it globally or not.- 8 replies
-
- conflicts
- imagemagick
-
(and 1 more)
Tagged with:
-
Conflicts have been encountered! imagemagick-6.9.9.18 and 7.0.7.6 but not IUSE perl
palica replied to znavko's question in General Help
FYI you can add use flags as per package in /etc/portage/package.use (or /etc/portage/package.use/somename ) in format of: media-gfx/imagemagick perl or <media-gfx/imagemagick-7 perl that will enable perl just for the one package- 8 replies
-
- conflicts
- imagemagick
-
(and 1 more)
Tagged with:
-
It means that your LPC device is old and contains a bug in the PM-Timer (most commonly known as "High Precision Event Time"). I wouldn't bother with it: The Low Pin Count bus, or LPC bus, is used on IBM-compatible personal computers to connect low-bandwidth devices to the CPU, such as the boot ROM and the "legacy" I/O devices (behind a super I/O chip). The "legacy" I/O devices usually include serial and parallel ports, PS/2 keyboard, PS/2 mouse, floppy disk controller and—more recently—the Trusted Platform Module (TPM). The physical wires of the LPC bus usually connect to the southbridge chip on a PC motherboard, which contains the circuit equivalents of the "legacy" onboard peripherals of the IBM PC/AT architecture, such as the two programmable interrupt controllers, the programmable interval timer, and the two ISA DMA controllers. Unless your TPM requires it and/or your system is giving you headaches related with any of those devices I wouldn't touch it. PS: do you still use it?
-
Broken system after removing xf86-input-evdev. How to update xorg-x11?
palica replied to znavko's question in General Help
@znavko let's keep this thread only for your "broken system" and if you need help with shotcut open a new topic or question. (btw shotcut is in media-kit:1.1-prime branch) -
Broken system after removing xf86-input-evdev. How to update xorg-x11?
palica replied to znavko's question in General Help
I personally use Shotcut as my primary video editor. -
Broken system after removing xf86-input-evdev. How to update xorg-x11?
palica replied to znavko's question in General Help
probably even: emerge -ave @system and then: emerge -ave openshot -
Broken system after removing xf86-input-evdev. How to update xorg-x11?
palica replied to znavko's question in General Help
can you paste output of: gcc -c -Q -march=native --help=target so we can see if -march=native generates correct instructions -
Broken system after removing xf86-input-evdev. How to update xorg-x11?
palica replied to znavko's question in General Help
or you could try it with: CFLAGS="-O2 -pipe -march=native" CXXFLAGS="${CFLAGS}" -
multiple IP addresses on one physical interface througth dhcp
palica replied to romikb's question in Server Help
Try this please: ip link add link eth0 address 00:11:11:11:11:11 eth0.1 type macvlan ip link add link eth0 address 00:22:22:22:22:22 eth0.2 type macvlan -
spamassassin will not bind ipv4 localhost
palica replied to ballsystemlord's question in Server Help
installed: mail-filter/spamassassin-3.4.1-r20::net-kit USE="berkdb ipv6 ssl -cron -ldap -libressl -mysql -postgres -qmail -sqlite {-test}" fun-1 ~ # /usr/sbin/spamd Dec 22 02:35:28.794 [3627] error: config: no rules were found! Do you need to run 'sa-update'? config: no rules were found! Do you need to run 'sa-update'? fun-1 ~ # sa-update fun-1 ~ # /usr/sbin/spamd Dec 22 02:35:45.759 [3641] info: spamd: server started on IO::Socket::IP [::1]:783, IO::Socket::IP [127.0.0.1]:783 (running version 3.4.1) Dec 22 02:35:45.759 [3641] info: spamd: server pid: 3641 Dec 22 02:35:45.762 [3641] info: spamd: server successfully spawned child process, pid 3645 Dec 22 02:35:45.764 [3641] info: spamd: server successfully spawned child process, pid 3646 Dec 22 02:35:45.765 [3641] info: prefork: child states: IS Dec 22 02:35:45.766 [3641] info: prefork: child states: II ^CDec 22 02:35:46.484 [3641] info: spamd: server killed by SIGINT, shutting down fun-1 ~ # /etc/init.d/spamd start * Starting spamd ... [ ok ] fun-1 ~ # netstat -anlt Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 10.214.101.187:34366 148.251.212.58:80 TIME_WAIT tcp 0 0 10.214.101.187:42150 140.211.11.105:80 TIME_WAIT tcp 0 0 10.214.101.187:44828 148.251.29.131:80 TIME_WAIT tcp 0 0 10.214.101.187:44832 148.251.29.131:80 TIME_WAIT tcp6 0 0 ::1:783 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN do you still have trouble running it on localhost? -
nothing in dmesg or /var/log/messages?
-
try: rsync -avz --delete /path/to/folder/ /media/mnt/toshiba\ EXT/path/to/folder/
-
this is and old question, do you still need help here? Please note that stable is no more. There is only current and current-hardened. Basically the warning means: if you select recode you cannot select imap if you select sharedmem you cannot select threads So you have to decide if you need recode and imap at the same tame and sharedmem and threads. Cheers!
-
Potential permissions issues with overlayfs [CANCELLED]
palica replied to walterw's question in General Help
I don't know if I understand it correctly, but this is what I am getting: root@robor ~ # ❯❯❯ whoami root root@robor ~ # ❯❯❯ touch test-unshare root@robor ~ # ❯❯❯ ls -alF test-unshare -rw-r--r-- 1 root root 4 Dec 21 22:54 test-unshare root@robor ~ # ❯❯❯ unshare -r ls -alF test-unshare -rw-r--r-- 1 root root 4 Dec 21 22:54 test-unshare -
Potential permissions issues with overlayfs [CANCELLED]
palica replied to walterw's question in General Help
I am sorry @walterw to paste you this instead of an answer. Would you be so kind and give more details. Best even steps to reproduce. You are mentioning overlayfs in your topis, but in your question there is no mention about overlayfs. Could you please add more info, steps to reproduce and expected behaviour. Thank you -
@Sandro can you please mark the best answer, just to help keeping track of answered questions. I know that you added [solved] to the topic, but just for the record.
-
do you have still trouble with upgrade? There is now version 3.4.4 available.
- 1 reply
-
- libmysqlcient
- configure
-
(and 1 more)
Tagged with:
-
If you have used sandybridge stage from build.funtoo.org, then the reason it doen't work is that your processor is "crippled" by Intel and doesn't support all the instructions a sandybridge should. Here are the stage3 CPU_FLAGS: aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3 Here are your flags that are supported by your lets-sell-this-as-sandybridge-processor-by-intel: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 popcnt tsc_deadline_timer xsave lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm arat pln pts So you are missing aes, avx, mmxext, and sse3. You have to possible solutions. I use generic_64 or start with generic_64 and rebuild then using your supported CPU_FLAGS. If this helps, please mark the question as solved. Thank you
-
here is a direct link for the translator interface on the wiki https://www.funtoo.org/index.php?title=Special:Translate&group=page-Install&action=page&filter=&language=ru login credentials should be the same as for forums
