Displaying 5 results from an estimated 5 matches for "clean_shutdown".
2004 Aug 06
0
[PATCH] Configurable privileges and chroot jail
...if (info.icecast_user != 0) {
+ pwd = getpwnam(info.icecast_user);
+ if (!pwd) {
+ write_log (LOG_DEFAULT, "ERROR: icecast_user %s doesn't exist",
+ info.icecast_user);
+ clean_shutdown (&info);
+ }
+
+ /* These will get clobbered during the chroot, so save them */
+ uid = pwd->pw_uid;
+ gid = pwd->pw_gid;
+
+ cuid = getuid();
+ if (cuid != 0 && uid != cuid) {
+...
2004 Aug 06
1
icecast 1.3.10 problems
> First, src/vsnprintf.[ch] where not added to cvs, version checked out
> off CVS does not build.
You're right. I forgot to cvs add them. They are now in the
repository.
> Second, src/main.c *still* does not build on Linux 2.4.x based systems -
> it is necessary to #include <sys/resource.h> somewhere.
I could have sworn that I have the 2.4 headers installed on this
2004 Aug 06
0
warnings compiling icecast-1.3.12
...ngs compiling icecast and i would
like to know if they are serious problems
it seem to work fine i think
i am not a programmer so the warnings say nothing to
me
ystem slackware 8 i386
these are the warnings
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2
-Wall -c main.c
main.c: In function `clean_shutdown':
main.c:547: warning: type defaults to `int'
declaration of `main_shutting_down'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2
-Wall -c client.c
client.c:93: warning: `client_send_fake_file' declared
`static' but never defined
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENT...
2004 Aug 06
4
reencode scripts if anyone is interested
On Monday, 25 June 2001 at 15:23, Michael Smith wrote:
>
> >Future plans include sending different streams to different servers
> >(not just different mountpoints), and handling PCM/WAV input...
>
> Hey, you're taking over all the plans for ices2, damn you! :-)
any more good ideas I may have missed? ;)
> Actually, ices2 does much of this already. I want to add
2005 Apr 06
1
Probles installing Icecast-1.3.12
...asic.o user.o group.o mount.o
ranlib libauthenticate.a
make[3]: Saliendo directorio `/usr/local/icecast-1.3.12/src/authenticate'
make[3]: Cambiando a directorio `/usr/local/icecast-1.3.12/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c main.c
main.c: In function 'clean_shutdown':
main.c:547: warning:type defaults to 'int' in declaration of 'main_shutting_down'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -g -O2 -Wall -c client.c
client.c:93: warning: 'client_send_fake_file' declared 'static' but never defined
gcc -DHAVE_CONFIG_H -...