Re: Configure a "widows" key on a 102-key keyboard

2025-04-24 Thread Max Nikulin
On 25/04/2025 02:17, Van Snyder wrote: On Thu, 2025-04-24 at 05:18 +, Johannes Krottmayer wrote: Settings->Shortcuts->Plasma->Activate Application Launcher Widget On my system (running Debian 12) there was ALT-F1 predefined for opening the KDE menu. Aha! I didn't know that mapping was alr

Re: Configure a "widows" key on a 102-key keyboard

2025-04-24 Thread Van Snyder
On Thu, 2025-04-24 at 05:18 +, Johannes Krottmayer wrote: > Settings->Shortcuts->Plasma->Activate Application Launcher Widget > > On my system (running Debian 12) there was ALT-F1 predefined for > opening the KDE menu. Aha! I didn't know that mapping was already there. This works for me, so I

Re: Configure a "widows" key on a 102-key keyboard

2025-04-24 Thread Van Snyder
On Thu, 2025-04-24 at 08:57 -0300, Eduardo M KALINOWSKI wrote: > xev told me that the "Windows" key on my keyboard (which opens the > KDE > menu) is "Super_L". "Menu" probably is another key that is meant to > open > the context menu (same as right clicking generally). I had originally gotten "M

Re: Configure a "widows" key on a 102-key keyboard

2025-04-24 Thread Van Snyder
On Thu, 2025-04-24 at 11:04 +0100, Jeremy Nicoll wrote: > Is there a > linux utility that shows scan codes? Use "xev" It also reports when the mouse moves into or out of a rectangle.

Re: Configure a "widows" key on a 102-key keyboard

2025-04-24 Thread Frank Guthausen
On Thu, 24 Apr 2025 11:04:27 +0100 "Jeremy Nicoll" wrote: > > Is there a linux utility that shows scan codes? showkey -- kind regards Frank pgp4zkrfOGg1B.pgp Description: OpenPGP digital signature

Re: Configure a "widows" key on a 102-key keyboard

