LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-03-2022, 11:20 PM   #16
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,463
Blog Entries: 7

Rep: Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561

Quote:
Originally Posted by krakanut View Post
However, losing patience with this matter, I pulled out an old workstation that has slack-current on it. That works exactly as expected! Why would Slack 15 not work and current would?
That is very strange. I don't use current, but have 15.0 on several machines. All connect & interact with Windows shares without any problem... but I'm not using AD anywhere, so maybe not a fair comparison.
 
Old 07-04-2022, 01:23 AM   #17
henca
Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 980

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Quote:
Originally Posted by krakanut View Post
I pulled out an old workstation that has slack-current on it. That works exactly as expected!
How old is that installation of Slackware current? My guess is that the difference that matters is the kernel version. If your Slackware current has a newer version of the kernel it might help to try a newer kernel on Slackware 15.

Did you install the linux-5.15.38 packages on your 15.0 installation?

regards Henrik
 
Old 07-04-2022, 10:34 AM   #18
misfit
LQ Newbie
 
Registered: Feb 2022
Distribution: Slackware
Posts: 3

Rep: Reputation: 0
i cobbled this together for myself and coworkers to mount windows shares onto linux desktops. This worked well in a windows 2012+ active directory environment for read/write of those windows shares from linux


---
#!/bin/sh
# mount_CIFS.sh

read -p "Please enter your first.last: " USERNAME
CIFSMOUNT=/mnt/cifsmount

if [ ! -d "$CIFSMOUNT" ];
then
echo $CIFSMOUNT not found so i will make $CIFSMOUNT directory
sudo mkdir $CIFSMOUNT && sudo chmod 755 $CIFSMOUNT
echo mounting $CIFSMOUNT CIFS share
sudo mount -t cifs -o username=$USERNAME,uid=$(id -u $USERNAME),gid=$(id -g $USERNAME) //windows_server/share $CIFSMOUNT
else
echo $CIFSMOUNT found
echo mounting $CIFSMOUNT CIFS share
sudo mount -t cifs -o username=$USERNAME,uid=$(id -u $USERNAME),gid=$(id -g $USERNAME) //windows_server/share $CIFSMOUNT
fi

Last edited by misfit; 07-04-2022 at 10:37 AM.
 
Old 07-04-2022, 05:40 PM   #19
krakanut
Member
 
Registered: Aug 2012
Distribution: The Slackware
Posts: 62

Original Poster
Rep: Reputation: Disabled
It must be the laptop itself - I migrated from 15 to current on laptop and it still can not work. My other machine works as simply as what the original responses indicate even after full current update.

It is a System76 Lemur Pro so would not think any adverse issues with Linux....
 
Old 07-04-2022, 06:59 PM   #20
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,463
Blog Entries: 7

Rep: Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561Reputation: 2561
Quote:
Originally Posted by krakanut View Post
It must be the laptop itself - I migrated from 15 to current on laptop and it still can not work. My other machine works as simply as what the original responses indicate even after full current update.
I'd be shocked if it's anything to do with the hardware itself.

If, by "migrated" you mean to say that you upgraded, then it's possible that you may still have a configuration file somewhere which is causing this behaviour.

Issues like this one are part of the reason why I'm an advocate for wiping and reinstalling rather upgrading between releases. I also advocate trying to keep things as "stock" as possible.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Restrict SMB access for a particular domain blue_print Linux - Server 2 09-14-2010 05:23 AM
Sendmail doubling sender domain- ex. hostname.domain.net.domain.net halborr Slackware 7 08-23-2010 08:37 AM
IPtables - block subdomains (a.domain.com, b.domain.com, c.domain.com,...) benjalien Linux - Networking 6 06-24-2009 07:03 AM
SMB: More then one Windows user/ smb account? 1veedo Linux - Networking 2 03-15-2005 04:16 PM
Suse 9.0 smb access to nt-domain csager Linux - Security 1 02-05-2004 02:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration