search for: eaf

Displaying 20 results from an estimated 29 matches for "eaf".

Did you mean: leaf
2023 Mar 14
0
CRAN package eaf
...> It may be this compiler bug: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104215 > > I believe this warning may eventually get moved out of -Wall because it > has become too noisy in GCC 12: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=Wuse-after-free Are you aware that eaf still gives a warning with the latest gcc 13 snapshot? There are 3 CRAN packages which no longer warn with gcc 13, but yours is not one of them. And none that warn with gcc 13 but not gcc 12. gcc 13 is in final bug-fixing and was expected to be released by now. We don't have time to stud...
2007 Apr 09
2
[Bug 1304] SSH session cleanup problem
...sumit_1636 at yahoo.com Hi, I am facing this problem with sshing into another system. What I am doing is: ssh root at 192.168.61.136 Now, this prompts me for password and let me login to 192.168.61.136 where sshd is running. Now, I open up another temrinal window of my local machine and do: ps -eaf | grep ssh This shows the ssh session opened with 192.168.61.136 machine. Now, I open a terminal window of 192.168.61.136 machine and reboots the system. NOTE: on this machine sshd is running. Now, ideally since 192.168.61.136 is gone down, the process table should have the entry for ssh session...
2017 Nov 08
1
BUG: After stop and start wrong port is advertised
...RHGS 3.3 and on glusterfs 3.10.2 on Centos 7.4 in once case I had 59 differences in a total of 203 bricks. I wrote a quick and dirty script to check all ports against the brick file and the running process. #!/bin/bash Host=`uname -n| awk -F"." '{print $1}'` GlusterVol=`ps -eaf | grep /usr/sbin/glusterfsd| grep -v grep | awk '{print $NF}'| awk -F"-server" '{print $1}'|sort | uniq` Port=`ps -eaf | grep /usr/sbin/glusterfsd| grep -v grep | awk '{print $NF}'| awk -F"." '{print $NF}'` for Volumes in ${GlusterVol}; do cd...
2017 Nov 08
0
BUG: After stop and start wrong port is advertised
...on Centos 7.4 > in once case I had 59 differences in a total of 203 bricks. > > I wrote a quick and dirty script to check all ports against the brick file > and the running process. > #!/bin/bash > > Host=`uname -n| awk -F"." '{print $1}'` > GlusterVol=`ps -eaf | grep /usr/sbin/glusterfsd| grep -v grep | awk > '{print $NF}'| awk -F"-server" '{print $1}'|sort | uniq` > Port=`ps -eaf | grep /usr/sbin/glusterfsd| grep -v grep | awk '{print > $NF}'| awk -F"." '{print $NF}'` > > for Volumes in...
2010 Nov 08
7
winbind sometimes does not resolve sid to a name
Sometimes a group sid does not get resolved to its name. Is this a settings problem? Looks like winbind deamon went dormant for a while and then woke up? I am using interface wbcLookupSid provided by the library libwbclient.so for resolving sids to names. These are the winbind related parameters in /etc/samba/smb.conf [global] # separate domain and username with '\', like
2002 May 23
6
[Bug 223] ProxyCommand commands don't exit
...|All Platform|ix86 |All Version|3.0.1p1 |-current ------- Additional Comments From dtucker at zip.com.au 2002-05-23 16:27 ------- Also observed on Solaris 7 & 8 with OpenSSH 3.2.2p1. You end up with an orphaned sh -c: $ ps -eaf | grep nc root 219 218 0 16:18:27 pts/4 0:01 ssh relayhost nc 10.3.1.1 22 root 218 1 0 16:18:27 pts/4 0:00 /bin/sh -c ssh relayhost nc 10.3.1.1 22 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2005 Aug 22
1
mozilla/firefox search engine AMD64 jre1.5 plugin linux
...... If '/usr/bin/firefox' is already running, it is *not* restarted, and you must switch to its window. Otherwise, be patient ... UA: Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6:, extra: Firefox/1.0.6 [root at panoramix ~]# ps -eaf | grep mozilla root 13916 13899 0 09:40 pts/1 00:00:00 /bin/sh /usr/lib64/firefox-1.0.6 /run-mozilla.sh /usr/lib64/firefox-1.0.6/firefox-bin -UILocale fr-FR file:///tmp/Rtmpo13829/.R/doc/html/index.html [root at panoramix ~]# kill 13916 [root at panoramix ~]# /usr/lib64/firefox-1.0.6/fir...
2017 Oct 27
1
BUG: After stop and start wrong port is advertised
Hello Atin, ? ? I just read it and very happy you found the issue. We really hope this will be fixed in the next 3.10.7 version! ? ? PS: Wow nice all that c code and those "goto out" statements (not always considered clean but the best way often I think). Can remember the days I wrote kernel drivers myself in c :) ? ? Regards Jo Goossens ? ? ? -----Original message----- From:Atin
2017 Oct 27
3
BUG: After stop and start wrong port is advertised
We (finally) figured out the root cause, Jo! Patch https://review.gluster.org/#/c/18579 posted upstream for review. On Thu, Sep 21, 2017 at 2:08 PM, Jo Goossens <jo.goossens at hosted-power.com> wrote: > Hi, > > > > > > We use glusterfs 3.10.5 on Debian 9. > > > > When we stop or restart the service, e.g.: service glusterfs-server restart > > >
2002 Sep 12
0
[Bug 396] New: sshd orphans processes when no pty allocated
...ts. Using ssh -t to force a pty allocation allows the process to terminate when sshd does (presumably when the pty closes). This has been observed on Solaris (7,8) and AIX, and probably occurs on others. # ssh localhost nc localhost 22 SSH-2.0-OpenSSH_3.4p1 [kill ssh from another window] # ps -eaf |grep nc dtucker 5919 1 0 21:05:08 ? 0:00 nc localhost 22 The following patch (against -cvs) sends a HUP to the child process(es) when sshd exits for protcols 1 and 2. It assumes that there's only one session for v1. (Is that valid?) It has been tested on Solaris 7 (including...
2005 Jan 26
1
FW: connection refused
Sun Solaris 9 client tries to connect to my AIX server running OpenSSH_3.8.1p1 and get "connection refused". e3db1:oracle:/apps/oracle>ssh -V SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. e3db1:oracle:/apps/oracle>ssh -l user1 aixserver Secure connection to aixserver refused. e3db1:oracle:/apps/oracle> Chris Black
2006 Sep 09
2
cygwin ssh goes heavy cpu uasage
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I noticed that if I install cygwin ssh on a laptop , the cpu usage goes to 80-90% when not all the network adaptors are connected. how may I assist in reporting this bug better? can some one pls point me to a version compilied with the debug flag? how can I use gdb on windows to report this? Niv -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5
2001 Oct 19
0
Solaris smbd problem
Dear Samba Guys and Gals, Weird problem appeared this morning. Samba users can't access their Solaris Unix drives on their PCs. It seems that smbd is not starting. Even if I start it manually, it does not show in ps -eaf, there are no error messages at the command line and not error messages in the smbd log file. I'm stumped. Any suggestions? TIA. Tom
2002 May 07
1
X11 forwarding and LBX
So I'm working from home today, and for the first time I've tried running Evolution over a forwarded X11 connection. Even though work has a T1 and I have 640k at home, and ssh is compressing, it's ... rather slow. So I fire off lbxproxy and try to run an xterm to see if it works. No dice, authentication denied. Does anybody have any experience with this? Is it possible to run
2009 Sep 08
1
usbhid-ups driver can't be killed...
Hello I'm encountering a big problem with usbhid-ups driver : the driver hangs after loading some other modules (stale data message) ! And we can't restart it. We load : i2c-piix4 adm1021 adm9240 lm75 The unloading of the modules doesn't solve the problem. # ps -eaf | grep usb /root 188 2 0 07:29 ? 00:00:00 [ksuspend_usbd] root 996 2 0 07:29 ? 00:00:00 [usbhid_resumer] nut 5644 1 0 07:33 ? 00:01:02 /lib/nut/usbhid-ups -a ellipse nut 17544 1 0 11:09 pts/0 00:00:00 /lib/nut/usbhid-ups -a ellips...
2001 Feb 12
1
Compiled and running on NCR SVR4 UNIX (MP-RAS)
...ssh stream tcp nowait root /usr/local/sbin/sshd sshd -i Add the same line to /etc/inet/inetd.local so it will be included if tcpconfig is re-run at a later date. k. Determine the process of the inetd master network process with the following command : ps -eaf | grep inetd | grep -v grep l. Force inetd.conf to re-read it's config files by the following command: kill -HUP 9999 ( where 9999 is inetd's process ID) 4. Test the installation by logging in with a SSH client. You will need to create an environment file for each user...
2003 May 12
3
[Bug 560] Privsep child continues to run after monitor killed.
...sh -p 2022 hostb hostb$ sudo rpm -q redhat-release redhat-release-8.0-8 hostb$ w 9:26pm up 9 days, 9:53, 2 users, load average: 0.23, 0.39, 0.60 USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT dtucker pts/0 laptop 9:25pm 0.00s 0.20s 0.03s w hostb$ ps -eaf |grep "sshd" root 5052 1 0 21:25 ? 00:00:00 ./sshd -p 2022 root 5061 853 0 21:25 ? 00:00:00 [sshd] dtucker 5063 5061 0 21:25 ? 00:00:00 [sshd] dtucker 5154 5064 0 21:26 pts/0 00:00:00 grep sshd hostb$ sudo kill -HUP 5061 hostb$ w 9:27pm...
2003 Nov 18
3
[Bug 761] sftp not exiting in batch mode
http://bugzilla.mindrot.org/show_bug.cgi?id=761 Summary: sftp not exiting in batch mode Product: Portable OpenSSH Version: 3.6.1p2 Platform: All OS/Version: AIX Status: NEW Severity: normal Priority: P2 Component: sftp AssignedTo: openssh-bugs at mindrot.org ReportedBy: mmurra28 at csc.com
2009 Apr 27
1
HP T1000 UPS Upadet & help with using under knoppix
Hello all, First the easy bit, using the info in these mailing lists in respect of HP T750 here is the info for the T1000: Checking device (03F0/1F08) (003/006) FCC no of 5WSUSA-33229-XP-E , suggest it is a tripplite Added the T1000 info to tripplite-hid.c as described recompiled and works fine, thank you. Which driver should I use if I want to connect via the serial port? I am using the
2016 Aug 02
2
Configure option '--with-ssh1' breaks openssh-7.3p1
My pc runs Scientific Linux release 6.8 (Carbon), Kernel 2.6.32-642.3.1.el6.i686, all patches applied. After unpacking, running ' -/configure ' (just that, no other params), then ' make; make install DESTDIR=`pwd`/DESTDIR ' and running sshd from there: the call ' DESTDIR/.../bin/ssh host102 ' succeeds ( authentication with id_rsa ; host 102 is localhost where the new sshd