2025-04-24 Thread Greg Wooledge
On Thu, Apr 24, 2025 at 08:57:16 -0300, Eduardo M KALINOWSKI wrote: > xev told me that the "Windows" key on my keyboard (which opens the KDE menu) > is "Super_L". "Menu" probably is another key that is meant to open the > context menu (same as right clicking generally). On my system (which has an

Re: Configure a "widows" key on a 102-key keyboard

2025-04-24 Thread Eduardo M KALINOWSKI
On 23/04/2025 20:24, Van Snyder wrote: xev said "pause" is 127, so I used xmodmap to set 127 to Menu: xmodmap -e "keycode 127 = Menu" xev than said the "pause" key is "Menu." But it didn't raise the KDE menu the way the Window key does, even though xev also says the "Window" key is "Menu" I

Re: Configure a "widows" key on a 102-key keyboard

2025-04-24 Thread Jeremy Nicoll
On Thu, 24 Apr 2025, at 05:01, David Wright wrote: > I don't define Menu in my Window Manager, but I can test > it works in FireFox. It has the same effect as pressing the > righthand mouse button ... In Windows itself the Windows key and the Menu key are two different keys, so surely the scan c

Re: Configure a "widows" key on a 102-key keyboard

2025-04-23 Thread Johannes Krottmayer
Hello, On 4/24/25 01:24, Van Snyder wrote: > On Wed, 2025-04-23 at 17:04 -0500, David Wright wrote: >> On Wed 23 Apr 2025 at 13:52:07 (-0700), Van Snyder wrote: >>> On Wed, 2025-04-23 at 14:26 -0500, David Wright wrote:   XKBOPTIONS="lv3:ralt_switch,compose:caps,terminate:ctrl_alt_bksp" >>> >

Re: Configure a "widows" key on a 102-key keyboard

2025-04-23 Thread Van Snyder
On Wed, 2025-04-23 at 17:04 -0500, David Wright wrote: > On Wed 23 Apr 2025 at 13:52:07 (-0700), Van Snyder wrote: > > On Wed, 2025-04-23 at 14:26 -0500, David Wright wrote: > > >   > > > XKBOPTIONS="lv3:ralt_switch,compose:caps,terminate:ctrl_alt_bksp" > > > > xev says the Windows key is known to

Re: Configure a "widows" key on a 120-key keyboard

2025-04-23 Thread Van Snyder
On Wed, 2025-04-23 at 13:55 -0500, David Wright wrote: > On Wed 23 Apr 2025 at 11:48:49 (-0700), Van Snyder wrote: > > On Wed, 2025-04-23 at 12:40 -0400, Eben King wrote: > > > On 4/23/25 11:01, David Wright wrote: > > > > > > > > When I had an IBM clicky keyboard, I think I got the same > > > > e

Re: Configure a "widows" key on a 102-key keyboard

2025-04-23 Thread Van Snyder
On Wed, 2025-04-23 at 14:26 -0500, David Wright wrote: >   XKBOPTIONS="lv3:ralt_switch,compose:caps,terminate:ctrl_alt_bksp" xev says the Windows key is known to X as "Menu." XKBOPTIONS="pause:menu" didn't work. Yes, I did reboot after editing /etc/default/keyboard.

Re: Configure a "widows" key on a 120-key keyboard

2025-04-23 Thread David Wright
On Wed 23 Apr 2025 at 12:01:57 (-0700), Van Snyder wrote: > On Wed, 2025-04-23 at 13:55 -0500, David Wright wrote: > > On Wed 23 Apr 2025 at 11:48:49 (-0700), Van Snyder wrote: > > > On Wed, 2025-04-23 at 12:40 -0400, Eben King wrote: > > > > On 4/23/25 11:01, David Wright wrote: > > > > > > > > >

Re: Configure a "widows" key on a 120-key keyboard

2025-04-23 Thread David Wright
On Wed 23 Apr 2025 at 11:48:49 (-0700), Van Snyder wrote: > On Wed, 2025-04-23 at 12:40 -0400, Eben King wrote: > > On 4/23/25 11:01, David Wright wrote: > > > > > > When I had an IBM clicky keyboard, I think I got the same effect > > > as a windows key from holding down both Ctrl and Alt. > > Th

Re: Configure a "widows" key on a 120-key keyboard

2025-04-23 Thread Van Snyder
On Wed, 2025-04-23 at 12:40 -0400, Eben King wrote: > On 4/23/25 11:01, David Wright wrote: > > > > When I had an IBM clicky keyboard, I think I got the same effect > > as a windows key from holding down both Ctrl and Alt. That doesn't open the KDE menu for me. The real question is "how do I map

Re: Configure a "widows" key on a 120-key keyboard

2025-04-23 Thread Eben King
On 4/23/25 11:01, David Wright wrote: When I had an IBM clicky keyboard, I think I got the same effect as a windows key from holding down both Ctrl and Alt. Does that remove the ability to type ctrl+alt+whatever?

Re: Configure a "widows" key on a 120-key keyboard

2025-04-23 Thread David Wright
On Tue 22 Apr 2025 at 19:00:25 (-0700), Van Snyder wrote: > I use an IBM PS-2 keyboard, the kind with 102 keys, and therefore no > "Windows" key. > > How do I set up a windows key, for example "Pause" or "Ctrl-Pause"? > > I tried > > XKBOPTIONS=Pause:Menu > > and > > XKBOPTIONS=pause:menu > >

Re: configure archive.debian.org installation source from NET installer cmdline?

2022-04-09 Thread Roberto C . Sánchez
On Sat, Apr 09, 2022 at 05:42:43PM -0400, Felix Miata wrote: > Roberto C. Sánchez composed on 2022-04-09 17:16 (UTC-0400): > > > Have you tried the option to manually enter the mirror information? In > > the past I have successfully used this point at archive.debian.org for > > an installation of

Re: configure archive.debian.org installation source from NET installer cmdline?

2022-04-09 Thread Felix Miata
Roberto C. Sánchez composed on 2022-04-09 17:16 (UTC-0400): > Have you tried the option to manually enter the mirror information? Gripped by blindness the first several tries, I eventually noticed that manual entry topped the list, and installation has been proceeding. :p -- Evolution as taught

Re: configure archive.debian.org installation source from NET installer cmdline?

2022-04-09 Thread David Christensen
On 4/9/22 14:08, Felix Miata wrote: https://www.debian.org/releases/stable/i386/ch05s03.en.html doesn't seem to show the possibility exists. Is it not possible? What doc explains? The problem: I want to install on a K6/2. The newest installation kernel that doesn't require cmov that K6/2 doesn't

Re: configure archive.debian.org installation source from NET installer cmdline?

2022-04-09 Thread Roberto C . Sánchez
On Sat, Apr 09, 2022 at 05:36:25PM -0400, Felix Miata wrote: > Andrew M.A. Cater composed on 2022-04-09 21:15 (UTC): > > > YOu could try expert mode and select your own mirror. > > Only way I can find in expert mode to select a mirror is from the lists from > the > various countries presented, a

Re: configure archive.debian.org installation source from NET installer cmdline?

2022-04-09 Thread Felix Miata
Roberto C. Sánchez composed on 2022-04-09 17:16 (UTC-0400): > Have you tried the option to manually enter the mirror information? In > the past I have successfully used this point at archive.debian.org for > an installation of an older version of Debian. You should be able to > use the URL http:

Re: configure archive.debian.org installation source from NET installer cmdline?

2022-04-09 Thread Felix Miata
Andrew M.A. Cater composed on 2022-04-09 21:15 (UTC): > YOu could try expert mode and select your own mirror. Only way I can find in expert mode to select a mirror is from the lists from the various countries presented, among which archive.debian.org is not listed in USA, UK or Germany. Is it sq

Re: configure archive.debian.org installation source from NET installer cmdline?

2022-04-09 Thread Roberto C . Sánchez
On Sat, Apr 09, 2022 at 05:08:50PM -0400, Felix Miata wrote: > https://www.debian.org/releases/stable/i386/ch05s03.en.html doesn't seem to > show > the possibility exists. Is it not possible? What doc explains? > > The problem: I want to install on a K6/2. The newest installation kernel that > do

Re: configure archive.debian.org installation source from NET installer cmdline?

2022-04-09 Thread Andrew M.A. Cater
On Sat, Apr 09, 2022 at 05:08:50PM -0400, Felix Miata wrote: > https://www.debian.org/releases/stable/i386/ch05s03.en.html doesn't seem to > show > the possibility exists. Is it not possible? What doc explains? > > The problem: I want to install on a K6/2. The newest installation kernel that > do

[SOLVED] Re: configure asus amd uefi bios for netinst

2020-02-02 Thread Russell L. Harris
On Sun, Feb 02, 2020 at 06:58:32AM +, Russell L. Harris wrote: I have not yet managed to figure out the proper BIOS configuration to get an AsusPRO (desktop computer) to boot from a USB flash stick for netinstall of Debian 10. A work-around is to burn the ISO image to CD, which booted witho

Re: configure asus amd uefi bios for netinst

2020-02-02 Thread Felix Miata
Russell L. Harris composed on 2020-02-02 06:58 (UTC): > I have not yet managed to figure out the proper BIOS configuration to > get an AsusPRO (desktop computer) to boot from a USB flash stick for > netinstall of Debian 10. The USB flash stick has Debian 10.2; I used > it about a week ago for a n

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread Gene Heskett
On Sunday 22 September 2019 11:41:49 David Wright wrote: > On Sat 21 Sep 2019 at 16:11:10 (-0400), Gene Heskett wrote: > > On Saturday 21 September 2019 14:41:58 Roberto C. Sánchez wrote: > > > On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote: > > > > On Saturday 21 September 2019 12:4

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread Gene Heskett
On Sunday 22 September 2019 08:55:01 Curt wrote: > On 2019-09-21, Gene Heskett wrote: > > My instant show stopper is in (fresh git clone today) > > linuxcnc-dev/src: ./configure --with-realtime=uspace > > [...] > > checking for GTK 2.4.0 or above... no > > configure: error: GTK2 missing. Install

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread David Wright
On Sat 21 Sep 2019 at 16:11:10 (-0400), Gene Heskett wrote: > On Saturday 21 September 2019 14:41:58 Roberto C. Sánchez wrote: > > On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote: > > > On Saturday 21 September 2019 12:41:48 Henning Follmann wrote: > > > > On Sat, Sep 21, 2019 at 11:41

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread deloptes
Gene Heskett wrote: > Might be ok, deloptes, but if I build it on the target device, I know it > will run on the target device. I've already built its own PREEMPT-RT > kernel from the same sources as the stock kernel and rebooted after > taking advantage of a feature I hadn't noted before in /boot

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread Curt
On 2019-09-22, Curt wrote: It occurs to me that maybe the rpi isn't considered a Debian-based platform, in which case, sorry for the disruption. > On 2019-09-21, Gene Heskett wrote: >> >> My instant show stopper is in (fresh git clone today) >> linuxcnc-dev/src: ./configure --with-realtime=usp

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-22 Thread Curt
On 2019-09-21, Gene Heskett wrote: > > My instant show stopper is in (fresh git clone today) > linuxcnc-dev/src: ./configure --with-realtime=uspace > [...] > checking for GTK 2.4.0 or above... no > configure: error: GTK2 missing. Install it or specify --disable-gtk to > skip the parts of LinuxC

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Gene Heskett
On Saturday 21 September 2019 17:30:23 deloptes wrote: > Gene Heskett wrote: > > And I've had it totally destroy several systems.  So I consider it > > dangerous, a tool of absolute last resort. And another 23 packages > > pulled in to install it. > > > > It would take me at least 4 days to recrea

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread deloptes
Gene Heskett wrote: > So at this point I skipped fwd to building the .deb, useing > > #>$ dpkg-buildpackage -b -uc > > and its checkdeps is giving me a 6 line list of stuff to apt install. > Just 60% of the first line is 842 MB of additional disk space will be > used.  But its a 64GB card, shrug

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread deloptes
Gene Heskett wrote: > And I've had it totally destroy several systems.  So I consider it > dangerous, a tool of absolute last resort. And another 23 packages > pulled in to install it. > > It would take me at least 4 days to recreate this pr4 install running > this kernel, just to get ready to bu

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Gene Heskett
On Saturday 21 September 2019 16:29:59 Roberto C. Sánchez wrote: > On Sat, Sep 21, 2019 at 04:11:10PM -0400, Gene Heskett wrote: > > On Saturday 21 September 2019 14:41:58 Roberto C. Sánchez wrote: > > > On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote: > > > > On Saturday 21 September

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Gene Heskett
On Saturday 21 September 2019 15:26:48 ghe wrote: > On 9/21/19 12:36 PM, Gene Heskett wrote: > > And do we have a package manager that will run on an ssh -Y login > > I'm not sure what you mean, but the ssh man page says: > > > -Y Enables trusted X11 forwarding. Trusted X11 forwardings are

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Roberto C . Sánchez
On Sat, Sep 21, 2019 at 04:11:10PM -0400, Gene Heskett wrote: > On Saturday 21 September 2019 14:41:58 Roberto C. Sánchez wrote: > > > On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote: > > > On Saturday 21 September 2019 12:41:48 Henning Follmann wrote: > > > > On Sat, Sep 21, 2019 at

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Gene Heskett
On Saturday 21 September 2019 14:41:58 Roberto C. Sánchez wrote: > On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote: > > On Saturday 21 September 2019 12:41:48 Henning Follmann wrote: > > > On Sat, Sep 21, 2019 at 11:41:03AM -0400, Gene Heskett wrote: > > > > This seems to indicate a p

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread ghe
On 9/21/19 12:36 PM, Gene Heskett wrote: > And do we have a package manager that will run on an ssh -Y login I'm not sure what you mean, but the ssh man page says: -Y Enables trusted X11 forwarding. Trusted X11 forwardings are not subjected to the X11 SECURITY extension controls. (Debia

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Roberto C . Sánchez
On Sat, Sep 21, 2019 at 02:36:04PM -0400, Gene Heskett wrote: > On Saturday 21 September 2019 12:41:48 Henning Follmann wrote: > > > On Sat, Sep 21, 2019 at 11:41:03AM -0400, Gene Heskett wrote: > > > This seems to indicate a pkg-config problem: > > > > > > checking for glib... configure: error: n

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Gene Heskett
On Saturday 21 September 2019 12:41:48 Henning Follmann wrote: > On Sat, Sep 21, 2019 at 11:41:03AM -0400, Gene Heskett wrote: > > This seems to indicate a pkg-config problem: > > > > checking for glib... configure: error: no -- required until somebody > > makes glib optional > > > > glib-2 is of

Re: ./configure failure, can't find glib on debian-arm buster 10.1

2019-09-21 Thread Henning Follmann
On Sat, Sep 21, 2019 at 11:41:03AM -0400, Gene Heskett wrote: > This seems to indicate a pkg-config problem: > > checking for glib... configure: error: no -- required until somebody > makes glib optional > > glib-2 is of course installed but pkg-config apparentlly knows nothing > about it. > >

Re: Configure apt-get to work through corp internet proxy

2019-08-17 Thread Dan Clery
Are you able to download packages from the URL with wget? If not, you're probably gonna want to talk to IT - sounds like the firewall is scanning or blocking the packages - the security should be able to be loosened for a mirror. Other options would be DVDs or setting up a local mirror. On Fri,

Re: Configure apt-get to work through corp internet proxy

2019-08-16 Thread Henning Follmann
On Thu, Aug 15, 2019 at 08:03:49PM +, Wilkinson, Matthew wrote: > Hello Debian users, > > I'm experimenting with Debian in an enterprise environment. We have a corp. > Internet proxy which downloads and scans files prior to passing the files > onto the client. > > With Debian this seems to

Re: Configure your PC to contribute to Debian community

2019-05-09 Thread Ansgar Burchardt
Vipul writes: > I've been using Debian from couples of years but haven't contributed > yet back to community. I want to contribute to Debian by maintaining > packages and fixing bugs. Since I'm using Debian for work purpose also > so, I don't want to mess-up with my system by installing unstable >

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread Ben Finney
Ian Jackson writes: > Vipul writes ("Configure your PC to contribute to Debian community"): > > Is there a way to get isolation for work & contribution purpose to > > keep yourself organized? I can get isolation by using Docker image > > or install one more copy of Debian in PC and switch between

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread Paul Wise
On Wed, May 8, 2019 at 9:27 PM Vipul wrote: > I've been using Debian from couples of years but haven't contributed yet back > to community. There are a number of different ways to contribute to Debian: https://www.debian.org/intro/help > I want to contribute to Debian by maintaining packages a

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread ghe
On 5/8/19 7:33 AM, Gard Spreemann wrote: > I find that cowbuilder [1] does this job fine for my needs. If I need to > test a more involved graphical user experience for a different release > than the one I run, I just spin up a VM. Or you could just buy an additional computer and dban the MS bits

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread Ian Jackson
Vipul writes ("Configure your PC to contribute to Debian community"): > I've been using Debian from couples of years but haven't contributed > yet back to community. I want to contribute to Debian by maintaining > packages and fixing bugs. Since I'm using Debian for work purpose > also so, I don't

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread finn
Hi Francisco, > Hello, I would be very interested in the answers to that, too. Vipul, I > suggest you subscribe to this mailing list, as well as debian- mentors. That > should make things easier. Cheers, Francisco I have subscribed this mail-list using separate email address. Cheers, Vipul

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread Steffen Möller
Hi Vipul, On 08.05.19 15:26, Vipul wrote: Hey there, I've been using Debian from couples of years but haven't contributed yet back to community. I want to contribute to Debian by maintaining packages and fixing bugs. This is very timely since the next Debian release, buster, is just waiting fo

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread songbird
Vipul wrote: ... > I've been using Debian from couples of years but haven't contributed yet b= > ack to community. I want to contribute to Debian by maintaining packages a= > nd fixing bugs. Since I'm using Debian for work purpose also so, I don't w= > ant to mess-up=C2=A0 with my system by install

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread Paul Sutton
On 08/05/2019 14:32, Francisco M Neto wrote: > Hello, > > I would be very interested in the answers to that, too. > > Vipul, I sugges you subscribe to this mailing list, as well as debian- > mentors. That should make things easier. > > Cheers, > Francisco If I also find anyone who m

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread Gard Spreemann
Vipul writes: > Hey there, > > I've been using Debian from couples of years but haven't contributed yet back > to community. I want to contribute to Debian by maintaining packages and > fixing bugs. Since I'm using Debian for work purpose also so, I don't want to > mess-up with my system by

Re: Configure your PC to contribute to Debian community

2019-05-08 Thread Francisco M Neto
Hello, I would be very interested in the answers to that, too. Vipul, I sugges you subscribe to this mailing list, as well as debian- mentors. That should make things easier. Cheers, Francisco On Wed, 2019-05-08 at 13:26 +, Vipul wrote: > Hey there, > > I've been using Deb

Re: Configure my headless Debian server as "bluetooth loudspeaker"

2016-02-25 Thread Stefan Monnier
> http://blog.stevenocchipinti.com/2012/10/bluetooth-audio-streaming-from-phone-to.html/ > Looks like this is relevant for you. Indeed, thank you very much! Stefan

Re: Configure my headless Debian server as "bluetooth loudspeaker"

2016-02-24 Thread Dan Ritter
On Wed, Feb 24, 2016 at 08:24:12AM -0500, Stefan Monnier wrote: > I'd like to let my phone play its music via my home-server's speakers. > This home-server is a headless OrangePi box running Debian testing (and > with a bluetooth dongle in one of its USB ports). > > I followed https://wiki.debian.

Re: Configure Grub2 with Multiple Boot Options?

2015-10-06 Thread Jeffrey Walton
I probably should have include this in the original post (my apologies). The additional menu entry was added to /etc/default/grub per "Configuring grub v2" at https://wiki.debian.org/Grub: $ sudo cat /etc/default/grub [sudo] password: # If you change this file, run 'update-grub' afterwards to upd

Re: Configure Postfix *as* a smart host?

2015-08-30 Thread David Wright
Quoting Bob Bernstein (poo...@ruptured-duck.com): > On Sun, 30 Aug 2015, David Wright wrote: > > >Did you type the ^] ? But the ball's in your court—say hello. > > > > Type: > > > ehlo summat > > > I get: > > ehlo debian > 250-boris.fuzzywuzzy.com > 250-PIPELINING > 250-SIZE 2048 > 250-V

