Displaying 20 results from an estimated 5000 matches similar to: "[Bug 3379] New: Config parser only allows SetEnv once"
2022 May 21
4
[Bug 3438] New: env var that is SetEnv'ed multiple times in the same SetEnv directive, is sent/printed several times
https://bugzilla.mindrot.org/show_bug.cgi?id=3438
Bug ID: 3438
Summary: env var that is SetEnv'ed multiple times in the same
SetEnv directive, is sent/printed several times
Product: Portable OpenSSH
Version: v9.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
2004 Nov 12
1
Panic in log when Win98/ME tries to print on samba 3.0.8
Hi folks,
I got this in the client-logfiles on my samba 3.0.8 PDC after updating
from 3.0.3 via 3.0.7 and I was not able to find a solution somewhere in
the archives.
assmat-pc (172.16.4.102) connect to service standard initially as user
asssas (uid=3023, gid=3000) (pid 16207)
[2004/11/11 21:52:39, 0] printing/printing_db.c:get_print_db_byname(40)
PANIC: assert failed at
2020 Aug 28
0
Evaluate values in `Sys.setenv`
It is the shell that does the ~ and $ expansions, and Sys.setenv() doesn't go via the shell, so you cannot expect it to understand the shell metacharacters. Instead, you need to do the corresponding computations in R, e.g.
> paste(path.expand("~/mypath"), Sys.getenv("PATH"), sep=":")
[1]
2019 Aug 02
0
[nbdkit PATCH 2/3] sh: Avoid setenv after fork
setenv() is not async-signal-safe and as such should not be used
between fork/exec of a multi-threaded app: if one thread is
manipulating the current environment (which may entail obtaining a
malloc() mutex) when another thread calls fork(), the resulting
child's attempt to use setenv() could deadlock or see a broken environ
because the thread owning the lock no longer exists to release it.
2010 Mar 21
2
Gnulib setenv on Mac OS X bug?
There seems to be a bug in Gnulib's setenv module on Mac OS X. At
configure time it says:
checking whether setenv validates arguments ... no
(The test program it is running is:
| int
| main ()
| {
|
| if (setenv ("", "", 0) != -1) return 1;
| if (errno != EINVAL) return 2;
| if (setenv ("a", "=", 1) != 0) return 3;
| if
2019 Aug 02
1
Re: [nbdkit PATCH 2/3] sh: Avoid setenv after fork
On Thu, Aug 01, 2019 at 10:42:58PM -0500, Eric Blake wrote:
> setenv() is not async-signal-safe and as such should not be used
> between fork/exec of a multi-threaded app: if one thread is
> manipulating the current environment (which may entail obtaining a
> malloc() mutex) when another thread calls fork(), the resulting
> child's attempt to use setenv() could deadlock or see a
2020 Aug 28
2
Evaluate values in `Sys.setenv`
Hi all,
I would like to know if there is any way to evaluate the values in
`Sys.setenv` before setting the environment variables. For example, if we
want to add a path to the environment variable `PATH`, we can do this in a
terminal
```
> export PATH=~/mypath:$PATH
> echo $PATH
/Users/jeff/mypath:...
```
However, this style of assignment is not allowed in `Sys.setenv`, it
treats its
2013 Jan 29
0
Setting -sys.setenv()- permanently in Linux using RStudio
> sessionInfo()R version 2.15.2 (2012-10-26)
Platform: i686-pc-linux-gnu (32-bit)
locale:
[1] LC_CTYPE=en_GB.UTF-8 LC_NUMERIC=C
LC_TIME=en_GB.UTF-8
[4] LC_COLLATE=en_GB.UTF-8 LC_MONETARY=en_GB.UTF-8
LC_MESSAGES=en_GB.UTF-8
[7] LC_PAPER=C LC_NAME=C
LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=C
attached base packages:
2002 Jun 27
0
[Bug 305] New: openssh-3.4p1/openbsd-compat/setenv.c lacks include
http://bugzilla.mindrot.org/show_bug.cgi?id=305
Summary: openssh-3.4p1/openbsd-compat/setenv.c lacks include
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P3
Component: Miscellaneous
AssignedTo: openssh-unix-dev at mindrot.org
2004 Feb 08
3
Re: klibc - setenv broken
Kay Sievers wrote:
> Hi,
> this simple program compiled with klibc:
>
> #include <stdio.h>
> int main(int argc, char* argv[])
> {
> setenv("TESTENV", "happy", 1);
> printf("TESTENV='%s'\n", getenv("TESTENV"));
> }
>
> prints:
>
> ./env
> TESTENV='(null)'
>
>
2008 Jan 17
2
Setenv missing
When I tried to use the setenv command to set the default text editor for
subversion, I found it was missing how can I install it or enable it in
CentOS 5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080117/f78f52e5/attachment-0002.html>
2005 Sep 30
1
Apache SetEnv and fastcgi
Am I correct to assume that SetEnv does not work with mod_fastcgi on apache
1.3.x?
I''m trying to setup two virtual hosts for the same application, one in
development mode and the other in production. Any other tricks for setting
RAILS_ENV from the webserver?
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2014 Nov 19
0
systemd.setenv and a mount.unit
Hi there!
Another challenge...
I'm using btrfs. So i make snapshots from my system. And in a script, I
make a symlink (for example: @system.CURRENT and @system.LAST) for the
current and the last snapshot.
So i want to add 2 entries in grub2 from which i can boot into the
current and the last snapshot.
I tried to pass an environmental variable with
2019 Jan 04
4
[Bug 2950] New: Store user runtime files in /run/user/ rather than in /tmp/
https://bugzilla.mindrot.org/show_bug.cgi?id=2950
Bug ID: 2950
Summary: Store user runtime files in /run/user/ rather than in
/tmp/
Product: Portable OpenSSH
Version: 7.9p1
Hardware: Other
URL: https://bugzilla.redhat.com/show_bug.cgi?id=1658642
OS: Linux
Status: NEW
2024 May 12
5
[Bug 3690] New: sshd: root [priv] process sleeping leads to unprivileged child proc zombie
https://bugzilla.mindrot.org/show_bug.cgi?id=3690
Bug ID: 3690
Summary: sshd: root [priv] process sleeping leads to
unprivileged child proc zombie
Product: Portable OpenSSH
Version: -current
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component:
2009 Nov 25
1
[PATCH] daemon/Win32: Replace setenv with Win32 equivalent.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://et.redhat.com/~rjones/virt-df/
-------------- next part --------------
>From bbcbfb99656f5de9b8f9e42aa4fba0f733a11b54 Mon Sep 17 00:00:00 2001
From: Richard Jones <rjones at
2010 Mar 22
1
[PATCH] Mac OS X: Use gnulib setenv module explicitly.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming blog: http://rwmj.wordpress.com
Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
-------------- next part --------------
>From 9bee2a49cec265221d6e8dc3e19a45c38f10f8a0 Mon Sep 17 00:00:00 2001
From: Richard
2002 Jun 28
0
[Bug 305] openssh-3.4p1/openbsd-compat/setenv.c lacks include
http://bugzilla.mindrot.org/show_bug.cgi?id=305
mouring at eviladmin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mouring at eviladmin.org
2018 Nov 16
2
Conflicting TERM env var with SetEnv feature.
On 17/11/18 12:32 am, Raphael Medaer wrote:
> Actually if you use "-o" it's also overridden. Looking at sshd
> logging, it seems that the env var is overridden because of session
> mechanism (aka "not ordering of parameter source").
> Thus is it a non-issue due to priority of configuration source ? Does
> it mean that the priority is "env var" >
2024 Mar 30
11
[Bug 3675] New: CASignatureAlgorithms should be verified before verifying signatures
https://bugzilla.mindrot.org/show_bug.cgi?id=3675
Bug ID: 3675
Summary: CASignatureAlgorithms should be verified before
verifying signatures
Product: Portable OpenSSH
Version: 9.7p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: