Re: ssh-keygen as a regular user

2023-05-11 Thread Igor Korot
Hi, On Fri, May 12, 2023 at 12:19 AM Geert Stappers wrote: > > On Fri, May 12, 2023 at 12:07:00AM -0500, Igor Korot wrote: > > Hi, ALL, > > Is there a reason I can't run "ssh-keygen" as a regular user? > > Several :-) > > > > I am able to do i

ssh-keygen as a regular user

2023-05-11 Thread Igor Korot
Hi, ALL, Is there a reason I can't run "ssh-keygen" as a regular user? I am able to do it as "root" though, but I think it shouldn't happen. Can someone shed some light? Thank you.

User is not in the sudoers file

2023-05-08 Thread Igor Korot
Hi, ALL, Is there a reason for the default install I immediately get the error in the subj? Basically trying to run: [code] sudo apt-get install [/code] Thank you.

Auto-completion in Terminal

2023-05-04 Thread Igor Korot
Hi, I successfully installed Debian Buster on the VM. Then I put in the Gues Additions CD in, open the Terminal, became root and tried to do [code] ./VBox [/code] and then I pressed TAB, but nothing happened. What is going on? Thank you.

Re: What settings should be used for VM?

2023-05-04 Thread Igor Korot
Hi, guys On Thu, May 4, 2023, 11:03 AM Igor Korot wrote: > zithro, > > On Thu, May 4, 2023 at 10:16 AM zithro wrote: > > > > On 04 May 2023 14:42, Igor Korot wrote: > > > Hi, > > > I am trying install Debian Buster on the VirtualBox as a guest. > >

Re: What settings should be used for VM?

2023-05-04 Thread Igor Korot
zithro, On Thu, May 4, 2023 at 10:16 AM zithro wrote: > > On 04 May 2023 14:42, Igor Korot wrote: > > Hi, > > I am trying install Debian Buster on the VirtualBox as a guest. > > > > I set the VM to use HostOnly network with DHCP enabled, but when I ran the &

Re: What settings should be used for VM?

2023-05-04 Thread Igor Korot
Hi, David, On Thu, May 4, 2023 at 9:00 AM David Christensen wrote: > > On 5/4/23 05:42, Igor Korot wrote: > > Hi, > > I am trying install Debian Buster on the VirtualBox as a guest. > > > > I set the VM to use HostOnly network with DHCP enabled, but when I ran the &

Re: What settings should be used for VM?

2023-05-04 Thread Igor Korot
Hi, Jeffrey, On Thu, May 4, 2023 at 9:03 AM Jeffrey Walton wrote: > > On Thu, May 4, 2023 at 8:42 AM Igor Korot wrote: > > > > I am trying install Debian Buster on the VirtualBox as a guest. > > > > I set the VM to use HostOnly network with DHCP enabled, but wh

What settings should be used for VM?

2023-05-04 Thread Igor Korot
Hi, I am trying install Debian Buster on the VirtualBox as a guest. I set the VM to use HostOnly network with DHCP enabled, but when I ran the installer it failed to auto-configure the network. How do I solve it? Thank you. P.S.: I need python 2, therefore trying to use older version.

Re: /sbin vs /bin

2022-07-28 Thread Igor Korot
Hi, David, On Thu, Jul 28, 2022 at 11:10 PM David Wright wrote: > > On Thu 28 Jul 2022 at 22:37:39 (-0500), Igor Korot wrote: > > According to > > https://packages.debian.org/cgi-bin/search_contents.pl?word=ldconfig&searchmode=searchfiles&case=insensitive&versio

/sbin vs /bin

2022-07-28 Thread Igor Korot
Hi, ALL, According to https://packages.debian.org/cgi-bin/search_contents.pl?word=ldconfig&searchmode=searchfiles&case=insensitive&version=stable&arch=i386, ld config is located inside /sbin and it is installed through the libc-bin. Trying to run ldconfig gives "No such file or directory" Runnin

Re: odbc_config missing

2022-07-21 Thread Igor Korot
But enough this flame war. I will probably bake somethig that will identify the presence of odbc_config and put it in the configure.ac/configure... Thank you. On Fri, Jul 22, 2022 at 12:59 AM Igor Korot wrote: > > Hi > > On Fri, Jul 22, 2022 at 12:13 AM wrote: > > > >

Re: odbc_config missing

