Re: some problems in mounting usb

2012-09-04 Thread Camaleón
On Tue, 04 Sep 2012 11:50:17 +0800, lina wrote: > there is a usb stick, (...) > My question is that, was the way I used to mount via command wrong? If the USB is formatted with FAT32 you have to set the perms when mounting ("mount -t vfat -o uid=lina,gid=lina,utf8,umask=xxx...") which is done

Re: some problems in mounting usb

2012-09-03 Thread songbird
lina wrote: > Hi, > > there is a usb stick, > > 1] mount via command line > > # mount /dev/sdb1 /mnt/try > > when I tried to mount as: > >:/mnt/try# ls -lrt *.pdf > -rwxr-xr-x 1 root root 1827158 Jun 18 06:29 PIIS0006349512003256.pdf > > it showed me as x x x > > # chmod -x PIIS0006349512003256.pdf

some problems in mounting usb

2012-09-03 Thread lina
Hi, there is a usb stick, 1] mount via command line # mount /dev/sdb1 /mnt/try when I tried to mount as: :/mnt/try# ls -lrt *.pdf -rwxr-xr-x 1 root root 1827158 Jun 18 06:29 PIIS0006349512003256.pdf it showed me as x x x # chmod -x PIIS0006349512003256.pdf # ls -lrt PIIS0006349512003256.pdf

Re: Error when loading nvidia module (was: nvidia-driver - some problems)

2011-10-08 Thread Camaleón
On Sat, 08 Oct 2011 15:51:30 +0200, Hans-J. Ullrich wrote: >> I dunno how nor what "dkms" does but I would first check for the >> basics, for instance, is nouveau module unloaded? Have you restared the >> computer (or at least the X server) after installing -and setting as >> default- the nvidia d

Re: Error when loading nvidia module (was: nvidia-driver - some problems)

2011-10-08 Thread Hans-J. Ullrich
> I dunno how nor what "dkms" does but I would first check for the basics, > for instance, is nouveau module unloaded? Have you restared the computer > (or at least the X server) after installing -and setting as default- the > nvidia driver? DKMS is just building and installing the modulel. Howev

Re: nvidia-driver - some problems

2011-10-08 Thread Camaleón
On Sat, 08 Oct 2011 15:29:06 +0200, Hans-J. Ullrich wrote: >> Well, AFAIK nvidia never stopped supporting their old cards. I know ATI >> did (I mean, the closed source driver), but that's another story... >> > No, they did indeed! It is now a long time, older cards (below 8XXX) > were nor > sup

Error when loading nvidia module (was: nvidia-driver - some problems)

2011-10-08 Thread Camaleón
On Sat, 08 Oct 2011 15:10:36 +0200, Hans-J. Ullrich wrote: > Me again! :-) (let me change the subject for this thread to avoid mixing with the other one) > Now I went back to the latest nvidia driver. Building went fine (I am > using dkms), but it inhibits to load. > > See the last strace ou

Re: nvidia-driver - some problems

2011-10-08 Thread Hans-J. Ullrich
> Well, AFAIK nvidia never stopped supporting their old cards. I know ATI > did (I mean, the closed source driver), but that's another story... > No, they did indeed! It is now a long time, older cards (below 8XXX) were nor supported nby the nvidia-glx driver. So the kernel module could not be

Re: nvidia-driver - some problems

2011-10-08 Thread Camaleón
On Sat, 08 Oct 2011 14:16:11 +0200, Hans-J. Ullrich wrote: > Am Samstag, 8. Oktober 2011 schrieb Camaleón: >> On Sat, 08 Oct 2011 13:59:45 +0200, Hans-J. Ullrich wrote: > >> I must have missed something, but: >> >> http://www.nvidia.com/object/linux-display-amd64-285.05.09-driver.html >> >> Isn

Re: nvidia-driver - some problems

