Andreas Schneider

@asn

Joined on Jan 22, 2018

  • Always run testparm Maybe one of the most important tools we have. The testparm utility checks if the the smb.conf is valid. Run # testparm -s If somone provided you with a smb.conf file use: # testparm -s /path/to/smb.conf If modifications are done to a smb.conf file you should always run testparm to verify it is correct! Also if you're repoting a bug please always share the output of testpam -s
     Like  Bookmark
  • Run Samba Selftest rlRun "chown -R $USER:$USER $TmpDir" 0 "change owner of $TmpDir to $USER" # Unpacks RPM in $HOME/rpmbuild/SOURCES and unpacks tarball to $HOME/rpmbuild/BUILD rlRun "rpmbuild -rp samba-4.16.2-101.el9.src.rpm" 0 "Unpack RPM and apply patches" rlRun "$SU_CMD CFLAGS='-O1 -g -ggdb -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fasynchronous-unwind-tables -fstack-clash-protection' ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-fhs --with-piddir=/run --with-sockets-dir=/run/samba --with-modulesdir=/usr/lib64/samba --with-pammodulesdir=/usr/lib64/security --with-lockdir=/var/lib/samba/lock --with-statedir=/var/lib/samba --with-cachedir=/var/lib/samba --disable-rpath-install --with-shared-modules=idmap_ad,idmap_rid,idmap_ldap,idmap_hash,idmap_tdb2,pdb_tdbsam,pdb_ldap,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4,auth_wbc,auth_unix,auth_server,auth_samba4,vfs_dfs_samba4 '--bundled-libraries=!popt,!talloc,!pytalloc,!pytalloc-util,!tevent,!pytevent,!tdb,!pytdb,!ldb,!pyldb,!pyldb-util' --with-pam --with-pie --with-relro --without-fam --with-system-mitkrb5 --with-experimental-mit-ad-dc --disable-glusterfs --with-cluster-support --with-profiling-data --with-systemd --with-quotas --enable-selftest" rlRun "$SU_CMD make -j4" && rlRun "touch /root/make_successful"
     Like  Bookmark
  • by Andreas Schneider Introduction Finally neovim 0.5.0 has been released. This release represents ~4000 commits since v0.4.4, the previous non-maintenance release. Highlights include builtin support for Lanugage Server Protocol (LSP), new APIs for extended marks (with byte resolution tracking of changes) and buffer decorations, as well as vast improvements to lua as a plugin and configuration language. Experimental support for tree-sitter as a syntax engine is also included, building on the new core APIs for byte tracking and decorations. https://github.com/neovim/neovim/commit/a5ac2f45ff84a688a09479f357a9909d5b914294 Till now your config was going to init.nvim. As Vimscript is an interpredted language and slow, neovim supports lua for config files now (init.lua). This makes a lot of stuff faster. However vimscript support will not go away.
     Like  Bookmark
  • TEST: Add echo locDCpass1 | bin/rpcclient ncacn_np:$SERVER -UAdministrator -c getusername echo locDCpass1 | USER=administrator bin/rpcclient ncacn_np:$SERVER -c getusername -> https://gitlab.com/samba-team/samba/-/merge_requests/1271 Migrate s3 client code to cli_credentials
     Like  Bookmark
  • Developing images with darktable's Linear RGB tools =================================================== ---------------- ## Questions and comments - [Mica] Are we trying to make a tutorial for a full edit, or just show how the linear tools are supposed to work? My instinct is to restrict it to just the linear tools, and point other uses to the manual, especially things like crop and rotate and lens correction [asn] That's what I tried to do, that's why it only has one sentence for lens correc
     Like  Bookmark
  • libssh code audit ================= Focus ----- * Check the state machine and all transitions * Note: The state machine is the same for the client and the server * We had a CVE in this area last year: https://www.libssh.org/security/advisories/CVE-2018-10933.txt * Check input sanitization (both from function parameters and configuration files) * config file parsing (`src/config.c`) * ssh key parsing (`src/pki_container*.c`) * known_hosts file parsing (`src/knownhosts.c`) S
     Like  Bookmark
  • # Workstation for Samba Development 2019 | Component | Name | € | | ----------- | -------------------------------------- | ----- | | CPU | AMD Ryzen 9 3900X | 529 | | Motherboard | Asus Pro WS X570-ACE | 309 | | RAM | HyperX DIMM 32 GB DDR4-3600 Kit | 339 | | Cooling | Corsair Cooling Hydro Series H150i Pro | 170 | | Netzteil | be quiet! Pure Power 11 600W CM | 85 | | G
     Like  Bookmark
  • # Sony Alpha 7 III Settings ## Setup and Custom Buttons ### Camera 2 8: * Photo: Custom Key - Control Wheel: ISO - Control Btn 1: Focus Mode - Control Btn 2: Focus Magnifier - Control Btn 3: Metering Mode - Control Btn 4: Touch Operation Sel. - Multi-Slc Center Btn: Focus Standard - Center Button: White Balance - Left Button: Drive Mode - Right Button: ISO Auto Min. SS - Down Button: Creative Style - AEL Button: Recall Custom Hold 1 + ShootMode: Shutter Prio + S
     Like  Bookmark