2022-07-21 Thread Igor Korot
Hi On Fri, Jul 22, 2022 at 12:13 AM wrote: > > On Fri, Jul 22, 2022 at 12:03:46AM -0500, Igor Korot wrote: > > Hi, > > > > On Thu, Jul 21, 2022 at 10:57 PM wrote: > > > > > > On Thu, Jul 21, 2022 at 11:47:58AM -0500, Igor Korot wrote: > > > >

Re: odbc_config missing

2022-07-21 Thread Igor Korot
Hi, On Thu, Jul 21, 2022 at 10:57 PM wrote: > > On Thu, Jul 21, 2022 at 11:47:58AM -0500, Igor Korot wrote: > > [...] > > > It still feels wrong however, that the distro maintainers dictate > > to upstream packages how to do their business. > > which is...

Re: odbc_config missing

2022-07-21 Thread Igor Korot
Hi, On Thu, Jul 21, 2022 at 10:31 AM David Wright wrote: > > On Thu 21 Jul 2022 at 10:15:43 (-0400), Greg Wooledge wrote: > > On Thu, Jul 21, 2022 at 09:06:53AM -0500, David Wright wrote: > > > I thought that was what the attached was (actually for Ubuntu AIUI). > > > As I originally wrote, "As i

Re: odbc_config missing

2022-07-21 Thread Igor Korot
Hi, On Thu, Jul 21, 2022 at 10:31 AM David Wright wrote: > > On Thu 21 Jul 2022 at 10:15:43 (-0400), Greg Wooledge wrote: > > On Thu, Jul 21, 2022 at 09:06:53AM -0500, David Wright wrote: > > > I thought that was what the attached was (actually for Ubuntu AIUI). > > > As I originally wrote, "As i

Re: odbc_config missing

2022-07-21 Thread Igor Korot
Again, this really needs to be taken up with the upstream maintainers of > the library, and with the Debian maintainer(s) of the Debian packages of > the library. I agree. When asked Nick Gorham (the official maintainer of unixODBC) how to identify the options in the host software for unixOD

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 9:32 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 09:12:51PM -0500, Igor Korot wrote: > > And those are what was made on Debian with the same Makefile.am: > > OK! > > [...] > > /bin/bash ../libtool --tag=CXX --mode=link g++ -I.

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 7:55 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 07:46:43PM -0500, Igor Korot wrote: > > On Wed, Jul 20, 2022 at 7:28 PM Greg Wooledge wrote: > > > Can you show us the linker command that you ran, and its error message? > > > &

Re: odbc_config missing

2022-07-20 Thread Igor Korot
.a libtool: link: ( cd ".libs" && rm -f "libodbc_lib.la" && ln -s "../libodbc_lib.la" "libodbc_lib.la" ) igor@debian:~/dbhandler/Debug/libodbc$ As you can see the build succeeded. But after running "make install" trying to load that li

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 7:28 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 07:05:28PM -0500, Igor Korot wrote: > > Please compare: > > > > In Gentoo: > > > > [code] > > igor@IgorReinCloud ~ $ odbc_config --libs > > -L/usr/lib64 -lodbc &

Re: odbc_config missing

2022-07-20 Thread Igor Korot
test it it will fail because ldd will not be able to find the library. Thank you. On Wed, Jul 20, 2022 at 5:28 PM David Wright wrote: > > On Wed 20 Jul 2022 at 14:33:39 (-0500), Igor Korot wrote: > > On Wed, Jul 20, 2022 at 2:04 PM Greg Wooledge wrote: > > > On Wed, Jul 20, 202

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 2:24 PM Reco wrote: > > On Wed, Jul 20, 2022 at 12:41:03PM -0500, Igor Korot wrote: > > Hi, > > > > On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > > > > > Hi. > > > > > > On Wed, Jul 20, 2022 a

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 2:04 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 01:48:34PM -0500, Igor Korot wrote: > > This sentence from the OP: > > > > [quote] > > I just tried to compile my program and got an error about it. > > [/quote] >

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, David, On Wed, Jul 20, 2022 at 1:40 PM David Wright wrote: > > On Wed 20 Jul 2022 at 12:41:03 (-0500), Igor Korot wrote: > > On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > > > I tried

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > Hi. > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > I tried to run > > > > pkg-config --libs unixodbc > > > > and it fails. > > apt install unixodbc-dev It is in

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 10:13 AM Curt wrote: > > On 2022-07-20, Igor Korot wrote: > > > > Apparently it IS a known problem > > > > This - https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/551701 - > > claims > > Ubuntu installs it and wa

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Tue, Jul 19, 2022, 10:18 PM David Wright wrote: > On Tue 19 Jul 2022 at 21:47:06 (-0500), Igor Korot wrote: > > > According to unixODBC maintainers, there is a script called odbc_config. > > > > It looks like this script is missing in Debian. > > > >

