Displaying 20 results from an estimated 185 matches for "stro".
Did you mean:
str
2004 Jul 09
1
Bug#258427: logcheck/logtail didn't detect tampering logfile
Package: logcheck
wanted to work on #195935,
but found a less than funny issue, easy to reproduce:
* remove some lines in front of your logfile
* invoke logcheck
you'll get a big email with all not matching lines from that log.
not setting that to high priority because you are getting also the
newer loglines. don't know if i find time that weekend.
wanted to document it anyways.
a++
2007 Sep 03
2
[git patch] minor fixes
...c | 1 +
16 files changed, 37 insertions(+), 0 deletions(-)
create mode 100644 klcc/.gitignore
create mode 100644 scripts/basic/.gitignore
create mode 100644 usr/include/klibc/.gitignore
--
maks
commit 327eb168ff4bedd40d9f77e8dcf465df4eede7ba
Author: maximilian attems <max at stro.at>
Date: Mon Aug 27 01:37:00 2007 +0200
[klibc] qsort, sleep, strntoumax, strtox, usleep include stdlib.h
include the header file that prototypes their function.
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/klibc/qsort.c b/usr/klibc/qsort.c...
2008 Jul 13
1
bunch of small fixes
.....
README | 2 ++
usr/kinit/nfsmount/mount.c | 4 ++--
usr/klibc/malloc.c | 1 +
usr/utils/chroot.c | 9 +++++++--
4 files changed, 12 insertions(+), 4 deletions(-)
commit 9500dd5c8890b190c4e1267848e1db20fcc54fee
Author: maximilian attems <max at stro.at>
Date: Sun Jul 13 12:22:16 2008 +0200
[klibc] chroot: Fix expected behaviour
/usr/lib/klibc/bin/chroot / sh
execve: No such file or directory
/usr/lib/klibc/bin/chroot / /bin/pwd
/home/max
./src/klibc/usr/utils/static/chroot / pwd
/
Cc: Colin...
2008 Sep 05
0
initial mntent.h, mount features, ipconfig fixes
...s changed, 152 insertions(+), 15 deletions(-)
create mode 100644 usr/include/mntent.h
create mode 100644 usr/klibc/endmntent.c
create mode 100644 usr/klibc/getmntent.c
create mode 100644 usr/klibc/setmntent.c
commit 4b7aa738aa922e321c367ea8dd8f4e1577522e36
Author: maximilian attems <max at stro.at>
Date: Fri Sep 5 22:48:27 2008 +0200
[klibc] ipconfig: set null ciaddr on DHCPREQUEST during SELECTING state
RFC 2131, Section 4.3.2 states:
Clients send DHCPREQUEST messages as follows:
o DHCPREQUEST generated during SELECTING state:...
2008 Sep 07
1
[git pull v2] initial mntent.h, mount features, ipconfig fixes
...s(-)
create mode 100644 usr/include/mntent.h
create mode 100644 usr/klibc/endmntent.c
create mode 100644 usr/klibc/getmntent.c
create mode 100644 usr/klibc/setmntent.c
create mode 100644 usr/klibc/strtok_r.c
commit cfc8d649a959f845983aae4c0fc33a0a0c995c92
Author: maximilian attems <max at stro.at>
Date: Fri Sep 5 22:48:27 2008 +0200
[klibc] ipconfig: set null ciaddr on DHCPREQUEST during SELECTING state
RFC 2131, Section 4.3.2 states:
Clients send DHCPREQUEST messages as follows:
o DHCPREQUEST generated during SELECTING state:...
2010 Jul 07
0
[git pull v2] x86_32, sh4, getrusage()
.../syscall.S | 14 +++---
usr/klibc/arch/x86_64/MCONFIG | 3 -
14 files changed, 154 insertions(+), 33 deletions(-)
create mode 100644 usr/klibc/arch/sh/pipe.S
patch queue follows here, thanks
maks
commit d2ec94f3d4387ca5c45c7e88b70f0e4bcd90f169
Author: maximilian attems <max at stro.at>
Date: Wed Jul 7 13:49:05 2010 +0200
[klibc] x86_64: MMCONFIG cleanup vestige from pre x86 merge
this assignment is useless these days, so just get rid of it.
Reported-by: Sam Ravnborg <sam at ravnborg.org>
Signed-off-by: maximilian attems <max at stro.at...
2007 Dec 10
1
[git patch] m-i-t support, ipconfig fix
...libc/socketcalls/.gitignore | 1 +
usr/utils/Kbuild | 4 +-
usr/utils/insmod.c | 140 --------------------------------------
7 files changed, 21 insertions(+), 144 deletions(-)
commit 83cd38f8cc2a04ef6d4ce96de719c993edd7fbfb
Author: maximilian attems <max at stro.at>
Date: Mon Dec 10 15:52:49 2007 +0100
[klibc] ipconfig fix DHCPREQUEST per RFC 2131
Ken Simon found that Cisco would drop non frc 2131
ipconfig DHCPREQUEST packet.
see for all glorious details
http://marc.info/?l=linux-kernel&m=119697064911348&w=2...
2004 Jul 21
1
Bug#260573: logcheck: ignore.d.paranoid/cron and ignore.d.server/cron swapped
Package: logcheck
Version: 1.2.23
Severity: normal
Hello,
I have:
# /bin/cat ignore.d.server/cron
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ crontab\[[0-9]+\]: \([[:alnum:]-]+\) LIST \([[:alnum:]-]+\)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ crontab\[[0-9]+\]: \([[:alnum:]-]+\) REPLACE \([[:alnum:]-]+\)$
and:
# /bin/cat ignore.d.paranoid/cron
^\w{3} [ :0-9]{11} [._[:alnum:]-]+
2007 Aug 24
2
[git patch] klibc bzero, mount fixes + random stuff
...also appear when compiling udev against klibc, as udev
sets aboves gcc warning. can you enlight me on what's going
on, tried to compile with -E to see if any preprocessor trick
was going on, but..?
--
maks
commit 63310d84839af47b0beb304d9722f26a379ff7dd
Author: maximilian attems <max at stro.at>
Date: Fri Aug 24 23:24:07 2007 +0200
add bzero()
bzero() contra memset() saves an argument,
which is about 4 bytes per call on x86.
"In fact, one could argue for making memset() an inline function which
collapses to bzero if the middle argument is zero.&...
2005 Jun 07
2
Bug#312376: /etc/logcheck/logcheck.ignore is no longer read
Package: logcheck
Version: 1.2.39
Severity: normal
Since I've upgraded my servers to sarge, I'm getting mail every hour for
stuff that was duly included in /etc/logcheck/logcheck.ignore. Turns
out that sarge's version no longer reads that file.
If this was a conscious decision, then there should be some warning
about this when upgrading (via debconf of NEWS.Debian). Also, the
2008 Mar 25
2
bunch of small fixes
...fuse does:
execl("/bin/mount", "/bin/mount", "-i", "-f", "-t", type, "-o", opts,
fsname, mnt, NULL);
it is relevant if someone tries to put ntfs-3g in the initramfs.
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/utils/mount_main.c b/usr/utils/mount_main.c
index fd62000..2fea3e3 100644
--- a/usr/utils/mount_main.c
+++ b/usr/utils/mount_main.c
@@ -64,7 +64,7 @@ int main(int argc, char *argv[])
rwflag = MS_VERBOSE;
do {
- c = getopt(argc, argv, "no:rt:w");
+ c = geto...
2012 May 27
1
[klibc:master] kinit: Fix capabilities alternate read/ write io without flush
Commit-ID: 8544fef6d5e5bc8f927ffbd3e4031b905c907de9
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8544fef6d5e5bc8f927ffbd3e4031b905c907de9
Author: maximilian attems <max at stro.at>
AuthorDate: Sun, 27 May 2012 23:18:07 +0200
Committer: maximilian attems <max at stro.at>
CommitDate: Sun, 27 May 2012 23:18:07 +0200
[klibc] kinit: Fix capabilities alternate read/write io without flush
Just fseek back to the start.
Signed-off-by: maximilian attems <max at stro...
2011 Dec 04
0
[GIT PULL] klibc minor fixes
...ill accept signed input, and since klibc requires that signed
and unsigned integer types are the same the only reason to track it
would be to handle numeric overflow." -hpa
Acked-by: "H. Peter Anvin" <hpa at zytor.com>
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/klibc/vsscanf.c b/usr/klibc/vsscanf.c
index 51e50f7..b8f068c 100644
--- a/usr/klibc/vsscanf.c
+++ b/usr/klibc/vsscanf.c
@@ -88,7 +88,6 @@ int vsscanf(const char *buffer, const char *format, va_list ap)
} state = st_normal;
char *sarg = NULL; /* %s %c or %[ string argume...
2013 Aug 21
2
[klibc:master] README.klibc: update build information
Commit-ID: 25a66fa8d8623fae267f6807b56438cd7c40e034
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=25a66fa8d8623fae267f6807b56438cd7c40e034
Author: maximilian attems <max at stro.at>
AuthorDate: Wed, 21 Aug 2013 17:31:25 +0200
Committer: maximilian attems <max at stro.at>
CommitDate: Wed, 21 Aug 2013 17:32:16 +0200
README.klibc: update build information
It seems this file was still conveying the old way to build klibc
and hence confusing the users, simplify and...
2011 Jul 05
6
[PATCH 1/7] ln: Check snprintf() return values
Add some semi-useful error message, as printing the failing dir or file
seems not really advisable after that error.
Signed-off-by: maximilian attems <max at stro.at>
---
usr/utils/ln.c | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/usr/utils/ln.c b/usr/utils/ln.c
index e826eb8..257b33f 100644
--- a/usr/utils/ln.c
+++ b/usr/utils/ln.c
@@ -9,7 +9,7 @@
int main(int argc, char *argv[])
{
- int c, s, f;
+ int...
2005 Jul 28
2
Bug#320274: logcheck-database: Please add pop3 to dovecot
Package: logcheck-database
Version: 1.2.40
Severity: wishlist
Hi,
Please duplicate the imap-login related lines and change them to filter
out the equivalent messages emitted by pop3-login.
regards
Andrew
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel:
2010 Apr 25
2
[git pull] small fixes, sh4, getruage() README's
...benoar at free.fr>
Date: Sun Apr 25 22:39:05 2010 +0200
[klibc] fstype: btrfs size endianness fix
Tested OK on both little endian (amd64) and big endian (powerpc).
Signed-off-by: Benjamin Cama <benoar at free.fr>
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/kinit/fstype/fstype.c b/usr/kinit/fstype/fstype.c
index d57b937..451d60c 100644
--- a/usr/kinit/fstype/fstype.c
+++ b/usr/kinit/fstype/fstype.c
@@ -460,7 +460,7 @@ static int btrfs_image(const void *buf, unsigned long long *bytes)
(const struct btrfs_super_block *)buf...
2004 Aug 31
1
Bug#269315: logcheck: /etc/logcheck/ignore.d.server (add bind9 messages)
Package: logcheck
Version: 1.2.26
Severity: wishlist
Please add following bind9 server messages to ignore: i.e from below,
everything that includex "zone.*loaded" + the other messages.
Aug 16 20:24:27 ns named[3350]: shutting down: flushing changes
Aug 16 20:24:27 ns named[3350]: stopping command channel on 127.0.0.1#953
Aug 16 20:24:27 ns named[3350]: stopping command channel on
2007 Aug 23
0
[git patch] klibc dash 0.5.4 update
...dded --with-libedit option to configure"
on x86_32 i didn't see any size change to current sh.shared.
looking at the current dash 0.5.4 deb i only see one diff,
so that release looks golden. :)
--
maks
commit a61d42236f43ca0a9a08b7af5bfe341b43fc84b0
Author: maximilian attems <max at stro.at>
Date: Thu Aug 23 09:48:58 2007 +0200
README.klibc: dash update to latest HEAD
note the 0.5.4 sha1sum.
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/dash/README.klibc b/usr/dash/README.klibc
index 0394fb0..1e9f005 100644
--- a/usr/dash/READ...
2007 Aug 15
0
[git patch] fstype support + minor stuff
...--------
usr/klibc/socketcalls/.gitignore | 3 +
usr/klibc/syscalls/.gitignore | 6 ++
13 files changed, 254 insertions(+), 52 deletions(-)
leaves currently only ocfs2 on my fstype todo list.
--
maks
commit 8094659e23e6c25293868b58c485b7b21cf314a1
Author: maximilian attems <max at stro.at>
Date: Wed Aug 15 13:28:32 2007 +0200
fstype: add gfs2 support
./gfs2_mkfs -t mycluster:mygfs -p lock_dlm -j 2 /dev/mapper/nancy_vg1-gfs2
./usr/kinit/fstype/static/fstype /dev/mapper/nancy_vg1-gfs2
FSTYPE=gfs2
FSSIZE=0
set the fssize to zero...