From lvl at omnitec.net Fri Jan 8 17:24:30 2016 From: lvl at omnitec.net (L. V. Lammert) Date: Fri, 8 Jan 2016 16:24:30 -0600 (CST) Subject: [GRLUG] Samba passwds Message-ID: Have a server box where I would like to give a local admin a way to manage users & passwords. Have a good tool to manage *system* users, but the question is then how to update Samba passwords? Samba has unix password sync, of course, but that only works Samba -> System; would like to do it the other way. Any suggestions? Thanks! Lee From patrick at yoopermail.us Fri Jan 8 18:24:49 2016 From: patrick at yoopermail.us (Patrick Goupell) Date: Fri, 8 Jan 2016 18:24:49 -0500 Subject: [GRLUG] Samba passwds In-Reply-To: References: Message-ID: <56904541.1010800@yoopermail.us> I have used webmin for samba admin. You can set up a user in webmin with samba access only. Haven't used samba / swat in a while so cannot say if that would be helpful or not. On 01/08/2016 05:24 PM, L. V. Lammert wrote: > Have a server box where I would like to give a local admin a way to manage > users & passwords. Have a good tool to manage *system* users, but the > question is then how to update Samba passwords? > > Samba has unix password sync, of course, but that only works Samba -> > System; would like to do it the other way. > > Any suggestions? > > Thanks! > > Lee > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -- Patrick Goupell Are you free? Find out at http://www.sedm.org/ Income taxes? Find out at http://www.whatistaxed.com From greeneg at tolharadys.net Fri Jan 8 20:35:02 2016 From: greeneg at tolharadys.net (Gary Greene) Date: Fri, 8 Jan 2016 17:35:02 -0800 Subject: [GRLUG] Samba passwds In-Reply-To: <56904541.1010800@yoopermail.us> References: <56904541.1010800@yoopermail.us> Message-ID: <4EC08F6C-F5A9-4BF0-A5E4-CED6B0B2A0B5@tolharadys.net> Swat is effectively dead from the Samba project’s perspective, so I’d really not recommend using it considering how it has broken more than a few SMB configurations from what I’ve seen. If your machines are set up correctly, syncing password changes from the host to the ADDS server (whether a MS one or one running SMBd) should just work if using the newer ADS protocols, since it uses Kerberos for password half of the authentication. -- Gary L. Greene, Jr. ============================================================================== Volunteer developer of the KDE F/OSS project and Project Lead for AltimatOS http://www.kde.org/ http://www.altimatos.com/ Please refrain from sending me proprietary binary documents (Doc, Xls, Ppt) Use a free office suite with standards approved formats like LibreOffice. http://www.libreoffice.org/ ============================================================================== > On Jan 8, 2016, at 3:24 PM, Patrick Goupell wrote: > > I have used webmin for samba admin. > > You can set up a user in webmin with samba access only. > > Haven't used samba / swat in a while so cannot say if that would be helpful or not. > > On 01/08/2016 05:24 PM, L. V. Lammert wrote: >> Have a server box where I would like to give a local admin a way to manage >> users & passwords. Have a good tool to manage *system* users, but the >> question is then how to update Samba passwords? >> >> Samba has unix password sync, of course, but that only works Samba -> >> System; would like to do it the other way. >> >> Any suggestions? >> >> Thanks! >> >> Lee >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > -- > Patrick Goupell > > Are you free? Find out at http://www.sedm.org/ > Income taxes? Find out at http://www.whatistaxed.com > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug From godwin at grandrapids-lug.org Sat Jan 9 02:12:24 2016 From: godwin at grandrapids-lug.org (Godwin) Date: Sat, 09 Jan 2016 07:12:24 +0000 Subject: [GRLUG] Samba passwds In-Reply-To: <4EC08F6C-F5A9-4BF0-A5E4-CED6B0B2A0B5@tolharadys.net> References: <56904541.1010800@yoopermail.us> <4EC08F6C-F5A9-4BF0-A5E4-CED6B0B2A0B5@tolharadys.net> Message-ID: If you're granting your local admin shell access, you could (via 'sudo' command) grant him access to the 'smbpasswd' and 'pdbedit' commands, which is how Samba manipulates users (passwords, policies, etc). That's what I do (with Samba 3.x) - still - running as a PDC to Windows PCs. With Samba 4, manipulation from an actual Windows box is touted, but I haven't played with it in a year. G- On Fri, Jan 8, 2016, 8:35 PM Gary Greene wrote: > Swat is effectively dead from the Samba project’s perspective, so I’d > really not recommend using it considering how it has broken more than a few > SMB configurations from what I’ve seen. > > If your machines are set up correctly, syncing password changes from the > host to the ADDS server (whether a MS one or one running SMBd) should just > work if using the newer ADS protocols, since it uses Kerberos for password > half of the authentication. > > -- > Gary L. Greene, Jr. > > ============================================================================== > Volunteer developer of the KDE F/OSS project and Project Lead for AltimatOS > http://www.kde.org/ http://www.altimatos.com/ > Please refrain from sending me proprietary binary documents (Doc, Xls, Ppt) > Use a free office suite with standards approved formats like LibreOffice. > http://www.libreoffice.org/ > > ============================================================================== > > > On Jan 8, 2016, at 3:24 PM, Patrick Goupell > wrote: > > > > I have used webmin for samba admin. > > > > You can set up a user in webmin with samba access only. > > > > Haven't used samba / swat in a while so cannot say if that would be > helpful or not. > > > > On 01/08/2016 05:24 PM, L. V. Lammert wrote: > >> Have a server box where I would like to give a local admin a way to > manage > >> users & passwords. Have a good tool to manage *system* users, but the > >> question is then how to update Samba passwords? > >> > >> Samba has unix password sync, of course, but that only works Samba -> > >> System; would like to do it the other way. > >> > >> Any suggestions? > >> > >> Thanks! > >> > >> Lee > >> _______________________________________________ > >> grlug mailing list > >> grlug at grlug.org > >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > > > -- > > Patrick Goupell > > > > Are you free? Find out at http://www.sedm.org/ > > Income taxes? Find out at http://www.whatistaxed.com > > > > _______________________________________________ > > grlug mailing list > > grlug at grlug.org > > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -------------- next part -------------- An HTML attachment was scrubbed... URL: From lvl at omnitec.net Tue Jan 12 17:49:41 2016 From: lvl at omnitec.net (L. V. Lammert) Date: Tue, 12 Jan 2016 16:49:41 -0600 (CST) Subject: [GRLUG] LetsEncrypt for current SSL site Message-ID: Just tried to setup for a site, .. it turns out that the script cannot handle a site that is *currently* encrypted [could be due to self-signed?]. How does one setup for a site that is currently running SSL? Lee From lvl at omnitec.net Wed Jan 13 12:56:57 2016 From: lvl at omnitec.net (L. V. Lammert) Date: Wed, 13 Jan 2016 11:56:57 -0600 (CST) Subject: [GRLUG] LetsEncrypt for current SSL site In-Reply-To: References: Message-ID: On Tue, 12 Jan 2016, L. V. Lammert wrote: > Just tried to setup for a site, .. it turns out that the script cannot > handle a site that is *currently* encrypted [could be due to > self-signed?]. > > How does one setup for a site that is currently running SSL? > FYI, .. in case anyone runs into the same problem, to use the 'STANDALONE' Lets Encrypt plugin, one has to shut OFF Apache for a few minutes so it can verify that the hostname/IP does, indeed, resolve to the physical machine where you are running Let's Encrypt. Lee From chris at wieringafamily.com Fri Jan 15 11:27:24 2016 From: chris at wieringafamily.com (Chris Wieringa) Date: Fri, 15 Jan 2016 11:27:24 -0500 Subject: [GRLUG] LetsEncrypt for current SSL site In-Reply-To: References: Message-ID: Otherwise you can instruct letsencrypt to use the existing web server to verify it instead of spinning up it's own temporary webserver. It will work if your webserver is already running SSL even with a self-signed certificate; but it will need write access to your webroot. For example, ./letsencrypt-auto certonly --webwroot -w /var/www -d It ends up making a .well-known directory to drop a small file, and drops your certificates in /etc/letsencrypt/live// . Chris On Wed, Jan 13, 2016 at 12:56 PM, L. V. Lammert wrote: > On Tue, 12 Jan 2016, L. V. Lammert wrote: > > > Just tried to setup for a site, .. it turns out that the script cannot > > handle a site that is *currently* encrypted [could be due to > > self-signed?]. > > > > How does one setup for a site that is currently running SSL? > > > FYI, .. in case anyone runs into the same problem, to use the 'STANDALONE' > Lets Encrypt plugin, one has to shut OFF Apache for a few minutes so it > can verify that the hostname/IP does, indeed, resolve to the physical > machine where you are running Let's Encrypt. > > Lee > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jwm8351 at yahoo.com Sun Jan 17 03:01:14 2016 From: jwm8351 at yahoo.com (Joseph McLaughlin) Date: Sun, 17 Jan 2016 08:01:14 +0000 (UTC) Subject: [GRLUG] laser printers In-Reply-To: References: Message-ID: <2125378119.5036558.1453017674994.JavaMail.yahoo@mail.yahoo.com> I have been trying to hook up my printers to my new ubuntu mate os. Does anyone have a Samsung CLP-315 ora Samsung ML-2152W. Or printers that use their toner? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: From awilliam at whitemice.org Mon Jan 18 09:27:52 2016 From: awilliam at whitemice.org (Adam Tauno Williams) Date: Mon, 18 Jan 2016 09:27:52 -0500 Subject: [GRLUG] laser printers In-Reply-To: <2125378119.5036558.1453017674994.JavaMail.yahoo@mail.yahoo.com> References: <2125378119.5036558.1453017674994.JavaMail.yahoo@mail.yahoo.com> Message-ID: <20160118092752.Horde.YUA09cPNrW6Yl3292mdA-SY@hordep.wmmi.net> Quoting Joseph McLaughlin : > I have been trying to hook up my printers to my new ubuntu mate os. > Does anyone have a Samsung CLP-315 ora Samsung ML-2152W. What are the issues? Do they fail to 'just-work'? Almost all laser printers are either PCL or Postscript. > Or printers that use their toner? Why does the toner matter? From john at wesorick.com Mon Jan 18 09:53:52 2016 From: john at wesorick.com (John Wesorick) Date: Mon, 18 Jan 2016 14:53:52 +0000 Subject: [GRLUG] laser printers In-Reply-To: <20160118092752.Horde.YUA09cPNrW6Yl3292mdA-SY@hordep.wmmi.net> References: <2125378119.5036558.1453017674994.JavaMail.yahoo@mail.yahoo.com> <20160118092752.Horde.YUA09cPNrW6Yl3292mdA-SY@hordep.wmmi.net> Message-ID: For some reason I'm not seeing the original message, only Adam's reply, however, I have a Samsung CLP-315 and it "just worked" without configuration on Ubuntu. I have since stopped using it, since it printed too dark though. On Mon, Jan 18, 2016 at 9:28 AM Adam Tauno Williams wrote: > Quoting Joseph McLaughlin : > > I have been trying to hook up my printers to my new ubuntu mate os. > > Does anyone have a Samsung CLP-315 ora Samsung ML-2152W. > > What are the issues? Do they fail to 'just-work'? > > Almost all laser printers are either PCL or Postscript. > > > Or printers that use their toner? > > Why does the toner matter? > > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -------------- next part -------------- An HTML attachment was scrubbed... URL: From jwm8351 at yahoo.com Mon Jan 18 15:21:17 2016 From: jwm8351 at yahoo.com (Joseph McLaughlin) Date: Mon, 18 Jan 2016 20:21:17 +0000 (UTC) Subject: [GRLUG] laser printers In-Reply-To: <20160118092752.Horde.YUA09cPNrW6Yl3292mdA-SY@hordep.wmmi.net> References: <20160118092752.Horde.YUA09cPNrW6Yl3292mdA-SY@hordep.wmmi.net> Message-ID: <375041859.5578703.1453148477545.JavaMail.yahoo@mail.yahoo.com> It is probably just a problem with the printers.When you hit print test page to often then it must be the toner! From: Adam Tauno Williams To: grlug at grlug.org Sent: Monday, January 18, 2016 9:27 AM Subject: Re: [GRLUG] laser printers Quoting Joseph McLaughlin : > I have been trying to hook up my printers to my new ubuntu mate os. > Does anyone have a Samsung CLP-315 ora Samsung ML-2152W. What are the issues?  Do they fail to 'just-work'? Almost all laser printers are either PCL or Postscript. > Or printers that use their toner? Why does the toner matter? _______________________________________________ grlug mailing list grlug at grlug.org http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -------------- next part -------------- An HTML attachment was scrubbed... URL: From jwm8351 at yahoo.com Mon Jan 18 15:21:17 2016 From: jwm8351 at yahoo.com (Joseph McLaughlin) Date: Mon, 18 Jan 2016 20:21:17 +0000 (UTC) Subject: [GRLUG] laser printers In-Reply-To: <20160118092752.Horde.YUA09cPNrW6Yl3292mdA-SY@hordep.wmmi.net> References: <20160118092752.Horde.YUA09cPNrW6Yl3292mdA-SY@hordep.wmmi.net> Message-ID: <375041859.5578703.1453148477545.JavaMail.yahoo@mail.yahoo.com> It is probably just a problem with the printers.When you hit print test page to often then it must be the toner! From: Adam Tauno Williams To: grlug at grlug.org Sent: Monday, January 18, 2016 9:27 AM Subject: Re: [GRLUG] laser printers Quoting Joseph McLaughlin : > I have been trying to hook up my printers to my new ubuntu mate os. > Does anyone have a Samsung CLP-315 ora Samsung ML-2152W. What are the issues?  Do they fail to 'just-work'? Almost all laser printers are either PCL or Postscript. > Or printers that use their toner? Why does the toner matter? _______________________________________________ grlug mailing list grlug at grlug.org http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -------------- next part -------------- An HTML attachment was scrubbed... URL: From binki at gentoo.org Mon Jan 18 16:12:02 2016 From: binki at gentoo.org (Nathan Phillip Brink) Date: Mon, 18 Jan 2016 21:12:02 +0000 Subject: [GRLUG] laser printers In-Reply-To: <375041859.5578703.1453148477545.JavaMail.yahoo@mail.yahoo.com> References: <20160118092752.Horde.YUA09cPNrW6Yl3292mdA-SY@hordep.wmmi.net> <375041859.5578703.1453148477545.JavaMail.yahoo@mail.yahoo.com> Message-ID: <20160118211202.GC11188@ohnopublishing.net> On Mon, Jan 18, 2016 at 08:21:17PM +0000, Joseph McLaughlin wrote: > It is probably just a problem with the printers.When you hit print test page to often then it must be the toner! Does the printer let you print out a configuration or diagnostics page from the device’s configuration panel? Can you pick up the toner cartridge and, when shifting it around, hear any toner inside of it? If it doesn’t sound like the toner cartridge has anything, or it feels light, or asking the printer to print information about itself results in sheets of white paper, then you either need new toner or there is a different physical issue with the printer. Are you trying to indirectly tell us that pressing “Print” from Ubuntu Mate causes the printer to spool paper but just not actually print anything onto it? Please give us a clearer picture of what works/doesn’t so we can give you better suggestions ;-). > From: Adam Tauno Williams > To: grlug at grlug.org > Sent: Monday, January 18, 2016 9:27 AM > Subject: Re: [GRLUG] laser printers > > Quoting Joseph McLaughlin : > > I have been trying to hook up my printers to my new ubuntu mate os. > > Does anyone have a Samsung CLP-315 ora Samsung ML-2152W. > > What are the issues?  Do they fail to 'just-work'? > > Almost all laser printers are either PCL or Postscript. > > > Or printers that use their toner? > > Why does the toner matter? > > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -- binki Look out for missing or extraneous apostrophes! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: From lvl at omnitec.net Thu Jan 21 17:14:41 2016 From: lvl at omnitec.net (L. V. Lammert) Date: Thu, 21 Jan 2016 16:14:41 -0600 (CST) Subject: [GRLUG] OpenSSL, UPS, TLS Message-ID: Just encounted an issue on an older CentOS 5.11 server that talks to UPS - they are now requiring "TLS v1.2". 5.11 current openssl is: openssl-0.9.8e-37.el5_11 Has anyone dealt with this yet? TIA! Lee From lvl at omnitec.net Sun Jan 24 14:58:37 2016 From: lvl at omnitec.net (L. V. Lammert) Date: Sun, 24 Jan 2016 13:58:37 -0600 (CST) Subject: [GRLUG] Cable modems Message-ID: OK, .. got a weird situation: The local cable company [Charter here in St.Louis] told us they would give us a monthly discount if we swapped out our Docsis 3.0 Motorola modem for a new one. Looks like the new Cisco unit will bond 16 channels together for a lot higher bandwidth. OK, .. sounds good to me. The new Cisco provisions just fine and works with a laptop, but when I connect it to my firewall box it does not route traffic. DHCP does not actually assign a gateway, so I plugged in the GW that the modem gives my laptop. No joy, .. so I switched to static IP & GW [same as the laptop], no joy. Cloned the MAC address from my laptop to the linux firewall box, .. no joy. The old Motorola unit worked just fine via DHCP. Something has changed with this new Cisco unit - the "Link" light flashes green with my laptop, but YELLOW with the firewall box. Has anyone run into a situation like this? Thanks! Lee From awilliam at whitemice.org Sun Jan 24 15:05:18 2016 From: awilliam at whitemice.org (Adam Tauno Williams) Date: Sun, 24 Jan 2016 15:05:18 -0500 Subject: [GRLUG] Cable modems In-Reply-To: References: Message-ID: <1453665918.2924.10.camel@whitemice.org> On Sun, 2016-01-24 at 13:58 -0600, L. V. Lammert wrote: > Something has changed with this new Cisco unit - the "Link" light > lashes green with my laptop, but YELLOW with the firewall box.Has > anyone run into a situation like this? Just sounds like (a) your modem is incorrectly configured or (b) not authenticating to the cable provider's network [which might be case of "incorrectly configured"]. Cable modems are not plug-n-go. -- Adam Tauno Williams GPG D95ED383 Systems Administrator, Python Developer, LPI / NCLA From mfarver at mindbent.org Sun Jan 24 15:18:32 2016 From: mfarver at mindbent.org (Mark Farver) Date: Sun, 24 Jan 2016 15:18:32 -0500 Subject: [GRLUG] Cable modems In-Reply-To: <1453665918.2924.10.camel@whitemice.org> References: <1453665918.2924.10.camel@whitemice.org> Message-ID: Some guesses: the modem is refusing to give out a second DHCP and something didn't work when you cloned the MAC. Reboot the modem leaving it powered off for at least 30 seconds when moving the cable from machine to machine. The modem utilizes something like PPPoE (rare on cable systems) Your machine is trying to pull something IPV6 related and the modem doesn't like that. Snoop the connection between the router and modem with a dumb hub and wireshark. Look for any differences between laptop and router. -------------- next part -------------- An HTML attachment was scrubbed... URL: From grlug at darkhaven.net Mon Jan 25 21:03:24 2016 From: grlug at darkhaven.net (Dan Taylor) Date: Mon, 25 Jan 2016 21:03:24 -0500 Subject: [GRLUG] Cable modems In-Reply-To: References: Message-ID: <56A6D3EC.106@darkhaven.net> Have you ruled out bad auto-negotiation between the firewall and new modem? On 01/24/2016 02:58 PM, L. V. Lammert wrote: > OK, .. got a weird situation: > > The local cable company [Charter here in St.Louis] told us they would give > us a monthly discount if we swapped out our Docsis 3.0 Motorola modem for > a new one. Looks like the new Cisco unit will bond 16 channels together > for a lot higher bandwidth. OK, .. sounds good to me. > > The new Cisco provisions just fine and works with a laptop, but when I > connect it to my firewall box it does not route traffic. DHCP does not > actually assign a gateway, so I plugged in the GW that the modem gives my > laptop. No joy, .. so I switched to static IP & GW [same as the laptop], > no joy. Cloned the MAC address from my laptop to the linux firewall box, > .. no joy. The old Motorola unit worked just fine via DHCP. > > Something has changed with this new Cisco unit - the "Link" light flashes > green with my laptop, but YELLOW with the firewall box. > > Has anyone run into a situation like this? > > Thanks! > > Lee > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug From kelly.vanderwell at gmail.com Tue Jan 26 01:57:51 2016 From: kelly.vanderwell at gmail.com (Kelly Vanderwell) Date: Tue, 26 Jan 2016 01:57:51 -0500 Subject: [GRLUG] Forgotten password Message-ID: So I forgot/lost the password to my desktop (or it's just not accepting it, not sure). Posted such on Facebook, friends came to rescue to tell me to boot into recovery mode, then go to root and then type passwd username and then enter new password. Well, I did that, and no avail. Attached image of screen is what I got. Messaged a friend in Atlanta who offered help, he said to type mount -rw -o remount /. Which brought up lots of words, no way to read them all....and then he said that it looks like root is read-only.... And he said if I have local people who can come type and fix, that would be great. It's a desktop, so I can't just bring it to makers (well, I could....but I'd be heavy.) Is anyone able to come over (I'm in eastown) at some point to figure it out? I'm on Ubuntu 12.04 on that computer. -- Sent from my iPhone -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: IMG_2667.JPG Type: image/jpeg Size: 588769 bytes Desc: not available URL: From sydneyjd at openmailbox.org Fri Jan 29 09:49:18 2016 From: sydneyjd at openmailbox.org (Sydney Dykstra) Date: Fri, 29 Jan 2016 09:49:18 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: References: Message-ID: <56AB7BEE.1090000@openmailbox.org> Have you checked this page out? https://help.ubuntu.com/community/LostPassword They cover pretty much everything on that page. -Sydney On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: > So I forgot/lost the password to my desktop (or it's just not accepting > it, not sure). Posted such on Facebook, friends came to rescue to tell > me to boot into recovery mode, then go to root and then type passwd > username and then enter new password. > > Well, I did that, and no avail. Attached image of screen is what I > got. Messaged a friend in Atlanta who offered help, he said to type > mount -rw -o remount /. Which brought up lots of words, no way to read > them all....and then he said that it looks like root is read-only.... > > And he said if I have local people who can come type and fix, that would > be great. It's a desktop, so I can't just bring it to makers (well, I > could....but I'd be heavy.) > > Is anyone able to come over (I'm in eastown) at some point to figure it > out? I'm on Ubuntu 12.04 on that computer. > > > -- > Sent from my iPhone > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > From kelly.vanderwell at gmail.com Fri Jan 29 10:16:59 2016 From: kelly.vanderwell at gmail.com (Kelly Vanderwell) Date: Fri, 29 Jan 2016 10:16:59 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: <56AB7BEE.1090000@openmailbox.org> References: <56AB7BEE.1090000@openmailbox.org> Message-ID: ya'll just got it now because it got blocked because it was too big. http://askubuntu.com/questions/32623/how-to-boot-into-single-user-recovery-mode is what i used because i wasn't sure what to do, I don't have a linux boot disc... On Fri, Jan 29, 2016 at 9:49 AM, Sydney Dykstra wrote: > Have you checked this page out? > https://help.ubuntu.com/community/LostPassword > They cover pretty much everything on that page. > -Sydney > > On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: > > So I forgot/lost the password to my desktop (or it's just not accepting > > it, not sure). Posted such on Facebook, friends came to rescue to tell > > me to boot into recovery mode, then go to root and then type passwd > > username and then enter new password. > > > > Well, I did that, and no avail. Attached image of screen is what I > > got. Messaged a friend in Atlanta who offered help, he said to type > > mount -rw -o remount /. Which brought up lots of words, no way to read > > them all....and then he said that it looks like root is read-only.... > > > > And he said if I have local people who can come type and fix, that would > > be great. It's a desktop, so I can't just bring it to makers (well, I > > could....but I'd be heavy.) > > > > Is anyone able to come over (I'm in eastown) at some point to figure it > > out? I'm on Ubuntu 12.04 on that computer. > > > > > > -- > > Sent from my iPhone > > > > > > _______________________________________________ > > grlug mailing list > > grlug at grlug.org > > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mfarver at mindbent.org Fri Jan 29 10:19:08 2016 From: mfarver at mindbent.org (Mark Farver) Date: Fri, 29 Jan 2016 10:19:08 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: References: <56AB7BEE.1090000@openmailbox.org> Message-ID: The command is passwd and you need to type your username after, not the word username. On Jan 29, 2016 10:17 AM, "Kelly Vanderwell" wrote: > ya'll just got it now because it got blocked because it was too big. > > http://askubuntu.com/questions/32623/how-to-boot-into-single-user-recovery-mode > is what i used because i wasn't sure what to do, > > I don't have a linux boot disc... > > On Fri, Jan 29, 2016 at 9:49 AM, Sydney Dykstra > wrote: > >> Have you checked this page out? >> https://help.ubuntu.com/community/LostPassword >> They cover pretty much everything on that page. >> -Sydney >> >> On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: >> > So I forgot/lost the password to my desktop (or it's just not accepting >> > it, not sure). Posted such on Facebook, friends came to rescue to tell >> > me to boot into recovery mode, then go to root and then type passwd >> > username and then enter new password. >> > >> > Well, I did that, and no avail. Attached image of screen is what I >> > got. Messaged a friend in Atlanta who offered help, he said to type >> > mount -rw -o remount /. Which brought up lots of words, no way to read >> > them all....and then he said that it looks like root is read-only.... >> > >> > And he said if I have local people who can come type and fix, that would >> > be great. It's a desktop, so I can't just bring it to makers (well, I >> > could....but I'd be heavy.) >> > >> > Is anyone able to come over (I'm in eastown) at some point to figure it >> > out? I'm on Ubuntu 12.04 on that computer. >> > >> > >> > -- >> > Sent from my iPhone >> > >> > >> > _______________________________________________ >> > grlug mailing list >> > grlug at grlug.org >> > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kelly.vanderwell at gmail.com Fri Jan 29 10:19:54 2016 From: kelly.vanderwell at gmail.com (Kelly Vanderwell) Date: Fri, 29 Jan 2016 10:19:54 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: References: <56AB7BEE.1090000@openmailbox.org> Message-ID: yes i figured that out after trial and error. and i still got the authentication token error On Fri, Jan 29, 2016 at 10:19 AM, Mark Farver wrote: > The command is passwd and you need to type your username after, not the > word username. > On Jan 29, 2016 10:17 AM, "Kelly Vanderwell" > wrote: > >> ya'll just got it now because it got blocked because it was too big. >> >> http://askubuntu.com/questions/32623/how-to-boot-into-single-user-recovery-mode >> is what i used because i wasn't sure what to do, >> >> I don't have a linux boot disc... >> >> On Fri, Jan 29, 2016 at 9:49 AM, Sydney Dykstra > > wrote: >> >>> Have you checked this page out? >>> https://help.ubuntu.com/community/LostPassword >>> They cover pretty much everything on that page. >>> -Sydney >>> >>> On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: >>> > So I forgot/lost the password to my desktop (or it's just not accepting >>> > it, not sure). Posted such on Facebook, friends came to rescue to tell >>> > me to boot into recovery mode, then go to root and then type passwd >>> > username and then enter new password. >>> > >>> > Well, I did that, and no avail. Attached image of screen is what I >>> > got. Messaged a friend in Atlanta who offered help, he said to type >>> > mount -rw -o remount /. Which brought up lots of words, no way to read >>> > them all....and then he said that it looks like root is read-only.... >>> > >>> > And he said if I have local people who can come type and fix, that >>> would >>> > be great. It's a desktop, so I can't just bring it to makers (well, I >>> > could....but I'd be heavy.) >>> > >>> > Is anyone able to come over (I'm in eastown) at some point to figure it >>> > out? I'm on Ubuntu 12.04 on that computer. >>> > >>> > >>> > -- >>> > Sent from my iPhone >>> > >>> > >>> > _______________________________________________ >>> > grlug mailing list >>> > grlug at grlug.org >>> > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >>> > >>> _______________________________________________ >>> grlug mailing list >>> grlug at grlug.org >>> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >>> >> >> >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dagda at pathwaynet.com Fri Jan 29 10:25:24 2016 From: dagda at pathwaynet.com (Brian DeLine) Date: Fri, 29 Jan 2016 10:25:24 -0500 Subject: [GRLUG] Forgotten password Message-ID: I looks like you might have gotten in okay. Boot recovery mode again and mount the volume r/w. You should try resetting the root password (passwd without a username). Reboot and login with root instead of your user account. If you get that far, root can the reset your user password.  -Brian Sent from my Verizon Wireless 4G LTE smartphone -------- Original message -------- From: Kelly Vanderwell Date: 01/29/2016 10:16 AM (GMT-05:00) To: "Mailing List for LUG in greater Grand Rapids, MI area." Subject: Re: [GRLUG] Forgotten password ya'll just got it now because it got blocked because it was too big.http://askubuntu.com/questions/32623/how-to-boot-into-single-user-recovery-mode  is what i used because i wasn't sure what to do, I don't have a linux boot disc... On Fri, Jan 29, 2016 at 9:49 AM, Sydney Dykstra wrote: Have you checked this page out? https://help.ubuntu.com/community/LostPassword They cover pretty much everything on that page. -Sydney On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: > So I forgot/lost the password to my desktop (or it's just not accepting > it, not sure).  Posted such on Facebook, friends came to rescue to tell > me to boot into recovery mode, then go to root and then type passwd > username and then enter new password. > > Well, I did that, and no avail.  Attached image of screen is what I > got.  Messaged a friend in Atlanta who offered help, he said to type > mount -rw -o remount /. Which brought up lots of words, no way to read > them all....and then he said that it looks like root is read-only.... > > And he said if I have local people who can come type and fix, that would > be great.  It's a desktop, so I can't just bring it to makers (well, I > could....but I'd be heavy.) > > Is anyone able to come over (I'm in eastown) at some point to figure it > out?  I'm on Ubuntu 12.04 on that computer. > > > -- > Sent from my iPhone > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > _______________________________________________ grlug mailing list grlug at grlug.org http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -------------- next part -------------- An HTML attachment was scrubbed... URL: From kelly.vanderwell at gmail.com Fri Jan 29 10:28:05 2016 From: kelly.vanderwell at gmail.com (Kelly Vanderwell) Date: Fri, 29 Jan 2016 10:28:05 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: References: Message-ID: The sad/frustrating thing is i have no idea how to do that. i figured out single user mode, i got that far. dave, if you're able to come out this way, that'd be great. On Fri, Jan 29, 2016 at 10:25 AM, Brian DeLine wrote: > I looks like you might have gotten in okay. Boot recovery mode again and > mount the volume r/w. You should try resetting the root password (passwd > without a username). Reboot and login with root instead of your user > account. If you get that far, root can the reset your user password. > > -Brian > > > > Sent from my Verizon Wireless 4G LTE smartphone > > > -------- Original message -------- > From: Kelly Vanderwell > Date: 01/29/2016 10:16 AM (GMT-05:00) > To: "Mailing List for LUG in greater Grand Rapids, MI area." < > grlug at grlug.org> > Subject: Re: [GRLUG] Forgotten password > > ya'll just got it now because it got blocked because it was too big. > > http://askubuntu.com/questions/32623/how-to-boot-into-single-user-recovery-mode > is what i used because i wasn't sure what to do, > > I don't have a linux boot disc... > > On Fri, Jan 29, 2016 at 9:49 AM, Sydney Dykstra > wrote: > >> Have you checked this page out? >> https://help.ubuntu.com/community/LostPassword >> They cover pretty much everything on that page. >> -Sydney >> >> On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: >> > So I forgot/lost the password to my desktop (or it's just not accepting >> > it, not sure). Posted such on Facebook, friends came to rescue to tell >> > me to boot into recovery mode, then go to root and then type passwd >> > username and then enter new password. >> > >> > Well, I did that, and no avail. Attached image of screen is what I >> > got. Messaged a friend in Atlanta who offered help, he said to type >> > mount -rw -o remount /. Which brought up lots of words, no way to read >> > them all....and then he said that it looks like root is read-only.... >> > >> > And he said if I have local people who can come type and fix, that would >> > be great. It's a desktop, so I can't just bring it to makers (well, I >> > could....but I'd be heavy.) >> > >> > Is anyone able to come over (I'm in eastown) at some point to figure it >> > out? I'm on Ubuntu 12.04 on that computer. >> > >> > >> > -- >> > Sent from my iPhone >> > >> > >> > _______________________________________________ >> > grlug mailing list >> > grlug at grlug.org >> > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick at yoopermail.us Fri Jan 29 10:29:33 2016 From: patrick at yoopermail.us (Patrick Goupell) Date: Fri, 29 Jan 2016 10:29:33 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: References: Message-ID: <56AB855D.5080400@yoopermail.us> Do you remember the root password? If so, reboot the computer At the boot prompt select teh recovery boot option and type in 'e" to edit the boot line change the readonly (ro) option to readwrite (rw) press f10 (I think it is f10) to continue the boot enter the root password when requested enter command passwd "username" enter the desired password reboot On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: > So I forgot/lost the password to my desktop (or it's just not > accepting it, not sure). Posted such on Facebook, friends came to > rescue to tell me to boot into recovery mode, then go to root and then > type passwd username and then enter new password. > > Well, I did that, and no avail. Attached image of screen is what I > got. Messaged a friend in Atlanta who offered help, he said to type > mount -rw -o remount /. Which brought up lots of words, no way to read > them all....and then he said that it looks like root is read-only.... > > And he said if I have local people who can come type and fix, that > would be great. It's a desktop, so I can't just bring it to makers > (well, I could....but I'd be heavy.) > > Is anyone able to come over (I'm in eastown) at some point to figure > it out? I'm on Ubuntu 12.04 on that computer. > > > -- > Sent from my iPhone > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -- Patrick Goupell Are you free? Find out at http://www.sedm.org/ Income taxes? Find out at http://www.whatistaxed.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From kelly.vanderwell at gmail.com Fri Jan 29 10:33:32 2016 From: kelly.vanderwell at gmail.com (Kelly Vanderwell) Date: Fri, 29 Jan 2016 10:33:32 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: <56AB855D.5080400@yoopermail.us> References: <56AB855D.5080400@yoopermail.us> Message-ID: i don't know root. On Fri, Jan 29, 2016 at 10:29 AM, Patrick Goupell wrote: > Do you remember the root password? > > If so, reboot the computer > At the boot prompt select teh recovery boot option and type in 'e" to edit > the boot line > change the readonly (ro) option to readwrite (rw) > press f10 (I think it is f10) to continue the boot > enter the root password when requested > enter command passwd "username" > enter the desired password > reboot > > > > On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: > > So I forgot/lost the password to my desktop (or it's just not accepting > it, not sure). Posted such on Facebook, friends came to rescue to tell me > to boot into recovery mode, then go to root and then type passwd username > and then enter new password. > > Well, I did that, and no avail. Attached image of screen is what I got. > Messaged a friend in Atlanta who offered help, he said to type mount -rw -o > remount /. Which brought up lots of words, no way to read them all....and > then he said that it looks like root is read-only.... > > And he said if I have local people who can come type and fix, that would > be great. It's a desktop, so I can't just bring it to makers (well, I > could....but I'd be heavy.) > > Is anyone able to come over (I'm in eastown) at some point to figure it > out? I'm on Ubuntu 12.04 on that computer. > > > -- > Sent from my iPhone > > > _______________________________________________ > grlug mailing listgrlug at grlug.orghttp://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > > -- > Patrick Goupell > > Are you free? Find out at http://www.sedm.org/ > Income taxes? Find out at http://www.whatistaxed.com > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick at yoopermail.us Fri Jan 29 11:16:05 2016 From: patrick at yoopermail.us (Patrick Goupell) Date: Fri, 29 Jan 2016 11:16:05 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: References: <56AB855D.5080400@yoopermail.us> Message-ID: <56AB9045.2070802@yoopermail.us> Then get a live linux cd and boot that. from a terminal enter command "sudo su" to get root privileges now as root enter command "mkdir /work" enter command "fdisk -l" to see you partition layout. I will assume the root partitino is on partition 1 (sda1 or hda1) enter commadn "mount -t auto /dev/sda1 (or hda1 depends on the live cd) /work enter command "cd /wrok" enter command "ls -l" you should see a linux file system layout enter command "cd etc" with a test editor vi/vim/nano whatever is on the live cd enter the command (vim as an example) "vim passwd" the first entry is the root account, changte the "root:x:" to "root:*:" this will remove the password on the root account also do the same for your user account (scroll down the file) to remove its password save the changes reboot the computer normally. You should be able to log into your account without a password Now create a new password for yourself and root. On 01/29/2016 10:33 AM, Kelly Vanderwell wrote: > i don't know root. > > On Fri, Jan 29, 2016 at 10:29 AM, Patrick Goupell > > wrote: > > Do you remember the root password? > > If so, reboot the computer > At the boot prompt select teh recovery boot option and type in 'e" > to edit the boot line > change the readonly (ro) option to readwrite (rw) > press f10 (I think it is f10) to continue the boot > enter the root password when requested > enter command passwd "username" > enter the desired password > reboot > > > > On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: >> So I forgot/lost the password to my desktop (or it's just not >> accepting it, not sure). Posted such on Facebook, friends came to >> rescue to tell me to boot into recovery mode, then go to root and >> then type passwd username and then enter new password. >> >> Well, I did that, and no avail. Attached image of screen is what >> I got. Messaged a friend in Atlanta who offered help, he said to >> type mount -rw -o remount /. Which brought up lots of words, no >> way to read them all....and then he said that it looks like root >> is read-only.... >> >> And he said if I have local people who can come type and fix, >> that would be great. It's a desktop, so I can't just bring it to >> makers (well, I could....but I'd be heavy.) >> >> Is anyone able to come over (I'm in eastown) at some point to >> figure it out? I'm on Ubuntu 12.04 on that computer. >> >> >> -- >> Sent from my iPhone >> >> >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > -- > Patrick Goupell > > Are you free? Find out athttp://www.sedm.org/ > Income taxes? Find out athttp://www.whatistaxed.com > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -- Patrick Goupell Are you free? Find out at http://www.sedm.org/ Income taxes? Find out at http://www.whatistaxed.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From patrick at yoopermail.us Fri Jan 29 11:21:33 2016 From: patrick at yoopermail.us (Patrick Goupell) Date: Fri, 29 Jan 2016 11:21:33 -0500 Subject: [GRLUG] Forgotten password In-Reply-To: <56AB9045.2070802@yoopermail.us> References: <56AB855D.5080400@yoopermail.us> <56AB9045.2070802@yoopermail.us> Message-ID: <56AB918D.4080207@yoopermail.us> On 01/29/2016 11:16 AM, Patrick Goupell wrote: > Then get a live linux cd and boot that. > from a terminal enter command "sudo su" to get root privileges > now as root enter command "mkdir /work" > enter command "fdisk -l" to see you partition layout. I will assume > the root partitino is on partition 1 (sda1 or hda1) > enter commadn "mount -t auto /dev/sda1 (or hda1 depends on the live > cd) /work > enter command "cd /wrok" > enter command "ls -l" you should see a linux file system layout > enter command "cd etc" > > with a test editor vi/vim/nano whatever is on the live cd > enter the command (vim as an example) "vim passwd" > the first entry is the root account, changte the "root:x:" to > "root:*:" this will remove the password on the root account This may not be right , I haven't done this in a while. Correct here. Just remove the x so it looks like "root::" > also do the same for your user account (scroll down the file) to > remove its password > save the changes > > reboot the computer normally. > You should be able to log into your account without a password > > Now create a new password for yourself and root. > > On 01/29/2016 10:33 AM, Kelly Vanderwell wrote: >> i don't know root. >> >> On Fri, Jan 29, 2016 at 10:29 AM, Patrick Goupell >> > wrote: >> >> Do you remember the root password? >> >> If so, reboot the computer >> At the boot prompt select teh recovery boot option and type in >> 'e" to edit the boot line >> change the readonly (ro) option to readwrite (rw) >> press f10 (I think it is f10) to continue the boot >> enter the root password when requested >> enter command passwd "username" >> enter the desired password >> reboot >> >> >> >> On 01/26/2016 01:57 AM, Kelly Vanderwell wrote: >>> So I forgot/lost the password to my desktop (or it's just not >>> accepting it, not sure). Posted such on Facebook, friends came >>> to rescue to tell me to boot into recovery mode, then go to root >>> and then type passwd username and then enter new password. >>> >>> Well, I did that, and no avail. Attached image of screen is >>> what I got. Messaged a friend in Atlanta who offered help, he >>> said to type mount -rw -o remount /. Which brought up lots of >>> words, no way to read them all....and then he said that it looks >>> like root is read-only.... >>> >>> And he said if I have local people who can come type and fix, >>> that would be great. It's a desktop, so I can't just bring it >>> to makers (well, I could....but I'd be heavy.) >>> >>> Is anyone able to come over (I'm in eastown) at some point to >>> figure it out? I'm on Ubuntu 12.04 on that computer. >>> >>> >>> -- >>> Sent from my iPhone >>> >>> >>> _______________________________________________ >>> grlug mailing list >>> grlug at grlug.org >>> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> >> -- >> Patrick Goupell >> >> Are you free? Find out athttp://www.sedm.org/ >> Income taxes? Find out athttp://www.whatistaxed.com >> >> >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug >> >> >> >> >> _______________________________________________ >> grlug mailing list >> grlug at grlug.org >> http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug > > -- > Patrick Goupell > > Are you free? Find out athttp://www.sedm.org/ > Income taxes? Find out athttp://www.whatistaxed.com > > > _______________________________________________ > grlug mailing list > grlug at grlug.org > http://shinobu.grlug.org/cgi-bin/mailman/listinfo/grlug -- Patrick Goupell Are you free? Find out at http://www.sedm.org/ Income taxes? Find out at http://www.whatistaxed.com -------------- next part -------------- An HTML attachment was scrubbed... URL: