Re: Do not use tabs in /etc/init.d/[script]

2012-03-03 Thread Alexey
Sorry guys, I really think that scripts can looks better without tabs (or without spaces where should be tabs), but I realized that it is simply impossible to get one style for scripts. Even in *skeleton* almost everywhere used tabs, but in few places (where should be tabs) — spaces. I was wro

Re: elvis package

1998-04-20 Thread Alexey Marinichev
On Fri, Apr 17, 1998 at 01:30:36PM -0400, Alex Yukhimets wrote: > > 4 or 5? No, in fact there are only 2 vi clones in main: nvi and vim. > > ae and emacs in vi-mode certainly don't count. elvis, unlike nvi and vim > > is the only one with X support. We should continue to push for it to be > > made

Bug#310048: kicker: sometimes eats 100% CPU after logout from KDE

2005-05-21 Thread Alexey Feldgendler
Package: kicker Version: 4:3.3.2-1 Severity: important Sometimes after I log out from KDE, the kicker remains hanging and starts eating 100% CPU. It doesn't die off even when I log in again, so I have to kill it with SIGKILL. This happens or not happens without obvious reasons, and the probability

Time to rethink ifupdown

2006-08-20 Thread Alexey Feldgendler
pervisor, then pre-up on the logical interface, then the explicit or built-in actions on the logical interface. The pre-up or post-down actions on the logical interface are never run. When running post-up and pre-down actions on the supervisor, the $LOGICAL variable should be available. The details need to be worked out, of course. For now, I'd love to hear your opinion on the idea in general. If the general direction of ifupdown development is accepted, I can offer my help in both detailed design and implementation. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejournal.com

Re: Time to rethink ifupdown

2006-08-23 Thread Alexey Feldgendler
n: base, meaning that it shall be frozen [2] and that redevelopment will have to target etch+1. Of course, redesign of ifupdown is too big a thing to be pushed into etch. I wasn't even thinking of that. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.liv

Re: Time to rethink ifupdown

2006-08-23 Thread Alexey Feldgendler
/ifupdown) which enabled the use of this group and disabled the use of up and down. When a laptop user moves between usual locations, there should be no need to edit /etc/network/interfaces. If you mean adding new locations, there really should be user-friendly tools which do it. -- Al

Re: Time to rethink ifupdown

2006-08-23 Thread Alexey Feldgendler
e? Is anything already implemented, or is it only an idea for now? Is there a reason to start developing a new tool instead of enhancing ifupdown? Can I forward your post to the netconf mailing list? Yes, you're welcome. I've just subscribed to that list, BTW. -- Alexey Fel

Re: Time to rethink ifupdown

2006-08-23 Thread Alexey Feldgendler
H, Debian never was a conservative distro, so all kind of things can be changed. Yes, you're welcome. I've just subscribed to that list, BTW. Mh, I don't have it anymore, of course. If you still do, please bounce it. Done. -- Alexey Feldgendler <[EMAIL PROTECTED]> [I

Re: Time to rethink ifupdown