Re: Configure Postfix *as* a smart host?

2015-08-30 Thread Bob Bernstein
On Sun, 30 Aug 2015, David Wright wrote: Did you type the ^] ? But the ball's in your court—say hello. Type: ehlo summat I get: ehlo debian 250-boris.fuzzywuzzy.com 250-PIPELINING 250-SIZE 2048 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN Hmmm...I

Re: Configure Postfix *as* a smart host?

2015-08-30 Thread David Wright
On 30/08/2015 00:13, Bob Bernstein wrote: > I have an instance of Wheezy running on a VPS (for years) and only > now have decided I want to take advantage of the possibility of > using it as a smarthost for my home machines, instead of what my > cable company makes available, which I confess works

Re: Configure Postfix *as* a smart host?

2015-08-30 Thread Bob Bernstein
On Sun, 30 Aug 2015, Martin Smith wrote: You might find more answers at www.postfix.org, they also have a very good mailing list, which I can recommend No doubt a very good idea; thanks. -- Bob Bernstein

Re: Configure Postfix *as* a smart host?

2015-08-30 Thread Martin Smith
On 30/08/2015 00:13, Bob Bernstein wrote: I have an instance of Wheezy running on a VPS (for years) and only now have decided I want to take advantage of the possibility of using it as a smarthost for my home machines, instead of what my cable company makes available, which I confess works just

