Re: [gentoo-user] best CAD app for industrial machining/molding?

2021-04-18 Thread Jarry
Have a look at FreeCAD. Not the best cad app in the world, but imho it reached the point when it can be quite usable. Jarry On 19-Apr-21 4:47, caveman رجل الكهف 穴居人 wrote: hi. i want to design complex shapes, and then send them to some manufacturers. so my drawings need to be very accurate

Re: [gentoo-user] How do I compress jpeg files?

2020-09-18 Thread Jarry
jpeg is already compressed. You can reduce its size by resampling to lower resolution and/or higher-level lossy compression. In both cases you are going to loose quality... Jarry On 18-Sep-20 15:32, Alan Mackenzie wrote: Hello, Gentoo! I've a number of jpeg files, 17 to be precise, whic

Re: [gentoo-user] tips on running a mail server in a cheap vps provider run but not-so-trusty admins?

2020-08-18 Thread Jarry
wer is yes! Even if you are not mass-mailing, you can still get blacklisted, if you do not secure your IP, domain and mail-server properly... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is con

Re: [gentoo-user] tips on running a mail server in a cheap vps provider run but not-so-trusty admins?

2020-08-17 Thread Jarry
much more to do, i.e. spf, dkim, dmarc, dnssec, etc... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Jarry
On 09-Jul-20 19:32, Jack wrote: > On 2020.07.09 13:25, Jarry wrote: >> On Thu, 9 Jul 2020 at 16:32, Alan Mackenzie wrote: >> > I've just scanned in a two-page document using sane, and it's given me >> > as output two separate files.  I would like to join these

Re: [gentoo-user] Joining PDF files together.

2020-07-09 Thread Jarry
ontent of both those original pages written over each other to single output page. I have been using "stamp" option of pdftk for this, but it crashes sometimes... Jarry -- ___ This mailbox accepts e-mails only from selected mailin

Re: [gentoo-user] Re: A bit O/T: Running android apps in QEMU

2019-08-21 Thread Jarry
works as expected. Network is emulated as "wifi", Google services are integrated and I can install apps as on any other android device... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] Xen with Gentoo as dom0: sw or hw raid?

2016-07-20 Thread Jarry
tually possible?). Moreover, grub-config for Xen itself is somehow more complicated and sw-raid could add extra complexity... So the question is simple. For Xen-server with Gentoo as dom0, what do you recommend: sofware- or hardware-raid? Any other general tips concerning Xen (particularly with Gentoo a

Re: [gentoo-user] Bind stole my /

2015-11-18 Thread Jarry
On 10-Nov-15 14:22, Tom H wrote: On Tue, Nov 10, 2015 at 12:32 AM, Mike Gilbert wrote: On Mon, Nov 9, 2015 at 2:36 PM, Jarry wrote: On 08-Nov-15 17:58, Mike Gilbert wrote: On Fri, Nov 6, 2015 at 12:19 PM, Jarry wrote: I noted one strange thing today: It seems one of my servers lost

Re: [gentoo-user] Bind stole my /

2015-11-09 Thread Jarry
On 08-Nov-15 17:58, Mike Gilbert wrote: On Fri, Nov 6, 2015 at 12:19 PM, Jarry wrote: Hi Gentoo-users, I noted one strange thing today: It seems one of my servers lost "/"! vs5-dns ~ # df Filesystem1K-blocksUsed Available Use% Mounted on /var/log/named 10138552 2223148 7

[gentoo-user] Bind stole my /

2015-11-06 Thread Jarry
rt from other things) check filesystems if they are not close to being full. With bind/named running it complains it can not find "/" in df output. I'd like to get my "/" back, but I do not know how to do it... Jarry -- _

Re: [gentoo-user] Re: grub-2 update

2015-07-16 Thread Jarry
have been using grub2 since it went stable and never had any problem with it... Jarry ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] grub-2 update

2015-07-16 Thread Jarry
. Portage will mount /boot, update grub, and dismound afterwards... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] ipset: hash or bitmap?

2015-06-26 Thread Jarry
quot;? I mean, for 2 IPs it is probably easier to forget ipset and just include 2 iptables-rules. But what if I have to define the same iptables-rule for 5 (or 10, 20) IPs? Does it make sense to use ipset already? Or is such a set still too smal

[gentoo-user] How can I block incomming tor-traffic?