2006-08-23 Thread Alexey Feldgendler
with the concept of literal programming. I believe that a good, solid programming style allows to express an algorithm better than paragraphs of prose. (That's just my personal opinion.) -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejournal.com

Re: Time to rethink ifupdown

2006-08-23 Thread Alexey Feldgendler
If you disagree, use C. No, I just used C as an example. I'm fine with any language as long as you can write something like "while (condition) action" in it without too much thinking about how this simple thing is done in this language. Python is just OK. -- Alexey Fe

Re: Debian ISOs

2006-08-23 Thread Alexey Feldgendler
eal killer though, just > don't use bittorrent as the only method. If only there was some auto-negotiation method like the one HTTP provides for content types: IF the client is able to use bittorrent, THEN use it, ELSE use FTP. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 11522

Re: Time to rethink ifupdown

2006-08-24 Thread Alexey Feldgendler
ntial to system operation doesn't sound like a very good idea to me. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejournal.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: apt-findremovable v0.1 (initial release)

2006-10-03 Thread Alexey Feldgendler
s what you need. However, it's considered obsolete now that aptitude takes care of unused packages. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejournal.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe&quo

Re: apt-findremovable v0.1 (initial release)

2006-10-04 Thread Alexey Feldgendler
tely installed and which have been > automatically installed. Why not just stop using apt-get? aptitude can do everything the same as apt-get and even supports the same command line parameters. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejournal.c

Re: How can the OS autodetect that a user is a newbie and offer help?

2006-10-17 Thread Alexey Feldgendler
ery time when maintaining a cluster of Debian machines. So, my opinion is: please don't include things like this in default Debian installations. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejournal.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: db.debian.org (and related infrastructure) updates

2006-12-31 Thread Alexey Feldgendler
he way they want to, as gender has little to do with biological sex, and there's more than two options for it. What other kinds of gender are there? It would be interesting to see some examples. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejo

Re: Etch Software RAID Upgrade Trouble & Suggested Installer Improvements

2007-01-06 Thread Alexey Feldgendler
e cp. Here's how I do it: mkdir 1 2 mount -o ro /dev/hda1 1 # Despite it's already mounted somewhere mount /dev/hdb1 2 cp -avx --preserve=all 1/* 2 # rsync will do as well umount 2 umount 1 -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejournal.com

Re: Python 1.6 released and GPL incompatible

2000-09-06 Thread Alexey Vyskubov
wrong? I hope I am... :( -- Alexey Vyskubov (at home) Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RFP checkpassword-pam

2003-09-30 Thread Alexey Mahotkin
Hello, I'd be grateful if somebody would upload my checkpassword-pam package to Debian archive. Project homepage is at http://checkpasswd-pam.sourceforge.net/. I've just released 0.98 version and it seems to be rather stable. This package is of interest mostly to users running qmail, however t

Re: btrfs

2009-10-07 Thread Alexey Salmin
it's also possible. Alexey 2009/10/7 Josselin Mouette : > Le mercredi 07 octobre 2009 à 14:12 +1100, Russell Coker a écrit : >> I expect that the kernel team tends to be more careful about uploads to >> Unstable than most package maintainers due to the scope of damage that a

Re: btrfs

2009-10-07 Thread Alexey Salmin
> On Wed, 7 Oct 2009, Alexey Salmin wrote: >> I think it's reasonable for package maintainers to check compatibility >> with the kernel from the >> distribution they upload package to. Especialy here when package is >> newer then kernel driver. >> It's

Re: Parallellizing the boot in Debian Squeeze - ready for wider testing

2010-05-07 Thread Alexey Salmin
On Fri, May 7, 2010 at 2:59 PM, Mike Hommey wrote: > On Fri, May 07, 2010 at 09:47:36AM +0200, Josselin Mouette wrote: >> Le jeudi 06 mai 2010 à 21:11 +0200, Petter Reinholdtsen a écrit : >> > These days, the init.d script dependencies in Squeeze are quite >> > complete, so complete that it is act

Re: lilo removal in squeeze (or, "please test grub2")

2010-05-31 Thread Alexey Salmin
emself, though. /* also grub2 works pretty well for me but nevertheless I've no idea why we need to remove good old stable lilo */ Alexey -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debi

Remove a package?

2009-05-05 Thread Alexey Salmin
m doesn't work and has no support. Is there any reason to keep such packages? Alexey -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: security policy / root passwords

2013-06-10 Thread Alexey Serikov
A few points: 1) if your user is part of sudo group, most of the time gnome will ask for your user's password instead of root's. 2) Debian is a finite set of software. It provides packages (literally thousands of them) that are stable, safe and malicious pop-ups free. It also provides packages ena

Re: apt-listbugs

2011-10-18 Thread Alexey Salmin
by apt-listbugs during the upgrade because they were upgrading xserver-xorg-core and bugreport is against the nvidia-graphics-drivers. More details below. On Tue, Oct 18, 2011 at 2:37 AM, Francesco Poli wrote: > On Mon, 17 Oct 2011 09:30:56 +0700 Alexey Salmin wrote: >> Many people got alm

Re: Bug#652275: Guided partitioning should not offer separate /usr, /var, and /tmp partitions; leave that to manual partitioning

2011-12-25 Thread Alexey Eromenko
I'd prefer to keep everything in single partition by default "/". Possibly even avoid "swap partition" in favor of "swap file" (Windows-like), as it is easier to manage. (I have not done extensive testing regarding it's performance implications) --

Do not use tabs in /etc/init.d/[script]

2012-03-02 Thread Alexey Bearded
Dear Developers and Maintainers, Please, do not use tabs for indentation in init.d scripts. It can make your scripts a bit more readable for all users. Thank you!

OT Re: Do not use tabs in /etc/init.d/[script]

2012-03-02 Thread Alexey Bearded
Dear Marcin, I will. Sorry -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAFoacuqeDRn5_EQrFa8HAYk4gn60UsBZ2+aY8mVEG1=4qg6...@mail.gmail.com

Bug#697270: PC 32-bit programs fails to work on amd64

2013-01-03 Thread Alexey Eromenko
User error? Huh ? No ! This is a Debian Bug ! Debian clearly says: "File does not exist", while in fact it DOES EXIST. This is a 100% proof of Debian bug. -- -Alexey Eromenko "Technologov" -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a sub

