search for: noninteractive

Displaying 20 results from an estimated 57 matches for "noninteractive".

2002 Apr 23
0
[Bug 225] New: Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225 Summary: Supression of login warning banner for noninteractive commands Product: Portable OpenSSH Version: 3.0.2p1 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P4 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org...
2003 May 27
1
[Bug 225] Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225 ------- Additional Comments From dtucker at zip.com.au 2003-05-27 22:10 ------- Created an attachment (id=311) --> (http://bugzilla.mindrot.org/attachment.cgi?id=311&action=view) Suppress banner when -q specified (against OpenSBD) What about suppressing the banner when -q is specified? That way it's on by default but you can
2003 Aug 24
4
[Bug 225] Supression of login warning banner for noninteractive commands
http://bugzilla.mindrot.org/show_bug.cgi?id=225 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- OtherBugsDependingO| |627 nThis| | ------- You are receiving this mail because: ------- You are the assignee for the
2008 Apr 11
2
wine explorer /desktop doesn't work the first time
...owever, if I close winemine and run the same command again wine explorer /desktop=default,1200x900 winemine I get the correct behavior the second time, and winemine appears inside a desktop window provided by explorer. Can anyone else confirm this behavior? Am I doing something wrong? The only noninteractive workaround I can think of is to have a script to run after wineprefixcreate that opens wine and immediately closes. How can I make wine start and immediately close, noninteractively? Is there a better solution? - --Ben -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) Comment: Usin...
2017 Apr 19
4
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
...in resolving this would be appreciated. Additional information: while I need R 3.3.2 for historical purposes, when I substitute 3.3.2 with 3.3.3 in the Dockerfile, the image builds successfully. Thanks! Jen Dockerfile: FROM ubuntu:14.04 RUN apt-get update && \ DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends software-properties-common && \ apt-add-repository "deb http://cran.r-project.org/bin/linux/ubuntu trusty/" && \ apt-get update && \ DEBIAN_FRONTEND="noninteractive" apt-get install -y --force-y...
2007 Jan 11
3
R graphics with Linux (libpng)
...g R 2.4.1, which I recently installed. Do I have to install a more recent libpng ? If so, do I have to reconfigure and remake R ? I've also read that no graphics devices are available under R CMD BATCH. Does that really mean that I can't create graphics from some R code that I launch in noninteractive mode? Thanks in advance ! Rebecca Tagett [[alternative HTML version deleted]]
2016 Sep 08
2
smbd to authenticate via pam modules
...uest ok = no read only = yes create mask = 0700 [print$] comment = Printer Drivers path = /var/lib/samba/printers browseable = yes read only = yes guest ok = no /etc/pam.d/samba --------------------------- @include common-auth @include common-account @include common-session-noninteractive or alternatively #%PAM-1.0 auth include common-auth account include common-account session include common-session-noninteractive common-auth -------------------- auth sufficient pam_krb5.so debug use_first_pass forwardable auth required pam_unix.so nullok_secure use_first_p...
2019 Nov 05
2
No CentOS 8 Updates announced in Centos-announce email list
> Frankly I prefer RSS feeds for notices and news type items that are > noninteractive unlike this support email list where issues can be aired > among like minded individuals. I looked all over the CentOS site for the RSS link and could not find it. I would subscribe to it, if I could. Todd Merriman
2019 Oct 10
1
how to automatically create the home directory
...e user only connects over Samba, then you need to create the users > home directory with a script. Myself and Louis wrote such a script, > would you like a copy ? > > Rowland On Debian we have enabled mkhomedir via pam-auth-update, this puts following line in /etc/pam.d/common-session-noninteractive: session required??????????????????????? pam_mkhomedir.so skel=/etc/skel umask=0022 Together with "obey pam restrictions = Yes" in /etc/samba/smb.conf this has been working great for us on both Windows, Linux and macOS for many years already. Home directories get automatically creat...
2017 Apr 19
0
difficulty in Ubuntu 14.04 apt-getting R 3.3.2
...reciated. | | Additional information: while I need R 3.3.2 for historical purposes, when | I substitute 3.3.2 with 3.3.3 in the Dockerfile, the image builds | successfully. | | Thanks! | | Jen | | Dockerfile: | | FROM ubuntu:14.04 | | RUN apt-get update && \ | DEBIAN_FRONTEND="noninteractive" apt-get install -y | --no-install-recommends software-properties-common && \ | apt-add-repository "deb http://cran.r-project.org/bin/linux/ubuntu | trusty/" && \ | apt-get update && \ | DEBIAN_FRONTEND="noninteractive" apt-get install -y...
2002 Nov 25
0
Linux and Samba Code
...t. * Uses the current user's username, except that if the program is called * by the root user, a username can be given as an argument. * If called interactively (from a tty), is slightly verbose, and uses * the standard getpass() routine to query for a password twice. * If called noninteractively, expects the password (once) on stdin. * * Customize the locations of the standard Unix and SMB password programs * in the "#defines" near the top (do NOT be tempted to add code to make * these changeable from command-line arguments: these programs will * be run as root!...
2020 Feb 25
2
phab unit tests + libcxx tests w/concurrency
...reshold. Either they should move to the llvm test-suite or they should be under a feature guard that omits them from the default test target. These tests are sensitive to the load and/or capability of the target on which they're tested. I appreciate that it's likely impossible to write a noninteractive test for these library concurrency features that aren't designed with some kind of thresholds. I have an "innocuous" change that was automagically tested (pre-merge!) via phabricator -- https://reviews.llvm.org/D75085 -- but it triggered a test failure in one of the "thread_...
2016 Aug 09
2
Re: [PATCH 8/8] v2v: linux: correctly reconfigure the initrd on Debian
...spect source rcaps = > ignore (g#command (Array.of_list args)) > in > > - if g#is_file ~followsymlinks:true "/sbin/dracut" then > + if family = `Debian_family then > + ignore (g#command ([| "dpkg-reconfigure"; "--frontend=noninteractive"; "initramfs-tools" |])) > + else if g#is_file ~followsymlinks:true "/sbin/dracut" then > run_dracut_command "/sbin/dracut" > else if g#is_file ~followsymlinks:true "/usr/bin/dracut" then > run_dracut_command &qu...
2004 Apr 06
2
[Bug 834] timezone settings on irix lost
...ticed after installing openssh3.8p1 on IRIX that the TZ environment variable is not being set, so everything is appearing in GMT...and this is not the case on linux. I made a manual change to /etc/profile and specifically set TZ=EST5EDT and this solves the problems for interactive logins, however, noninteractive logins don't process this. I ran this command on an irix and a linux box to see what was being set: ssh hostname "export" IRIX: DISPLAY=localhost:10.0 HOME=/root LOGNAME=root MAIL=/usr/mail//root PATH=/usr/sbin:/usr/bsd:/sbin:/usr/etc:/usr/bin:/usr/bin/X11:/usr/LOCAL/ssh/bin:/usr/L...
2019 Nov 05
5
No CentOS 8 Updates announced in Centos-announce email list
I learned from the Centos-devel email list that they aren't sending out email to centos-announce for updates to CentOS 8, but only updating an RSS feed. I think this is a bad idea since no one uses RSS anymore (ducks for cover). What do others here think of this? -- *Matt Phelps* *Information Technology Specialist, Systems Administrator* (Computation Facility, Smithsonian Astrophysical
1999 Sep 17
2
Non-interactive sessions
Greetings, Quick Summary: How does R function non-interactively? I can't print graphics to an X11 window. I set up what appears to be called a "noninteractive" R session using the Perl code at the end of this message. Everthing seems to work fine as written. I get a nice postscript file with my graphics. However, I would like to display X11 R-graphics for the Perl-script user. Is there some way of sending commands to R to configure this "no...
2016 Jun 07
1
[PATCH] customize: Add --uninstall operation.
...t; (List.map quote packages) in + match g#inspect_get_package_management root with + | "apk" -> sprintf "apk del %s" quoted_args + | "apt" -> + (* http://unix.stackexchange.com/questions/22820 *) + sprintf " + export DEBIAN_FRONTEND=noninteractive + apt_opts='-q -y -o Dpkg::Options::=--force-confnew' + apt-get $apt_opts update + apt-get $apt_opts remove %s + " quoted_args + | "dnf" -> sprintf "dnf -y remove %s" quoted_args + | "pisi" -> sprintf "pisi r...
2008 Apr 06
6
Writing an automated install script
Hi! We will start on writing an automated install script for Trados on spare time, Friday next week. Up to then I have to prepared the script *in a way that a developer will understand what I want* and being responsible for testing it under Linux. Basically it will be an automated script which will be timed, i.e. if no install_ok after 20 min, it would be hanging somewhere and will abort and
2020 Sep 11
1
entering password twice
...uired pam_unix.so session required pam_mkhomedir.so umask=0022 skel=/etc/skel root at lws2:~# cat /etc/pam.d/sudo #%PAM-1.0 # Auth sufficient pam_winbind.so Auth sufficient pam_unix.so use_first_pass Auth required pam_deny.so @include common-auth @include common-account @include common-session-noninteractive The Debian wiki was very brief but, is based on https://help.ubuntu.com/community/ActiveDirectoryWinbindHowto however, the Ubuntu wiki referenced some older versions of Ubuntu. So I made the additions to the end of each file with the exception of the /etc/pam.d/sudo file, those additions went in...
2004 Apr 27
6
SYSLINUX 2.09, 2.10-pre1 released
Hi all, I have released SYSLINUX 2.09; it is the same as 2.09-pre15 except for the version number. Changes in 2.09: * SYSLINUX: Remove residual setuid crap from syslinux-nomtools. * Handle video pages correctly when using the API functions. * Handle compiling on an x86-64 platform correctly. * Menu system from Murali Krishnan Ganapathy; see the