2015-06-06 Thread Jarry
How can I feed this list to iptables? Is there some ready-to-use solution, or do I have to parse this list through some script I have to write first? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything

[gentoo-user] amavisd: running or not running???

2015-04-05 Thread Jarry
avisd stop * Stopping amavisd-new ... The amavisd daemon is not running [ !! ] * ERROR: amavisd failed to stop vs4 ~ # /etc/init.d/amavisd start * WARNING: amavisd has already been started vs4 ~ # ps -e | grep amavis vs4 ~ # How can I fix this mess?

Re: [gentoo-user] USE-flags description?

2015-02-01 Thread Jarry
Thanks, I did not know about that "desc" sub-dir at all... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] USE-flags description?

2015-02-01 Thread Jarry
t I'd like to know what they means, but I could not find any description for "aes" and "popcnt"... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] "emerge --depclean" wants to remove active python?

2014-12-06 Thread Jarry
/279158. Thanks, Alec. How could I have missed that thread??? Mea culpa... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] "emerge --depclean" wants to remove active python?

2014-12-06 Thread Jarry
run python-updater and compile all against 3.3. But why? 3.4.1 is stable, so why does Portage want to remove it??? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] Re: World update and changed PYTHON_TARGETS

2014-11-26 Thread Jarry
my machine so far, so I guess I'll keep it like this until something explodes or there's another news item. I did the same. Except I could not depclean 3.3 because it is still used by something. So now I have 2.7, 3.3 and 3.4 Jarry --

Re: [gentoo-user] Anyone using Veeam to backup Gentoo VMs on vmware hosts?

2014-11-10 Thread Jarry
On 10-Nov-14 18:06, Tanstaafl wrote: Wondering if this is supported? It is supported, but not on ESXi-hypervisor (free) anymore. AFAIK only Trilead VM-Explorer works on free-ESXi (and command line tools i.e. ghettoVCB). Jarry

Re: [gentoo-user] PAM auto-adding ".db" suffix: feature or bug?

2014-08-24 Thread Jarry
.db ??? 2. error-log is very misleading. It says '/etc/postfix/virtual_users.db': no such file or directory while in fact pam was looking for '/etc/postfix/virtual_users.db.db'. Jarry -- ___ This mailbox accepts

Re: [gentoo-user] PAM auto-adding ".db" suffix: feature or bug?

2014-08-23 Thread Jarry
On 24-Aug-14 0:07, Alan McKinnon wrote: On 23/08/2014 21:21, Jarry wrote: Hi Gentoo-users, after playing with PAM for a few days I discovered one strange thing: PAM adds ".db" suffix to database definition on its own! What I mean is following: _ more /etc/pam

[gentoo-user] PAM auto-adding ".db" suffix: feature or bug?

2014-08-23 Thread Jarry
; suffix from "database" off. If all this is feature and not bug, then it should definitely be mentioned somewhere... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] apachetop compilation failed; something missing?

2014-08-16 Thread Jarry
ed portage-tree again and problem dissapeared... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] apachetop compilation failed; something missing?

2014-08-15 Thread Jarry
/app-admin/apachetop-0.12.6-r1/work/ apachetop-0.12.6/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-admin/apachetop-0.12.6-r1/work/ apachetop-0.12.6' make: *** [all] Error 2 emake failed __ Any idea what it means and how I

[gentoo-user] vsftpd: virtual users with own directory?

2014-08-05 Thread Jarry
user1 logged in (with ftp-client), he was in /home/ftp, could see sub-dirs user1, user2, user3, etc., but could write only to his own sub-dir user1. How can I do this with virtual users? Jarry -- ___ This mailbox accepts e-mails only from sel

Re: [gentoo-user] modules.devname not found...

2014-07-29 Thread Jarry
On 29-Jul-14 19:25, Samuli Suominen wrote: On 29/07/14 20:22, Neil Bothwick wrote: On Tue, 29 Jul 2014 18:25:15 +0200, Jarry wrote: * Creating list of required static device nodes for the current kernel... Warning: /lib/modules/3.12.21-gentoo-r1/modules.devname not found - ignor

[gentoo-user] modules.devname not found...

2014-07-29 Thread Jarry
/lib/modules/3.12.21-gentoo-r1/modules.devname and none of them complains. Except this new one... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] How can I find 2nd network adapter?

