Re: Anyone successful build a homebrewed kernel on F32

2020-03-26 Thread sixpack13
On 27.03.20 00:30, Patrick O'Callaghan wrote: On Thu, 2020-03-26 at 19:19 +0100, sixpack13 wrote: Hallo I'm unable to build an home-brewed kernel 5.6-rc7 on F32. I copied the config-5.6.0-0.rc7.git0.2.fc32.x86_64 to .config. But the kernel is crashing with "stackprotector"-${something} just

Re: Anyone successful build a homebrewed kernel on F32

2020-03-26 Thread Patrick O'Callaghan
On Thu, 2020-03-26 at 19:19 +0100, sixpack13 wrote: > Hallo > > I'm unable to build an home-brewed kernel 5.6-rc7 on F32. > > I copied the config-5.6.0-0.rc7.git0.2.fc32.x86_64 to .config. > > But the kernel is crashing with "stackprotector"-${something} just at > the beginning of the boot

[389-users] Re: Help in building Passsync

2020-03-26 Thread William Brown
> On 26 Mar 2020, at 23:03, LUCAS GUILHERME DIEDRICH > wrote: > > Hello guys, i'm trying to build passsync service, so i downloaded the code > and i`m trying to build it on microsoft visual studio 2019. But when the > build script try to download some file from port389.org it fails, can

Re: HandleLidSwitch issue.

2020-03-26 Thread Cameron Simpson
On 26Mar2020 20:24, Erik P. Olsen wrote: On 2020-03-26 at 10:20:23 Samuel Sieb wrote: On 3/26/20 6:39 AM, Erik P. Olsen wrote: > Thanks for the idea. I suppose I could just use systemctl suspend right away. Doesn't your laptop have a key combo to do a suspend? Oh, I should have thought of

Re: HandleLidSwitch issue.

2020-03-26 Thread Erik P. Olsen
On 2020-03-26 at 20:57:10 Erik P. Olsen wrote: > On 2020-03-26 at 12:32:20 Samuel Sieb wrote: > > > On 3/26/20 12:24 PM, Erik P. Olsen wrote: > > > On 2020-03-26 at 10:20:23 Samuel Sieb wrote: > > >> Doesn't your laptop have a key combo to do a suspend? > > > > > > Oh, I should have

Re: laptop thoughts/suggestions

2020-03-26 Thread Richard Shaw
Is the 17" negotiable? Looking at Amazon, a Ryzen 5 3500U would be a good option but the 17" raises the price by ~$200. Thanks, Richard ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to

Re: HandleLidSwitch issue.

2020-03-26 Thread Erik P. Olsen
On 2020-03-26 at 12:32:20 Samuel Sieb wrote: > On 3/26/20 12:24 PM, Erik P. Olsen wrote: > > On 2020-03-26 at 10:20:23 Samuel Sieb wrote: > >> Doesn't your laptop have a key combo to do a suspend? > > > > Oh, I should have thought of that from the beginning. And no, there isn't a > >

Re: HandleLidSwitch issue.

2020-03-26 Thread Samuel Sieb
On 3/26/20 12:24 PM, Erik P. Olsen wrote: On 2020-03-26 at 10:20:23 Samuel Sieb wrote: Doesn't your laptop have a key combo to do a suspend? Oh, I should have thought of that from the beginning. And no, there isn't a shortcut for that but I've made one :-) Very nice solution. I remembered

laptop thoughts/suggestions

2020-03-26 Thread bruce
Hi. thinking of a new laptop base specs at least 4 core at least 8-12G with ability to expand to 16/32 1TB and SSD would be ok bluetooth 17" usb/hdmi of course i'd prefer new, as opposed to used and of course as cheap as possible thoughts/comments

Re: LVM, list home -

2020-03-26 Thread Bob Goodwin
On 2020-03-26 14:42, Roger Heflin wrote: you should be able to do exactly this: mkdir -p /mnt/home mount /dev/fedora_localhost-live/home /mnt/home cd /mnt/home ls -l ° Yes, that worked. DF shows: /dev/mapper/fedora_localhost--live-home  860G   25G  792G   3% /mnt/home And I can list the