Re: Configure GRUB 2

2012-11-08 Thread Tom H
On Thu, Nov 8, 2012 at 7:47 AM, Darac Marjal wrote: > On Thu, Nov 08, 2012 at 01:40:37PM +0100, tv.deb...@googlemail.com wrote: >> >> menuentry 'Debian GNU/Linux, avec Linux 3.2.0-3-amd64 [...] > > GRUB_DEFAULT takes a menu, not a title. You can use a title too. -- To UNSUBSCRIBE, email to deb

Re: Configure GRUB 2

2012-11-08 Thread Tom H
On Thu, Nov 8, 2012 at 3:01 AM, Lisi Reisz wrote: > On Thursday 08 November 2012 05:02:23 Tom H wrote: >> On Wed, Nov 7, 2012 at 5:55 PM, Lisi Reisz wrote: >>> >>> As I understand the GRUB manual, if I want to change the config file, >>> then i have to edit /etc/default/grub. I want to change the

Re: Configure GRUB 2

2012-11-08 Thread tv.deb...@googlemail.com
On 08/11/2012 13:50, Darac Marjal wrote: On Thu, Nov 08, 2012 at 12:47:28PM +, Darac Marjal wrote: On Thu, Nov 08, 2012 at 01:40:37PM +0100, tv.deb...@googlemail.com wrote: [cut] If you don't want to boot the previous kernel, but a specific one (known to work), cat the /boot/grub/grub.cfg