2014-07-18 Thread Jarry
On 18-Jul-14 18:37, Alexander Kapshuk wrote: On 07/18/2014 07:28 PM, Jarry wrote: So how can I find name of the new network adapter? Example command to get the information for the new interface name before booting (replace with, for example, eth0): # udevadm test-builtin net_id /sys

[gentoo-user] How can I find 2nd network adapter?

2014-07-18 Thread Jarry
p; good network devices (eth0, eth1). So how can I find name of the new network adapter? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] Raspberry Pi & Gentoo?

2014-04-16 Thread Jarry
On 16-Apr-14 17:46, Stroller wrote: On Wed, 16 April 2014, at 4:34 pm, Jarry wrote: … 1. What is better to use as OS-storage: USB-stick or SD-card? I have read horror stories about SD-cards being fried/bricked quite frequently so I'm a little scared. But I never found single post

[gentoo-user] Raspberry Pi & Gentoo?

2014-04-16 Thread Jarry
I'm using Gentoo on all my servers but I'm not sure it is the best option for this puppy (Gentoo puts quite high demands on filesystem). If I redirect all the compilation work to other "mature" server (distcc/crossdev), can I use even Gentoo? Or is Raspbian still

[gentoo-user] shutdown for non-root users?

2014-03-10 Thread Jarry
re any way to achieve this without installing sudo? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] python-updater: updating cracklib forever...

2014-03-06 Thread Jarry
ut with "-python" USE flag it will never be there, no matter how many times cracklib will be recompilled. Seems to me like bug in python-updater. It should recompile cracklib only if it was compiled with *some* ABIs, but older than the new one.

Re: [gentoo-user] python-updater: updating cracklib forever...

2014-03-06 Thread Jarry
On 06-Mar-14 19:25, Peter Humphrey wrote: On Thursday 06 Mar 2014 18:57:51 Jarry wrote: today after emerging python-exec (from 2.0.1 to 2.0.1-r1) I tried python-upadter and found out it wants to update cracklib. OK, I did, and then tested python-updater again. An it updated cracklib again! I

[gentoo-user] python-updater: updating cracklib forever...

2014-03-06 Thread Jarry
-emerging cracklib... Is this normal? man-page says "python-updater -- Find & rebuild packages broken due to a Python upgrade"; so I do not think it should run forever... Jarry # eselect python list Available Python inte

Re: [gentoo-user] RAID 1 vs RAID 0 - Read perfonmance

2014-02-24 Thread Jarry
h quite good HW-controller but I think with mdadm it might be similar). Raid0 was way ahead of other two configurations in my case. Finally I went for 4xSSD/256GB in raid10 as I needed both speed and redundancy... Jarry -- ___ This mailbox

Re: [gentoo-user] tmpfs for portage: how much?

2014-01-25 Thread Jarry
Jarry wrote: I would like to use tmpfs for all the package-compilation to spare my SSD from too many writing-cycles, but I can not guess how much do I need. I'm rather limited with RAM, if I use more than 512MB for /var/tmp/portage... OMG, I was really over-optimistic! Even 2 GB tmpf

Re: [gentoo-user] tmpfs for portage: how much?

2014-01-21 Thread Jarry
On 21-Jan-14 18:14, Neil Bothwick wrote: On Tue, 21 Jan 2014 18:03:08 +0100, Jarry wrote: I would like to use tmpfs for all the package-compilation to spare my SSD from too many writing-cycles, but I can not guess how much do I need. I'm rather limited with RAM, if I use more than 512M

[gentoo-user] tmpfs for portage: how much?

2014-01-21 Thread Jarry
tarts swapping... So what do your think? Would it be enought to have 512MB for packages like GCC, Apache, MySQL, Sendmail, Bind? These are the biggest, rest are much smaller... Jarry -- ___ This mailbox accepts e-mails only from selected ma

Re: [gentoo-user] Anyone using open-vm-tools w/ESXi?

2014-01-16 Thread Jarry
UT (which I find better, there is native ESXi-client). Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] x11-misc/shared-mime-info update problem...

2014-01-05 Thread Jarry
On 05-Jan-14 15:02, Neil Bothwick wrote: On Sun, 05 Jan 2014 14:06:31 +0100, Jarry wrote: You are right and this fixed my problem. Thanks! I really updated perl recently but I did not know I had to run perl-cleaner. Never heard of it. Should not it be done automaticaly, always after new perl

Re: [gentoo-user] x11-misc/shared-mime-info update problem...