Re: LVM, list home -

2020-03-26 Thread Bob Goodwin
On 2020-03-26 14:42, Roger Heflin wrote: you should be able to do exactly this: mkdir -p /mnt/home mount /dev/fedora_localhost-live/home /mnt/home cd /mnt/home ls -l ° Yes, that worked. DF shows: /dev/mapper/fedora_localhost--live-home  860G   25G  792G   3% /mnt/home And I can list the

Re: HandleLidSwitch issue.

2020-03-26 Thread Erik P. Olsen
On 2020-03-26 at 10:20:23 Samuel Sieb wrote: > On 3/26/20 6:39 AM, Erik P. Olsen wrote: > > Thanks for the idea. I suppose I could just use systemctl suspend right > > away. > > Doesn't your laptop have a key combo to do a suspend? Oh, I should have thought of that from the beginning. And

Re: LVM, list home -

2020-03-26 Thread Roger Heflin
In lvm context this dm-1 is a magic device-mapper device/file that sets up a block-mapping to the underlying device that allows access to the blocks of the specific lv in the correct order (in this case home). It really acts just like /dev/sda1 does if there is a filesystem directly on

Re: LVM, list home -

2020-03-26 Thread Roger Heflin
you should be able to do exactly this: mkdir -p /mnt/home mount /dev/fedora_localhost-live/home /mnt/home cd /mnt/home ls -l On Thu, Mar 26, 2020 at 12:41 PM Bob Goodwin wrote: > > > > On 2020-03-26 12:34, Roger Heflin wrote: > > make a directory say "/mnt/home" and then do mount > >

Re: LVM, list home -

2020-03-26 Thread Garry T. Williams
On Thursday, March 26, 2020 1:39:13 PM EDT Bob Goodwin wrote: > lrwxrwxrwx. 1 root root7 Mar 26 12:58 home -> ../dm-1 This indicates that the file "home" is a synbolic reference to the file (or directory) "../dm-1". [snip] > [root@Workstation-1 fedora_localhost-live]# ls -al home ->

Anyone successful build a homebrewed kernel on F32

2020-03-26 Thread sixpack13
Hallo I'm unable to build an home-brewed kernel 5.6-rc7 on F32. I copied the config-5.6.0-0.rc7.git0.2.fc32.x86_64 to .config. But the kernel is crashing with "stackprotector"-${something} just at the beginning of the boot process. I also see a lot of warning during build, but no errors.

Re: Internet tip

2020-03-26 Thread Patrick O'Callaghan
On Thu, 2020-03-26 at 11:31 -0500, David wrote: > A popular risque website is offering free membership to their so-called > Premium service under the premises that they are serving the needs of the > community during this worldwide economic crisis. > > Do not click on this. > > It is a scam. >

Re: New Laptop - Graphics Card choices - suggestions?

2020-03-26 Thread S.Bob
unfortunately no... I guess I'll grab the Quattro P620 and see how it goes with the rpmfusion akmod-nvidia drivers On 3/26/20 11:12 AM, Richard Shaw wrote: On Thu, Mar 26, 2020 at 11:15 AM S.Bob > wrote: All; I've found that my current laptop in no

Re: LVM, list home -

2020-03-26 Thread Bob Goodwin
On 2020-03-26 12:34, Roger Heflin wrote: make a directory say "/mnt/home" and then do mount /dev/fedora_localhost-live/home /mnt/home Then handle it like a normal directory. ° All I am able to do is:  mount /dev/sda2 /media/test and then  # cd /dev/fedora_localhost-live/ That gets:

Re: HandleLidSwitch issue.

2020-03-26 Thread Samuel Sieb
On 3/26/20 6:39 AM, Erik P. Olsen wrote: Thanks for the idea. I suppose I could just use systemctl suspend right away. Doesn't your laptop have a key combo to do a suspend? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send

Re: New Laptop - Graphics Card choices - suggestions?