Re: Configure GRUB 2

2012-11-08 Thread Darac Marjal
On Thu, Nov 08, 2012 at 12:47:28PM +, Darac Marjal wrote: > On Thu, Nov 08, 2012 at 01:40:37PM +0100, tv.deb...@googlemail.com wrote: > [cut] > > > > > > If you don't want to boot the previous kernel, but a specific one > > (known to work), cat the /boot/grub/grub.cfg and locate the entry of

Re: Configure GRUB 2

2012-11-08 Thread Darac Marjal
On Thu, Nov 08, 2012 at 01:40:37PM +0100, tv.deb...@googlemail.com wrote: [cut] > > > If you don't want to boot the previous kernel, but a specific one > (known to work), cat the /boot/grub/grub.cfg and locate the entry of > the kernel you want as a default. What you want is the part > immediatel

Re: Configure GRUB 2

2012-11-08 Thread tv.deb...@googlemail.com
On 08/11/2012 11:25, Lisi Reisz wrote: On Thursday 08 November 2012 08:58:03 tv.deb...@googlemail.com wrote: Thank you! I hadn't found references to /etc/grub/40. I already corrected that, but for the sake of future references the correct path is: /etc/grub.d/ Yes, sorry. I now (I hope!) u

Re: Configure GRUB 2