2014-01-05 Thread Jarry
On 05-Jan-14 13:48, Pavel Kazakov wrote: On 01/05/2014 04:32 AM, Jarry wrote: ... I see it failed in config-phase with: "error: XML::Parser perl module is required for intltool" The proper dependency should be pulled in (x11-misc/shared-mime-info depends on dev-util/intltool, whi

[gentoo-user] x11-misc/shared-mime-info update problem...

2014-01-05 Thread Jarry
ltool" But why was XML::Parser not pulled as dependency, when it is required? What ebuild is it in? Jarry _ >>> Emerging (1 of 14) x11-misc/shared-mime-info-1.2-r1 * shared-mime-info-1.2.tar.xz SHA256 SHA512 WHIRLPOOL s

Re: [gentoo-user] How can I fix wrong boot order?

2013-10-31 Thread Jarry
charm! The only thing that remains mystery for me is: why on my other servers syslog-ng is started after network even without this trick? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered

[gentoo-user] How can I fix wrong boot order?

2013-10-29 Thread Jarry
ixie-cron ... [ok] __ So how can I fix it on the 1st server, so that syslog-ng starts after network interface is up? Jarry -- ___ This mailbo

Re: [gentoo-user] gcc-bin for stupid user

2013-09-29 Thread Jarry
On 29-Sep-13 16:44, Alain Didierjean wrote: I'm in trouble for having stupidly unmerged gcc and gcc-config ! What's the easiest way, if any, to grab and install a binary gcc allowing me to emerge... gcc ! We're talking about amd64. IMHO the easiest way is to restore system from

Re: [gentoo-user] No mailer for Gentoo???

2013-09-06 Thread Jarry
On 06-Sep-13 18:56, Alan McKinnon wrote: On 06/09/2013 18:21, Canek Peláez Valdés wrote: On Fri, Sep 6, 2013 at 11:14 AM, Canek Peláez Valdés wrote: On Fri, Sep 6, 2013 at 10:51 AM, Jarry wrote: On 06-Sep-13 17:32, Michael Orlitzky wrote: On 09/06/2013 11:23 AM, Jarry wrote: It wasn&#

Re: [gentoo-user] No mailer for Gentoo???

2013-09-06 Thread Jarry
On 06-Sep-13 18:29, Canek Peláez Valdés wrote: On Fri, Sep 6, 2013 at 11:22 AM, Jarry wrote: On 06-Sep-13 18:14, Canek Peláez Valdés wrote: On Fri, Sep 6, 2013 at 10:51 AM, Jarry wrote: On 06-Sep-13 17:32, Michael Orlitzky wrote: On 09/06/2013 11:23 AM, Jarry wrote: It wasn't

Re: [gentoo-user] No mailer for Gentoo???

2013-09-06 Thread Jarry
On 06-Sep-13 17:32, Michael Orlitzky wrote: On 09/06/2013 11:23 AM, Jarry wrote: It wasn't part of @system before, you just removed the thing that pulled it in. No I did not. mail-mta/ssmtp was part of stage3. And I did not remove now any "thing" that pulled it in. All I

Re: [gentoo-user] No mailer for Gentoo???

2013-09-06 Thread Jarry
On 06-Sep-13 18:14, Canek Peláez Valdés wrote: On Fri, Sep 6, 2013 at 10:51 AM, Jarry wrote: On 06-Sep-13 17:32, Michael Orlitzky wrote: On 09/06/2013 11:23 AM, Jarry wrote: It wasn't part of @system before, you just removed the thing that pulled it in. No I did not. mail-mta/ssmt

[gentoo-user] No mailer for Gentoo???

2013-09-06 Thread Jarry
ere is not even /var/spool/mail on my Gentoo. That's strange... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] No mailer for Gentoo???

2013-09-06 Thread Jarry
On 06-Sep-13 17:13, Michael Orlitzky wrote: On 09/06/2013 11:01 AM, Jarry wrote: after the last update I noticed that "emerge --depclean" removed virtual/mta, mail-mta/ssmtp und net-mail/mailbase. Does it mean mailer is no more part of system? I hope devs know what they are doing

Re: [gentoo-user] How can I unsubscribe from gentoo-news?

2013-08-27 Thread Jarry
On 27-Aug-13 21:59, Alan McKinnon wrote: On 27/08/2013 18:35, Jarry wrote: I'd like to stop receiving news, how can I do that? Or better said, I'd like to receive gentoo-news only on one of my 6 servers, and turn this feature off on remaining 5... It's in the mail headers:

[gentoo-user] How can I unsubscribe from gentoo-news?

2013-08-27 Thread Jarry
Hi Gentoo-users, I'd like to stop receiving news, how can I do that? Or better said, I'd like to receive gentoo-news only on one of my 6 servers, and turn this feature off on remaining 5... Jarry -- ___ This mailbox accep

Re: [gentoo-user] more on SSD: swap

2013-07-21 Thread Jarry
On 21-Jul-13 16:31, luis jure wrote: so what i'm planning to do now is: - put swap on the SSD - reduce swappiness - put /var/tmp/portage on tmpfs so, do you guys think that's a good setup? Sounds good to me. But with 12GB RAM the question is: Do you need swap at a

[gentoo-user] syslog-ng-3.4: time_sleep() deprecated or not?

2013-07-09 Thread Jarry
as valid option, and even mentioned in the chapter 17 "best practices" as a way of handling lots of parallel connections. So how is it then? Is time_sleep() supported and valid, or obsolete/deprecated? Jarry -- ___ This mai

[gentoo-user] How can I run apache as non-root user?

2013-05-22 Thread Jarry
are running as "apache" user). So my question is: how can I run apache completely as non-root user? IIRC, "root" is necessary only if I want to use "low" port numbers (0-1023), but my apache is using 8080... Jarry -- __