Bug#697270: PC 32-bit programs fails to work on amd64

2013-01-03 Thread Alexey Eromenko
Please keep in mind, that I have wasted 4 hours of my personal time on this Debian bug, and do you think this is reasonable ? -- -Alexey Eromenko "Technologov" -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#697270: PC 32-bit programs fails to work on amd64

2013-01-03 Thread Alexey Eromenko
t). And the standard FireFox, which is 32-bits, should work. Debian should ship with at least basic 32-bit packages, for LSB dependency. (3rd party vendors code for 32-bit LSB) -- -Alexey Eromenko "Technologov" -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a sub

Bug#697270: PC 32-bit programs fails to work on amd64

2013-01-03 Thread Alexey Eromenko
But having 32-bit LSB compliance will help people a _LOT_. -- -Alexey Eromenko "Technologov" -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.de

Bug#697270: PC 32-bit programs fails to work on amd64

2013-01-03 Thread Alexey Eromenko
; to install 32-bit libraries by default, if user chooses stock "Desktop" (KDE/GNOME/XFCE/...). This should solve the problem for most users. -- -Alexey Eromenko "Technologov" -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsu

Bug#620511: ITP: ipt-netflow -- netfilter target which sends traffic statistics via NetFlow

2011-04-02 Thread Alexey Osipov
Package: wnpp Severity: wishlist Owner: Alexey Osipov * Package name: ipt-netflow Upstream Author : ABC * URL : http://ipt-netflow.sf.net/ * License : GPL Programming Lang: C Description : netfilter target which sends traffic statistics via NetFlow ipt

Unlock LUKS with login/password

2023-03-08 Thread Alexey Kuznetsov
Hello! I have an idea about how modern linux should work with encrypted LUKS partitions. Right now on a system encrypted with LUKS, the first prompt you'll see is a grub passphrase to unlock the device, after OS boot you see a second prompt for login/password. This looks redundant. How about byp

Re: Unlock LUKS with login/password

2023-03-08 Thread Alexey Kuznetsov
On Wed, Mar 8, 2023 at 7:08 PM Agathe Porte wrote: > Hi Alexey, > > 2023-03-08 16:45 CET, Alexey Kuznetsov: > > Right now on a system encrypted with LUKS, the first prompt you'll see > is a > > grub passphrase to unlock the device, after OS boot you see a second &g

Re: Unlock LUKS with login/password

2023-03-08 Thread Alexey Kuznetsov
On Wed, Mar 8, 2023 at 7:11 PM Adrien CLERC wrote: > Le 08/03/2023 à 16:28, Alexey Kuznetsov a écrit : > > Hello! > > I have an idea about how modern linux should work with encrypted LUKS > partitions. > > Hi, > > I'm using LUKS for a long time on both my pe

Re: Can we kill net-tools, please?

2017-01-08 Thread Alexey Salmin
er than simply discarding one from a basic install. Another question is whether you absolutely have to switch to netlink to have a reasonable ifconfig implementation or ioctl is still acceptable (I don't know). Alexey

Re: Debian built from non-Debian sources

2017-07-18 Thread Alexey Salmin
On Tue, Jul 18, 2017 at 2:09 AM, Steve McIntyre wrote: > Making images often requires tweaks to the build script at/near > release time. The archive continues to be a moving target until very > close to that time. More than once we've fixed things or added > workarounds in the image generation scr

Re: Debian built from non-Debian sources

2017-07-18 Thread Alexey Salmin
On Tue, Jul 18, 2017 at 4:51 PM, Scott Kitterman wrote: > > > On July 18, 2017 8:41:43 AM EDT, Alexey Salmin > wrote: >>On Tue, Jul 18, 2017 at 2:09 AM, Steve McIntyre >>wrote: >>> Making images often requires tweaks to the build script at/near >>> r

Re: Debian built from non-Debian sources

2017-07-18 Thread Alexey Salmin
On Tue, Jul 18, 2017 at 9:15 PM, Ian Jackson wrote: > Steve McIntyre writes ("Re: Debian built from non-Debian sources"): >> For the record, all the changes I'm talking about go into public git >> with all of the configuration and scripting that we use on our image >> building machine. > > For me,

Re: Debian built from non-Debian sources

2017-07-20 Thread Alexey Salmin
On Wed, Jul 19, 2017 at 3:59 PM, Holger Levsen wrote: > I dont even see how there would > be much delay, if we had the policy of say requiring a debian-cd upload > (to sid) with the changes made to create the stable upload. Sid likely won't work here because both sid and testing may get ahead of