2012-11-08 Thread Lisi Reisz
On Thursday 08 November 2012 08:58:03 tv.deb...@googlemail.com wrote: > > Thank you!  I hadn't found references to /etc/grub/40. > > I already corrected that, but for the sake of future references the > correct path is: /etc/grub.d/ Yes, sorry. I now (I hope!) understand the principle, but not th

Re: Configure GRUB 2

2012-11-08 Thread tv.deb...@googlemail.com
On 08/11/2012 09:39, Lisi Reisz wrote: On Thursday 08 November 2012 08:23:59 tv.deb...@googlemail.com wrote: On 08/11/2012 09:01, Lisi Reisz wrote: [cut] And yes, the two kernels where GRUB is installed. I simply can't see any menu there, so how do I alter the menu order? I'll put the /etc.

Re: Configure GRUB 2

2012-11-08 Thread Lisi Reisz
On Thursday 08 November 2012 08:23:59 tv.deb...@googlemail.com wrote: > On 08/11/2012 09:01, Lisi Reisz wrote: > > On Thursday 08 November 2012 05:02:23 Tom H wrote: > >> On Wed, Nov 7, 2012 at 5:55 PM, Lisi Reisz wrote: > >>> As I understand the GRUB manual, if I want to change the config file, >

Re: Configure GRUB 2

2012-11-08 Thread tv.deb...@googlemail.com
On 08/11/2012 09:23, tv.deb...@googlemail.com wrote: On 08/11/2012 09:01, Lisi Reisz wrote: On Thursday 08 November 2012 05:02:23 Tom H wrote: On Wed, Nov 7, 2012 at 5:55 PM, Lisi Reisz wrote: As I understand the GRUB manual, if I want to change the config file, then i have to edit /etc/defaul