Re: [gentoo-user] IPTables - Going Stateless

2013-05-21 Thread Jarry
rst part with: $IPTABLES -A INPUT -i $INTIF1 -p tcp --syn -j TCP Where is OUTPUT rule for "syn/ack", and INPUT for "ack"? Nowhere, and because of that you can not open tcp-connection if drop/reject rules are in effect. But instead of playing w

Re: [gentoo-user] SMART error (CurrentPendingSector) detected on host

2013-05-20 Thread Jarry
sages about this problem will be sent. No need to replace disk right now, this is quite normal. Every disk has reserved area, which is used for reallocating "weak" sectors (before they actually become unreadable). If this number does not increase, you can live

[gentoo-user] Local root exploit (not?) working...

2013-05-15 Thread Jarry
eems that gentoo-sources 3.7.10-r1 are at least partially affected. I hope to see fix soon! Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] vsftpd & syslog-ng: enemies?

2013-05-09 Thread Jarry
to any other log-file). When I restart any other service (i.e. sshd, sendmail, bind), corresponding message is recorded to /var/log/messages. Why is it not so in case of vsftpd? It seems to me vsftpd has problem accessing /dev/

Re: [gentoo-user] open-vm-tools install fails because I have modules disabled??

2013-04-26 Thread Jarry
On 26-Apr-13 18:41, Alan McKinnon wrote: On 26/04/2013 18:37, Jarry wrote: On 26-Apr-13 18:11, Tanstaafl wrote: compile fails with lots of "...error "No Module support in this kernel. Please configure with CONFIG_MODULES" Please tell me that I'm not going to have to enab

Re: [gentoo-user] open-vm-tools install fails because I have modules disabled??

2013-04-26 Thread Jarry
use vm-tools ("open" or "vmware"), you have to enable kernel modules. And also some strange options (i.e. vmware-graphics). And as I told you previously, updating to new kernel is really pain in a**. That's why I got rid of the whol

Re: [gentoo-user] Server system date synchronizaion

2013-04-26 Thread Jarry
at problem (it means ntpd will now never adjust time by stepping, always only by slewing, which in my case is max 0.5ms per second)... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is consi

Re: [gentoo-user] How reliable is ext3?

2013-04-23 Thread Jarry
2012/10/23/690 Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] LVM on VM or not? - WAS Re: Best filesystem for virtualized gentoo mail server - WAS: vmWare HowTo / best practices

2013-04-21 Thread Jarry
nd you can resize VM-disks as well. So the right question is: What are the LVM features I need? If I do not need any, then why should I bother with it? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everythi

Re: [gentoo-user] Best filesystem for virtualized gentoo mail server - WAS: vmWare HowTo / best practices

2013-04-20 Thread Jarry
e of those FusionIO-cards to avoid being limited by rather slow sata-interface (SSD for PCIe)... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] vmWare HowTo / best practices

2013-04-19 Thread Jarry
very easy. And after reading your wiki-page I'd say it is easier on ESXi then on XenServer, because there is actually no difference between installing Gentoo on VM, or real hardware (no need for special compile options or special device-files, no limit on boot-loader, etc.). Jarry --