2020-03-26 Thread Richard Shaw
On Thu, Mar 26, 2020 at 11:15 AM S.Bob wrote: > All; > > I've found that my current laptop in no way supports a 3rd monitor. So I > am going to upgrade to a Lenovo P73 Mobile Workstation, > Do they have an option for a Ryzen CPU? You'd basically get Radeon graphics with that and the open source

Re: New Laptop - Graphics Card choices - suggestions?

2020-03-26 Thread Roger Heflin
If you are only doing gimp then I would just pick the cards than can handle the monitors you want, or at least one say 4k 30"+ tv that has similar real estate to 4 x 1080's. The nvidia's work well for video work (built in encoder and decoders that is much faster than the cpus) and games and

Re: Internet tip

2020-03-26 Thread Stephen Berg, Code 7309 via users
I don't see how you trying to get free PornHub is in any way related to fedora. On 3/26/2020 11:31 AM, David wrote: A popular risque website is offering free membership to their so-called Premium service under the premises that they are serving the needs of the community during this worldwide

Re: LVM, list home -

2020-03-26 Thread Roger Heflin
make a directory say "/mnt/home" and then do mount /dev/fedora_localhost-live/home /mnt/home Then handle it like a normal directory. On Thu, Mar 26, 2020 at 10:43 AM Bob Goodwin wrote: > > I have copy of Fedora 29 on another drive in this computer and I would > like to access the home

Internet tip

2020-03-26 Thread David
A popular risque website is offering free membership to their so-called Premium service under the premises that they are serving the needs of the community during this worldwide economic crisis. Do not click on this. It is a scam. It will not give you anything until you give them credit-card

Re: New Laptop - Graphics Card choices - suggestions?

2020-03-26 Thread Tom Horsley
On Thu, 26 Mar 2020 10:14:20 -0600 S.Bob wrote: > Do these cards work well with Linux / Fedora? Only with the binary nvidia drivers from rpmfusion. I give the open source nouveau drivers a shot every time I get another fedora release, and so far my graphics have always frozen up within three

New Laptop - Graphics Card choices - suggestions?

2020-03-26 Thread S.Bob
All; I've found that my current laptop in no way supports a 3rd monitor. So I am going to upgrade to a Lenovo P73 Mobile Workstation, the graphic card options are: NVIDIA® Quadro® P620 4GB NVIDIA® Quadro® T2000 4GB NVIDIA® Quadro® RTX3000 6GB Do these cards work well with Linux /

LVM, list home -

2020-03-26 Thread Bob Goodwin
I have  copy of Fedora 29 on another drive in this computer and I would like to access the home partition on it from this Fedora 31 system. I can mount the drive /dev/sda2 and do lvscan, one of the few lv commands I have in my noes from 2011. I usually select standard partitions when

Re: ssh question

2020-03-26 Thread bruce
Thanks Ed!! -'ppreciate it On Thu, Mar 26, 2020 at 10:22 AM Ed Greshko wrote: > On 2020-03-26 21:46, bruce wrote: > > worst case I could just log in I suppose. > > Oh, FWIW, when a system is exposed to the Internet I always edit the > sshd_config to disable password > logins and only accept

Re: ssh question

2020-03-26 Thread Ed Greshko
On 2020-03-26 21:46, bruce wrote: > worst case  I could just log in I suppose. Oh, FWIW, when a system is exposed to the Internet I always edit the sshd_config to disable password logins and only accept keys with, # To disable tunneled clear text passwords, change to no here!

Re: ssh question

2020-03-26 Thread Ed Greshko
On 2020-03-26 21:46, bruce wrote: > I dont want to do pub private key for linda..  I'm thinking of situation > where I'll be at a box that's not mine  and want to get to my remote box...  > worst case  I could just log in I suppose. If you are at a box which isn't yours, can use a usb drive?

Re: ssh question

2020-03-26 Thread bruce
hey ed. I dont want to do pub private key for linda.. I'm thinking of situation where I'll be at a box that's not mine and want to get to my remote box... worst case I could just log in I suppose. On Thu, Mar 26, 2020, 8:37 AM Ed Greshko wrote: > On 2020-03-26 20:24, Frederic Muller

