Hi
On normal homedirs the owner of the files is the owner of the homedir. That
means he/she can alter the file permissions in the files he/she ownes (with
chmod)
I tested the following: As a normal user i crated a file in my homedir.
% touch test
I changed it to a exec file.
% chmod 700 test
N
* Raffaele Sandrini ([EMAIL PROTECTED]) [020925 00:30]:
> I tested the following: As a normal user i crated a file in my homedir.
> % touch test
>
> I changed it to a exec file.
> % chmod 700 test
>
> No i set the superuser bit
> % chmod +s test
>
> It worked(!). That means that a user can
Supersuer bit? Also known as the RIAA bit?
On 0, Raffaele Sandrini <[EMAIL PROTECTED]> wrote:
> Hi
>
> On normal homedirs the owner of the files is the owner of the homedir. That
> means he/she can alter the file permissions in the files he/she ownes (with
> chmod)
>
> I tested the following:
On Wed, 2002-09-25 at 09:12, Roar Velten wrote:
> Hello
>
> when I have write the login and password this shows on the screen:
>
> Username@:¨$
>
> what do I write then to start the program?
Hi!
What you're seeing is the so called 'command prompt' - it means that the
computer has accepted you
Edward Guldemond <[EMAIL PROTECTED]> wrote:
EG> On Tue, Sep 24, 2002 at 09:15:08PM +0200, Morten Bo Johansen wrote:
>> Hi,
>>
>> If I wanted to create an alias for the loopback interface in
>> /etc/network/interfaces corresponding to e.g.
>>
>># ifconfig lo:0 192.168.1.1
>>
>> then how sho
Hi!
I admit that this is off-topic since it's a general shell scripting
question, but what alternative commands instead of ls can be used to sort
files by modification time? I'm not interested in the modification times,
just the file names. So, actually in something that emulates "ls
-lt1" behavi
* Holger Rauch ([EMAIL PROTECTED]) [020925 00:47]:
> Hi!
>
> I admit that this is off-topic since it's a general shell scripting
> question, but what alternative commands instead of ls can be used to sort
> files by modification time? I'm not interested in the modification times,
> just the file
Hi Vineet!
Thanks a lot for your quick reply!
On Wed, 25 Sep 2002, Vineet Kumar wrote:
> [...]
> processing the list, i.e. with xargs? It's hard to make suggestions
> without seeing what you're trying to do...
You're right ;-) What I'm doing is
FILES=`$LS -lt1 $BACKUP_DIR/arc/*.arc | $TAIL -
Hello there,
I got some booting errors while trying to restore a system with Mondo
1.41.1-1 which consists of Debian Woody, kernel 2.4.19 and SGI Official XFS
kernel patch. On my Woody, the system works fine with these components
and no error occurred while mondoarchiving. But when I try to re
On 0, Holger Rauch <[EMAIL PROTECTED]> wrote:
> Hi Vineet!
>
> Thanks a lot for your quick reply!
>
> On Wed, 25 Sep 2002, Vineet Kumar wrote:
>
> > [...]
> > processing the list, i.e. with xargs? It's hard to make suggestions
> > without seeing what you're trying to do...
>
> You're right ;
In article <[EMAIL PROTECTED]>,
Holger Rauch <[EMAIL PROTECTED]> wrote:
>You're right ;-) What I'm doing is
>
>FILES=`$LS -lt1 $BACKUP_DIR/arc/*.arc | $TAIL -$NUM_OF_FILES`
>for i in $FILES; do
> $RM -f $i
>done
>
>($LS contains the path to "ls" and $TAIL the path to "tail")
>
>I want to remove
Hi Tom!
Thanks for your quick reply!
On Wed, 25 Sep 2002, Tom Cook wrote:
> [...]
> All I can say is... it works for me. How many files in the directory
> where you're having this fail? It works for me in /usr/lib.
>
> # ls /usr/lib -lt1 | wc -l
> 841
I suspect the problem is not $NUM_OF_
On Wed, 2002-09-25 at 10:07, Holger Rauch wrote:
> Hi Vineet!
>
> Thanks a lot for your quick reply!
>
> On Wed, 25 Sep 2002, Vineet Kumar wrote:
>
> > [...]
> > processing the list, i.e. with xargs? It's hard to make suggestions
> > without seeing what you're trying to do...
>
> You're right
Hi Miquel!
Thanks a lot for your quick reply!
On Wed, 25 Sep 2002, Miquel van Smoorenburg wrote:
> [...]
> No, you probably have lots of filed in $BACKUP_DIR/arc, so
> the expression $BACKUP_DIR/arc/*.arc expands in more arguments
> than is possible on the command line of ls.
Right, I do have
Yo Sexy Baby See My Nude Photos @ http://www.adultillusions.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On 0, Holger Rauch <[EMAIL PROTECTED]> wrote:
> Hi Tom!
>
> Thanks for your quick reply!
>
> On Wed, 25 Sep 2002, Tom Cook wrote:
>
> > [...]
> > All I can say is... it works for me. How many files in the directory
> > where you're having this fail? It works for me in /usr/lib.
> >
> > # ls
>
> I'm sure there are more than a few different opinions on this subject,
> but can someone pls recommend a good image viewer.
>
I've tried quite a few and find xzgv definitely the best for me.
AC
--
[EMAIL PROTECTED]|| http://www.acampbell.org.uk
using Linux GNU/Debian || for book r
* Mike Tone <[EMAIL PROTECTED]> [25-09-2002 06:03]:
> exim:!
>
> after installation i chose option 4, local
> delivery.
Is that the option for local delivery only?
> i need the ability to send email from local, to
> anyone external..
I never changed exim while there was mail in the queu
On 25 Sep 2002, Matt Eaton wrote:
> After upgrading to Xfree86 4.0, all my applications are having trouble
> finding fonts:
>
> I reinstalled xfs to be sure, also xfonts-75dpi and 100dpi, regenerated
> locales, but to no avail. Is this a known bug? If so, is there a
> fix/workaround?
>
> Than
Hi Tom!
Thanks again for your quick reply!
On Wed, 25 Sep 2002, Tom Cook wrote:
> [...]
> I can safely say that I knew nothing about the -1 option to ls when I
> sent that message, except that I have observed this result:
>
> tkcook@brain:~/mbox$ ls -lt1
> total 40
> drwx--S---2 tkcook
On Tue, Sep 24, 2002 at 02:50:06AM -0500, John Manko wrote:
> [EMAIL PROTECTED] wrote:
>
> >On Mon, Sep 23, 2002 at 04:11:33PM -0500, John Manko wrote:
> >
> >
> >>[EMAIL PROTECTED] wrote:
> >>
> >>
> >>
> >>>I can't boot with a self made kernel image compiled from
> >>>kernel-source-2.4.19:
On Tue, 2002-09-24 at 22:01, MR REUBEN SAVIMBI wrote:
> My Dear
>
> I am MR REUBEN SAVIMBI one of the favorite sons of Mr. JONAS SAVIMBI (The
> Rebel leader) ...
[***SNIPPAGE OF SCAMAGE***]
Treat this with the utmost confidentiality? and yet it is being sent to
whole mailing lists, as well as
Once upon a time Morten Bo Johansen said...
> Hi,
>
> If I wanted to create an alias for the loopback interface in
> /etc/network/interfaces corresponding to e.g.
>
># ifconfig lo:0 192.168.1.1
>
> then how should the entry look like?
Here's a section from my /etc/network/interfaces file:
* Mike Tone <[EMAIL PROTECTED]> [25-09-2002 08:01]:
> can anyone please help?
Mmmkay, my brain works in a First in, First out kinda way. So I
already responded to your previous message. Perhaps it's a good idea
not to start a new thread, when you are asking basically the same
question.
Anyway,
On Wed, 2002-09-25 at 02:27, Tom Cook wrote:
> On 0, Cameron Matheson <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > Jaye Inabnit ke6sls wrote:
> > >I am looking for RMS's homepage. I am getting "unknown host" when
> > >attempting a connect to http://www.slallman.org. Anyone have any info on
> >
* David De Graff <[EMAIL PROTECTED]> [25-09-2002 08:22]:
> As noted in earlier posts, awk fails with a segfault on make menuconfig when
> trying to compile kernel-source-2.4.19.
This is kind of a me-too message.
When I encountered this I apt-getted like a mad man, but nothing worked.
I am not s
Hola que hay ...soy un nuevousuario de Debian y tengo una duda acerca
de que manual sobre instalacion me puedo bajar para instalar debian en
un ordenador con un procesador AMD.
Gracias por su ayuda...y a seguir para adelante¡¡
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "
On Wed, 25 Sep 2002 11:36:17 +0200
Robert Ian Smit <[EMAIL PROTECTED]> wrote:
> * David De Graff <[EMAIL PROTECTED]> [25-09-2002 08:22]:
> > As noted in earlier posts, awk fails with a segfault on make menuconfig when
> > trying to compile kernel-source-2.4.19.
>
> This is kind of a me-too mess
On Wed, Sep 25, 2002 at 05:25:37AM -0400, Mark L. Kahnt wrote:
> On Tue, 2002-09-24 at 22:01, MR REUBEN SAVIMBI wrote:
> > My Dear
> >
> > I am MR REUBEN SAVIMBI one of the favorite sons of Mr. JONAS SAVIMBI (The
> > Rebel leader) ...
>
> [***SNIPPAGE OF SCAMAGE***]
>
> Treat this with the utm
Using either galeon or mozilla a warning pops up complaining that I should install a
java-vm plugin to display some picture in a page.
What deb package should I install for java-vm support?
Ciao
Vittorio
-
Invia una cartolina ad un amico!
ht
On 25 Sep 2002, COLORS33 wrote:
> Hola que hay ...soy un nuevousuario de Debian y tengo una duda acerca
> de que manual sobre instalacion me puedo bajar para instalar debian en
> un ordenador con un procesador AMD.
>
> Gracias por su ayuda...y a seguir para adelante??
>
>
>
No debe encontra
Hi,
the Version 1.4-3 of libapache-mod-ldap seems to have some Problems with
umlauts "üöä" and so on.
It cuts the login names at the postion of the first umlaut...
Are there any workarounds or packages with do ldap auth for apache with
umlauts?
Thanks in advance,
ar
Andreas Ra
On Tuesday 24 September 2002 17:52, Emil Hägerlund wrote:
> Hi,
>
> what is the best and recommended way to get
> KDE 3 up and running in my Debian 2.4.18
> "testing" environment?
I am using Debian 3.0 . I used apt-get to get KDE3 on it and it worked fine
for me
> I want to be able to go back to
Re: I am using Debian 3.0 . I used apt-get to get KDE3
on it and it worked fine for me
Where did you apt KDE3 from, package name and whats in
your source.list?
I have searched the Debian archives but found nothing.
Re: I couldn't compile QT on Debian3.0
True, I tried the same and it would'nt ge
I tried "make menuconfig" with 2.4.29 and it says:
***
jsahambi@ws97:~/kernel$ make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/home/jsahambi/kernel/scripts/lxdialog'
/usr/bi
On Wed, 2002-09-25 at 12:56, [EMAIL PROTECTED] wrote:
>
> Using either galeon or mozilla a warning pops up complaining that I should install a
>java-vm plugin to display some picture in a page.
> What deb package should I install for java-vm support?
j2re1.3
ftp.tux.org/debian woody non-free
ft
Hi,
You have to have the libncurses dev package as it actually need the
header files of libncurses.
--
Alwyn Schoeman
SMART Money Inc.
"The clock on the wall keeps moving, time stands still...
No matter how the dice may fall, someone else always gets to call the number..."
msg03493/pgp0
Which cvs document would you think is best for a newbie
in cvs (system). Can annyone suggest a good url?
A step by step howto, is much great.
--
thanks,
louie miranda
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> Which cvs document would you think is best for a newbie
> in cvs (system).
Look at http://www.cvshome.org which contains all the documentation you
need to get started.
Andrew.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Wed, 2002-09-25 at 14:42, Keith O'Connell wrote:
> > "Cristi" == Cristi Banciu <[EMAIL PROTECTED]> writes:
>
> Cristi> j2re1.3
>
> Cristi> ftp.tux.org/debian woody non-free
> Cristi> ftp://mirrors.rcn.net/pub/debian/dists/
>
> Neither of these (or close approximations) work i
It might be a good idea to install 'build-essential'
> You have to have the libncurses dev package as it actually need the
> header files of libncurses.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
I am trying to install Debian Woody on a Compaq Proliant 800 server. I
was wondering whether anyone has already done this successfully and
could help me out with this.
Thanks in advance,
Paul
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
On Wed, 25 Sep 2002 16:59, Vinai Kopp wrote:
> On Tue, Sep 24, 2002 at 01:44:47AM +1000, bob parker wrote:
> > Using woody, new installation.
> > I have installed PHP4 from my sources-list. I think it was downloaded
> > from the security site. I also wish to use php from the command line. I
> > h
Hello everyone. In the output of the ps command I
see that some of the processes have state codes of SW.
The ps man page states that the 'W' means that the
process "has no resident pages." What does
this mean?
Appreciate your help,
Rod
Hi,
I just reloaded the stable branch onto a new partion since the
"Quebec" package wanted its own partion. I was suprised to
find that the "x-country-manager" in stable was still set to
"Chretien" when everybody has known for years that this
x-country-manager causes file system corruption.
In o
Yo Sexy Baby See My Nude Photos @ http://www.adultillusions.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
apt-get install libncurses5-dev
On Wednesday 25 September 2002 06:02, J.S.Sahambi wrote:
> I tried "make menuconfig" with 2.4.29 and it says:
> ***
> jsahambi@ws97:~/kernel$ make menuconfig
> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
>
I have been trying to get the iptables dropped table patch complied into
my kernel (I know it will break a few things) but I have a firewall
probelm I am trying to see what is going on and want to see what is
being dropped, so I need this patch. I got the source to iptables1.27a
using apt an
On Wed, Sep 25, 2002 at 10:05:44AM +0100, Anthony Campbell wrote..
> > I'm sure there are more than a few different opinions on this subject,
> > but can someone pls recommend a good image viewer.
> >
>
> I've tried quite a few and find xzgv definitely the best for me.
>
> AC
>
First, t
Is there a possibility to get my radeon card with hauppauge wintv to work with
fullscreen? In the past with nVidia Card it works perfect, but now i have a
black border.
If someone have an idea, please let me know.
Thanks, Roman
--
www: http://www.romanofski.de
email: [EMAIL PROTECTED]
--
To
try adding somehting like
fullscreen = 640 x 480
in the [global] section of your .xawtv
On Wed, Sep 25, 2002 at 02:58:03PM +0200, Roman Joost wrote:
> Is there a possibility to get my radeon card with hauppauge wintv to work with
> fullscreen? In the past with nVidia Card it works perfect, but no
cvs checkout: cannot find module `emi' - ignored
Whats this error
i did, CVSROOT=/var/cvs
export CVSROOT
cvs checkout emi
and got that error
--
thanks,
louie miranda
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
apt-cache show and apt-cache search no longer display uninstalled packages
for me, although they show up fine in aptitude and deity. I've rebuilt my
cache, changed my sources, etc., but nothing seems to work. I haven't been
able to find any references to this problem in apt documentation or on the
> Hello everyone. In the output of the ps command I see that some of the
> processes have state codes of SW.
> The ps man page states that the 'W' means that the process "has no
> resident pages." What does
> this mean?
A "page" in this context is a small part of memory. (Think of "page fault"
> Where did you apt KDE3 from, package name and whats in
> your source.list?
> I have searched the Debian archives but found nothing.
try http://www.google.de/search?q=kde3+debian an pick the first link...
Greets,
--
Sebastian Schinzel
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a su
somu wrote:
>> "socket error while fetching from mail.rediff.com"
>>
>> What should I do?
Rediffmail does not have POP3 service. I think that they use IMAP or
maybe even web-based services. Try picking your mails via a client
which has IMAP support. Fetchmail can bring in mails from a
I have BIG problem with internet access in Debian (Woody 3.0r0)
in earlier version the same problem.
I'm connected to LAN: dynamical IP (dhcp)
I use dhclient3 to obtain info,IP, etc. from DHCP server
DHCP giving me a correct IP and everything looks good, but i cannot connect normal to
internet.
On 24 Sep 2002, 23:42:10, Frans Pop wrote:
> I have checked everything again with your suggestions, but when I do
> "sudo -u mail exim -q" (to emulate crontab) I still get the following in
> querylog on my nameserver:
> XX+/10.19.66.21/galadriel.fjphome.nl//IN
> XX+/10.19.66.21/galadriel/
I've installed Fluxbox as my windowmanager and like it.
After reading the man, not surprisingly I found out that I can customize
my menu (r click) by making changes to ~/.fluxbox/menu. Easy enough to
figure out and modify.
However, it seems that the edits I make to this menu automatically ge
Thanks Felix. That cleared it up for me.
: > Hello everyone. In the output of the ps command I see that some of the
: > processes have state codes of SW.
: > The ps man page states that the 'W' means that the process "has no
: > resident pages." What does
: > this mean?
:
: A "page" in this con
> i did, CVSROOT=/var/cvs
/var/lib/cvs ?
I know this is the default.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Wed, Sep 25, 2002 at 09:31:05AM -0400, Kevin Coyner wrote:
> Obviously there's some auto-generated writing of this menu, but I have
> yet to track it down. Can someone please help point out where I need to
> look?
update-menus is doing this. There's documentation in the menu package,
and (as
On Wednesday 25 September 2002 17:09, Justin Ryan wrote:
> > i did, CVSROOT=/var/cvs
>
> /var/lib/cvs ?
But where is the Server you want to chesh out from?! you need something like
CVSROOT=:pserver:anonyumous@someserver:/some/path
>
> I know this is the default.
--
To UNSUBSCRIBE, email to [EMA
stat or write a program arround stat().
spotter@zaphod:~$ stat cd-door.c
File: `cd-door.c'
Size: 778 Blocks: 8 IO Block: 4096 Regular File
Device: 302h/770d Inode: 1254382 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ spotter) Gid: ( 1000/ spotter)
A
On Wednesday 25 September 2002 16:47, Sebastian Schinzel wrote:
> > Where did you apt KDE3 from, package name and whats in
> > your source.list?
> > I have searched the Debian archives but found nothing.
>
> try http://www.google.de/search?q=kde3+debian an pick the first link...
>
> Greets,
It is
I got it working :)
thnx anyway..
--
thanks,
louie miranda
chikka asia, inc.
noc +63-2(7535000-511)
- Original Message -
From: "Arash Bijanzadeh" <[EMAIL PROTECTED]>
To: "Justin Ryan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 9:45 PM
Subject: Re: cvs
also sprach Felix Natter <[EMAIL PROTECTED]> [2002.09.25.1510 +0200]:
> A "page" in this context is a small part of memory. (Think of "page
> fault" which means that an application accesses parts of memory that
> belong to other apps)
Wrong. A page fault occurs if a requested page has to be fetch
Sukanta,
I am afraid I do not know what software cursor is,
can you please quote the relevant XF86Config-4 lines for me?
Thank you so far.
Thomas.
Dne 2002.09.23 22:16 napsal Sukanta Kumar Hazra:
> Hi!
>
> I had a similar problem. I enabled software cursor in XFree86
> configuration file an
On Wed, 25 Sep 2002 08:31:13 -0400 Quenten Griffith <[EMAIL PROTECTED]>
wrote:
> I have been trying to get the iptables dropped table patch complied into
> my kernel (I know it will break a few things) but I have a firewall
> probelm I am trying to see what is going on and want to see what is
Ok your crazy...using Fwbuilder if you want to use an option
called "log all dropped traffic" you need to have the drop table patch
applied to your kernel.
Jamin W.Collins wrote:
>On Wed, 25 Sep 2002 08:31:13 -0400 Quenten Griffith <[EMAIL PROTECTED]>
>wrote:
>
>
>
>>I have been tryi
On Wed, 25 Sep 2002 17:15:01 +0330 Arash Bijanzadeh
<[EMAIL PROTECTED]> wrote:
> But where is the Server you want to chesh out from?! you need something
> like CVSROOT=:pserver:anonyumous@someserver:/some/path
Uhmm, no you don't. TMK, the above format is only needed if you are going
to be using
Could you upload the dsc file too.
Thanks,
Christophe
On Tue, Sep 24, 2002 at 05:00:37PM -0400, Shaya Potter wrote:
> I tried throwing together some evo 1.1 debs that are compiled against
> debian packages (except for their version of db3 which they install in
> opt, which I also recompiled). T
On Wed, 25 Sep 2002 15:21:43 +0200 mun <[EMAIL PROTECTED]> wrote:
> I'm connected to LAN: dynamical IP (dhcp)
> I use dhclient3 to obtain info,IP, etc. from DHCP server
> DHCP giving me a correct IP and everything looks good, but i cannot
> connect normal to internet.
What is providing internet
Yo Sexy Baby See My Nude Photos @ http://www.adultillusions.com
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Wed, 25 Sep 2002 10:16:04 -0400 Quenten Griffith <[EMAIL PROTECTED]>
wrote:
> Ok your crazy...using Fwbuilder if you want to use an option
> called "log all dropped traffic" you need to have the drop table patch
> applied to your kernel.
Ahhh... you didn't indicate that it was a lim
Hi Bart et all,
Um, I'm sorry, I couldn't find where to disable the
kernel frame buffer I had previously crafted my
XF86Config file from hand... but I did as you said and
did a dpkg-reconfigure xserver-xfree86, and didn't see
any mention of kernel frame buffer also couldn't
find it in th
Hi all!
I'm using mutt and ssmtp - and when I try to send a mail I get the following message:
"/usr/sbin/ssmtp: no recipients supplied: no mail will be sent."
It seems that ssmtp doesn't get a regular mail-address from mutt. Either I have to
make mutt talk the right way or make ssmtp to listen
Well thank you for your advice, I was trying to be lazy and not have to
do it by hand for as long as possiable not so many hours in a day sigh.
Time to dust off the ol' Linux Firewall Book and take a look at your
web page. At least this problem I can work on during work since it is
because o
Hi,
My debian pc with on-board 82559 intel ethernet board stopped
talking. I can ping localhost, but the windows pc sees the cable
from it as 'dead'. I checked all relevant files and ifconfig and
netstat, and it was all normal, except for a few packet over-runs.
Any way, i put in another pci car
On Wed, Sep 25, 2002 at 03:07:19PM +0200, Antoine Schweitzer-Chaput wrote:
> try adding somehting like
> fullscreen = 640 x 480
> in the [global] section of your .xawtv
>
Yes, i added the line, but it don't work :(
Any further ideas?
Roman
PS: I post my xawtv config:
[global]
fullscreen = 128
Does your ln work as expected for creating hard links?
I'm using fileutils 4.1-10 and when I make a hard link:
shelby:~/src# touch k
shelby:~/src# ln k y
ln: creating hard link `y' to `k': No such file or directory
Anyone else?
Elizabeth
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
On Tue, Sep 24, 2002 at 12:12:22AM +0200, Michael Wördehoff wrote:
> Hi List,
>
> still I'm no subscribed member ;) so please cc directly to me.
>
> My ( non-optical ) remote keyboard and mouse eventually both loose contact to
> the receiver when I switch from text-console to X with ctrl-alt-F7
On 25 Sep 2002 09:50:22 -0500 Elizabeth Barham <[EMAIL PROTECTED]>
wrote:
> Does your ln work as expected for creating hard links?
>
> I'm using fileutils 4.1-10 and when I make a hard link:
>
> shelby:~/src# touch k
> shelby:~/src# ln k y
> ln: creating hard link `y' to `k': No such file or di
that's what I'm telling you, instead of using 1280 x 1024 as
full-screen, put 640 x 480 so that your desktop will be resized when
you switch to full-screen mode.
It won't affect your normal background, but it enabled me to have the tv
in fullscreen
On Wed, Sep 25, 2002 at 04:49:14PM +0200, Roman
> I am trying to install Debian Woody on a Compaq Proliant 800 server.
I
> was wondering whether anyone has already done this successfully and
> could help me out with this.
>
> Thanks in advance,
>
> Paul
tlan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe
Jamin W.Collins <[EMAIL PROTECTED]> writes:
> | :~$ touch k
> | :~$ ln k y
> | :~$ ln --version
> | ln (fileutils) 4.1
> | Written by Mike Parker and David MacKenzie.
> |
> | Copyright (C) 2001 Free Software Foundation, Inc.
> | This is free software; see the source for copying conditions. Ther
Elizabeth Barham <[EMAIL PROTECTED]> writes:
> Any idea of what might be causing ln not to work correctly on my
> system?
Check for kernel oopses and run fsck on the filesystem.
--
Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
Russell <[EMAIL PROTECTED]> writes:
> My debian pc with on-board 82559 intel ethernet board stopped
> talking. I can ping localhost, but the windows pc sees the cable
> from it as 'dead'. I checked all relevant files and ifconfig and
> netstat, and it was all normal, except for a few packet over-
I use xdm, and I want other systems to be able to use X -query hostname to
act as terminals connected to my system. When they try, they get a blank X
screen and no login prompt. I don't know whether they're successfully
connecting and not getting the prompt, or not connecting at all. On my
syst
Em Sat, 21 Sep 2002 17:40:23 +0100,
Colin Watson <[EMAIL PROTECTED]> escreveu:
> On Sat, Sep 21, 2002 at 12:29:57PM -0400, Andy Saxena wrote:
> > On Sat, Sep 21, 2002 at 03:21:36AM -0700, Paul Johnson wrote:
> > > On Fri, Sep 20, 2002 at 11:07:27PM -0700, nate wrote:
> > > > some may even require
(I'm resending this, since I don't see it in the archives for yesterday.)
I've not been successful with any of the solutions to similar problems
I've found on the web so far, so hopefully someone here can offer
suggestions.
I am unable to boot a kernel I compiled on a new woody installation. I
u
On Wed, Sep 25, 2002 at 10:33:15AM -0500, Elizabeth Barham wrote:
> > | :~$ touch k
> > | :~$ ln k y
>
> Any idea of what might be causing ln not to work correctly on my
> system?
Try running strace on it:
strace ln k y
Look for indications of obvious brokeness. And, as has been said
already,
Elizabeth Barham <[EMAIL PROTECTED]> [2002-09-25 10:33:15 -0500]:
> > | :~$ ln --version
> > | ln (fileutils) 4.1
> Any idea of what might be causing ln not to work correctly on my
> system?
In addition to 'strace ln k y' use the -v option to have it verbosely
say what it is doing.
rm -rf /tmp
Hi,
Is there a tool to configure printers in cups.
I know about kups but this tool is not in the debian archive and I would
prefer stay without kde libs.
Ideally I would like a tool detecting available printers on the intranet
(like kups do).
Otherwise what is the best way to find and/or config
"Noah L. Meyerhans" <[EMAIL PROTECTED]> writes:
> --zOcTNEe3AzgCmdo9
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
>
> On Wed, Sep 25, 2002 at 10:33:15AM -0500, Elizabeth Barham wrote:
> > > | :~$ touch k
> > > | :~$ ln k
On 24 Sep 2002 at 18:42, martin f krafft wrote:
> Mh. http://freshmeat.net/projects/ntlmaps/ might be the better bet
There are two problems:
1. "Transparent" proxy using WSP clients.
2. Authorization of web access.
Which one is yours? I was thinking the first one. The link above
solves only the
On Wed, Sep 25, 2002 at 09:10:51AM -0700, Karsten M. Self wrote:
> on Wed, Sep 25, 2002, Leandro Guimar ([EMAIL PROTECTED]) wrote:
> > Em Sat, 21 Sep 2002 17:40:23 +0100,
> > Colin Watson <[EMAIL PROTECTED]> escreveu:
> > > Bochs emulates individual machine instructions in software. VMware lets
>
christophe barbé wrote:
> Hi,
>
> Is there a tool to configure printers in cups.
> I know about kups but this tool is not in the debian archive and I would
> prefer stay without kde libs.
>
> Ideally I would like a tool detecting available printers on the intranet
> (like kups do).
>
> Otherwis
Can I avoid the CD creation route for installing the debian linux? I would just as
soon get the linux kernal, ramdisk file system and a robust file system and create my
linux guests using those files thereby forgoing the CD create intermediate step that
appears to be required. I do not require
you can get it from ximian. These are essentially their debian src
packages recompiled w/ some fixes, but their source packages didn't have
a debian/rules clean rule and I didnt have time to clean them up, so
thats why there are no src package stuff.
On Wed, 2002-09-25 at 10:14, christophe barbé
1 - 100 of 244 matches
Mail list logo