Displaying 12 results from an estimated 12 matches for "histfil".
Did you mean:
histfile
2012 Jul 25
1
[PATCH] fish: Use minimal permissions when initially creating history file
---
fish/fish.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fish/fish.c b/fish/fish.c
index ded80ec..9bb8c90 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -1455,7 +1455,7 @@ cleanup_readline (void)
int fd;
if (histfile[0] != '\0') {
- fd = open (histfile, O_WRONLY|O_CREAT|O_NOCTTY|O_CLOEXEC, 0644);
+ fd = open (histfile, O_WRONLY|O_CREAT|O_NOCTTY|O_CLOEXEC, 0600);
if (fd == -1) {
perror (histfile);
return;
--
1.7.10.4
2012 Jan 10
1
[PATCH] fish: Do not emit error message if history file cannot be open for writing.
...y if they can't create or write to their history
file.
---
fish/fish.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/fish/fish.c b/fish/fish.c
index b782b7c..bf976ea 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -1433,10 +1433,8 @@ cleanup_readline (void)
if (histfile[0] != '\0') {
fd = open (histfile, O_WRONLY|O_CREAT, 0644);
- if (fd == -1) {
- perror (histfile);
+ if (fd == -1)
return;
- }
close (fd);
#ifdef HAVE_APPEND_HISTORY
--
1.7.8.3
2011 Sep 08
6
Searching the console
Is there any way to search the console during an interactive session? I've
looked and looked, and can not find one. In some add-on package, maybe?
Sorry to be so basic, but help would be greatly appreciated.
andrewH
--
View this message in context: http://r.789695.n4.nabble.com/Searching-the-console-tp3797884p3797884.html
Sent from the R help mailing list archive at Nabble.com.
2010 Aug 29
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...[4]="release" [5]="i386-apple-darwin9.0")
BASH_VERSION='3.2.17(1)-release'
CLICOLOR=true
COLUMNS=270
COMMAND_MODE=unix2003
DIRSTACK=()
DISPLAY=/tmp/launch-Byz8pE/org.x:0
DYLD_FALLBACK_LIBRARY_PATH=/Users/panosl/wine/wine-1.3.1/lib:/usr/X11/lib:/usr/lib
EUID=501
GROUPS=()
HISTFILE=/Users/panosl/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/Users/panosl
HOSTNAME=Cormanthor.local
HOSTTYPE=i386
IFS=$' \t\n'
LANG=en_US.UTF-8
LC_ALL=en_US.UTF-8
LC_CTYPE=UTF-8
LINES=66
LOGNAME=panosl
LSCOLORS=ExFxCxDxBxegedabagacad
MACHTYPE=i386-apple-darwin9.0
MAILCHECK=60
MANPATH=/u...
2008 Jan 06
1
tomcat still sees jvm version 1.4.2 in Cent OS 5
...CE=()
BASH_VERSINFO=([0]="3" [1]="1" [2]="17" [3]="1" [4]="release" [5]="i686-redhat-linux-gnu")
BASH_VERSION='3.1.17(1)-release'
COLORS=/etc/DIR_COLORS.xterm
COLUMNS=80
CVS_RSH=ssh
DIRSTACK=()
EUID=0
GROUPS=()
G_BROKEN_FILENAMES=1
HISTFILE=/root/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/root
HOSTNAME=app2
HOSTTYPE=i686
IFS=$' \t\n'
INPUTRC=/etc/inputrc
JRE_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/jre
JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun-1.5.0.13/jre
LANG=en_US.UTF-8
LESSOPEN='|/usr/bin/lesspipe.sh %s'
LIN...
2012 Jan 20
8
Various fixes from building libguestfs for Debian
Here are some of the patches that I have maintained in the patch queue
of my packages that I maintain within the Debian distribution
(http://packages.qa.debian.org/libg/libguestfs.html). All of them
address FTBFS (fail to build from source) errors that happened with
the particular configuration that is used for building the Debian
package.
Cheers,
-Hilko
2008 Mar 02
1
Wrong uptodate
...omments:posix
SHLVL=2
TERM=dumb
UID=0
set as root:
BASH=/bin/bash
BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="1" [4]="release"
[5]="i386-pc-linux-gnu")
BASH_VERSION='2.05b.0(1)-release'
COLUMNS=143
DIRSTACK=()
EUID=0
GROUPS=()
HISTFILE=/root/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/root
HOSTNAME=server
HOSTTYPE=i386
IFS=$' \t\n'
LANG=de_DE@euro
LANGUAGE=de_DE:de:en_GB:en
LINES=43
LOGNAME=root
LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.ta...
2001 May 16
1
wine-20010510 fails to run?
...BOOT_IMAGE=linux
BROWSER='kfmclient openProfile webbrowsing'
CLASS=beginner
COLORTERM=
COLUMNS=80
CONSOLE=/dev/console
DIRSTACK=()
DISPLAY=:0.0
EUID=501
GROUPS=()
GTK_RC_FILES=/etc/gtk/gtkrc:/home/jussij/.gtkrc
HELP_BROWSER='kfmclient openProfile webbrowsing'
HISTFILE=/home/jussij/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/home/jussij
HOSTNAME=linux.com
HOSTTYPE=i586
IFS='
'
INIT_VERSION=sysvinit-2.78
INPUTRC=/etc/inputrc
KDE_DISPLAY=:0.0
KDE_INITIAL_DESKTOP=1
KDE_MULTIHEAD=false
KEYTABLE=us-latin1
LANG=en
LANGUAGE...
2015 Mar 14
3
[Bug 2365] New: openssh client ignores -o Tunnel=ethernet option, creating an IP tunnel device instead of an ethernet tap device
...debug3: Ignored env USERNAME
debug3: Ignored env MAIL
debug3: Ignored env SUDO_COMMAND
debug3: Ignored env SUDO_USER
debug3: Ignored env SUDO_UID
debug3: Ignored env SUDO_GID
debug3: Ignored env SHLVL
debug3: Ignored env PWD
debug3: Ignored env OLDPWD
debug3: Ignored env mapfile
debug3: Ignored env HISTFILE
debug3: Ignored env HISTSIZE
debug3: Ignored env SAVEHIST
debug3: Ignored env PAGER
debug3: Ignored env EDITOR
debug3: Ignored env DEBFULLNAME
debug3: Ignored env DEBEMAIL
debug3: Ignored env _
debug2: channel 2: request shell confirm 1
debug2: callback done
debug2: channel 2: open confirm rwindow...
2004 Jan 22
1
PROBLEM: Filesystem became readonly, then kernel crashes on shutdown
..."0" [3]="1" [4]="release"
[5]="i486-slackwa
re-linux-gnu")
BASH_VERSION='2.05b.0(1)-release'
COLUMNS=80
CVSROOT=:ext:mike@localhost:/cvstrees/crossover
CVS_RSH=ssh
CXOFFICE_DRIVE_TYPE_HACK=hd
DIRSTACK=()
DISPLAY=:0.0
EUID=1000
GDK_USE_XFT=1
GROUPS=()
HISTFILE=/home/mike/.bash_history
HISTFILESIZE=500
HISTSIZE=500
HOME=/home/mike
HOSTNAME=kimchi.codeweavers.com
HOSTTYPE=i486
HUSHLOGIN=FALSE
HZ=100
IFS=$' \t\n'
INPUTRC=/etc/inputrc
JAVA_HOME=/usr/lib/java
LANG=C
LD_LIBRARY_PATH=:/home/mike/codeweavers/office/wine/libs/unicode:/home/mike/code
weav...
2007 Sep 04
23
I/O freeze after a disk failure
Hi all,
yesterday we had a drive failure on a fc-al jbod with 14 drives.
Suddenly the zpool using that jbod stopped to respond to I/O requests and we get tons of the following messages on /var/adm/messages:
Sep 3 15:20:10 fb2 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/disk at g20000004cfd81b9f (sd52):
Sep 3 15:20:10 fb2 SCSI transport failed: reason ''timeout'':
2006 May 18
0
R-devel and PGI 6.0 compile error
.../gilp/cvsroot
CVS_RSH=ssh
CXX=pgCC
CXXFLAGS='-g -O2 -pc 64 -Kieee -fPIC'
DIRSTACK=()
DISPLAY=localhost:11.0
EUID=598
F77=pgf77
F95=pgf95
FCFLAGS='-g -O2 -pc 64 -Kieee -fPIC'
FFLAGS='-g -O2 -pc 64 -Kieee -fPIC'
GROUPS=()
GS_OPTIONS=-dAutoRotatePages=/None
G_BROKEN_FILENAMES=1
HISTFILE=/home/mfa/gilp/.bash_history
HISTFILESIZE=1000
HISTSIZE=1000
HOME=/home/mfa/gilp
HOSTNAME=node01
HOSTTYPE=x86_64
IFS=$' \t\n'
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
LANGVAR=en_US.UTF-8
LDFLAGS='-L/usr/local/pgi/linux86-64/6.0/libso -L/usr/lib64'
LD_LIBRARY_PATH='-L/usr/local/pgi...