Displaying 20 results from an estimated 200 matches similar to: "selftest: Perl error "Insecure $ENV{ENV} while running setgid at /home/user/src/samba-git/samba/source3/script/tests/printing/modprinter.pl line 138.""
2009 Dec 01
3
How to modify environment variables before executing a command
Hi,
I'd like to access and modify shell environment variables before
executing a command on a remote host via ssh. Unfortenatly, I can't
figure out the proper way to do this...
It seems, standard shell configuration files (e.g. ~/.bash_profile) are
not sourced before ssh executes a command. Of course I could explicitly
source them, e.g.
ssh user at host 'source ~/.bash_profile;
2006 May 14
0
[LLVMdev] llvm-gcc4 & mingw32 & bash
Hello, Greg.
You wrote Sunday, May 14, 2006, 5:21:49 PM:
GP> Do I still need to do the "black magic"?
In fact, yes.
GP> What is this patched version of bash (do you have a patch, where do I get
GP> it?) What does "pwd builtin was just hardly disabled" mean?
There are some set of built-in commands in bash (they are called
"builtins"). For example
2014 Jun 11
0
[PATCH] isatty(): use TCGETS instead of TIOCGPGRP, like dietlibc does
Does ctrl+c work?
My experience with (non klibc) init=/bin/bash is that getting ctrl+c
to work requires some jumping through hoops, because running as pid 1
doesn't really work.
If I recall correctly you have to call setsid, and open a tty as a
controlling tty, you can't call setsid as pid 1.
The hack that I got to work (for reference, I'm using this for raw
kernel testing
2008 Sep 12
4
[Bug 1524] New: Problem with non-interactive logins and bash on Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=1524
Summary: Problem with non-interactive logins and bash on
Solaris
Product: Portable OpenSSH
Version: 5.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo:
2014 Jun 11
3
[PATCH] isatty(): use TCGETS instead of TIOCGPGRP, like dietlibc does
H. Peter Anvin dixit:
>But is that really a tty, then? I also understand that virtio console
Hm. Both eglibc and dietlibc return true for isatty on it.
>doesn't support termios, which makes this an ugly bifurcation. All of
Let me test that? quick? hah not really (CONFIG_VIRTIO_CONSOLE=m)?
ok luckily Ubuntu?s linux-image-3.15.0-5-generic is installable on
Debian stable and has
2006 Mar 07
2
R started in terminal shell script or ESS steps on LD_LIBRARY_PATH?
Hi all,
Just noted this behavior in the past couple of days, where if R is
started in a shell script such as:
gnome-terminal [-e][-x] R
or in ESS (version 5.2.12 with Emacs or XEmacs), the LD_LIBRARY_PATH
environment variable is not properly appended to, resulting in the loss
of the pre-start value.
This is using R Version 2.2.1 Patched (2006-02-28 r37448) on FC4.
I noted this when
2017 Sep 21
4
[Announce] Samba 4.7.0 Available for Download
======================================================
"Debugging is like being the detective
in a crime movie where you are also
the murderer."
Filipe Fortes
======================================================
Release Announcements
---------------------
This is the first stable release of Samba 4.7.
Please read the release notes carefully before upgrading.
UPGRADING
2017 Sep 21
4
[Announce] Samba 4.7.0 Available for Download
======================================================
"Debugging is like being the detective
in a crime movie where you are also
the murderer."
Filipe Fortes
======================================================
Release Announcements
---------------------
This is the first stable release of Samba 4.7.
Please read the release notes carefully before upgrading.
UPGRADING
2005 Mar 28
17
[Bug 1004] X11 forwarding not working with ssh3.9p1 (Error: Can't open display)
http://bugzilla.mindrot.org/show_bug.cgi?id=1004
Summary: X11 forwarding not working with ssh3.9p1 (Error: Can't
open display)
Product: Portable OpenSSH
Version: 3.9p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: Miscellaneous
2017 Aug 29
0
[Announce] Samba 4.7.0rc5 Available for Download
Release Announcements
=====================
This is the fifth release candidate of Samba 4.7. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.7 will be the next version of the Samba suite.
UPGRADING
=========
'smbclient' changes
2017 Aug 29
0
[Announce] Samba 4.7.0rc5 Available for Download
Release Announcements
=====================
This is the fifth release candidate of Samba 4.7. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.7 will be the next version of the Samba suite.
UPGRADING
=========
'smbclient' changes
2016 Oct 22
0
samba 4.5.0 on HPUX(IA-64) make quicktest fails with error Failed to add entry for user.
Hi Team,
I have build samba 4.5.0.on hpux.
On running make quick test is failing with below error.
I am attaching the logs with log level 10.
*Workaround:- *I have implemented workaround by adding all the test
users(force_user, smbget_user,user1,user2.......) from useradd command.
Is it an expected behavior on hpux ?
Note:- I am not sure if this issue to be send to samba-technical mail list.
2019 Sep 12
3
Taint flow tracking
Let in a program a variable 'x' is tainted. There is an assignment 'y=x'
where y is untainted.
How to check the taintflow in the output or data flow graph ?
Any suggestions?
Thank you. Have a great day.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190912/5bb3655c/attachment.html>
2005 Jan 28
17
breakpoint not working
I keep getting:
No connection to breakpoint service at druby://localhost:42531
(DRb::DRbConnError)
Tries to connect will be made every 3 seconds...
This happens every time i run ./script/breakpointer using 0.9.5 on OSX
or Windows.
Any ideas?
2006 Apr 04
0
get quota command - Example
I know when I went looking for a complete example of how to interface
with samba's quota system there was no good ones, so here it is. I
developed this yesterday with a lot of trial and error. Feel free to
use this in any way people feel fit. With this script I can now get
correct used/free reporting based on the output of quota for both
users and groups.
I developed this because samba
2001 Oct 04
1
patch - forceshell
Attached is a simple patch which allows an auth param 'shell=' like
'command='
When specified, sshd will use this shell instead of the one in
/etc/passwd or the default shell.
This patch allows you can have some chrooted shell (actually any shell)
associated with a specific key.
You could do this with command=, but then the command given to ssh will
be ignored, and scp will not
2017 Sep 17
0
[Announce] Samba 4.7.0rc6 Available for Download
Release Announcements
=====================
This is the sixth release candidate of Samba 4.7. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.7 will be the next version of the Samba suite.
UPGRADING
=========
'smbclient' changes
2017 Sep 17
0
[Announce] Samba 4.7.0rc6 Available for Download
Release Announcements
=====================
This is the sixth release candidate of Samba 4.7. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
Samba 4.7 will be the next version of the Samba suite.
UPGRADING
=========
'smbclient' changes
2017 Sep 21
0
[Announce] Samba 4.7.0 Available for Download
On 9/21/2017 5:25 AM, Karolin Seeger via samba wrote:
> ======================================================
> "Debugging is like being the detective
> in a crime movie where you are also
> the murderer."
>
> Filipe Fortes
> ======================================================
>
>
> Release Announcements
> ---------------------
>
>
2017 Nov 15
6
run bash <filename> from cron
This might be a bit OT, but I've never had to do this before and what
I've googled doesn't seem to be working.
I have an ansible playbook that I'm working on that I want to run as a
cronjob.? One task I'm having trouble with is where I have a text file
with lines like:
rd.pl "blah blah"
rd.pl "blah blah blah"
This text file has to be 'executed'