Re: [gentoo-user] vmWare HowTo / best practices

2013-04-19 Thread Jarry
ons I wanted to use (LSI-Logic Parallel SCSI controller, and VMXNET3 network adapter). Unfortunatelly there is not a lot info about Gentoo & ESXi and what exists is quite outdated (i.e. Gentoo-wiki). But I used guidelines for general linux-VM, and I consulted

Re: [gentoo-user] Re: Eth0 interface not found - udev that little slut!!!!!

2013-04-08 Thread Jarry
ack to the page twice today...bookmarked. Maybe time to update our Gentoo Handbook to use "ip" instead of "ifconfig/route" so that users could get used to it right during installation... Jarry -- ___ This mailbox accepts

Re: [gentoo-user] Eth0 interface not found - udev that little slut!!!!!

2013-04-07 Thread Jarry
es, and satisfied that he checked all what was in news-item rebooted... Devs should not over-estimate users. Or I put it other way: every news-item should be fool-proof (if it is possible)... Jarry -- ___ This mailbox accepts e-mails o

Re: [gentoo-user] Eth0 interface not found - udev that little slut!!!!!

2013-04-06 Thread Jarry
name, and OP is probably the old one... So I must add my point to complaining about news item not beeing quite clear. And this happens quite often... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else i

Re: [gentoo-user] Re: Udev update and persistent net rules changes

2013-04-03 Thread Jarry
there is a new way and it is different from the old way. Jarry mentioned an EMPTY file, not an absent file. The ebuild does not install an empty file, so it is not the default. Well, believe me or not, but I had "empty" (only comments) file /etc/udev/rules.d/80-net-name-slot.rules : ---

Re: [gentoo-user] Re: Udev update and persistent net rules changes

2013-04-02 Thread Jarry
still have eth0. "Empty" 80-net-name-slot.rules takes care of it... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] How to prevent a dns amplification attack

2013-03-31 Thread Jarry
... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] iptables (not) started?

2013-03-29 Thread Jarry
On 29-Mar-13 19:43, Mick wrote: On Friday 29 Mar 2013 18:25:11 Jarry wrote: Hi Gentoo-users, I noticed one thing on my server: during boot-up no message about firewall being started is printed on console. I always have to check manually if iptables-rules have been loaded. Strange thing, when

[gentoo-user] iptables (not) started?

2013-03-29 Thread Jarry
RE_OPTIONS} < "${iptables_save}" eend $? } Can someone explain to me why this message is not printed? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] How to prevent a dns amplification attack

2013-03-28 Thread Jarry
. Does anyone got an idea about this? Try to set-up connection rate limiting using iptables... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] How can I prevent gentoo-sources being installed?

2013-03-24 Thread Jarry
p to now kmod was satisfied even without kernel-sources... I know some other packages look for kernel-sources, but issue only warning if can not found any (i.e. udev). But why does kmod need kernel-sources so badly it pulls them as dependency? J

Re: [gentoo-user] How can I prevent gentoo-sources being installed?

2013-03-24 Thread Jarry
On 24-Mar-13 17:46, Neil Bothwick wrote: On Sun, 24 Mar 2013 17:26:03 +0100, Jarry wrote: [ebuild N ] sys-kernel/gentoo-sources-3.7.10:3.7.10 USE="-build -deblob -symlink" 68,335 kB [ebuild N ] virtual/linux-sources-0 0 kB [ebuild R] sys-apps/kmod-12-r1 USE=&

[gentoo-user] How can I prevent gentoo-sources being installed?

2013-03-24 Thread Jarry
me should be gentoo-sources pulled in as dependency of whatever? I have 6 nearly identical machines, and use only one for kernel compilation, so why should I now have gentoo-sources on every system? Can I somehow prevent it? Jarry -- ___ This ma

[gentoo-user] Changing static IP remotely...

2013-02-27 Thread Jarry
!/bin/bash' > /root/eth-restart # echo '/etc/init.d/net.eth0 restart' >> /root/eth-restart # chmod 0700 /root/eth-restart # at -f /root/eth-restart now + 5 min Then I terminate my ssh-session hoping 5 minutes later I can connect using new IP. Is this correct

[gentoo-user] "auto-config" of new gentoo-sources?

2013-02-22 Thread Jarry
d? Just curious, because I think it was not always this way. Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] No server profile anymore???