odbc_config missing

2022-07-19 Thread Igor Korot
Hi, ALL According to unixODBC maintainers, there is a script called odbc_config. It looks like this script is missing in Debian. I just tried to compile my program and got an error about it. How should I handle it? Thank you.

Re: Resolve static linking

2022-07-12 Thread Igor Korot
[//code]Hi, On Tue, Jul 12, 2022 at 10:10 PM David Wright wrote: > > On Tue 12 Jul 2022 at 21:48:08 (-0500), Igor Korot wrote: > > > igor@debian:~/dbhandler/Debug$ ls -la /usr/local/lib/ > > [ … ] > > drwxr-xr-x 3 root root 4096 Jul 9 16:52 python3.9 > >

Resolve static linking

2022-07-12 Thread Igor Korot
.Hi, ALL, [code] igor@debian:~/dbhandler/Debug$ ls -la /usr/local/lib/ total 156544 drwxr-xr-x 3 root root 4096 Jul 12 19:55 . drwxr-xr-x 10 root root 4096 Jul 9 15:42 .. -rw-r--r-- 1 root root8 Jul 12 19:52 libdbinterface.a -rw-r--r-- 1 root root 1082702 Jul 12 19:53 libdbloa

Where is ldconfig

2022-07-12 Thread Igor Korot
Hi, In order to test my program I ran "make install". This installed it into "/usr/local/{bin,lib} So now in order to run the program I need to update the ld library cache with "ldconfig". Unfortunately it is not available by default and trying to search for it produces following: [code] root@d

Re: Does Debian supports backticks in the Makefile?

2022-07-11 Thread Igor Korot
Hi, All this can now be put to rest. Gentoo is at fault and I am going to talk to Gentoo people Thank you to everyone who helped. Thank you. On Mon, Jul 11, 2022 at 12:23 PM wrote: > > On Mon, Jul 11, 2022 at 08:50:47AM -0500, Igor Korot wrote: > > And hi i Debian afe fiing he

Re: Does Debian supports backticks in the Makefile?

2022-07-11 Thread Igor Korot
code]And this is also Gentoo: [code] igor@IgorReinCloud ~/dbhandler/Debug/libpostgres $ pg_config --includedir /usr/include/postgresql-14 igor@IgorReinCloud ~/dbhandler/Debug/libpostgres $ [/code] No "-I" involved. Thank you. On Mon, Jul 11, 2022 at 8:57 AM Thomas Schmitt wrote: > > Hi, > > Gr

Re: Does Debian supports backticks in the Makefile?

2022-07-11 Thread Igor Korot
And hi i Debian afe fiing he innclde line: [code] igor@debian:~/dbhandler/Debug/libpostgres$ make clean && make V=1 test -z "libpostgres.la" || rm -f libpostgres.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I

Re: Does Debian supports backticks in the Makefile?

2022-07-11 Thread Igor Korot
Hi guys, This is what Gentoo generates: [code] igor@IgorReinCloud ~/dbhandler/Debug/libpostgres $ make clean && make V=1 test -z "libpostgres.la" || rm -f libpostgres.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H

Re: Does Debian supports backticks in the Makefile?

2022-07-10 Thread Igor Korot
Hi, On Mon, Jul 11, 2022 at 12:10 AM wrote: > > On Sun, Jul 10, 2022 at 11:13:45PM -0500, Igor Korot wrote: > > Hi, ALL, > > [code] > > CXX libpostgres_la-database_postgres.lo > > ../../libpostgres/database_postgres.cpp:22:10: fatal error: > > l

Does Debian supports backticks in the Makefile?

2022-07-10 Thread Igor Korot
Hi, ALL, [code] CXX libpostgres_la-database_postgres.lo ../../libpostgres/database_postgres.cpp:22:10: fatal error: libpq-fe.h: No such file or directory 22 | #include "libpq-fe.h" | ^~~~ compilation terminated. make: *** [Makefile:507: libpostgres_la-database_postg

Re: libpq-dev package

2022-07-10 Thread Igor Korot
Hi, On Sun, Jul 10, 2022 at 7:28 PM Andy Smith wrote: > > Hello, > > On Sun, Jul 10, 2022 at 07:19:08PM -0500, Igor Korot wrote: > > Trying to compile my program it fails by not finding the > > pg-config script and libpq-fe.h file. > > You were already shown apt-fi