Re: Configure GRUB 2

2012-11-08 Thread tv.deb...@googlemail.com
On 08/11/2012 09:01, Lisi Reisz wrote: On Thursday 08 November 2012 05:02:23 Tom H wrote: On Wed, Nov 7, 2012 at 5:55 PM, Lisi Reisz wrote: As I understand the GRUB manual, if I want to change the config file, then i have to edit /etc/default/grub. I want to change the order of the kernels in

Re: Configure GRUB 2

2012-11-08 Thread Lisi Reisz
On Thursday 08 November 2012 05:02:23 Tom H wrote: > On Wed, Nov 7, 2012 at 5:55 PM, Lisi Reisz wrote: > > As I understand the GRUB manual, if I want to change the config file, > > then i have to edit /etc/default/grub. I want to change the order of the > > kernels in GRUB, but I can't see any ke

Re: Configure GRUB 2

2012-11-07 Thread Tom H
On Wed, Nov 7, 2012 at 5:55 PM, Lisi Reisz wrote: > > As I understand the GRUB manual, if I want to change the config file, then i > have to edit /etc/default/grub. I want to change the order of the kernels in > GRUB, but I can't see any kernels at all in /etc/default/grub. (See below.) > So how

Re: Configure GRUB 2

2012-11-07 Thread Brian
On Wed 07 Nov 2012 at 22:55:26 +, Lisi Reisz wrote: > As I understand the GRUB manual, if I want to change the config file, then i > have to edit /etc/default/grub. I want to change the order of the kernels in > GRUB, but I can't see any kernels at all in /etc/default/grub. (See below.) > S

Re: Configure GRUB 2

2012-11-07 Thread Luis Bandarra
Hi, I also look into the files in /etc/grub.d/ There is a README file there that says something about the order of kernels, perhaps it helps. (I just change the 30_osprober) Bandarra On 07-11-2012 22:55, Lisi Reisz wrote: As I understand the GRUB manual, if I want to change the config file

Re: Configure Virtual IP interfaces

2012-09-20 Thread Pedro Eugênio Rocha
Pietro, Can you send us the output of "ifconfig" and "route -n"? Maybe this way it would be easier for us understanding what you're trying to do. Best, On Tue, Sep 18, 2012 at 12:40 PM, Pietro Paolini wrote: > Hi all, > > > > I am not really sure this is the correct newsletter for my question

Re: Configure Virtual IP interfaces

2012-09-19 Thread Camaleón
On Tue, 18 Sep 2012 15:40:24 +, Pietro Paolini wrote: > Hi all, Hi :-) (people, avoid sending html formatted posts, they are really annoying to deal with...) > My goal is to simulate more than one IP interface using just a physical > interface, for do that I tried using this alias > > Ifc

Re: Configure Virtual IP interfaces

2012-09-19 Thread Chris Davies
Pietro Paolini wrote: > My goal is to simulate more than one IP interface using just a physical > interface, for do that I tried using this alias - ifconfing ethX:1 "ethX" is your real interface, yes? > But when I try to send a packet over that interface I see the IP source > the same as the o

Re: Configure sudo

2012-05-27 Thread Christofer C. Bell
On Sun, May 27, 2012 at 5:54 AM, Denis Witt wrote: > Hi again, > > I came up with this now: > > cat /usr/local/bin/adm.sh Having access to chown and chmod is not secure: cbell@circe:~$ cp /bin/dash . cbell@circe:~$ sudo ./adm.sh chown root:root ./dash Change ownership root:root ./dash cbell@circ

Re: Configure sudo

2012-05-27 Thread Tom H
On Fri, May 25, 2012 at 9:02 PM, Richard Hector wrote: > On 26/05/12 01:43, Tom H wrote: >>  * apt-get install but not remove >>> >>> > >>> >  IMO this is possible by setting whole command "apt-get options *" in >>> >  sudoers, but i never tried this. I have on one my server this: >>> >

Re: Configure sudo

2012-05-27 Thread Denis Witt
And hi again, as listed below I'm using 'mail_always' in my sudoers list. Also I will receive all commands executed using sudo by mail. servername : May 27 12:59:20 : sudotest : TTY=pts/1 ; PWD=/home/sudotest ; USER=root ; COMMAND=/usr/local/bin/adm.sh install apache2 Unfortunately I'm not abl

Re: Configure sudo

2012-05-27 Thread Denis Witt
Hi again, I came up with this now: cat /usr/local/bin/adm.sh - #!/bin/bash case $1 in install) echo "Install $2" apt-get install $2 exit 0 ;; restart) echo "Restart

Re: Configure sudo

