Displaying 20 results from an estimated 97 matches for "2904".
Did you mean:
2004
2020 Sep 22
2
Running samba in Kubernetes
...root????? 1131???? 1? 0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd
tcp-listen:2377,fork,reuseaddr
unix-connect:/var/lib/samba/winbindd_privileged/pipe
root????? 1133???? 1? 0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd
tcp-listen:2376,fork,reuseaddr unix-connect:/run/samba/winbindd/pipe
root????? 2904???? 1? 0 Sep18 ???????? 00:00:04 winbindd -s
/etc/samba/smb.conf
root????? 2906? 2904? 0 Sep18 ???????? 00:00:06 winbindd -s
/etc/samba/smb.conf
root????? 2908? 2904? 0 Sep18 ???????? 00:00:00 winbindd -s
/etc/samba/smb.conf
root????? 2909? 2904? 0 Sep18 ???????? 00:00:00 winbindd -s
/etc/samba...
2007 Jul 15
4
Tired of temp induced shutdowns
...ACPI: Critical trip point
Jul 15 01:35:12 nc4010 kernel: Critical temperature reached (113 C),
shutting down.
Jul 15 01:35:12 nc4010 kernel: Critical temperature reached (55 C),
shutting down.
Jul 15 01:35:13 nc4010 shutdown[9847]: shutting down for system halt
Jul 15 01:35:13 nc4010 gconfd (rgm-2904): Received signal 15, shutting
down cleanly
Jul 15 01:35:13 nc4010 gconfd (rgm-2904): Exiting
What I would like to know is where are the threshholds stored?
It would be nice if some alarm went off (like with low battery), giving
me time to grab the blue-ice block out of the freezer (or at leas...
2020 Sep 22
0
Running samba in Kubernetes
...0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd
> tcp-listen:2377,fork,reuseaddr
> unix-connect:/var/lib/samba/winbindd_privileged/pipe
> root????? 1133???? 1? 0 Sep17 ???????? 00:00:00 /usr/bin/socat -dd
> tcp-listen:2376,fork,reuseaddr unix-connect:/run/samba/winbindd/pipe
> root????? 2904???? 1? 0 Sep18 ???????? 00:00:04 winbindd -s
> /etc/samba/smb.conf
> root????? 2906? 2904? 0 Sep18 ???????? 00:00:06 winbindd -s
> /etc/samba/smb.conf
> root????? 2908? 2904? 0 Sep18 ???????? 00:00:00 winbindd -s
> /etc/samba/smb.conf
> root????? 2909? 2904? 0 Sep18 ???????? 00:00...
2018 Jan 05
3
SFTP chroot: Writable root
...perating systems (30+
> years), and I can't think what these ways are. Although clearly
> off-topic, I wonder if you could expound on this?
I am not experienced to be able to demonstrate all of the cases, but
there might be others who are.
But clearly, the description of the CVE 2009-2904 [1] talks about
attack vector with hardlinks and suid programs. Though I didn't
investigate it further.
[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2904
Regards,
--
Jakub Jelen
Software Engineer
Security Technologies
Red Hat, Inc.
2011 Jul 09
1
Suppressing the labelling of tick marks on ggplot2
...number of unique id.bb is 2207 and so my X-axis has a couple of thousands, indistinguishable tick marks that correspond to each id. I am wondering if there is a way to suppress these tick marks?
Here is some test data:
> test
id.bb bb.res.m bb.math.comb BB
1 2900 1 -3.0032235 BB
2 2904 1 -1.8758770 BB
3 3469 1 0.8182852 BB
4 4213 1 -2.0660215 Not BB
5 4215 1 -4.8622086 BB
6 4395 1 0.8873996 Not BB
> ggplot(data=test,aes(x=factor(id.bb),y=bb.math.comb,fill=BB)) + geom_bar() + facet_grid(BB~.) + scale_fill_brewer(pal="Set1...
2010 Feb 01
1
Comparing Variables and Writing a New Column
...3065.5 3271
55003 Calcium-2008-118 3342 3155 4019
6899 7763
55003 Calcium-2008-119 1664 1005.6 1147.92 1622.32
1764.64
55003 Calcium-2008-120 2570 1880 2072 2712
2904
Previously, I took this table and finished my analysis in Excel using
Excel's "=if" function. However, I am sure it can be done in R. What I want
to do is set up a new data.frame with a new column for Accuracy Flags
(a_flag) as shown below.
Lab_ID Analysis_Soil Results...
2009 Jul 21
2
Defunct processes w/ v1.2.1
I have limited information at the moment (currently distracted by other
projects) but I'm hoping that someone has already found and solved this
problem.
I have a v1.2.1 installed on my development box waiting for me to tinker
with the configuration. On several occasions, I have noticed that all
the dovecot processes are listed as "defunct". I don't recall seeing
anything
2018 Jan 05
3
SFTP chroot: Writable root
...e source code (sftpd.c) seems to require that the root directory
> be
> owned by root and not group or world writable, so I think, no, not
> unless you make local source changes.
Yes, you are right. The chroot directory can not be writable. We were
there once and they called it CVE-2009-2904. In short, if the confined
user has write access to the chroot directory, there are ways how to
get out, gain privileges and or do other nasty things. You should not
do that.
If you aim for the end-user comfort that he does not have to change
directory before uploading/downloading files, there is...
2008 Nov 12
1
[LLVMdev] Possible bug in ScalarEvolution
Hi,
I'm using pass ScalarEvolution to analyze the loop trip count on my
application.
And I found a possible bug in the code, that is in function
SCEVAddRecExpr::getNumIterationsInRange(),
Line 2905:
2904 // The exit value should be (End+A)/A.
2905 APInt ExitVal = (End + A).udiv(A);
2906 ConstantInt *ExitValue = ConstantInt::get(ExitVal);
The divide should be sdiv, right? otherwise, the ExitVal will be zero when A
= -1
For example, for (int i = 15; i > 7; --i) {} the exit value...
2011 Feb 04
1
Error in solve.default(inf, tol = tol.solve) :
...ata set (4333 regions).
The command I used:
TestLag<-lagsarlm( mean_price ~ transcount+ C1_5_1+ C1_5_2+ C1_5_3+ C1_5_4, data=DataB,transcecB.listw)
summary(transcecB.listw)
Characteristics of weights list object:
Neighbour list object:
Number of regions: 521
Number of nonzero links: 2904
Percentage nonzero weights: 1.069846
Average number of links: 5.573896
Link number distribution:
1 2 3 4 5 6 7 8 9 10 11 13
2 17 46 86 116 108 68 43 23 7 2 3
2 least connected regions:
12070513 12070504 with 1 link
3 most connected regions:
12060503 110...
2010 Mar 26
1
problem with polarity reverse
...(None)
Show not bridged but conversation was normal poth sides everything hear
[Mar 26 14:36:38] DEBUG[12001]: chan_sip.c:2894 do_setnat: Setting NAT on RTP to Off
[Mar 26 14:36:38] DEBUG[12001]: chan_sip.c:2899 do_setnat: Setting NAT on VRTP to Off
[Mar 26 14:36:38] DEBUG[12001]: chan_sip.c:2904 do_setnat: Setting NAT on UDPTL to Off
[Mar 26 14:36:38] DEBUG[12001]: chan_sip.c:4797 sip_alloc: Allocating new SIP dialog for 842ada2a-77b3dff at 192.168.xx.xx - INVITE (With RTP)
[Mar 26 14:36:38] DEBUG[12001]: chan_sip.c:2894 do_setnat: Setting NAT on RTP to On
[Mar 26 14:36:38] DEBUG[12001]: c...
2015 May 02
2
sftp chroot requirements
...gaining non-chrooted access to the system
2) is able to create hardlinks to setuid-binaries outside of the chroot tree
3) there are bugs somewhere that allow privilige escalation or remote
execution of other programs
While all these arguments are legitimate, as can be - indeed - seen in
CVE-2009-2904, I believe that there are also other situations.
In our setup, we have users that currently only have vsftpd chrooted
access. Their login shell is /sbin/nologin and they do not have any
other way of accessing the system. So for this particular setup 1 and 2
are not applicable.
I think 3 is not...
2024 Jul 30
11
[Bug 3715] New: safely_chroot is a little too restrictive: noexec or nosuid should be enough
https://bugzilla.mindrot.org/show_bug.cgi?id=3715
Bug ID: 3715
Summary: safely_chroot is a little too restrictive: noexec or
nosuid should be enough
Product: Portable OpenSSH
Version: 9.8p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2010 Jun 23
2
"Hidden" memory leak
...8k total, 508120k used, 16168k free, 0k buffers
Swap: 0k total, 0k used, 0k free, 0k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1 root 15 0 2152 664 576 S 0.0 0.1 0:49.26 init
7398 root 18 0 10172 2904 2312 S 0.0 0.6 0:00.21 sshd
9856 root 15 0 4756 1528 1232 S 0.0 0.3 0:00.06 bash
11316 root 15 0 3332 1112 572 S 0.0 0.2 0:01.14 crond
16282 root 25 0 4756 1008 820 S 0.0 0.2 0:00.00 safe_asterisk
22514 root 25 0 494m *445m* 6612 S 0.0 *87.0* 663...
2012 Sep 27
1
[LLVMdev] CLang/LLVM SVN for today no longer works on OS X 10.7.4
...ffset 2408
align 2^3 (8)
reloff 0
nreloc 0
type S_COALESCED
attributes NO_TOC STRIP_STATIC_SYMS LIVE_SUPPORT
reserved1 0
reserved2 0
Load command 1
cmd ?(0x00000029) Unknown load command
cmdsize 16
00000b50 00000008
Load command 2
cmd LC_SYMTAB
cmdsize 24
symoff 2904
nsyms 17
stroff 3176
strsize 312
Load command 3
cmd LC_DYSYMTAB
cmdsize 80
ilocalsym 0
nlocalsym 15
iextdefsym 15
nextdefsym 2
iundefsym 17
nundefsym 0
tocoff 0
ntoc 0
modtaboff 0
nmodtab 0
extrefsymoff...
2014 Feb 03
3
Memory leak - how to investigate
...0 httpd
[ 2886] 48 2886 84420 905 0 0 0 httpd
[ 2887] 48 2887 84420 1558 0 0 0 httpd
[ 2888] 48 2888 84301 697 0 0 0 httpd
[ 2889] 48 2889 84502 1228 0 0 0 httpd
[ 2904] 48 2904 84430 791 0 0 0 httpd
[ 2915] 48 2915 84748 1518 0 0 0 httpd
[ 2916] 48 2916 85331 3691 0 0 0 httpd
[ 2917] 48 2917 84569 1634 0 0 0 httpd
[ 2918] 48 2918 842...
2006 Mar 30
5
Patch for wxControl.h
Hello all. This gets past the problem in bigdemo where it won''t start
the application at all. That was where it was overflowing the stack on
get_label.
Roy
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2003 Jul 05
13
HTB doesn''t respect rate values
Hi,
machine: AMD K6 200 MHz
Linux distribution: Mandrake 8.1
kernel: compiled 2.4.21
applied this:
#define PSCHED_CLOCK_SOURCE PSCHED_CPU in file
linux/include/net/pkt_sched.h bevore compiled the kernel
(described on http://www.docum.org/stef.coene/qos/faq/cache/40.html)
bandwitch on eth0: 128kbit
The most simple configuration - 122kbit guaranted for WWW (sport 80) and
2010 Apr 22
1
Odd behavior
...al, 34842524k used, 14592672k free, 141748k buffers
Swap: 10241428k total, 0k used, 10241428k free, 49428k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
7351 root 25 0 19892 9.8m 844 R 100.1 0.0 552:58.55 rsync
9084 root 16 0 13108 2904 820 R 100.1 0.0 299:24.59 rsync
4759 root 0 -20 1447m 94m 15m S 29.9 0.2 667:34.21 mmfsd
9539 root 16 0 30136 19m 820 R 6.3 0.0 6:29.28 rsync
9540 root 15 0 271m 46m 260 S 0.3 0.1 0:12.13 rsync
10047 root 15 0 10992 1212 768 R 0.3 0.0...
2011 Sep 01
1
No buffer space available - loses network connectivity
...3215 30 12860K size-128
60858 60858 100% 0.52K 8694 7 34776K radix_tree_node
12420 11088 89% 0.16K 540 23 2160K vm_area_struct
5895 4185 70% 0.25K 393 15 1572K filp
4816 3355 69% 0.03K 43 112 172K size-32
2904 2810 96% 0.09K 66 44 264K sysfs_dir_cache
2058 1937 94% 0.58K 343 6 1372K proc_inode_cache
1728 1215 70% 0.02K 12 144 48K anon_vma
1650 1590 96% 0.25K 110 15 440K skbuff_head_cache
1498 1493 99% 2.00...