Re: libpq-dev package

2022-07-10 Thread Igor Korot
Apparently the package name is exactly libpq-dev. ;-) Naming convention sucks sometimes... ;-) However even after installing it I still can't compile. Same exact error is given. Thank you. On Sun, Jul 10, 2022 at 7:19 PM Igor Korot wrote: > > Hi, > I figured out that the li

libpq-dev package

2022-07-10 Thread Igor Korot
Hi, I figured out that the libpq package is called postgresql-client. However it looks like there is no postgresql-client-dev package? Trying to compile my program it fails by not finding the pg-config script and libpq-fe.h file. Thank you.

Re: What package I can find aclocal in?

2022-07-10 Thread Igor Korot
Hi, On Sun, Jul 10, 2022 at 6:33 PM Andy Smith wrote: > > Hello, > > On Sun, Jul 10, 2022 at 06:24:16PM -0500, Igor Korot wrote: > > Trying to guess I found the package autotools-dev, but that was not it. > > > > Should I keep it? > > I don't know. Perhap

Re: What package I can find aclocal in?

2022-07-10 Thread Igor Korot
Hi, Thank you for the info. On Sun, Jul 10, 2022 at 6:17 PM Andy Smith wrote: > > Hello, > > On Sun, Jul 10, 2022 at 05:43:33PM -0500, Igor Korot wrote: > > What package can I find aclocal in? > > $ apt-file search bin/aclocal > automake: /usr/bin/aclocal-1.16 >

Re: What package I can find aclocal in?

2022-07-10 Thread Igor Korot
Hi, On Sun, Jul 10, 2022 at 6:10 PM Greg Wooledge wrote: > > On Sun, Jul 10, 2022 at 05:43:33PM -0500, Igor Korot wrote: > > What package can I find aclocal in? > > I need to set up my autotools project in the newly installed Debian.. > > How to find out what package

What package I can find aclocal in?

2022-07-10 Thread Igor Korot
Hi, What package can I find aclocal in? I need to set up my autotools project in the newly installed Debian.. Thank you.

Re: Don't try this at home kids

2021-11-29 Thread Igor Korot
Hi, On Mon, Nov 29, 2021 at 4:50 PM Pierre-Elliott Bécue wrote: > > > Hello, > > Bob Bernstein wrote on 29/11/2021 at 23:25:52+0100: > > > How do I tell sudo not to ask me for my password? > > > > It's me. I'm on my computer. I already logged in with my password. No > > one else is logged on. >

Re: subject

2021-11-26 Thread Igor Korot
Hi, On Fri, Nov 26, 2021, 14:40 Kenneth Parker wrote: > > > On Fri, Nov 26, 2021, 2:39 PM zainalabd...@softkhana.com < > zainalabd...@softkhana.com> wrote: > >> This is the body >> > > And this is the Reply. > And another reply. :-) Thank you. > (Sorry!) > >>

Re: Problem installing

2021-10-02 Thread Igor Korot
Hi, guys, On Sat, Oct 2, 2021 at 8:44 PM Charles Curley wrote: > > On Sat, 2 Oct 2021 20:54:15 -0400 > Greg Wooledge wrote: > > > The first place I found it mentioned is here: > > > > https://wiki.debian.org/DebianUnstable#Installation > > > > It's the LAST option listed in this section. I've n

Re: Problem installing (Cont)

2021-09-30 Thread Igor Korot
Hi, ALL, As said I downloaded and successfully installed the full blown Debian latest stable. I then edit the repository file to point it to the Sid. Then I successfully fetched the new (Sid) repository. However, trying to run an update I hit a problem. The command fetched the packages successf

Re: Problem installing

2021-09-29 Thread Igor Korot
Hi, guys, I am downloading a stable release for amd64 from https://www.debian.org/distrib/netinst#smallcd, and will follow with changing it to Sid. I hope everything will work out fine. Thank you. On Wed, Sep 29, 2021 at 8:34 PM Charles Curley wrote: > > On Wed, 29 Sep 2021 19:02:56 +0100 > Bri

Re: Problem installing

2021-09-29 Thread Igor Korot
Hi, Brian, On Wed, Sep 29, 2021 at 1:03 PM Brian wrote: > > On Wed 29 Sep 2021 at 12:47:35 -0500, Igor Korot wrote: > > > HI, Brian, > > > > On Wed, Sep 29, 2021 at 12:37 PM Brian wrote: > > > > > > On Wed 29 Sep 2021 at 13:18:47 -0400, Greg Wooledge