2012-05-25 Thread Richard Hector
On 26/05/12 01:43, Tom H wrote: >> * apt-get install but not remove > > IMO this is possible by setting whole command "apt-get options *" in > sudoers, but i never tried this. I have on one my server this: > > User_AliasEJABBER = snmp, www-data > ... > EJABBER ALL=(ejabberd) NOPASSWD:

Re: Configure sudo

2012-05-25 Thread Andrei POPESCU
On Vi, 25 mai 12, 09:43:07, Tom H wrote: > > They'll also need to use "apt-get update". On a stable machine updates triggered by cron-apt (or friends) might be enough. Kind regards, Andrei -- Offtopic discussions among Debian users and developers: http://lists.alioth.debian.org/mailman/listinf

Re: Configure sudo

2012-05-25 Thread Tom H
On Fri, May 25, 2012 at 6:31 AM, Slavko wrote: > Dňa Fri, 25 May 2012 10:13:05 +0200 Denis Witt > napísal: >> * editing of php.ini > > it is possible to set in /etc/sudoers whole command line (with file name), > but see bellow. Try tweak unix group memberships for this. >> >> * some editors > >

Re: Configure sudo

2012-05-25 Thread Tom H
On Fri, May 25, 2012 at 5:54 AM, Regendoerp, Achim wrote: > > Having a quick google look, perhaps this could be a solution for your problem: > > http://www.unix.com/unix-advanced-expert-users/39736-sudoer-file-controlling-parameters.html I'd put the scripts in "/usr/local/{,s}bin" rather than in

Re: Configure sudo

2012-05-25 Thread Tom H
On Fri, May 25, 2012 at 4:13 AM, Denis Witt wrote: > > we're running a server for a german bank. Of course we want to keep our > services secure. A partner of us has to install a web based service (php, > python and sql) on this machine. This partner will also be in charge in > support and main

Re: Configure sudo

2012-05-25 Thread Slavko
Hi, i am not sudo expert, but consider my notes: by default are all commands disabled. If you enable some command, then other still will be disabled. Dňa Fri, 25 May 2012 10:13:05 +0200 Denis Witt napísal: > * editing of php.ini it is possible to set in /etc/sudoers whole command line (with f

Re: Configure sudo

2012-05-25 Thread rjc
On Fri, May 25, 2012 at 09:13:05AM BST, Denis Witt wrote: > sudo su must be disabled of course, also /etc/sudoers must be write > protected, even for root. This is no problem if you use chattr +i > /etc/sudoers. /etc/sudoers file is read only by default. > But i think enable all commands and di

RE: Configure sudo

2012-05-25 Thread Regendoerp, Achim
Having a quick google look, perhaps this could be a solution for your problem: http://www.unix.com/unix-advanced-expert-users/39736-sudoer-file-controlling-parameters.html I'm sure though you can specify the parameters used in the sudoers file, one of my (private) machines is set up in that way

Re: configure Icedove for GPG/MIME?

2012-04-09 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09.04.2012 15:57, Chris Bannister wrote: <...> > > I don't understand why you should need to verify your own > messages. > I am asking how to manually verify PGP/MIME messages. I am not asking how do I verify my own messages. I know that both hav

Re: configure Icedove for GPG/MIME?

2012-04-09 Thread Chris Bannister
[Please trim your posts your posts on this mailing list] On Mon, Apr 09, 2012 at 11:38:35AM +0300, Mika Suomalainen wrote: > On 09.04.2012 02:00, Chris Bannister wrote: > > On Sun, Apr 08, 2012 at 09:13:40PM +0300, Mika Suomalainen wrote: > Do you agree my point or do I just create filter to put

Re: configure Icedove for GPG/MIME?

2012-04-09 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09.04.2012 02:00, Chris Bannister wrote: > On Sun, Apr 08, 2012 at 09:13:40PM +0300, Mika Suomalainen wrote: >> On 08.04.2012 18:12, Chris Bannister wrote: <...> >>> The mail client should do all that for you. >>> Verifying PGP/MIME signature

Re: configure gnome-system-log

2012-01-21 Thread Camaleón
On Sat, 21 Jan 2012 05:28:06 +, T o n g wrote: > How to configure gnome-system-log? F1 to open the help :-) Or visit: http://library.gnome.org/users/gnome-system-log/3.2/index.html.en > On two of my boxes, one gives me an empty window when gnome-system-log > started; whereas the other give

Re: Configure two gateways

2011-01-20 Thread Bob Proulx
George P. Burdell wrote: > allow-hotplug eth0 > iface eth0 inet static > address 192.168.1.200 > netmask 255.255.255.0 > broadcast 192.168.1.255 > gateway 192.168.1.1 > dns-domain lan > dns-nameservers 192.168.1.1 > > allow-hotplug eth1 > iface eth1 inet static > address 192.168.2.1 > netm

  1   2   3   >