2013-02-10 Thread Jarry
titution for "10.0/server". But before there were pure "10.0" and "10.0/server" profiles. So it seems to me server profile was simply removed without any substitution. Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] How can I update *every* ebuild?

2013-01-23 Thread Jarry
-lang/nasm-2.10.05 [2.10.01] So there is apparently update for dev-lang/nasm, yet it was not pulled when I tried to update the "world" or "system". And who knows for how many other ebuilds there is update available... So how can I update

[gentoo-user] udev-197-r3 update problem...

2013-01-19 Thread Jarry
.16-r2::gentoo, installed) pulled in by >=sys-apps/module-init-tools-3.2 required by (virtual/modutils-0::gentoo, installed) --- So how can I fix this mess? I masked sys-fs/udev-197-r3, now portage does not complain, but it is just temporary solution... Jarry -- __

Re: [gentoo-user] How to get rid of old gcc?

2013-01-10 Thread Jarry
On 10-Jan-13 19:54, Florian Philipp wrote: Am 10.01.2013 19:39, schrieb Jarry: On 10-Jan-13 19:21, Florian Philipp wrote: Am 10.01.2013 19:06, schrieb Paul Hartman: On Thu, Jan 10, 2013 at 10:59 AM, Jarry wrote: I just updated gcc from 4.5.4 to 4.6.3, switched compiler version, rebuilt

Re: [gentoo-user] How to get rid of old gcc?

2013-01-10 Thread Jarry
On 10-Jan-13 19:21, Florian Philipp wrote: Am 10.01.2013 19:06, schrieb Paul Hartman: On Thu, Jan 10, 2013 at 10:59 AM, Jarry wrote: I just updated gcc from 4.5.4 to 4.6.3, switched compiler version, rebuilt libtool, but "emerge --depclean" still does not want to remove old gcc. &q

[gentoo-user] How to get rid of old gcc?

2013-01-10 Thread Jarry
.6.3:4.6 So how can I now remove the old gcc? I checked again "Gentoo GCC Upgrade Guide", but did not find a single word about it... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything els

Re: [gentoo-user] IPTABLES syntax change?

2012-12-29 Thread Jarry
rror (i.e. host unreachable) can also be connection related to some other one... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] reboot: something renaming sub-directory in /var/run???

2012-12-15 Thread Jarry
he hell is going on? What (and why?) is renaming /var/run/teamspeak3-server into /var/run/teamspeak3 during every restart? /run is on tmpfs but I think it should be saved & restored during restart without any change or lost, or am I wrong? Something is apparently br

[gentoo-user] need firewalld?

2012-12-08 Thread Jarry
rewalld is masked, moreover I do not want to run it. Why should it be dependency of eth0? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

[gentoo-user] How to set-up "shutdown-only" user?

2012-12-03 Thread Jarry
ould not do anything else but call shutdown? Jarry -- ___ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.

Re: [gentoo-user] Unsuscribe

2012-11-10 Thread Jarry
On 10-Nov-12 18:16, cesar diaz wrote: Does anybody knows how can I unsubscribe me of this Gentoo list?.. Pleas help me because I cant do it. Yes, you can. Check header of any mail you got from this list... Jarry -- ___ This mailbox

Re: [gentoo-user] OT: Gentoo as ESXi guest: how to install vmware-tools/open-vm-tools?

2012-11-02 Thread Jarry
on "Power->PowerOff", it is just powered off, without shutdown (as if power-button was pressed for long time). I suppose vmware-tools are needed for this... Jarry -- ___ This mailbox accepts e-mails only from selected mailing-li

[gentoo-user] OT: Gentoo as ESXi guest: how to install vmware-tools/open-vm-tools?

2012-11-02 Thread Jarry
off and I am stuck again. All I expect from vmware/open-vm-tools is ability for clean shutdown of gentoo-guest in similar way as I can do it with windows-guest. How can I achieve this? Jarry -- ___ This mailbox accepts e-mails only fr

Re: [gentoo-user] nano in install-amd64-minimal-20121013.iso broken?

2012-10-20 Thread Jarry
I downloaded again, checked hash, but still the same. Apparently broken, so let's wait for this week's autobuild... Jarry On 20-Oct-12 17:30, AleiPhoenix (A.K.A Areverie) wrote: same issue here, even /run is missing (which /var/run symlinked to ), causing dhcpcd cannot work proper

  1   2   3   4   5   6   >