Re: [PLUG] Slackware login pain

2019-01-05 Thread Dick Steffens
On 1/5/19 8:30 PM, King Beowulf wrote: Hello Dick, The other replies have some good ideas, but lets go back to basics since you can ssh in. I do not think there is a need to reinstall from scratch just yet. When you leave the login manager, X tries to load all the other stuff and can't, so

Re: [PLUG] Slackware login pain

2019-01-05 Thread Daniel Johnson
On Slackware does run level 3 start sshd? Just making sure so he doesn't kill a secondary login. Also are you sure none of the libGL and glx stuff is part of mesa or X? I'm used to package managers doing the right thing, and if I have to touch a system .so that usually means a third party

Re: [PLUG] ssh -X "Could not parse arguments: Cannot open display:"

2019-01-05 Thread King Beowulf
On 1/2/19 10:01 AM, Dick Steffens wrote: > I can run ssh -X on my Slackware machine and connect to my Ubuntu 18 > machine. But I can't run caja on that connection. I get this error message: > > dick@ENU-1$ caja > Could not parse arguments: Cannot open display: > dick@ENU-1$ > > Is there

Re: [PLUG] Can't kill process

2019-01-05 Thread King Beowulf
On 1/4/19 4:25 PM, Dick Steffens wrote: > On 1/4/19 3:38 PM, Daniel Johnson wrote: > > I tried typing my password into the user name line and got the expected > characters. I copied and pasted it into the password line, but it didn't > help. > > I just tried logging in by ssh and had no

Re: [PLUG] Can't kill process

2019-01-05 Thread King Beowulf
On 1/4/19 3:38 PM, Daniel Johnson wrote: > If it's the password the usual trick from alternative boot like a USB stick > is to switch to root "sudo -i" then chroot to the system you need to update > the password on an run passwd. Can also avoid the boot USB by changing the In Slackware, sudo is

Re: [PLUG] Slackware login pain

2019-01-05 Thread King Beowulf
On 1/5/19 7:52 PM, wes wrote: > On Sat, Jan 5, 2019 at 6:18 PM Dick Steffens wrote: > >> Would the >> solution there of deleting all .serverauthXXX and .Xauthority files as >> root be something I should do here? >> > > Yes, you should try this. Also look for a .ICEauthority file to delete or >

Re: [PLUG] Slackware login pain

2019-01-05 Thread wes
On Sat, Jan 5, 2019 at 6:18 PM Dick Steffens wrote: > Would the > solution there of deleting all .serverauthXXX and .Xauthority files as > root be something I should do here? > Yes, you should try this. Also look for a .ICEauthority file to delete or rename. -wes

Re: [PLUG] Slackware login pain

2019-01-05 Thread Daniel Johnson
I need an email app for my phone that doesn't force top posting. Gah! Anyways. Ok you can login to VT2. Startx doesn't work. Could be the display manager is locking a resource you need. startxfce4: X server already running on display :1 Is a clue. Could maybe only need to tell it to use display

Re: [PLUG] TLDR++, a tool to search, study, and practice Linux commands on the fly...

2019-01-05 Thread wes
Related, here is a tool for doing automated sanity checks on shell scripts: https://www.shellcheck.net/ Just paste your whole script in the box and it will pop up all sorts of interesting (occasionally helpful) notes. -wes On Sat, Jan 5, 2019 at 1:25 PM Mike C. wrote: > I haven't tried it

Re: [PLUG] Slackware login pain

2019-01-05 Thread Dick Steffens
On 1/5/19 5:12 PM, Daniel Johnson wrote: If your goal is learning then it's worth it. If your goal was just having it work I'm not sure you would have picked Slackware as your distro so I'm going with learning. A little of both. I've been using the easy to install and run stuff for something

Re: [PLUG] TLDR++, a tool to search, study, and practice Linux commands on the fly...

2019-01-05 Thread Tyrell Jentink
On Sat, Jan 5, 2019, 13:24 Mike C. https://github.com/tldr-pages/tldr/blob/master/README.md On Sat, Jan 5, 2019, 11:54 Ben Koenig https://distrowatch.com/dwres-mobile.php?resource=man-pages, and while that doesn't speak one way or the other to your accusations, I suppose it speaks to my

Re: [PLUG] Slackware login pain

2019-01-05 Thread Daniel Johnson
If your goal is learning then it's worth it. If your goal was just having it work I'm not sure you would have picked Slackware as your distro so I'm going with learning. Being able to login via ssh means the password isn't corrupted. Being able to type a username probably means the keyboard input

[PLUG] Slackware login pain

2019-01-05 Thread Dick Steffens
Sometime yesterday (see thread Can't kill process) I lost the ability to log in to my Slackware machine, ENU-2, from its keyboard. I can log in via ssh from another machine. I have successfully mounted a USB stick and copied all the directories in my Downloads directory and copied them to this

Re: [PLUG] TLDR++, a tool to search, study, and practice Linux commands on the fly...

2019-01-05 Thread Rich Shepard
On Sat, 5 Jan 2019, Ben Koenig wrote: As a LINUX user, should I trust documenation made possible by competing platforms? Ben, Sure. There's little that will lead the reader astray. Regardless, there are abundant web sites (one is, I think, unixcraft or nixcraft) that have expanded man

[PLUG] TLDR++, a tool to search, study, and practice Linux commands on the fly...

2019-01-05 Thread Mike C.
I haven't tried it yet, but at face value, it seemed relevant to this user group, and so I share: https://www.ostechnix.com/search-study-and-practice-linux-commands-on-the-fly/ Firstly, it's considered "bad form" to share something you haven't tried and don't provide any real useful information

Re: [PLUG] TLDR++, a tool to search, study, and practice Linux commands on the fly...

2019-01-05 Thread Ben Koenig
Thanks for sharing, one question though... Given that TLDR is hosted on Microsoft servers, why should I use it? Linux is a competing environment. I find it reasonable to question the validity of any Linux documentation hosted by a competing platform. In addition, it is written in golang. Again,

Re: [PLUG] Copying all partitions of a drive to single partition/directory?

2019-01-05 Thread Tyrell Jentink
Your original question seemed to imply you wanted to maintain the partition layout for some reason. If you do, disk images are the correct way to do it... But, as others have said, you might not actually have meant to ask for that... If what you want is the files, not the partitions, you can use

Re: [PLUG] Copying all partitions of a drive to single partition/directory?

2019-01-05 Thread wes
> > > Don't know if what I want is actually possible. > Don't know if there is something basic that I don't know. > Thank you. > > I think your purpose is probably best served by a file copying solution, rather than a disk imaging one. I would suggest using cp -a. If you insist on creating whole

Re: [PLUG] Copying all partitions of a drive to single partition/directory?

2019-01-05 Thread Richard Owlett
On 01/04/2019 08:23 AM, Tyrell Jentink wrote: The standard tool for taking a disk image is 'dd.' Man page: http://man7.org/linux/man-pages/man1/dd.1.html That's where I started ;/ Theoretically, you can simply image the entire drive, partitions and all intact exactly as they are presently,