Re: Problem installing

2021-09-29 Thread Igor Korot
HI, Brian, On Wed, Sep 29, 2021 at 12:37 PM Brian wrote: > > On Wed 29 Sep 2021 at 13:18:47 -0400, Greg Wooledge wrote: > > > On Wed, Sep 29, 2021 at 11:39:59AM -0500, Igor Korot wrote: > > [...] > > > > Should I continue the install and configure the reposito

Re: Problem installing

2021-09-29 Thread Igor Korot
UNderstood. Will try to do just that. Is the instructions in the link I posted to convert (bullet 1) a good one? (Sorry for the top posting). Thank you. On Wed, Sep 29, 2021 at 12:26 PM piorunz wrote: > > On 29/09/2021 17:45, Igor Korot wrote: > > >> Install Stable and

Re: Problem installing

2021-09-29 Thread Igor Korot
Hi, Greg, On Wed, Sep 29, 2021 at 12:19 PM Greg Wooledge wrote: > > On Wed, Sep 29, 2021 at 11:39:59AM -0500, Igor Korot wrote: > > On Wed, Sep 29, 2021 at 6:28 AM Greg Wooledge wrote: > > > > This is installing Debian/Sid on a VM. > > > > > >

Re: Problem installing

2021-09-29 Thread Igor Korot
Hi, On Wed, Sep 29, 2021 at 6:41 AM piorunz wrote: > > On 29/09/2021 04:33, Igor Korot wrote: > > > Very simple and straightforward process: > > 1. Downloaded mini.iso. > > 2. Created a VM with 4G of RAM and 500G HDD. > > 3. Started the install > > 4. In th

Re: Problem installing

2021-09-29 Thread Igor Korot
Hi, Greg, On Wed, Sep 29, 2021 at 6:28 AM Greg Wooledge wrote: > > On Tue, Sep 28, 2021 at 10:31:23PM -0500, Igor Korot wrote: > > OK, looking at syslog I see: > > > > [code] > > chroot: can't execute tempfile: No such file or directory > > WARNING: Confi

Re: Problem installing

2021-09-29 Thread Igor Korot
Hi, Brian, On Wed, Sep 29, 2021 at 3:31 AM Brian wrote: > > On Tue 28 Sep 2021 at 22:33:39 -0500, Igor Korot wrote: > > [...] > > > Very simple and straightforward process: > > 1. Downloaded mini.iso. > > 2. Created a VM with 4G of RAM and 500G HDD. > > 3.

Re: Problem installing

2021-09-28 Thread Igor Korot
On Tue, Sep 28, 2021 at 1:45 PM wrote: > > On Tue, Sep 28, 2021 at 01:18:03PM -0500, Igor Korot wrote: > > Hi, > > [...] > > > > > > The error message's text would be useful here. > > > > > > > > [quote] > > > > The C

Re: Problem installing

2021-09-28 Thread Igor Korot
Hi Charles, On Tue, Sep 28, 2021 at 9:28 PM Charles Curley wrote: > > On Tue, 28 Sep 2021 11:38:35 -0500 > Igor Korot wrote: > > > [quote] > > The Configuration Manager has failed. You can try and re-run it or you > > can skip it and continue > > [/quo

Re: Problem installing

2021-09-28 Thread Igor Korot
Hi, On Tue, Sep 28, 2021 at 12:56 PM wrote: > > On Tue, Sep 28, 2021 at 11:38:35AM -0500, Igor Korot wrote: > > Hi, Thomas, > > > > On Tue, Sep 28, 2021 at 11:18 AM wrote: > > > > > > On Tue, Sep 28, 2021 at 11:03:23AM -0500, Igor Korot wrote: > >

Re: Problem installing

2021-09-28 Thread Igor Korot
Hi, Thomas, On Tue, Sep 28, 2021 at 11:18 AM wrote: > > On Tue, Sep 28, 2021 at 11:03:23AM -0500, Igor Korot wrote: > > Hi, guys, > > > > I have a problem installing Debian Sid on the VittualBox machine, running on > > Gentoo Host. > > > > (I need Debian

Problem installing

2021-09-28 Thread Igor Korot
Hi, guys, I have a problem installing Debian Sid on the VittualBox machine, running on Gentoo Host. (I need Debian, because the project I'm working with use Debian Sid, and my test is failing). Unfortunately, trying to install it with mini.iso produces an error when trying to configure the Packa