Hi all,
Recently, i guess after upgrading kmail or my 'dovecot' imap server
(on debian/testing), kmail cannot access the imap server, returning
the message:
"The server supports neither IMAP4 nor IMAP4rev1.
It identified itself with:"
So it seems the server does not identify itself anymor
Hi group,
I installed samba on my NSLU2 running etch and the setup was easy and
sweet. I didn't change a thing apart from setting writable = yes for my
home directories. However, I have the following problem when I mount my
home directory on my linux box:
[EMAIL PROTECTED]:/mnt/procyon$ sudo moun
Hi all,
I have been running etch for a while without problems. But suddenly
my xorg doesn't work. I have a backup of working xorg.conf but it
doesn't work now. I remember I have an update days ago including
xorg. I'm not sure if that is the problem. I also ran
dpkg-reconfigure xserver-xorg a
On Sat, Mar 24, 2007 at 11:25:08PM -0500, Ron Johnson wrote:
> tmpfile()
> Return a new file object opened in update mode ("w+b").
> The file has no directory entries associated with it and
> will be automatically deleted once there are no file
> descriptors for
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Manu Hack wrote:
> Hi all,
>
> I have been running etch for a while without problems. But suddenly
> my xorg doesn't work. I have a backup of working xorg.conf but it
> doesn't work now. I remember I have an update days ago including
> xorg. I'm n
On Thu, 22 Mar 2007 10:47:35 -0500
Ron Johnson <[EMAIL PROTECTED]> wrote:
[... snip ...]
> >
> >> No, one external window for mail content. Most mail I filter according to
> >> subject and sender (a lot of mail lists and spam which get deleted, I read
> >> about 30 out of about 500 mails a day).
On Thu, 22 Mar 2007 21:30:47 -0400
Celejar <[EMAIL PROTECTED]> wrote:
> On Thu, 22 Mar 2007 11:35:39 +0200
> Micha Feigin <[EMAIL PROTECTED]> wrote:
>
> [snip]
>
> > Why not? other MUAs do it just fine (sylpheed for example). I have a 14"
> > screen so for proper use of screen real estate I open
Mohsen Pahlevanzadeh writes:
> void *task1(int *counter)
> {
> while(*counter < 5 ){
> printf("task1 count: %d\n",*counter);
> (*counter)++;
> }//end of while
You are missing a parenthesis here.
> void cleanup(int counter1,int counter2)
> {
>
> >mount /tmp onto tmpfs and run tmpreaper. No problems, just watch your swap
> >space, limit its (/tmp) size and instead of separate partition for /tmp
> >use
> >bigger swap area.
On 24.03.07 19:33, Jorge Peixoto de Morais Neto wrote:
> What is the performance impact of mounting /tmp in tmpfs? So
On 24.03.07 17:03, Raquel wrote:
> I use the following in my crontab. It gets rid of anything over a
> week old.
>
> # Remove old cache files
> 10 00 * * * find /tmp -type f -mtime +6 | xargs rm
why not using tmpreaper?
--
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warn
On 24.03.07 23:25, Ron Johnson wrote:
> Apparently so. :(
>
> tmpfile()
> Return a new file object opened in update mode ("w+b").
> The file has no directory entries associated with it and
> will be automatically deleted once there are no file
> descriptors for
> >icedove is debianised version of Mozilla Thunderbird (the same software,
> >but
> >different name due to licensing issues). so I'd say MANY people use it.
On 24.03.07 19:35, Jorge Peixoto de Morais Neto wrote:
> Only to be mathematically rigorous: not only the name, but some of the
> artwork, i
> > On 18.03.07 14:13, Albert Dengg wrote:
> > > and everything that is for communication with the users can in
> > > prinziple run on any port you want, since you can tell then how to
> > > configure your clients, but there is no mechanism to tell other
> > > smtp servers "talk to me on port 666"
Allan Wind wrote:
> You should escape dots (\.) so it means what you expect. Double check
> that there is a canned ^FROM expression (opposed to ^FROM_DAEMON);
> perhaps use something like this instead:
[cut]
Thax for your help.
There are some syntactical mistakes
in my configuration files. Now it
Kevin Mark wrote:
Generally, when you install a php4-foo package, you need to add the
'extension=foo.so' to the php configuration and then restart apache.
Would it make sense to add a wishlist bug to phpX-foo to 'detect
apacheX' and then either ask or automatically add this line to
/etc/php
On Sun, Mar 25, 2007 at 01:24:16AM -0400, Kevin Mark wrote:
> On Sat, Mar 24, 2007 at 05:36:51PM -0400, Roberto C. Sánchez wrote:
> >
> > Have you tried adding the line 'extension=curl.so' to the php4 config
> > file: /etc/php4/apache2/php.ini
> >
> > Generally, when you install a php4-foo packa
On Sun, Mar 25, 2007 at 08:01:39PM +1000, CaT wrote:
>
> All in all I think you're making a mountain out of flat grass-plains
> here. There is nothing inherently faulty, false or wrong in what the
> zebra do there. For one, it makes sure that it is truly temporary. If
> the app exits in some bizar
The following little C program will illustrate:
#include
#include
int main(void) {
FILE *f;
f = fopen("check_my_size", "w");
int i;
for (i = 0; i < 100; ++i)
fprintf(f, "This is just filler for the file");
system("ls -lk check_my_size");
printf("Checking utilization:\n")
On Sun, Mar 25, 2007 at 10:00:46AM -0300, Jorge Peixoto de Morais Neto wrote:
> >
> >
> >The following little C program will illustrate:
> >
> >#include
> >#include
> >
> >int main(void) {
> > FILE *f;
> >
> > f = fopen("check_my_size", "w");
> > int i;
> > for (i = 0; i < 100; ++i)
> >
On Sat, Mar 24, 2007 at 08:50:59PM -0400, Jim Hyslop wrote:
> Henrique de Moraes Holschuh wrote:
> > but you
> > might want to look at the "screen" program (see package "screen") for the
> > next time you need terminals you want to reattach to.
> Thanks for the suggestion. It didn't work, unfortuna
If path specifies a directory, remove(path) is the equivalent of
rmdir(path). Otherwise, it is the equivalent of unlink(path).
I believe using unlink is less portable.
--
Software is like sex: it is better when it is free.
On Sat, Mar 24, 2007 at 08:14:35PM -0400, Thomas H. George wrote:
>
> Relevant information:
>
> Box assembled with ASUS M2N4-SLI motherboard, AMD64 cpu, two
> hard drives, 2 GB memory
>
In BIOS setup, POWER there is an option ACPI APIC Support. When this is
disabled the system boots
I just built a system with an ASUS M2N2-SLI motherboard and an AMD64
cpu. It looks very good so far. I have Etch running from a netinst.
The ASUS installation CD contains a directory for Linux giving links to
several websites to setup audio and 64 bit operation. I haven't checked
these out yet
On Mar 24, 6:20 pm, Florian Kulzer <[EMAIL PROTECTED]> wrote:
> We should probably start with your network card. You will get a list of
> your (PCI) hardware if you run the command "lspci" (without quotes) from
> a terminal or a console. Please do this and copy the line(s) which
> are related to n
This showed up for the first time today:
mnr kernel: [drm:via_verify_command_stream] *ERROR* Invalid / Unimplemented DMA
HEADER command. 0x44357b40
'uname -a' gives:
Linux mnr.niof.net 2.6.18-4-k7 #1 SMP Wed Feb 21 16:48:19 UTC 2007 i686
GNU/Linux
--
"The chief evil is unlimited government,
Roberto C. Sánchez wrote:
On Sat, Mar 24, 2007 at 02:12:10PM -0600, Hugo Vanwoerkom wrote:
I am in the market for a new mobo too.
My strategy with Newegg:
AMD - Top Sellers - *Linux works review* - under $200 - ATX form:
ASUS M2N-SLI Deluxe Socket AM2 NVIDIA nForce 570
http://www.newegg.com/Prod
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/25/07 05:01, CaT wrote:
> On Sat, Mar 24, 2007 at 11:25:08PM -0500, Ron Johnson wrote:
>> tmpfile()
>> Return a new file object opened in update mode ("w+b").
>> The file has no directory entries associated with it and
>>
> > So, has anyone else had this issue recently? I tried running
> > alsaconf, and installing various gstreamer stuff, but to no avail.
> >
> > Mark
> Hi Mark,
> What was the result of running alsaconf? Did it claim to have
> installed the sound module?
> What sound card are you using? Do you
Mauro,
On 2007-03-25T13:34:30+0200, Mauro Sacchetto wrote:
> But if I show ~/mail, i find only debian k3b mutt openoffice. If I
> receive mail from other sender, for instance a sender not registered
> in .procmailrc, it goes correctly in inbox, created on fly. But I
> don't understand the reason
Mark Grieveson wrote:
>> Hi Mark,
>> What was the result of running alsaconf? Did it claim to have
>> installed the sound module?
>> What sound card are you using? Do you see its module showing up when
>> you do lsmod ?
>> Cheers,
>> Jonathan
>
> Hello Jonathan,
> The result of alsaconf is that i
Hi
I've installed libpam-cracklib, I've made some changes in
/etc/pam.d/common-password because I wanted force my users to use "strong
password"
-
common-password:
#password requiredpam_unix.so use_authtok nullok md5
pas
On Sun, Mar 25, 2007 at 01:02:19AM +0100, Mauro Sacchetto wrote:
> Mutt + fetchmail works fine, but I've a problem with procmail.
> My configuration is the following one:
>
>
> .procmailrc
> ===
> shell=/bin/sh
> MAILDIR=$HOME/mail
> DEFAULT= $M
A little over a month ago I successfully used made an install CD and installed
Sarge on an old Dell XPS200 (Pentium 2 @ 200 MHz and 4 gig drive) selecting all
the default prompts that were presented to me. It was my first ever foray into
the world of Linux. But as you can imaging it was painfull
Hello folks,
I'm still puzzling with my build of Etch on this new machine I've
solved the GRUB error 16 and error 18 problems, by disabling the SMART
options in the BIOS and stopping the appropriate services for
smartmon. Everything on that front now appears to be stable ...and I
don't appea
With a lot of help from people on this list, I have a dual-boot
system with /dev/sda1 as a windows partition (etch install).
After mount -t ntfs /dev/sda1 ./mntpoint
I can use ls to see files in the windows partition and copy files
to debian. However, I cannot send files in the other direc
I thought I had installed maxima sucessfully from the
etch (testing) distribution, but typing "maxima" from an xterm gave:
error while loading shared libraries:
libgmp.so.3: cannot open shared object file: No such file or directory
Can this be fixed by downloading libgmp.deb (or similar nam
On Sun, 25 Mar 2007, Charles Blair wrote:
I thought I had installed maxima sucessfully from the
etch (testing) distribution, but typing "maxima" from an xterm gave:
error while loading shared libraries:
libgmp.so.3: cannot open shared object file: No such file or directory
Can this be fixe
Hi,
I don't see what change in Debian Sid (some dist upgrede, suposse) makes that
the Palm sync doesn't work.
Seems that the reason is that the system doesn't create
the /dev/ttyUSB0 --when the 'sync' button push.
Some days ago, when sync work fine, I've the /var/log/messages copied below
[1]
Hello,
Unfortunatly, you should have a vfat partition to exchange data between
Linux and Windows using mtools. As ntfs filesystem and "write permission
under linux" are not very friendly, you may want to have a look at
ntfs-3g.
On Sun, Mar 25, 2007 at 01:16:15PM -0500, Charles Blair wrote:
>
Paul E Condon <[EMAIL PROTECTED]> wrote:
> 1.) What is 'reinjection in a mail queue'? Where can I learn how this
> differs from whatever is being done by fetchmail as an example case?
> Or does fetchmail also do reinjection in a mail queue?
As I understand it, the pop3/imap protocols were create
Benjamí Villoslada wrote:
Hi,
I don't see what change in Debian Sid (some dist upgrede, suposse) makes that
the Palm sync doesn't work.
Seems that the reason is that the system doesn't create
the /dev/ttyUSB0 --when the 'sync' button push.
Some days ago, when sync work fine, I've the /var/
El Diumenge 25 Març 2007 21:05, Marty va escriure:
> Did you look for any configuration file changes in /etc/udev, particularly
> in udev.rules?
I don't know, because never looked in this file. Have this for USB:
# USB devices
SUBSYSTEMS=="usb", KERNEL=="auer[0-9]*",
Thias wrote:
Hello,
Unfortunatly, you should have a vfat partition to exchange data between
Linux and Windows using mtools. As ntfs filesystem and "write permission
under linux" are not very friendly, you may want to have a look at
ntfs-3g.
On Sun, Mar 25, 2007 at 01:16:15PM -0500, Charles Bl
On Sun, 25 Mar 2007 13:14:26 +0200
Micha Feigin <[EMAIL PROTECTED]> wrote:
> On Thu, 22 Mar 2007 21:30:47 -0400
> Celejar <[EMAIL PROTECTED]> wrote:
>
> > On Thu, 22 Mar 2007 11:35:39 +0200
> > Micha Feigin <[EMAIL PROTECTED]> wrote:
> >
> > [snip]
> >
> > > Why not? other MUAs do it just fine
On Sat, 24 Mar 2007 17:19:11 -0400
Miles Fidelman <[EMAIL PROTECTED]> wrote:
>
> [Sent this a week or so back - never received a single reply... so, one
> more try... Thanks... Miles]
>
> Hi Folks,
>
> I'm trying to install a package that requires curl support, and it's
> installer tells me
please remove me from mailing list my email is [EMAIL PROTECTED] thanks a lot
les shartle
On Sat, 24 Mar 2007 11:56:18 -0500
"Dennis G. Wicks" <[EMAIL PROTECTED]> wrote:
> Greetings;
>
> I am in the process of moving from Win 2k to Linux.
>
> On Win I have a great little program named RoboForm that
> manages my passwords for IE and FireFox and also fills in
> forms with my personal i
On Fri, 23 Mar 2007 16:52:25 -0400
Jim Hyslop <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi, gang
>
> I suspect I know the answer to this, but I'm going to ask anyway :-)
>
> When I ssh into my Debian box from my laptop, sometimes I step away from
> the lap
A binary file usually starts out with a hex 1Ah character in the DOS world
at least. Other clues will be many characters with values in the range of
90H-FFH inclusive. Unix has a file utility whose source code is available
for examination and it's well worth the abundance of file format
infor
Benjamí Villoslada wrote:
El Diumenge 25 Març 2007 21:05, Marty va escriure:
Did you look for any configuration file changes in /etc/udev, particularly
in udev.rules?
I don't know, because never looked in this file. Have this for USB:
# USB devices
SUBSYSTEMS=="u
Celejar wrote:
Miles Fidelman <[EMAIL PROTECTED]> wrote:
I'm trying to install a package that requires curl support, and it's
installer tells me that curl isn't enabled.
well, the problem has been solved (see previous posting to debian-user)
but, to answer your questions ...
Which pac
On Fri, 23 Mar 2007 19:43:01 -0500
cga2000 <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 23, 2007 at 10:13:30AM EST, Ron Johnson wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > On 03/23/07 09:07, [EMAIL PROTECTED] wrote:
> > [snip]
> > >
> > > Thanks, that's exactly what I w
On Sun, 25 Mar 2007 15:57:46 -0400
Miles Fidelman <[EMAIL PROTECTED]> wrote:
> Celejar wrote:
> > Miles Fidelman <[EMAIL PROTECTED]> wrote:
> >
> >> I'm trying to install a package that requires curl support, and it's
> >> installer tells me that curl isn't enabled.
> >>
> well, the probl
To subscribe to or unsubscribe from a mailing list, please send mail to
[EMAIL PROTECTED]
with the word `subscribe' or `unsubscribe' as Subject.
*Please remember the -REQUEST part of the address.*
2007/3/25, les shartle <[EMAIL PROTECTED]>:
please remove me from mailing list my email is [EM
On Sun, Mar 25, 2007 at 07:24:25 -0700, Dave Stephenson wrote:
[...]
> The network interface is integrated into the Asus M2N-e motherboard
>
> from lspci:
> 00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2)
>
> from ifconfig
> eth0 Link encap:Ethernet HWaddr 00:18:F3:86:8C:92
>
El Diumenge 25 Març 2007 21:54, Marty va escriure:
> I guess that's right. Did you verify that usb_serial_visor (module or
> driver) is running?
Is not running! and after one
$ sudo modprobe visor
Palm syncs again, thanks!!
Any idea about the reason because this module is not running? (from t
On Sun, Mar 25, 2007 at 22:17:35 +0200, Florian Kulzer wrote:
> On Sun, Mar 25, 2007 at 07:24:25 -0700, Dave Stephenson wrote:
>
> [...]
>
> > The network interface is integrated into the Asus M2N-e motherboard
> >
> > from lspci:
> > 00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2)
>
I installed etch and it works very fine. But I have only one problem.
My machine (cpu:D940,chipset:ICH7) has inner four sata disk.
Sata emulation is separate IDE as there is Solaris.
I have added sata controller card (Silicon Image 3132) to my box.
At install to inner disk (sdd), I disconnected
On Mon, Mar 26, 2007 at 05:35:39 +0900, HIDEO MORITA wrote:
> I installed etch and it works very fine. But I have only one problem.
>
> My machine (cpu:D940,chipset:ICH7) has inner four sata disk.
>
> Sata emulation is separate IDE as there is Solaris.
>
> I have added sata controller card (Sili
> Hi Mark,
> Have your tried doing aplay from a commandline just to eliminate Gnome
> as the source of the problem. I don't use gnome so I can't help you
> there. Can you get the alsamixer to work? Or does it also complain
> that it can't find any device?
> Cheers,
> Jonathan
Alsamixer only works
Hi
I need some help. I think I screwed my /var while trying to resize it
online.. :(
Nice these new features in ext3... NOT :(
Is there anyone out here that is willing to help on this one? A
filesystem/ext3 guru? Preferable someone in the Netherlands as well,
but any help is appreciated.
I cann
> Hi,
> I don't see what change in Debian Sid (some dist upgrede, suposse)
> makes that the Palm sync doesn't work.
> Seems that the reason is that the system doesn't create
> the /dev/ttyUSB0 --when the 'sync' button push.
I have had very similar issues recently when using jpilot, and
pilot-li
On Sunday 25 March 2007 21:25, Wackojacko wrote:
>
> If you dont have/cant make a vfat partition there is another option.
> There is a windows driver for ext2 (1) (assuming that's what you use)
> which enables you to copy from linux to windows when in windows.
>
This can also be used with ext3 part
On Sun, Mar 25, 2007 at 10:35:11PM +0200, Florian Kulzer wrote:
> On Sun, Mar 25, 2007 at 22:17:35 +0200, Florian Kulzer wrote:
> > On Sun, Mar 25, 2007 at 07:24:25 -0700, Dave Stephenson wrote:
> >
> > [...]
> >
> > > The network interface is integrated into the Asus M2N-e motherboard
> > >
> >
Allan Wind wrote:
> procmail creates mailboxes on the fly if they are not present. If none
> of your rules matched one of its delivery targets, then it uses $DEFAULT
> as your final target.
> mailboxes are not deleted by either procmail or mutt.
> mutt reads its configuration file upon start-up, p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sun, Mar 25, 2007 at 10:59:22AM -0400, Rick Pasotto wrote:
> This showed up for the first time today:
>
> mnr kernel: [drm:via_verify_command_stream] *ERROR* Invalid / Unimplemented
> DMA HEADER command. 0x44357b40
>
> 'uname -a' gives:
>
> Linu
If you dont have/cant make a vfat partition there is another option.
There is a windows driver for ext2 (1) (assuming that's what you use)
which enables you to copy from linux to windows when in windows.
Why not just use NTFS-3G? I hear that there is a stable release since
January 2007.
--
So
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andy Smith wrote:
> On Sat, Mar 24, 2007 at 08:50:59PM -0400, Jim Hyslop wrote:
>>Thanks for the suggestion. It didn't work, unfortunately. 'screen -r
>>pts-0.sirius' returns the error "There is no screen to be resumed
>>matching pts-0.sirius."
>
>
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/25/07 14:01, Andrei Popescu wrote:
> Paul E Condon <[EMAIL PROTECTED]> wrote:
>
>> 1.) What is 'reinjection in a mail queue'? Where can I learn how this
>> differs from whatever is being done by fetchmail as an example case?
>> Or does fetchmai
On Sun, Mar 25, 2007 at 05:27:32PM -0400, Kevin Mark wrote:
> On Sun, Mar 25, 2007 at 10:59:22AM -0400, Rick Pasotto wrote:
> > This showed up for the first time today:
> >
> > mnr kernel: [drm:via_verify_command_stream] *ERROR* Invalid / Unimplemented
> > DMA HEADER command. 0x44357b40
> >
> >
On Sun, Mar 25, 2007 at 10:56:42AM -0500, Ron Johnson wrote:
> > All in all I think you're making a mountain out of flat grass-plains
> > here. There is nothing inherently faulty, false or wrong in what the
> > zebra do there. For one, it makes sure that it is truly temporary. If
> > the app exits
Dear d-u:
On Saturday 24 March 2007 23:35, Jorge Peixoto de Morais Neto wrote:
> Only to be mathematically rigorous: not only the name, but some of the
> artwork, is different.
I just upgraded to version 1.5.0.10 (20070307), and the new artwork
is great!
--
Best wishes,
..reposting, last try was lost in gmane's auth queue.
On Mon, 19 Mar 2007 20:31:03 -0400, Roberto C. Sánchez wrote in
[EMAIL PROTECTED]:
> On Mon, Mar 19, 2007 at 08:02:55PM +0100, Arnt Karlsen wrote:
>> On Sun, 18 Mar 2007 21:24:23 -0400, Roberto wrote in message
>> <[EMAIL PROTECTED]>:
>>
>>
On Mon, 19 Mar 2007 12:20:41 -0500, Ron Johnson wrote in
[EMAIL PROTECTED]:
..reposting, last try was lost in gmane's auth queue.
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 03/18/07 20:24, Roberto C. Sánchez wrote:
>> On Mon, Mar 19, 2007 at 02:04:42AM +0100, Arnt Karlsen wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/25/07 17:47, Arnt Karlsen wrote:
[snip]
> ..you deny the "Let's roll!"-people aboard flight UA93 their
> lawful KIA status, when they "took up arms against the invading
> enemy."
Who says the UA93 passengers were KIA?
For one thing, those passe
I have no answer for you, but I am experiencing the same problem. I'm trying to find out if my Kingston CF card does not support DMA, or if my IDE-CF adaptor does not support DMA.
I have also tried turning DMA off in GRUB, but it seems as though later on in
the bootup sequence, Debian probe
On Sun, 2007-03-25 at 18:19 -0400, Rick Pasotto wrote:
> On Sun, Mar 25, 2007 at 05:27:32PM -0400, Kevin Mark wrote:
> > On Sun, Mar 25, 2007 at 10:59:22AM -0400, Rick Pasotto wrote:
> > > This showed up for the first time today:
> > >
> > > mnr kernel: [drm:via_verify_command_stream] *ERROR* Inva
On Sun, 25 Mar 2007 22:30:10 +0200, Benjamí Villoslada wrote:
> El Diumenge 25 Març 2007 21:54, Marty va escriure:
>> I guess that's right. Did you verify that usb_serial_visor (module or
>> driver) is running?
>
> Is not running! and after one
>
> $ sudo modprobe visor
>
> Palm syncs again,
On Sun, 25 Mar 2007 23:10:09 +0200, Mark Grieveson wrote:
>> Hi,
>
>> I don't see what change in Debian Sid (some dist upgrede, suposse)
>> makes that the Palm sync doesn't work.
>
>> Seems that the reason is that the system doesn't create
>> the /dev/ttyUSB0 --when the 'sync' button push.
>
>
On Sun, 2007-03-25 at 23:00 +0200, Pim Bliek wrote:
> Hi
>
> I need some help. I think I screwed my /var while trying to resize it
> online.. :(
> Nice these new features in ext3... NOT :(
>
> Is there anyone out here that is willing to help on this one? A
> filesystem/ext3 guru? Preferable someo
1. Given a bunch of files, how can I find out the encoding of their
filenames?
2. Which encoding is the best, more portable, should be preferred...?
Why I need this?
I am trying to burn couple of files on Debian Etch using k3b (0.12.17).
These files were originally located on another machine runni
On Sat, 2007-03-24 at 22:02 -0400, Mark Grieveson wrote:
> Hello. After a recent upgrade of Etch, I find I have no sound. The
> volume control thingy on the top panel of gnome suddenly had a red x
> beside it, and, when I pressed it, it gave me the following error:
>
> "The volume control did no
On Sun, Mar 25, 2007 at 08:21:54PM -0400, Greg Folkert wrote:
> On Sun, 2007-03-25 at 18:19 -0400, Rick Pasotto wrote:
> > On Sun, Mar 25, 2007 at 05:27:32PM -0400, Kevin Mark wrote:
> > > On Sun, Mar 25, 2007 at 10:59:22AM -0400, Rick Pasotto wrote:
> > > > This showed up for the first time today:
On Sun, Mar 25, 2007 at 10:47:41PM +, Arnt Karlsen wrote:
> ..reposting, last try was lost in gmane's auth queue.
>
>
> On Mon, 19 Mar 2007 20:31:03 -0400, Roberto C. Sánchez wrote in
> [EMAIL PROTECTED]:
>
> > Reference? Where has President Bush stated that war criminals should
> > not be
..reposting, last try was lost in gmane's auth queue.
On Wed, 21 Mar 2007 21:21:58 -0400, Roberto C. Sánchez wrote in
[EMAIL PROTECTED]:
> On Wed, Mar 21, 2007 at 11:08:42PM +, Arnt Karlsen wrote:
>> On Wed, 21 Mar 2007 16:13:41 -0400, Celejar wrote in
>> [EMAIL PROTECTED]:
>>
>> > It is no
Hi,
I am getting this error when I try to backup my video dvd or just get
info of my video dvd, see below:
linux: dvdbackup -Mi /dev/dvd -I
dvdbackup: relocation error: dvdbackup: undefined symbol:
UDFFindFile
The dependences of dvdbackup are:
linux : ldd /usr/bin/dvdbackup
lib
On Wed, 21 Mar 2007 21:10:22 -0500, Ron Johnson wrote in
[EMAIL PROTECTED]:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 03/21/07 20:21, Roberto C. Sánchez wrote: [snip]
>>
>>The Taliban occupied 95% of the territory, called the Islamic
>>Emirate of Afghanistan. The remaining
Pim Bliek wrote:
Hi
I need some help. I think I screwed my /var while trying to resize it
online.. :(
Nice these new features in ext3... NOT :(
Is there anyone out here that is willing to help on this one? A
filesystem/ext3 guru? Preferable someone in the Netherlands as well,
but any help is ap
On Thu, 22 Mar 2007 16:30:26 -0400, Celejar wrote in
[EMAIL PROTECTED]:
> On Wed, 21 Mar 2007 23:08:42 + (UTC) Arnt Karlsen <[EMAIL PROTECTED]>
> wrote:
>
>> On Wed, 21 Mar 2007 16:13:41 -0400, Celejar wrote in
>> [EMAIL PROTECTED]:
> [snip]
>
>> > [0] http://www.opiniojuris.org/posts/116907
On Mar 25, 2:40 pm, Florian Kulzer <[EMAIL PROTECTED]> wrote:
> On Sun, Mar 25, 2007 at 22:17:35 +0200, Florian Kulzer wrote:
> > On Sun, Mar 25, 2007 at 07:24:25 -0700, Dave Stephenson wrote:
>
> > [...]
>
> > > The network interface is integrated into the Asus M2N-e motherboard
>
> > > from lspci
On Sun, 2007-03-25 at 20:56 -0400, Rick Pasotto wrote:
> On Sun, Mar 25, 2007 at 08:21:54PM -0400, Greg Folkert wrote:
> > On Sun, 2007-03-25 at 18:19 -0400, Rick Pasotto wrote:
> > > On Sun, Mar 25, 2007 at 05:27:32PM -0400, Kevin Mark wrote:
> > > > On Sun, Mar 25, 2007 at 10:59:22AM -0400, Rick
Hi,
I am getting this error when I try to backup my video dvd or just get
info of my video dvd, see below:
linux: dvdbackup -Mi /dev/dvd -I
dvdbackup: relocation error: dvdbackup: undefined symbol: UDFFindFile
The dependences of dvdbackup are:
linux : ldd /usr/bin/dvdbackup
libdvdread
On Thu, 22 Mar 2007 15:40:59 -0400, Celejar wrote in
[EMAIL PROTECTED]:
> On Thu, 22 Mar 2007 10:59:35 -0400 (EDT) [EMAIL PROTECTED] wrote:
>
>> On 21 Mar, Celejar wrote:
>> > On Mon, 19 Mar 2007 15:58:56 -0400 (EDT) [EMAIL PROTECTED] wrote:
>> >
>> >> ...
>>
>> >> Acutually, it is the 3rd
On Mon, Mar 26, 2007 at 01:01:29AM +, Arnt Karlsen wrote:
> >> >
> >> > [0] http://www.opiniojuris.org/posts/1169078731.shtml
> >>
> >> ..neocon propaganda show, ignores the fact that the Taliban was the
> >> Afghan government on 9/11 2001 when W declared war and invoked NATO
> >> treaty Arti
On Tue, 20 Mar 2007 06:53:50 -0700, Steve Lamb wrote in
[EMAIL PROTECTED]:
> Paul Johnson wrote:
>> Cloudless sky with negligable wind is an absence of weather.
>
> Just as white is the absence of color?
.."white is the absence of color?"
..how come milk faces _change_ in color from they a
On Mon, Mar 26, 2007 at 01:10:14AM +, Arnt Karlsen wrote:
> On Wed, 21 Mar 2007 21:10:22 -0500, Ron Johnson wrote in
> [EMAIL PROTECTED]:
>
> > But... they weren't in uniform. (Did the IEA even *have* an Army?)
>
> ..define "uniform" under the Conventions. ;o)
>
Prisoners of war, in the s
On Sun, 25 Mar 2007, Jim Hyslop wrote:
> Yes, that's what I did. I started an ssh session, ran 'screen', and
> launched a program (man screen, IIRC). I got two or three screens
> running, and was able to switch between them.
>
> Then I put my laptop into standby, and brought it out, which forced t
..reposting, last try was lost in gmane's auth queue.
On Fri, 16 Mar 2007 01:09:01 +0100, Arnt Karlsen wrote in
[EMAIL PROTECTED]:
> On Tue, 13 Feb 2007 07:53:34 -0600, Ron wrote in message
> <[EMAIL PROTECTED]>:
>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 02/13/07 04:53, Ar
On Sat, 24 Mar 2007, Ron Johnson wrote:
> > On the contrary. It makes it so that the only way that someone can get
> > to the file is by having cracked the kernel itself. That is, without
> > the file descriptor, no other process can get to the data. For example,
> > qemu does this. Lots of oth
On Mon, 19 Mar 2007 20:32:47 -0400, Roberto C. Sánchez wrote in
[EMAIL PROTECTED]:
> On Mon, Mar 19, 2007 at 09:04:46PM +0100, Arnt Karlsen wrote:
>> On Mon, 5 Mar 2007 17:56:49 -0500, Curt wrote in message
>> <[EMAIL PROTECTED]>:
>>
>> > Celejar <[EMAIL PROTECTED]> replied:
>>
>> > > and then G
1 - 100 of 150 matches
Mail list logo