search for: robcampbell08105

Displaying 20 results from an estimated 20 matches for "robcampbell08105".

2020 Oct 01
2
Syncing multiple sub-directories to one directory
Except some of those dir have subdir such as WhatsApp and DCIM has multiple subdirs too. I would rather do it all with rsync though. On Wed, Sep 30, 2020, 12:54 PM Wayne Davison <wayne at opencoder.net> wrote: > On Tue, Sep 29, 2020 at 4:46 PM Rob Campbell wrote: > >> Thanks for your help. What you provided didn't work for me because that >> still placed things in
2020 Oct 04
0
Syncing multiple sub-directories to one directory
...again, I apologize for mistakenly stating the code you provided didn't work. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When you are principled, set standards and stick to them some people will fall out of your life; let them! On Wed, Sep 30, 2020 at 10:46 PM Rob Campbell <robcampbell08105 at gmail.com> wrote: > Except some of those dir have subdir such as WhatsApp and DCIM has > multiple subdirs too. I would rather do it all with rsync though. > > On Wed, Sep 30, 2020, 12:54 PM Wayne Davison <wayne at opencoder.net> wrote: > >> On Tue, Sep 29, 2020 at...
2023 Jun 10
1
Unable to ssh to dc
I can ssh to the dc but only using local accounts. I can ssh to the domain members using domain or local accounts. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In all things, Be Intentional. On Sat, Jun 10, 2023 at 6:14?PM Rob Campbell <robcampbell08105 at gmail.com> wrote: > On 10/06/2023 16:39, Rob Campbell via samba wrote: >> > First question is, should I be able to ssh to the dc? >> >> Yes, you should be able to login via SSH >> >> > I can ssh to the >> > domain members and the sshd and ssh c...
2023 Feb 01
1
Unable to share .Personal
Should I be able to share .Personal? I have it set up like all the other shares with the same permissions as some other shares. The other shares are mountable on a remote server but this one gives me [182021.389951] CIFS: Attempting to mount \\10.0.0.10\Personal [182021.390934] CIFS: VFS: cifs_mount failed w/return code = -13 smb.conf: [Personal] comment = Personal create mask = 02774
2023 Jun 10
1
Unable to ssh to dc
First question is, should I be able to ssh to the dc? I can ssh to the domain members and the sshd and ssh configs are set up the same as well as nsswitch.conf. When I try to ssh with a domain account I see this error in the auth.log: Jun 10 11:15:45 DC01 sshd[2171041]: Failed password for invalid user newtestuser from 10.0.0.11 port 35044 ssh2 The command I'm running is: ssh newtestuser at
2023 Dec 14
1
Auto-Reconnect After Sleep
Hi, Is there a way to have my connection re-established when I log back in? When I first log in I run a map drive script that mounts my shares using 'gio mount "smb://$DC/$mount"' AND 'ln -s "$XDG_RUNTIME_DIR/gvfs/smb-share:server=$DC,share=$mount" "$HOME/mnt/$mount" so that it shows up in nautilus as a network drive and I have it mapped to my local mnt
2023 Dec 27
1
Samba User Is Immediately Logged Out (SSH)
When I ssh into my computer with the samba user, it logs in and is immediately logged out. If the user doesn't exist, the homedir is created at login but I immediately get a connection closed message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In all things, Be Intentional.
2023 Dec 27
1
User doesn't have write access to directory
I have a user that is a member of a group that should have write access to a directory but they cannot write to the directory. $ la | grep Movies drwxr-xr-x 345 *HOME\movie editors* HOME\movie users 36K May 22 2023 *Movies* $ id testuser uid=3000038(HOME\testuser) gid=100(*users*) groups=100(users),3000038(HOME\testuser),3000026(HOME\photo users),*3000031(HOME\movie
2024 Jan 01
0
Unable to join domain when DC firewall is active
Thanks. I did read that. Maybe my understanding is wrong. I thought that by adding the samba service, everything that shows as samba would be enabled. 445, 139, etc didn't have samba so I added them with --add-port. Is that not an accurate assumption? Do I need to open each of those ports individually rather than allowing the service? The only thing I don't see is: tcp 0 0
2024 Apr 05
0
Samba Services not Starting After Sleep
Not sure if this is a Samba thing but when I come out of sleep, Samba doesn't start on my domain member so I'm unable to log on. I have to log in with a local account, restart the services (systemctl restart smb nmb winbind) and then I can log in. Is there a way to automatically restart the service when the computer comes back up? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2023 Dec 28
1
User doesn't have write access to directory
I did not read that warning. It's not really an option. There are no Windows servers and only one computer that stays on. The only other computer that could possibly be a server is my work computer so that can't happen. All the rest are laptops with limited space. I guess I could spin up a vm on the DC but that doesn't seem like it would be "beneficial".
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
[Sat Sep 09 15:09:09] [root at D01~/.bin$]net ads join -U administrator Password for [HOME\administrator]: get_kdc_ip_string: get_kdc_list (site-less) fail NT_STATUS_NO_LOGON_SERVERS kerberos_kinit_password administrator at HOME.ROB-CAMPBELL.LAN failed: Cannot contact any KDC for requested realm kerberos_kinit_password D01$@HOME.ROB-CAMPBELL.LAN failed: Cannot contact any KDC for requested realm
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
Did you turn off the Firewall ? - I did turn it off on both. It looks like something is getting in the way, either that or something is set up incorrectly. I know you said that you are using Debian, but what version and what version of Samba ? - Debian 12. Samba = 4.17.10-Debian Are you using Bind9 on the DC or the internal dns server ? - I am using internal dns server but I did install bind9
2024 Jan 01
2
Unable to join domain when DC firewall is active
I'm unable to join my computer to the domain. On the domain controller, initially I only had firewall-cmd --permanent --add-service=samba but that didn't work. The computer couldn't join but when I turned off the firewall all-together I was able to join. I then tried firewall-cmd --permanent --add-service={samba,dns,ldap,ldaps,kerberos,kpasswd} but that didn't work either. Are
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
> Why can it not find a DC ? Is there a firewall or similar running ? > I have opened the firewall on the DC. Which ports do I need to open on the DM? Apparently I have nothing opened on the DM but I opened the required ports according to https://wiki.samba.org/index.php/Samba_Domain_Member_Port_Usage. [Sat Sep 09 13:56:22] [root at D01~/.bin$]./check_smb.sh 148779 pts/1 S+ 0:00
2023 Jan 29
3
System Requirements for Samba?
This was my reference https://wiki.samba.org/index.php/Operating_System_Requirements I need to rebuild my system due to package corruptions and unintentionally "upgrading" to sid from bullseye, I figured I'd take this time to do things right. Although this is only for home personal use, everyone keeps saying that I shouldn't run my file server on my DC so I want to build a
2020 Sep 29
2
Syncing multiple sub-directories to one directory
I would like to sync many subdirectories into one directory with no subdirectories. I've tried rsync -rv --progress --include '*.jp*g' --include '*.png' --include '*.dng' --include '*.raw' --include '*.nef' --include 'Duo' --include 'DCIM' --include 'WhatsApp' --exclude '*' /my/phone/root/dir/
2020 Sep 29
3
Syncing multiple sub-directories to one directory
Thanks for your help. What you provided didn't work for me because that still placed things in subdirectories. I figured it out. This puts it all in the images directory. find /my/phone/root/dir/ \( -path '*Duo*' -o -path '*DCIM*' -o -path '*Pictures*' -o -path '*Camera*' -o -path "*Download*" -o -path "*textgram*" -o -path
2023 Sep 08
1
Failed to join domain: failed to find DC for domain...
Getting this error when trying to join computer to the domain. I just built a new debian computer for gaming and photo and video editing. I went through the same process as I did before (I created a script to do all of the things I did in the past) net ads join -U administrator Password for [HOME\administrator]: Failed to join domain: failed to find DC for domain HOME - The object was not found.
2023 Sep 09
1
Failed to join domain: failed to find DC for domain...
> > It looks like DNS is failing, does /etc/resolv.conf look like this: > > search home.rob-campbell.lan > nameserver A.DC.IPADDRESS > This is what it looks like in this order (if that matters) nameserver 10.0.0.10 nameserver 10.0.0.1 search HOME.ROB-CAMPBELL.LAN > > While you are checking, does /etc/hosts contain a line like this: > > computers_ip computers FQDN