Re: HandleLidSwitch issue.

2020-03-26 Thread Erik P. Olsen
On 2020-03-26 at 08:56:16 Cameron Simpson wrote: > On 26Mar2020 01:13, Tim wrote: > >On Wed, 2020-03-25 at 13:47 +0100, Erik P. Olsen wrote: > >> there is nothing in BOIS settings regarding closing of the lid. > >> However, it's not terribly important, so I can live with it. > > > >Just be

[389-users] Help in building Passsync

2020-03-26 Thread LUCAS GUILHERME DIEDRICH
Hello guys, i'm trying to build passsync service, so i downloaded the code and i`m trying to build it on microsoft visual studio 2019. But when the build script try to download some file from port389.org it fails, can someone help me on building this? https://snipboard.io/ijCmR6.jpg -> Build

Re: nvidia and zoom problem?

2020-03-26 Thread George Avrunin
On Thu, 26 Mar 2020 12:21:15 +1030, Tim via users wrote: > External USB webcam? > Yeah, or just sharing a window from the laptop while reading the Zoom chat, the files I'm speaking from, etc., from the desktop.There are definitely workarounds. Thanks. pgpUv0VB_iTHm.pgp Description:

Re: ssh question

2020-03-26 Thread Ed Greshko
On 2020-03-26 20:24, Frederic Muller wrote: > On 3/26/20 7:11 PM, Ed Greshko wrote: >> On 2020-03-26 19:19, bruce wrote: >>> Hey. >>> >>> My apologies. I now I've asked this/solved this before. can't findwhere I >>> placed the  soln. >>> >>> I have a remote VM. I've created a private/public ssh

Re: ssh question

2020-03-26 Thread Frederic Muller
On 3/26/20 7:11 PM, Ed Greshko wrote: > On 2020-03-26 19:19, bruce wrote: >> Hey. >> >> My apologies. I now I've asked this/solved this before. can't findwhere I >> placed the  soln. >> >> I have a remote VM. I've created a private/public ssh key for user 'bob' The >> public key is in the

Re: ssh question

2020-03-26 Thread Frederic Muller
On 3/26/20 6:19 PM, bruce wrote: > Hey. > > My apologies. I now I've asked this/solved this before. can't > findwhere I placed the  soln. > > I have a remote VM. I've created a private/public ssh key for user > 'bob' The public key is in the required location on the remote VM. > > On my normal

Re: ssh question

2020-03-26 Thread Ed Greshko
On 2020-03-26 19:19, bruce wrote: > Hey. > > My apologies. I now I've asked this/solved this before. can't findwhere I > placed the  soln. > > I have a remote VM. I've created a private/public ssh key for user 'bob' The > public key is in the required location on the remote VM. > > On my normal

ssh question

2020-03-26 Thread bruce
Hey. My apologies. I now I've asked this/solved this before. can't findwhere I placed the soln. I have a remote VM. I've created a private/public ssh key for user 'bob' The public key is in the required location on the remote VM. On my normal local box,, logged in as user 'bob' I have the

VPN connection (XAUTH/IKEv1) does not work

2020-03-26 Thread Bogdan Vatulya
Good day. I have an issue that spans both, Fedora 31 and Fedora 32. I have installed NetworkManager-libreswan-gnome package to get IPsec XAUTH working (with PSK). When I connect, I see no errors and NetworkManager applet reports that connection is established. Yet I have no internet connection

Re: Linux USB monitor? Or an HDMI Splitter - looking for options for a second external monitor

2020-03-26 Thread Gregory Hosler (ghosler)
On 3/26/20 9:55 AM, Tim via users wrote: > On Wed, 2020-03-25 at 15:25 -0600, S.Bob wrote: >> Does Fedora 31 support any USB monitors? Will a USB->HDMI adapter >> work? A Colleague of mine uses this: https://www.amazon.com/gp/product/B071S84ZW7/ref=ox_sc_act_title_1?smid=ATVPDKIKX0DER=1 Plugs