search for: xsls

Displaying 7 results from an estimated 7 matches for "xsls".

Did you mean: xls
2004 Aug 06
2
Icecast2 Web Admin Interface
Well, it's not my native language so I'm not pretty sure of my english. :) Did somebody try the xsls ? > Poor english? Where? :D > Deven > On Sun, 2004-01-25 at 11:08, Gilles Dartiguelongue wrote: />> Hi all, I had a look at the web interface yesterday and I was a little / />> bit disappointed / />> by the code I found. So I started to make modifications and here i...
2006 Oct 17
0
[PATCH] misc compile fixes for tools on Solaris
...error("Writing pid file %s", pidfile); } @@ -1901,7 +1901,7 @@ int main(int argc, char *argv[]) restore_existing_connections(); if (outputpid) { - printf("%i\n", getpid()); + printf("%ld\n", (long)getpid()); fflush(stdout); } diff --git a/tools/xenstore/xsls.c b/tools/xenstore/xsls.c --- a/tools/xenstore/xsls.c +++ b/tools/xenstore/xsls.c @@ -6,6 +6,7 @@ #include <getopt.h> #include <unistd.h> #include <sys/ioctl.h> +#include <termios.h> static int max_width = 80; static int desired_width = 60; __________________________...
2004 Aug 06
2
Icecast2 Web Admin Interface
.... Ruecker, DM8TBR wrote: >Hi Gilles, > > > >>Well, it's not my native language so I'm not pretty sure of my english. :) >> >> >My neither. Hey this is a multinational community. ;) > > > Yeah, that's right. >>Did somebody try the xsls ? >> >> >yup. >Tried your xlst-files for the stats. Noticed some improved look of the GUI. Did not try the admin xlst's coz I didn't want to mess up my productive system by some silly mistake. ;) > >Now looking at the xml-code I notice you made many nice changes...
2012 Aug 22
9
make uninstall can delete xen-kernels
Nice time. # make uninstall ... rm -rf //boot/*xen* ... if somebody use "xen" in kernel name (maybe as suffix), so it will be deleted from /boot/ too. Thanks. Denis.
2004 Aug 06
0
Icecast2 Web Admin Interface
Hi Gilles, > Well, it's not my native language so I'm not pretty sure of my english. :) My neither. Hey this is a multinational community. ;) > Did somebody try the xsls ? yup. Tried your xlst-files for the stats. Noticed some improved look of the GUI. Did not try the admin xlst's coz I didn't want to mess up my productive system by some silly mistake. ;) Now looking at the xml-code I notice you made many nice changes besides the layout. - nice work! Major...
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
...(CLIENTS_OBJS): xenstore_%.o: xenstore_client.c $(COMPILE.c) -DCLIENT_$(*F) -o $@ $< xenstore-control: xenstore_control.o libxenstore.so - $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -L. -lxenstore -o $@ + $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -L. -lxenstore $(SOCKET_LIBS) -o $@ xenstore-ls: xsls.o libxenstore.so - $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -L. -lxenstore -o $@ + $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -L. -lxenstore $(SOCKET_LIBS) -o $@ xenstored_test: xenstored_core_test.o xenstored_watch_test.o xenstored_domain_test.o xenstored_transaction_test.o xs_lib.o talloc_test.o fak...
2009 May 27
10
Xen 3.4 Hackery on Ubuntu 9.04 (aka Jaunty) Server
>Maybe it is obsolete??? Who knows...However, I found ubuntu-server-xen and installed >that instead. However, I installed, as far as I can say, all xen packages and now I''m >looking for some sort of a HowTo. Haven''t found one yet for Ubuntu Server 9.04 aka >Jaunty. Shouldn''t I need a XEN-Kernel? http://bderzhavets.blogspot.com/2009/05/deployment-xen-3.html