2011-10-08 Thread Hans-J. Ullrich
Me again! Now I went back to the latest nvidia driver. Building went fine (I am using dkms), but it inhibits to load. See the last strace output from "strace modprobe nvidia": stat64("/sys/module", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 stat64("/sys/module/i2c_core", {st_mode=S_IFDIR|0755

Re: nvidia-driver - some problems

2011-10-08 Thread Hans-J. Ullrich
Am Samstag, 8. Oktober 2011 schrieb Camaleón: > On Sat, 08 Oct 2011 13:59:45 +0200, Hans-J. Ullrich wrote: > I must have missed something, but: > > http://www.nvidia.com/object/linux-display-amd64-285.05.09-driver.html > > Isnt' your card listed there ("supported products" tab)? Mine is (7600 >

Re: nvidia-driver - some problems

2011-10-08 Thread Camaleón
On Sat, 08 Oct 2011 13:59:45 +0200, Hans-J. Ullrich wrote: >> Nope, that cannot be possible. Can you point me to some oficial >> document? I'm interested in this because I also have a 7600GS card and >> wouldn't like to have any problem in the upcoming wheezy. >> > > Well, I just do niot find it

Re: nvidia-driver - some problems

2011-10-08 Thread Hans-J. Ullrich
> Nope, that cannot be possible. Can you point me to some oficial document? > I'm interested in this because I also have a 7600GS card and wouldn't > like to have any problem in the upcoming wheezy. > > Greetings, Well, I just do niot find it at the moment, but the drivers from Nvidia are suppo

Re: nvidia-driver - some problems

2011-10-08 Thread Camaleón
On Sat, 08 Oct 2011 06:15:56 -0500, Hugo Vanwoerkom wrote: > Yes, that's what happened with that 3.0.0 nomenclature. You may not want > to hear this but the fastest solution is a new card. > http://www.newegg.com/Product/Product.aspx?Item=N82E16814139150 as > little as US$34.- Are you saying that

Re: nvidia-driver - some problems

2011-10-08 Thread Hugo Vanwoerkom
Hans-J. Ullrich wrote: Hello all, I am using debian/testing on my desktop pc. This computer is using a Nvidia card 7300 GT ultra. As this is an older card, I got into a little problems. My problems: 1. I want to use 3d-accceleration, so I need to use the proprietrary driver from Nvidia. 2

Re: nvidia-driver - some problems

2011-10-08 Thread Camaleón
On Sat, 08 Oct 2011 13:05:46 +0200, Hans-J. Ullrich wrote: >> driver from Nvidia. >> > >> > 2. This card is not supported by the newest driver, but with >> > nvidia-kernel- legacy-173xx and nvidia-glx-173xx. >> >> (...) >> >> Wait, wait... That's not possible. >> >> Branch "280.xx" should be f

Re: nvidia-driver - some problems

2011-10-08 Thread Hans-J. Ullrich
> driver from Nvidia. > > > > 2. This card is not supported by the newest driver, but with > > nvidia-kernel- legacy-173xx and nvidia-glx-173xx. > > (...) > > Wait, wait... That's not possible. > > Branch "280.xx" should be fine for your card. What problem are you facing > with the newer driver

Re: nvidia-driver - some problems

2011-10-08 Thread Scott Ferguson
On 08/10/11 21:28, Hans-J. Ullrich wrote: > Hello all, > > I am using debian/testing on my desktop pc. This computer is using a Nvidia > card 7300 GT ultra. As this is an older card, I got into a little problems. > My > problems: > > 1. I want to use 3d-accceleration, so I need to use the pro

Re: nvidia-driver - some problems

2011-10-08 Thread Camaleón
On Sat, 08 Oct 2011 12:28:13 +0200, Hans-J. Ullrich wrote: > Hello all, > > I am using debian/testing on my desktop pc. This computer is using a > Nvidia card 7300 GT ultra. As this is an older card, I got into a little > problems. My problems: > > 1. I want to use 3d-accceleration, so I need to

nvidia-driver - some problems

2011-10-08 Thread Hans-J. Ullrich
Hello all, I am using debian/testing on my desktop pc. This computer is using a Nvidia card 7300 GT ultra. As this is an older card, I got into a little problems. My problems: 1. I want to use 3d-accceleration, so I need to use the proprietrary driver from Nvidia. 2. This card is not support

Re: i'm having some problems, I am a fairly novice user, such as just getting to my /etc/apt/sources.list ( can you help)

2008-03-16 Thread Nigel Henry
On Sunday 16 March 2008 15:52, Thomas D. Gaudette wrote: > [EMAIL PROTECTED]:~$ su > Password: > c-76-119-151-250:/home/thomas# etc/apt/sources.list > bash: etc/apt/sources.list: No such file or directory > c-76-119-151-250:/home/thomas# file /etc/apt/sources.list > /etc/apt/sources.list: ASCII tex

Re: i'm having some problems, I am a fairly novice user, such as just getting to my /etc/apt/sources.list ( can you help)

2008-03-16 Thread Damon L. Chesser
Thomas D. Gaudette wrote: [EMAIL PROTECTED]:~$ su Password: c-76-119-151-250:/home/thomas# etc/apt/sources.list bash: etc/apt/sources.list: No such file or directory c-76-119-151-250:/home/thomas# file /etc/apt/sources.list /etc/apt/sources.list: ASCII text c-76-119-151-250:/home/thomas# file Usa

Re: i'm having some problems, I am a fairly novice user, such as just getting to my /etc/apt/sources.list ( can you help)

2008-03-16 Thread Douglas A. Tutty
On Sun, Mar 16, 2008 at 10:52:50AM -0400, Thomas D. Gaudette wrote: > [EMAIL PROTECTED]:~$ su > Password: > c-76-119-151-250:/home/thomas# etc/apt/sources.list your asking bash to execute /home/thomas/etc/apt/sources.list, probably not what you want. > bash: etc/apt/sources.list: No such file or di

i'm having some problems, I am a fairly novice user, such as just getting to my /etc/apt/sources.list ( can you help)

2008-03-16 Thread Thomas D. Gaudette
[EMAIL PROTECTED]:~$ su Password: c-76-119-151-250:/home/thomas# etc/apt/sources.list bash: etc/apt/sources.list: No such file or directory c-76-119-151-250:/home/thomas# file /etc/apt/sources.list /etc/apt/sources.list: ASCII text c-76-119-151-250:/home/thomas# file Usage: file [-bcikLhnNsvz] [-f

Re: Some problems delivering mail.

2006-10-23 Thread Andrew Sackville-West
On Mon, Oct 23, 2006 at 07:40:00PM +0300, Yura wrote: > Hi All, > > What are all those messages about? > > 2006-10-23 16:58:10 1Gc0Ja-0003Cp-Sw SMTP error from remote mailer after > RCPT TO:<[EMAIL PROTECTED]>: host smtpin.comfort-service.com > [194.44.136.142]: 450 <[EMAIL PROTECTED]>: Recipie

Some problems delivering mail.

2006-10-23 Thread Yura
Hi All, What are all those messages about? 2006-10-23 16:58:10 1Gc0Ja-0003Cp-Sw SMTP error from remote mailer after RCPT TO:<[EMAIL PROTECTED]>: host smtpin.comfort-service.com [194.44.136.142]: 450 <[EMAIL PROTECTED]>: Recipient address rejected: Greylisted for 120 seconds (see http://isg.ee

Re: Some Problems with (X)Emacs

2006-05-01 Thread Bill Wohler
"Norbert Grün" <[EMAIL PROTECTED]> writes: > GNU Emacs 21.4 has some problems when customising a large number of > options, probably there is a hidden limit to the size of the .emacs file. Not in Emacs. > Also there is no migration tool for importing GNU Emacs 20.7 .

Some Problems with (X)Emacs

2006-05-01 Thread Norbert Grün
ker due to constantly refreshing the buffer tabs and the buttons in a customisation buffer. Also sometimes activating the menu bar with the mouse shows no direct effect besides disabling the mouse in a buffer, some ESCs fix that. GNU Emacs 21.4 has some problems when customising a large number

Re: Where to find... NOW: update - 2.6.15 on sarge: boots but some problems remain

2006-01-17 Thread A. F. Cano
that don't exist in sarge were necessary. I had already found out long ago that a custom kernel based on the .config file of the standard distribution kernel wouldn't boot without an initrd image. In any case, here's what I did and, although I overcame some problems and the sar

Re: [SOLVED] Downgrading a package that is causing some problems in KDE

2005-08-23 Thread Ibrahim Mubarak
--- Bill Marcum <[EMAIL PROTECTED]> wrote: > On Mon, Aug 22, 2005 at 12:18:07PM -0700, Ibrahim Mubarak wrote: > > > > First of all, how can I find out what version of a package is > installed > > on my system without going through synaptic or dselect, because > > sometimes I don't have access to

Re: Downgrading a package that is causing some problems in KDE

2005-08-23 Thread Bill Marcum
On Mon, Aug 22, 2005 at 12:18:07PM -0700, Ibrahim Mubarak wrote: > > First of all, how can I find out what version of a package is installed > on my system without going through synaptic or dselect, because > sometimes I don't have access to an X session and the version number > would be too long

Re: Downgrading a package that is causing some problems in KDE

2005-08-22 Thread Florian Kulzer
--- Ibrahim Mubarak <[EMAIL PROTECTED]> wrote: First of all, how can I find out what version of a package is installed on my system without going through synaptic or dselect, [...] Have a look at the manpage of the 'apt-cache' command, especially the 'policy' part: $ apt-cache policy kdelibs-

Re: Downgrading a package that is causing some problems in KDE

2005-08-22 Thread Sven Hoexter
On Mon, Aug 22, 2005 at 03:36:33PM -0500, Kent West wrote: > Ibrahim Mubarak wrote: > > >--- Ibrahim Mubarak <[EMAIL PROTECTED]> wrote: > > > > > >>I performed an upgrade yesterday to my SID system. I know these are > >>tough times with the migration to gcc 4.0 and everything, and that I > >>sho

Re: Downgrading a package that is causing some problems in KDE

2005-08-22 Thread Kent West
Ibrahim Mubarak wrote: >--- Ibrahim Mubarak <[EMAIL PROTECTED]> wrote: > > >>I performed an upgrade yesterday to my SID system. I know these are >>tough times with the migration to gcc 4.0 and everything, and that I >>should have been more careful, but I messed up. I am still not sure >>where. N

Re: Downgrading a package that is causing some problems in KDE

2005-08-22 Thread Ibrahim Mubarak
--- Ibrahim Mubarak <[EMAIL PROTECTED]> wrote: > Hi all, > > I performed an upgrade yesterday to my SID system. I know these are > tough times with the migration to gcc 4.0 and everything, and that I > should have been more careful, but I messed up. I am still not sure > where. Now (after a reboo

Downgrading a package that is causing some problems in KDE

2005-08-22 Thread Ibrahim Mubarak
Hi all, I performed an upgrade yesterday to my SID system. I know these are tough times with the migration to gcc 4.0 and everything, and that I should have been more careful, but I messed up. I am still not sure where. Now (after a reboot), when I am in KDE, nothing appears on the panel menu exce

Laptop intel 64 bits - some problems

2005-06-24 Thread Felipe Alves Moreira
So I've tried install debian 3.1 for 64bits. I installed through "linux noapic" because it is crash when I put the cd and run in first time. So it's ok, I finished installation and its ok. When I ran the debian in default mode, it is going running and then crash saying to me. missing kernel or

some problems with evolution and gnome2

2002-12-18 Thread Angel L. Mateo
Hi, I have recently updated my gnome installation to gnome2 and since then I have some problems with evolution (problems that I haven't got when I used gnome 1.4) First, I have configured gnome and evolution to be able to use the euro symbol in my messages (text messages).

Re: Some problems printing

2002-09-27 Thread Andy Saxena
On Thu, Sep 26, 2002 at 08:37:19PM +0200, Ronald Castillo wrote: > I'm trying to print the test page from a Debian Sarge PC. After messing > around a while I made KDE see the printers, but non-KDE apps (Opera) don't. I don't use Opera, but I'd guess that Opera sends its output to lp or lpr. Pip

Some problems printing

2002-09-26 Thread Ronald Castillo
On Thursday 26 September 2002 17:11, Andy Saxena wrote: > On Thu, Sep 26, 2002 at 12:44:46PM +0200, Ronald Castillo wrote: > > Hello.. > > > > Reading this thread I decided to give a try to CUPS and I've managed to > > configure my printer (HP Deskjet 722C connected to a Win2K PC on LAN). > > Anyw

Re: some problems with gnome

2002-03-01 Thread dman
On Fri, Mar 01, 2002 at 07:52:01PM +0100, Raphaël Scateni wrote: | Hi, | | I am running debian woody, with gnome 1.4 | When launching gnome, i have a message How are you launching gnome? Via 'startx' or gdm? | Desk guide alert |gnome desktop guide |you are running a gnome compliant wind

Re: some problems with gnome

2002-03-01 Thread Timo --Blazko-- Boewing
On Fri, 2002-03-01 at 19:52, Raphaël Scateni wrote: Hello Raphaël, > > Desk guide alert >gnome desktop guide >you are running a gnome compliant window manager > gnome support by the window manager is strongly recommended for proper > desk guide operation. GNOME users often tend to use

some problems with gnome

2002-03-01 Thread Raphaël Scateni
Hi, I am running debian woody, with gnome 1.4 When launching gnome, i have a message Desk guide alert gnome desktop guide you are running a gnome compliant window manager gnome support by the window manager is strongly recommended for proper desk guide operation. Moreover, some details a

[Sid] Some problems

2002-01-05 Thread paca
Hi all, 1) I've got the kernel 2.4.13 and this message at startup : modprobe cant localte module char-major-10-135 what is it ? Do I need this module ? how can I remove it. 2) A few weeks ago after packages' upgrade my the scroll function under gtk apps doesn't work

Re: some problems.

2001-06-12 Thread Wayne Topa
Subject: some problems. Date: Tue, Jun 12, 2001 at 04:55:08PM -0500 In reply to:John Quoting John([EMAIL PROTECTED]): > using Grub, my linux entry looks like this: > > title Debian kernel 2.4.5-k6 > root (hd0,1) > kernel /boot/vmlinuz-2.4.5-k6 root = /dev/hda2 r

some problems.

2001-06-12 Thread John
using Grub, my linux entry looks like this: title Debian kernel 2.4.5-k6 root (hd0,1) kernel /boot/vmlinuz-2.4.5-k6 root = /dev/hda2 ro idebus=66 hdd=ide-scsi initrd /boot/initrd-2.4.5-k6 however, when it boots, it does not set idebus to 66, it defaults to 33, and tells me to "add idebus=xx", wh

Re: Hello i have some problems with my gcc

2000-07-07 Thread Mike Werner
znider ICKE wrote: > Hi im having some problems with my gcc program when i use it to compile a > file its saids. > > #include > #include > #include > #include > #include > #include > #include > #include Install the libc6-dev package. > and im not h

Hello i have some problems with my gcc

2000-07-07 Thread znider ICKE
Hi im having some problems with my gcc program when i use it to compile a file its saids. #include #include #include #include #include #include #include #include and im not having any of thes files so i wounder whis packages they are in so i can instal them. would be pleasd for

re: dhcpcd (0.70) under Debian - some problems...

1999-08-01 Thread Kirt Runolfson
You should be able to put your mac address, ifconfig should list it as HWaddr, into the configuration file. This way it will give you an ip address based on your ethernet cards mac address. It should be the same in both operating systems. -Kirt Runolfson Northwest Advantage

dhcpcd (0.70) under Debian - some problems...

1999-07-30 Thread Martin Waller
Hi, I have Debian 2.1 (dual boot with another OS...) sitting on a network here at work. Under win95, dhcpcd always gives me the same IP address, but when I boot under Debian, it always gives me a different IP which is annoying as it makes it hard to find by others and myself on the network.

Some problems about the slink installation.

1999-05-30 Thread ZHUANG, Hao
Dear All, I'm new to this stuff and installed Debian slink recently, however, I have some problems: 1. Is there any filter for the HP LaserJet 5L printer. I can only print the text with ifhp filter. 2. My xterm always quits after some idle time (30min ?), how can I di

Re: some problems

1998-01-06 Thread Martin Bialasinski
[EMAIL PROTECTED] (Volker Bauer) writes: > On my system I don't find the Hisax modul. So how can I select it? With > modconf there is no Hisax selection possible (no hisax.o under modules/ > or elsewhere). So I tried to built the "hisax.o" out of the "dummy.o" to > get Hisax available, but it does

Re: some problems

1998-01-06 Thread Volker Bauer
Martin Bialasinski wrote: > > However I tried to built the telesmodul in the kernel but the system > > refuses to load it with irq 15, and I don't know how to change the > > irq.(command line doesn't worked either. Under Win95 the setting is > okay > > with irq 2.) I have downloaded the HiSax dok

Re: some problems

1998-01-05 Thread Martin Bialasinski
[EMAIL PROTECTED] (Volker Bauer) writes: > 2)ISDN - I have a creatix 16.0 card. I wonder how can I load the HiSax > driver? With modconf just the telesdriver seems loadable ( what does > this mean:teles is old. use HiSax instead? Does this mean Debian uses > automaically HiSax instead or that it's

some problems

1998-01-05 Thread Volker Bauer
Hi, since about two weeks (christmas holidays) I spent day to day to get my Debian system ready. I reached a point were my xserver works quite well, running KDE to my satisfaction, but I still encounter some heavy problems which I am unable to solve. 1) My printer (canon,bjc800) doesn't work. I t

Re: (dpkg-ftp) Re: dftp and some problems

1996-11-28 Thread Muralynd
On 27 Nov 1996, Andy Guy wrote: > pppd and chat should be in /usr/sbin. They are on my system. It is > very unlikely a downloaded package that has been corrupted will not > then be rejected by dpkg-ftp. And for the corruption to just move a > few files around - even more improbable. > > Andy.

(dpkg-ftp) Re: dftp and some problems

1996-11-28 Thread Andy Guy
"Brian C. White" <[EMAIL PROTECTED]> writes: > > > > > I tried to connect and then choose ftp from the dselect access menu but > > > I couldn't get the pppd to connect right. as far as I can see everything > > > is exactly the same (Except lots of stuff that should be in /usr/bin and > > >

Re: dftp and some problems

1996-11-27 Thread Brian C. White
> > I tried to connect and then choose ftp from the dselect access menu but > > I couldn't get the pppd to connect right. as far as I can see everything > > is exactly the same (Except lots of stuff that should be in /usr/bin and > > /usr/sbin is in /bin and /sbin instead.. pppd and chat are i

dftp and some problems

1996-11-27 Thread Muralynd
Woops.. caught the spamfilter (Only mildly annoying) here is the original > Okay, I fsck'd up bad :) Instead of doing the smart thing and deleting > Dos/WFWG (Actually, I need to keep dos until I get the BBS up under > Linux) then making all my drives ext2 I just used one. > > /d