Re: how to start gnome from the command line

2010-11-13 Thread Camaleón
On Fri, 12 Nov 2010 19:45:21 -0300, Kjetil brinchmann Halvorsen wrote:

> On Fri, Nov 12, 2010 at 18:01, Camaleón wrote:

(...)

>> Uh? Only that? :-?
>>
>> IIRC, "gnome-desktop-environment" and "gnome-core" should be also
>> installed.
>>
>> If the above both packages are not installed, get them by now :-)

> If I do
> apt-get install gnome-core
> 
> and then
> 
> dpkg --list | grep "gnome-"
> 
> then gnome-core is NOT included in the list. ¿What is happening?

I dunno :-?

But "gnome-core" suggests "gnome-desktop-environment" and "gnome-desktop-
environment" depends on "gnome-core" so... you should have both installed.

You could check "apt" logs (/var/log/apt/*).

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.11.13.11.20...@gmail.com



Re: Search application for desktop in Squeeze?

2010-11-13 Thread Daniel Andersson

On 11/12/2010 04:04 PM, Wolodja Wentland wrote:

On Fri, Nov 12, 2010 at 15:35 +0100, Daniel Andersson wrote:
   

Does anyone have a tip on a good search application in Squeeze repository?
 

Have a look at tracker [1] it might be what you are after. I haven't
checked though if it is in active development.

[1] http://projects.gnome.org/tracker/
   



The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
   


Alright!

I did a "aptitude install tracker-gui".

But when I run tracker-stats I get:

(tracker-stats:4313): Tracker-CRITICAL **: Could not connect to the 
D-Bus session bus, Did not receive a reply. Possible causes include: the 
remote application did not send a reply, the message bus security policy 
blocked the reply, the reply timeout expired, or the network connection 
was broken.

Could not establish a D-Bus connection to Tracker



A bunch of apps where installed:

Processing triggers for man-db ...
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Processing triggers for hicolor-icon-theme ...
Setting up libgtkhtml3.14-19 (3.30.3-1) ...
Setting up libgtkhtml-editor-common (3.30.3-1) ...
Setting up libgtkhtml-editor0 (3.30.3-1) ...
Setting up libevolution (2.30.3-3) ...
Setting up libgee2 (0.5.2-1) ...
Setting up libtracker-extract-0.8-0 (0.8.17-1) ...
Setting up libtracker-miner-0.8-0 (0.8.17-1) ...
Setting up libunac1 (1.8.0-2) ...
Setting up libzip1 (0.9.3-1) ...
Setting up odt2txt (0.4+git20100620-1) ...
Setting up tracker (0.8.17-1) ...
Setting up tracker-extract (0.8.17-1) ...
Setting up tracker-gui (0.8.17-1) ...
Setting up tracker-miner-evolution (0.8.17-1) ...
Setting up tracker-miner-fs (0.8.17-1) ...
Setting kernel variables ...done.
Setting up tracker-utils (0.8.17-1) ...
Setting up unzip (6.0-4) ...


Is something missing?



Sorry, I thought I started a new thread Camaleón. I did a reply on a 
random mail and made sure to delete everything non-related.



/Daniel


Re: Search application for desktop in Squeeze?

2010-11-13 Thread Camaleón
On Sat, 13 Nov 2010 12:29:32 +0100, Daniel Andersson wrote:

> On 11/12/2010 04:04 PM, Wolodja Wentland wrote:
>> On Fri, Nov 12, 2010 at 15:35 +0100, Daniel Andersson wrote:
>>
>>> Does anyone have a tip on a good search application in Squeeze
>>> repository?
>>>  
>> Have a look at tracker [1] it might be what you are after. I haven't
>> checked though if it is in active development.
>>
>> [1] http://projects.gnome.org/tracker/
>>
>>
> Alright!
> 
> I did a "aptitude install tracker-gui".
> 
> But when I run tracker-stats I get:
> 
> (tracker-stats:4313): Tracker-CRITICAL **: Could not connect to the
> D-Bus session bus, Did not receive a reply. Possible causes include: the
> remote application did not send a reply, the message bus security policy
> blocked the reply, the reply timeout expired, or the network connection
> was broken.
> Could not establish a D-Bus connection to Tracker

Ensure you have started tracker daemon.

ps aux | grep tracker

> A bunch of apps where installed:

(...)

That's fine.

> Is something missing?

You have to run tracker.

> Sorry, I thought I started a new thread Camaleón. I did a reply on a
> random mail and made sure to delete everything non-related.

"Reply" is not a "new" thread :-)

Different subjects require different threads (new ones, not just replying 
and removing the old content).

Also, html formatted e-mails should be avoided in this list ;-)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.11.13.11.40...@gmail.com



Re: How to check which package are from multimedia.org?

2010-11-13 Thread Curt
On 2010-11-12, Artur Frydel  wrote:
>
> It's magic :) But it's works!
> My debian show me this asnwer;
>
> r...@glowny:# aptitude search ~S~i\(~mmarillat\!~Odebian\)

You don't have to be root for this operation.

Just saying.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnidt30v.324.cu...@einstein.electron.org



Re: How to check which package are from multimedia.org?

2010-11-13 Thread Camaleón
On Fri, 12 Nov 2010 12:23:44 +, Artur Frydel wrote:

(...)

> I've found w32codecs also. Thery are needed by mplayer to work witch
> some windows codecs? Am I right? 

Yes.

> Is any method to replace this packet - not using multimedia?

IIRC, "w32codecs" is only needed for uncommon/rare codecs because main 
codecs are included within mplayer.

Anyway, if you don't want to use multimedia repo (why? :-?) you can 
always fetch binary codecs from MPlayer site and put them inside MPlayer 
codecs folder (I don't think this is a task you have to perform very 
often...)

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.11.13.13.15...@gmail.com



Re: how to start gnome from the command line

2010-11-13 Thread Kjetil brinchmann Halvorsen
OK, thanks all! Now it functions more or less , but despite saying
apt-get install gnome-desktop-environment
(multiple times), it still do not get installed.
(But with apt-get --fix-missings install gnome-desktop-environment
at least most of its dependencies got installed.)

Here is what is happening:

r...@kjetil:/home/kjetil# apt-get install gnome-desktop-environment
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  alsa-oss at-spi dasher dasher-data espeak espeak-data festival festlex-cmu
  festlex-poslex festvox-kallpc16k freeglut3 gnome-accessibility
  gnome-accessibility-themes gnome-cards-data gnome-games gnome-games-data
  gnome-games-extra-data gnome-mag gnome-orca gnome-system-log gnuchess
  gnuchess-book gok gstreamer0.10-tools gucharmap guile-1.8-libs gvfs-bin
  hamster-applet libatspi1.0-0 libboost-python1.42.0 libbrlapi0.5
  libcairo-perl libcolorblind0 libcryptui0 libdiscid0 libepc-1.0-2
  libepc-common libepc-ui-1.0-2 libespeak1 libestools2.0
  libfreerdp-plugins-standard libfreerdp0 libgail-common libgail-gnome-module
  libgalago3 libgdata-common libgdata7 libglib-perl libgnome-mag2
  libgnome-speech7 libgnome2-canvas-perl libgnome2-perl libgnome2-vfs-perl
  libgtk2-perl liblouis-data liblouis2 libmusicbrainz3-6 libpango-perl
  libportaudio2 libssh-4 libtidy-0.99-0 mesa-utils mousetweaks oss-compat
  python-axiom python-beautifulsoup python-brlapi python-bugbuddy
  python-clientform python-coherence python-configobj python-epsilon
  python-evolution python-feedparser python-gdata python-gdbm python-gst0.10
  python-gtkglext1 python-httplib2 python-louie python-louis python-mechanize
  python-nevow python-notify python-opengl python-openssl python-pam
  python-pkg-resources python-pyasn1 python-pyatspi python-pysqlite2
  python-rdflib python-serial python-tagpy python-twisted-bin
  python-twisted-conch python-twisted-core python-twisted-web python-utidylib
  python-xdg python-zope.interface remmina remmina-plugin-data
  remmina-plugin-rdp remmina-plugin-vnc seahorse seahorse-plugins sound-juicer
  totem totem-coherence totem-common totem-mozilla totem-plugins vino
  xdg-user-dirs xdg-user-dirs-gtk
Suggested packages:
  pidgin-festival festival-freebsoft-utils gnome-dbg gnome-hearts xboard
  eboard gok-doc xfreerdp libgtk2-perl-doc bug-buddy python-gdbm-dbg
  python-gst0.10-dev python-gst0.10-dbg python-tk libgle3 python-openssl-doc
  python-openssl-dbg python-distribute python-distribute-doc
  python-pysqlite2-doc python-pysqlite2-dbg python-wxgtk2.8 python-wxgtk2.6
  python-wxgtk python-twisted-bin-dbg python-qt3 python-profiler
  python-z3c.recipe.sphinxdoc gstreamer0.10-lame
  gstreamer0.10-plugins-really-bad gnome-codec-install
  gstreamer0.10-pulseaudio gromit vinagre
The following NEW packages will be installed:
  alsa-oss at-spi dasher dasher-data espeak espeak-data festival festlex-cmu
  festlex-poslex festvox-kallpc16k freeglut3 gnome-accessibility
  gnome-accessibility-themes gnome-cards-data gnome-desktop-environment
  gnome-games gnome-games-data gnome-games-extra-data gnome-mag gnome-orca
  gnome-system-log gnuchess gnuchess-book gok gstreamer0.10-tools gucharmap
  guile-1.8-libs gvfs-bin hamster-applet libatspi1.0-0 libboost-python1.42.0
  libbrlapi0.5 libcairo-perl libcolorblind0 libcryptui0 libdiscid0
  libepc-1.0-2 libepc-common libepc-ui-1.0-2 libespeak1 libestools2.0
  libfreerdp-plugins-standard libfreerdp0 libgail-common libgail-gnome-module
  libgalago3 libgdata-common libgdata7 libglib-perl libgnome-mag2
  libgnome-speech7 libgnome2-canvas-perl libgnome2-perl libgnome2-vfs-perl
  libgtk2-perl liblouis-data liblouis2 libmusicbrainz3-6 libpango-perl
  libportaudio2 libssh-4 libtidy-0.99-0 mesa-utils mousetweaks oss-compat
  python-axiom python-beautifulsoup python-brlapi python-bugbuddy
  python-clientform python-coherence python-configobj python-epsilon
  python-evolution python-feedparser python-gdata python-gdbm python-gst0.10
  python-gtkglext1 python-httplib2 python-louie python-louis python-mechanize
  python-nevow python-notify python-opengl python-openssl python-pam
  python-pkg-resources python-pyasn1 python-pyatspi python-pysqlite2
  python-rdflib python-serial python-tagpy python-twisted-bin
  python-twisted-conch python-twisted-core python-twisted-web python-utidylib
  python-xdg python-zope.interface remmina remmina-plugin-data
  remmina-plugin-rdp remmina-plugin-vnc seahorse seahorse-plugins sound-juicer
  totem totem-coherence totem-common totem-mozilla totem-plugins vino
  xdg-user-dirs xdg-user-dirs-gtk
0 upgraded, 117 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,252 kB/90.8 MB of archives.
After this operation, 284 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 ftp://ftp.us.debian.org/debian/ squeeze/main libgtk2-perl amd64
2:1.222-1 [1,252 kB]
Err ftp://ftp.us.debian.org/debian/ squeeze/main libgtk2-perl amd64 2:

Re: how to start gnome from the command line

2010-11-13 Thread Eduardo M KALINOWSKI

 Please don't top post.

On 11/13/2010 01:00 PM, Kjetil brinchmann Halvorsen wrote:

As you can see from above, the package
libgtk2-perl
do not seem to exist (I have tried three mirrors, multiple times).


Did you run apt-get update first?

--
Eduardo M KALINOWSKI
edua...@kalinowski.com.br


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4cdeac45.1030...@kalinowski.com.br



Re: Load_Cycle_Count to stop growing.

2010-11-13 Thread Sthu Deus
Thank You for Your time and answer, Camaleón:

> JFYI (from my notebook):
> 
> 
> 9 Power_On_Hours  0x0032   049   049   000Old_age
> Always   -   20456 193 Load_Cycle_Count0x0032   074
> 074   000Old_age   Always   -   261161 194
> Temperature_Celsius 0x0022   100   100   000Old_age
> Always   -   37 (Lifetime Min/Max 21/52)

From here

http://www.linux-archive.org/debian-laptop/230272-load_cycle_count-60-bad.html

if I have learned the truth, spinning up/down is not shown by
Load_Cycle_Count parameter - but by Start_Stop_Count - in which case I
have not to worry, for it stands the same while running.

But it is bad that it loads the head all the time. - Though I do not
know if it worth (I think it does as my computer is on sure surface) -
to tune it so that it will be flying all the time, or it is unwise?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cdead75.ce7c0e0a.1231.e...@mx.google.com



Re: how to start gnome from the command line

2010-11-13 Thread Kjetil brinchmann Halvorsen
see below.

On Sat, Nov 13, 2010 at 12:18, Eduardo M KALINOWSKI
 wrote:
>  Please don't top post.
>
> On 11/13/2010 01:00 PM, Kjetil brinchmann Halvorsen wrote:
>>
>> As you can see from above, the package
>> libgtk2-perl
>> do not seem to exist (I have tried three mirrors, multiple times).
>
> Did you run apt-get update first?

Yes. there must be a problem with the mirrors. I was able to download
libgtk2-perl
manually from the web, and install it with dpkg.

that solved the last of the problems.

kjetil

>
> --
> Eduardo M KALINOWSKI
> edua...@kalinowski.com.br
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject
> of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: http://lists.debian.org/4cdeac45.1030...@kalinowski.com.br
>
>



-- 
"If you want a picture of the future - imagine a boot stamping on the
human face - forever."

George Orwell (1984)


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlkti=dr50wjck5yjxtxmggrd+pp_c_58bmjtkhm...@mail.gmail.com



Re: kernel option for scsi emulation

2010-11-13 Thread Hugo Vanwoerkom

On Fri, 12 Nov 2010 14:10:48 -0600, Hugo Vanwoerkom wrote:


On 11/12/2010 01:49 PM, Camaleón wrote:


(...)


Compare both "lsmod | grep ata" outputs.



Good suggestion:

h...@debian:/$ grep ata 11.2.6.32-5-686.lsmod 
ata_generic 2047  0
libata115745  3 ata_generic,sata_via,pata_via 
pata_via5701  4

sata_via5608  0
scsi_mod  101401  6 ums_cypress,usb_storage,sg,sr_mod,sd_mod,libata 


If that's correct, then I'm missing :-)

kernel 2.6.32 was not the one using legacy driver _but_ it is
loading it (pata_via).

h...@debian:/$ grep ata 11.2.6.36-hvw.lsmod

ata_generic 2075  0
libata116648  2 ata_generic,sata_via 
sata_via5380  0

scsi_mod  100151  5 sg,sd_mod,ums_cypress,usb_storage,libata


So both kernels have libata, but only 2.6.32-5-686 has pata_via and
sr_mod.


Yep, but 2.6.32 was using "/dev/sd*" nomenaclature for Maxtor disk >:-?

2.6.32-5-686
/dev/sda1: LABEL="6Y080P0.01" 
UUID="1205def1-2141-4b3a-97d0-0b94ca1c4ff2" TYPE="ext2"
/dev/sda5: LABEL="6Y080P0.05" 
UUID="dc767bc6-ebe4-4dfb-a8f1-739709598dc7" TYPE="ext2"
/dev/sda6: LABEL="6Y080P0.06" 
UUID="a7cfe5f2-b136-4a73-ac8a-f3e2121102c8" TYPE="ext2"
/dev/sda7: LABEL="6Y080P0.07" 
UUID="45ee8af8-c443-42d4-ae59-6f68e33932e8" TYPE="ext2"

/dev/sda8: LABEL="win_D" UUID="4131-BA32" TYPE="vfat"
/dev/sda9: LABEL="6Y080P0.09" 
UUID="5a09faf0-6f8e-4c72-a23b-46fe963754ef" TYPE="swap"
/dev/sda10: LABEL="6Y080P0.10" 
UUID="66c1d026-1e4c-4392-8aa0-e0d9f2cb4277" TYPE="ext2"


2.6.36-hvw
/dev/hda1: LABEL="6Y080P0.01" 
UUID="1205def1-2141-4b3a-97d0-0b94ca1c4ff2" TYPE="ext2"
/dev/hda5: LABEL="6Y080P0.05" 
UUID="dc767bc6-ebe4-4dfb-a8f1-739709598dc7" TYPE="ext2"
/dev/hda6: LABEL="6Y080P0.06" 
UUID="a7cfe5f2-b136-4a73-ac8a-f3e2121102c8" TYPE="ext2"
/dev/hda7: LABEL="6Y080P0.07" 
UUID="45ee8af8-c443-42d4-ae59-6f68e33932e8" TYPE="ext2"

/dev/hda8: LABEL="win_D" UUID="4131-BA32" TYPE="vfat"
/dev/hda9: LABEL="6Y080P0.09" 
UUID="5a09faf0-6f8e-4c72-a23b-46fe963754ef" TYPE="swap"
/dev/hda10: LABEL="6Y080P0.10" 
UUID="66c1d026-1e4c-4392-8aa0-e0d9f2cb4277" TYPE="ext2"


Is that right?

Right


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4cdeb0e5.5090...@care2.com



*电您好有用得上f.a .pia.o嘛,咨询一三四一零 �20100 郑姐

2010-11-13 Thread pepevayas
ºÎСÀö


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cdeaf8d.124b8e0a.7680.2...@mx.google.com



Re: Problems with /etc/modprobe.conf

2010-11-13 Thread Stephen Powell
On Fri, 12 Nov 2010 12:15:31 -0500 (EST), Rodolfo Medina wrote:
> # dmesg|grep parport
> [   11.593036] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
> [   71.028713] lp0: using parport0 (interrupt-driven).

These are the defaults; so that's not proof that the options are being
processed.  Those are the messages that my system issues too, and
I'm not using an options statement for parport_pc.  You might try
changing the options to non-default values, just for grins,
and see what happens.

> Then I edited the `install.sh' script as you suggested.  I'm pretty sure to
> have replaced all the possible occurrences of any expression resulting in
> /etc/modprobe.conf with the corrispondent instance that gives
> /etc/modprobe.d/parport.conf in a clever manner.  Then I reinstalled and
> rebooted, but the printer is dead.  It lives up again if I restore things as
> the manufacturer wants: /etc/modprobe.conf.  Editing that script is just the
> same as merely replacing by hand /etc/modprobe.conf with
> /etc/modprobe.d/parport.conf.

Not necessarily.  There may be other scripts besides install.sh that
contain references to /etc/modprobe.conf.  For example, there may be
a script in /etc/init.d.  There may also be a reference to /etc/modprobe.conf
in compiled code than you cannot see.
> 
> Now I wish to uninstall all and use the debianized packages at:
>
>   http://www.bchemnet.com/suldr/
> 
> Are they the same that you use?  Can you check the toner level with them?
> That's the only reason Samsung software is useful.  If there's another way, 
> I'm
> going to uninstall it.

I don't have or use that model of printer; so I don't know.  So far, all the
printers I have attempted to use with Debian are old enough that there are
Debianized drivers built into CUPS/foomatic that work just fine.  As for 
checking
the toner level, most printers I have used have a "toner low" light on the
printer itself which warns me that the toner is about to run out, and that
has always been adequate enough for my purposes.

I can't speak for the drivers to which you are referring, but in general
I would recommend using a driver package that has been customized for
the Debian environment.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1063856571.360422.1289663488501.javamail.r...@md01.wow.synacor.com



Re: Search application for desktop in Squeeze?

2010-11-13 Thread Daniel Andersson

On 11/13/2010 12:40 PM, Camaleón wrote:

On Sat, 13 Nov 2010 12:29:32 +0100, Daniel Andersson wrote:

   

On 11/12/2010 04:04 PM, Wolodja Wentland wrote:
 

On Fri, Nov 12, 2010 at 15:35 +0100, Daniel Andersson wrote:

   

Does anyone have a tip on a good search application in Squeeze
repository?

 

Have a look at tracker [1] it might be what you are after. I haven't
checked though if it is in active development.

[1] http://projects.gnome.org/tracker/


   

Alright!

I did a "aptitude install tracker-gui".

But when I run tracker-stats I get:

(tracker-stats:4313): Tracker-CRITICAL **: Could not connect to the
D-Bus session bus, Did not receive a reply. Possible causes include: the
remote application did not send a reply, the message bus security policy
blocked the reply, the reply timeout expired, or the network connection
was broken.
Could not establish a D-Bus connection to Tracker
 

Ensure you have started tracker daemon.

ps aux | grep tracker

   

A bunch of apps where installed:
 

(...)

That's fine.

   

Is something missing?
 

You have to run tracker.

   

Sorry, I thought I started a new thread Camaleón. I did a reply on a
random mail and made sure to delete everything non-related.
 

"Reply" is not a "new" thread :-)

Different subjects require different threads (new ones, not just replying
and removing the old content).

Also, html formatted e-mails should be avoided in this list ;-)

Greetings,

   

Noted :)

A reboot got it started.

Now it's working like a charm.


Can I use Tracker to index mail in Icedove?


/Daniel


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4cdeb4e7@daniel-gr-andersson.com



Re: Making /tmp noexec

2010-11-13 Thread Simon Brandmair
On Fri, 12 Nov 2010 13:40:02 +0100 James Allsopp wrote:
> I was reading this page about making tmp non-executable
> (http://pario.no/2007/10/04/making-tmp-non-executable/) but it seems a
> little out of date as I'm using Squeeze.
> 
> I changed fstab, and edited by 70debconf to
> 
> DPkg::Pre-Install-Pkgs {"mount -o remount,exec
> /tmp";"/usr/sbin/dpkg-preconfigure --apt || true";};
> DPkg::Post-Invoke{"mount -o remount /tmp";};

I would test first, if apt even needs /tmp to be executable. I run it 
with /tmp non-exec and don't have any problems with it.

Simon


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ibmc35$ohp$0...@news.t-online.com



Iceowl-l10n-*: no more translations?

2010-11-13 Thread Camaleón
Hello,

I would like to install a localized version (Spanish) of iceowl extension 
(calendar extension for Icedove) in testing and have been waiting for 
long time -and carefully watching- this bug:

Localization support for iceowl-extension request
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579950

Now I see no more translation will be available:

RM: iceowl-l10n -- RoQA; Orphaned; doesn't work; fix unknown; (mostly) 
low popcon
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602894

By reading the bug report I still fail to see what it is required.

I downloaded upstream Lightning 1.0b1 (which is fully localized into 
Spanish -and many other languages-) and seems to be working fine along 
with Icedove. But I had to disable "iceowl-extension" and I would prefer 
to stick to Debian packages.

Shouldn't be "iceowl-extension" package itself rebuilt completely so it 
can make use of embedded language support? :-?

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.11.13.16.15...@gmail.com



Re: Search application for desktop in Squeeze?

2010-11-13 Thread Camaleón
On Sat, 13 Nov 2010 16:55:19 +0100, Daniel Andersson wrote:

> On 11/13/2010 12:40 PM, Camaleón wrote:

>>> (tracker-stats:4313): Tracker-CRITICAL **: Could not connect to the
>>> D-Bus session bus, Did not receive a reply. Possible causes include:
>>> the remote application did not send a reply, the message bus security
>>> policy blocked the reply, the reply timeout expired, or the network
>>> connection was broken.
>>> Could not establish a D-Bus connection to Tracker
>>>  
>> Ensure you have started tracker daemon.
>>
>> ps aux | grep tracker

(...)

> Noted :)
> 
> A reboot got it started.
> 
> Now it's working like a charm.

Good.
 
> Can I use Tracker to index mail in Icedove?

Last time I checked, nope ;-(

Add thunderbird support
https://bugzilla.gnome.org/show_bug.cgi?id=498041

There was an addon for Thunderbird but IIRC, was not "officialy" 
supported.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.11.13.16.27...@gmail.com



Re: Search application for desktop in Squeeze?

2010-11-13 Thread Daniel Andersson

On 11/13/2010 05:27 PM, Camaleón wrote:

On Sat, 13 Nov 2010 16:55:19 +0100, Daniel Andersson wrote:


On 11/13/2010 12:40 PM, Camaleón wrote:



(tracker-stats:4313): Tracker-CRITICAL **: Could not connect to the
D-Bus session bus, Did not receive a reply. Possible causes include:
the remote application did not send a reply, the message bus security
policy blocked the reply, the reply timeout expired, or the network
connection was broken.
Could not establish a D-Bus connection to Tracker


Ensure you have started tracker daemon.

ps aux | grep tracker


(...)


Noted :)

A reboot got it started.

Now it's working like a charm.


Good.


Can I use Tracker to index mail in Icedove?


Last time I checked, nope ;-(

Add thunderbird support
https://bugzilla.gnome.org/show_bug.cgi?id=498041

There was an addon for Thunderbird but IIRC, was not "officialy"
supported.

Greetings,




OK thanks a lot!


/Daniel


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4cdebe86.3010...@daniel-gr-andersson.com



Re: Load_Cycle_Count to stop growing.

2010-11-13 Thread Camaleón
On Sat, 13 Nov 2010 22:23:09 +0700, Sthu Deus wrote:

> Thank You for Your time and answer, Camaleón:
> 
>> JFYI (from my notebook):
>> 
>> 
>> 9 Power_On_Hours  0x0032   049   049   000Old_age Always   
>>-   20456 193 Load_Cycle_Count0x0032   074 074   000   
>> Old_age   Always   -   261161 194 Temperature_Celsius
>> 0x0022   100   100   000Old_age Always   -   37 (Lifetime
>> Min/Max 21/52)
> 
> From here
> 
> http://www.linux-archive.org/debian-laptop/230272-
load_cycle_count-60-bad.html
> 
> if I have learned the truth, spinning up/down is not shown by
> Load_Cycle_Count parameter - but by Start_Stop_Count - in which case I
> have not to worry, for it stands the same while running.

Well... in fact that SMART value (load_cycle_count) is what you think:

***
http://en.wikipedia.org/wiki/S.M.A.R.T.

193, C1, Load Cycle Count, Load/Unload Cycle Count (Fujitsu), Lower
Count of load/unload cycles into head landing zone position.[14]

The typical lifetime rating for laptop (2.5-in) hard drives is 300,000 to 
600,000 load cycles.[15] Some laptop drives are programmed to unload the 
heads whenever there has not been any activity for about five seconds.
[16] Many Linux installations write to the file system a few times a 
minute in the background.[17] As a result, there may be 100 or more load 
cycles per hour, and the load cycle rating may be exceeded in less than a 
year.[18]



4 04 Start/Stop Count   
A tally of spindle start/stop cycles. The spindle turns on, and hence the 
count is increased, both when the hard disk is turned on after having 
before been turned entirely off (disconnected from power source) and when 
the hard disk returns from having previously been put to sleep mode.[11]
***

Good, bad...? Who knows. Nowadays every hard disk manufacturer applies 
different strategies within the hard disk firmware for power savings. 
Note that "start/stop count" parameter does not have a "best rating" 
value (nor lower/higher are better, is just an "informative" field).

SMART test has to be interpreted in whole (there are values that are more 
important than others) but I would not care much if there is no other 
sign indicating that something wrong is goin to happen.

> But it is bad that it loads the head all the time. - Though I do not
> know if it worth (I think it does as my computer is on sure surface) -
> to tune it so that it will be flying all the time, or it is unwise?

I would contact your hard disk manufacturer and ask about this value (if 
you provide them the full SMART test results, better). They will tell you 
if there is is something to worry about or if this is just the normal 
behaviour.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.11.13.16.50...@gmail.com



Squeeze. Weekly Build CD installer 2010-11-08 is endlessly seeking a non-free firmware on fd0.

2010-11-13 Thread Mark Goldshtein
Hello, list!

Have tried to install Debian Squeeze (weekly builds 2010-11-08) on a
laptop with Intel 2100 Wifi card. Card's firmware is packed into
native debianic non-free tarball.  As explained here:
http://wiki.debian.org/ipw2200, it is enough to supply the tarball to
the running installer on any removable media mentioned. But the
installer first seek for fd0 floppy and seek forever, endlessly
educating me about FAT16 file system, dangerous uppercase names and
related troubles, as I have noticed at hidden F4 console. No single
warning sign, progress bar or other useful info on a current active
screen. As a countermeasure, I have searched my pockets, found USB
floppy drive and wrote floppy diskette, plugged that into laptop but
installer continue its tries for ghost fd0 and does not react on other
removable media inserted in all sockets and holes.
If you, please, help me to find a workaround to subdue that bad robot?
Maybe it is possible to implant the firmware into installer ISO?
And no, I cannot install using a netinstall image, because the
installer does not support WPA and even if we will resolve firmware
situation, the installation will not continue anyway.

A bit of offtopic, sorry. Dear Debian Team, would you, please, to pay
attention to the installer first? Let us find and pin up bugs, post
wise comments, suggest features, analyze patches, flood up the mailing
lists _after_ the system being installed. Isn't it an installer a
thing that has to be polished first?
In addition, it seems to be useful to inform a human side of the
installation process what currently is going on in any situation, not
success stories only.

-- 
Sincerely Yours'
Mark Goldshtein


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktinvng+-u8cflupcad8m+4jti3fpdqg2qacxn...@mail.gmail.com



Re: All hung up over netatalk

2010-11-13 Thread Gary Roach



On 01/-10/-28163 11:59 AM, Tom H wrote:

On Fri, Nov 12, 2010 at 2:45 PM, Gary Roach  wrote:
   

On 01/-10/-28163 11:59 AM, Tom H wrote:
 

On Thu, Nov 11, 2010 at 7:29 PM, Gary Roach
  wrote:

   

I have a dual boot Toshiba Qosmio "laptop?" that I am upgrading from
Lenny
to Squeeze. Everything worked fine (Using Aptitude) until the
installation
of netatalk started; a program that I really don't need. I get:

hostname: Unknown host

First /etc/hostname is filled in. When I attempt to reinstall I get the
same
type of error and the process aborts. When I try to remove or purge the
application I get the same result. An of course, Aptitude won't finish
the
upgrade installation because of this error. I get essentially the same
result with dpkg. How can I get out of this mess. Help!

 

Take a look at the netatalk maintainer scripts in "/var/lib/dpkg/info"
to see why they are failing.

   

The /bin/hostname is not returning the hostname. Is this a bug?
 

Check "/etc/hostname" and "/etc/init.d/hostname.sh" and whether there
is an Sxxhostname.sh in "/etc/rcS.d".
   
All of the above were true. I have meticulously removed netatalk from 
the system a piece at a time using  the information in 
/var/lib/dpkg/info. The problem now seems to be the Aptitude database. 
Netatalk is marked with a Cp code and won't do anything until it tries 
to process netatalk. Of course, it immediately errors out. How can I 
change the Aptitude database manually. Running aptitude keep-all just 
generates the same type of errors as everything else and doesn't do 
nothing. I would love to reinstall Aptitude at this point but that 
doesn't work either.


Gary R.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4cdebf88.3030...@verizon.net



Re: Nouveau and Nvidia backlight brightness

2010-11-13 Thread Matt Simmons
When using the nouveau driver, there is a folder in
/sys/class/backlight/nv_backlight/ which contains the max_brightness (1025)
and
brightness as expected. After digging around a bit, in the kernel source I
found these lines of code:

/* We do not have any information about which values are allowed, thus we
used safe values
 */
#define MIN_LEVEL 0x158 (344 decimal)
#define MAX_LEVEL 0x534 (1332 in decimal)

In the file linux/drivers/video/nvidia/nv_backlight.c (picked up from
apt-get source linux-2.6)

Based on the filename and how close those numbers are to 1025, I would guess
that this is the code determining my max brightness. More like hoping, than
guessing really.

Can anyone provide any insight about this, perhaps? Might hacking this file
with a kernel recompile change the max_brightness?

Thanks,
Matt

On Fri, Nov 12, 2010 at 1:16 PM, Camaleón  wrote:

> On Fri, 12 Nov 2010 08:51:39 -0500, Matt Simmons wrote:
>
> > I am running Squeeze on my laptop: a macbook pro 7,1.Most is going well,
> > except the backlight screen brightness. Using the nouveau driver (this
> > laptop has a 320M), it sets my max_brightness to 1025 according to
> > /sys/. Unfortunately, a brightness of 1025 is extremely dim, and
> > supposedly the brightness should be more like 40,000 on this guy.
> > Anyway, installing the NVidia proprietary driver yields strange results
> > (download from NVidia, not debian repos), there is nothing in the folder
> > /sys/class/backlight at all! Kernel 2.6.32-5 amd64.
>
> Maybe related to this (message #25)?
>
> pommed: brightness control no longer working on macbook pro
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591264
>
> Greetings,
>
> --
> Camaleón
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/pan.2010.11.12.18.16...@gmail.com
>
>


Re: All hung up over netatalk

2010-11-13 Thread Boyd Stephen Smith Jr.
In <4cdebf88.3030...@verizon.net>, Gary Roach wrote:
>I have meticulously removed netatalk from
>the system a piece at a time using  the information in
>/var/lib/dpkg/info.

That was bad.  Now your package system in broken; it's database doesn't 
correspond to the running system.

>The problem now seems to be the Aptitude database.
>Netatalk is marked with a Cp code and won't do anything until it tries
>to process netatalk. Of course, it immediately errors out.

Please post the error.  There are at least 3 ways I can think of for removing 
netatalk to fail and they are each fixed differently.

>How can I
>change the Aptitude database manually.

You don't want to do that.  First of all, the aptitude database is fairly 
limited, it basically just stores which packages are "automatically 
installed".  In Squeeze, it doesn't even keep that, since APT grew that 
feature.

You also don't want to twiddle bits in the apt or dpkg databases, usually.  
The vast majority of failed dpkg runs I've seen on this list are solvable by 
editing the maintainer scripts {pre,post}{inst,rm} and then do a purge or 
remove/install cycle.  Fixing things this way makes sure human error doesn't 
hopelessly corrupt your dpkg/apt/aptitude databases, which are only broken by 
the existing dpkg/apt/aptitude in extremely rare cases.  In fact, it is so 
rare, I can't immediately recall it ever occurring.

>I would love to reinstall Aptitude at this point but that
>doesn't work either.

I don't see how that would help.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re:

2010-11-13 Thread Neil Brown
On Sat, 13 Nov 2010 01:01:47 -0500
Mike Viau  wrote:

> 
> Hello,
> 
> I am trying to re-setup my fake-raid (RAID1) volume with LVM2 like setup 
> previously. I had been using dmraid on a Lenny installation which gave me 
> (from memory) a block device like /dev/mapper/isw_xxx_ and also a 
> /dev/One1TB, but have discovered that the mdadm has replaced the older and 
> believed to be obsolete dmraid for multiple disk/raid support.
> 
> Automatically the fake-raid LVM physical volume does not seem to be set up. I 
> believe my data is safe as I can insert a knoppix live-cd in the system and 
> mount the fake-raid volume (and browse the files). I am planning on perhaps 
> purchasing another at least 1TB drive to backup the data before trying to 
> much fancy stuff with mdadm in fear of loosing the data.
> 
> A few commands that might shed more light on the situation:
> 
> 
> pvdisplay (showing the /dev/md/[device] not recognized yet by LVM2, note sdc 
> another single drive with LVM)
> 
>   --- Physical volume ---
>   PV Name   /dev/sdc7
>   VG Name   XENSTORE-VG
>   PV Size   46.56 GiB / not usable 2.00 MiB
>   Allocatable   yes (but full)
>   PE Size   4.00 MiB
>   Total PE  11920
>   Free PE   0
>   Allocated PE  11920
>   PV UUID   wRa8xM-lcGZ-GwLX-F6bA-YiCj-c9e1-eMpPdL
> 
> 
> cat /proc/mdstat (showing what mdadm shows/discovers)
> 
> Personalities :
> md127 : inactive sda[1](S) sdb[0](S)
>   4514 blocks super external:imsm
> 
> unused devices: 

As imsm can have several arrays described by one set of metadata, mdadm
creates an inactive arrive just like this which just holds the set of
devices, and then should create other arrays made of from different regions
of those devices.
It looks like mdadm hasn't done that you.  You can ask it to with:

  mdadm -I /dev/md/imsm0

That should created the real raid1 array in /dev/md/something.

NeilBrown


> 
> 
> ls -l /dev/md/imsm0 (showing contents of /dev/md/* [currently only one 
> file/link ])
> 
> lrwxrwxrwx 1 root root 8 Nov  7 08:07 /dev/md/imsm0 -> ../md127
> 
> 
> ls -l /dev/md127 (showing the block device)
> 
> brw-rw 1 root disk 9, 127 Nov  7 08:07 /dev/md127
> 
> 
> 
> 
> It looks like I can not even access the md device the system created on boot. 
> 
> Does anyone have a guide or tips to migrating from the older dmraid to mdadm 
> for fake-raid?
> 
> 
> fdisk -uc /dev/md127  (showing the block device is inaccessible)
> 
> Unable to read /dev/md127
> 
> 
> dmesg (pieces of dmesg/booting)
> 
> [    4.214092] device-mapper: uevent: version 1.0.3
> [    4.214495] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: 
> dm-de...@redhat.com
> [    5.509386] udev[446]: starting version 163
> [    7.181418] md: md127 stopped.
> [    7.183088] md: bind
> [    7.183179] md: bind
> 
> 
> 
> update-initramfs -u (Perhaps the most interesting error of them all, I can 
> confirm this occurs with a few different kernels)
> 
> update-initramfs: Generating /boot/initrd.img-2.6.32-5-xen-amd64
> mdadm: cannot open /dev/md/OneTB-RAID1-PV: No such file or directory
> 
> 
> Revised my information, inital thread on Debian-users thread at:
> http://lists.debian.org/debian-user/2010/11/msg01015.html
> 
> Thanks for any ones help :)
> 
> -M
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101114063600.20c9b...@notabene



Re: Intel Wifi Link 5100 -> halt system on Squeeze

2010-11-13 Thread Felipe Valverde
Hi

Definitively the culprit is the new driver. I tried the testing and the
> unstable driver but they just do not work properly. They will freeze my
> laptop as soon as I try to connect to a wireless network. My fix is just a
> band-aid and it can't be considered a good fix, but it works.
>

In order to know if the driver is the problem, I compiled the 2.6.35.7
kernel version a few time ago and works perfectly (I'm using it now), so I
think that the problem isn't the driver. Before that, I compiled others
version and also works.
Another interesting thing is with the same hardware on Ubuntu also works,
so, I wonder if the problem is on the way that the kernel was compile for
amd64 or something else.

On the other hand, when I used the 2.6.32-27 (current kernel for Squeeze)
the system is halt most of the time.

So... ¿Someone is using the current kernel and drivers from Squeeze
repository on a amd64 and have it working well?


Re: Making /tmp noexec

2010-11-13 Thread Sjoerd Hardeman
Op 13-11-10 16:49, Simon Brandmair schreef:
> On Fri, 12 Nov 2010 13:40:02 +0100 James Allsopp wrote:
>> I was reading this page about making tmp non-executable
>> (http://pario.no/2007/10/04/making-tmp-non-executable/) but it seems a
>> little out of date as I'm using Squeeze.
>>
>> I changed fstab, and edited by 70debconf to
>>
>> DPkg::Pre-Install-Pkgs {"mount -o remount,exec
>> /tmp";"/usr/sbin/dpkg-preconfigure --apt || true";};
>> DPkg::Post-Invoke{"mount -o remount /tmp";};
> 
> I would test first, if apt even needs /tmp to be executable. I run it 
> with /tmp non-exec and don't have any problems with it.
Some packages do need an executable temp to run temporary scripts.
Usually there's no mayhem, bet errors are spawn. To solve this, follow
the method above or add to /etc/apt/apt.conf
 DPkg::Pre-Invoke{"mount -o remount,exec /tmp"}
 DPkg::Post-Invoke{"mount -o remount /tmp"}
That works flawlessly.

Sjoerd



signature.asc
Description: OpenPGP digital signature


Re: map '-' to '_' and '_' to '-'

2010-11-13 Thread Kamaraju S Kusumanchi
Cameron Hutchison wrote:

> The X11 keysyms for these characters are "minus" and "underscore". If
> you run "xmodmap -pke | grep underscore" you should see which keycode has
> these keysyms mapped.
> 
> For me, this is:
> $ xmodmap -pke | grep underscore
> keycode  20 = minus underscore minus underscore
> 
> I suspect that's a standard keyboard keycode so you'll get the same
> results, but run it anyway to be sure.
> 
> You can remap this like so:
> $ xmodmap -e "keycode  20 = underscore minus underscore minus"
> 
> That swaps minus and underscore.

Yes. This works and it is just great. Is there a solution when the machine 
does not run X?

thanks
raju
-- 
Kamaraju S Kusumanchi
http://malayamaarutham.blogspot.com/


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/ibmvp2$v9...@dough.gmane.org



Re: Making /tmp noexec

2010-11-13 Thread Robert Blair Mason Jr.
On Sat, 13 Nov 2010 03:34:36 +
teddi...@tmo.blackberry.net wrote:

> 
> This is more of an F-MY-I question, but if the /tem dir is a separate 
> partition and your using a mount command in fstab, could you limit the 
> execute capabilities via umask?
> 
> I would think umask=111 would set the directory world read and write with no 
> Execute permissions
> 

Couldn't you use the noexec option in fstab?  That way you wouldn't have to 
mess with umasks, and i *think* it is more secure - a file in mode 666 can 
still be executed with /lib/ld*.so 'cmd'.


-- 
rbmj


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101113160010.872abff7.r...@verizon.net



Where has my Windows partition gone?

2010-11-13 Thread John O Laoi
Hello,
I have a dual boot laptop running squeeze.

I update regularly.

I rarely use the Windows partition – I have not used it for several months.

However, it now appears to be gone, according to grub.
At least, when I boot up, and get the blue screen with the list of
options, the Windows one is not there.
Instead I get a list of kernels

But “fdisk -l” says it is still there.

  Device Boot  Start End  Blocks   Id  System

/dev/sda1   1  11   88326   de  Dell Utility

/dev/sda2   *  12262220972857+   7  HPFS/NTFS

/dev/sda32623523320972857+   7  HPFS/NTFS

/dev/sda45234   12161556491605  Extended

/dev/sda55234719115727603+  83  Linux

/dev/sda671927452 2096451   82  Linux swap / Solaris

/dev/sda77453   1216137825011   83  Linux



Any ideas?

John


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktin_uf1h_nmuuqpwyk8my0d2pwk-f681mqa7p...@mail.gmail.com



Re: Where has my Windows partition gone?

2010-11-13 Thread Thierry Chatelet
On Saturday 13 November 2010 23:33:25 John O Laoi wrote:
> Hello,
 
> Any ideas?
> 
> John

Try: update-grub

Thierry


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201011132351.54504.tchate...@free.fr



Re: Where has my Windows partition gone?

2010-11-13 Thread Thierry Chatelet
On Saturday 13 November 2010 23:51:54 Thierry Chatelet wrote:
> On Saturday 13 November 2010 23:33:25 John O Laoi wrote:
> > Hello,
> > 
> > Any ideas?
> > 
> > John
> 
> Try: update-grub
as root!
 Thierry


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201011132357.19833.tchate...@free.fr



Where has my Windows partition gone?

2010-11-13 Thread John O Laoi
>> Try: update-grub
> as root!

Thank you.
Unfortunately, this did not do the trick:

# update-grub
Generating grub.cfg ...
Found background image: moreblue-orbit-grub.png
Found linux image: /boot/vmlinuz-2.6.32-5-686
Found initrd image: /boot/initrd.img-2.6.32-5-686
Found linux image: /boot/vmlinuz-2.6.32-3-686
Found initrd image: /boot/initrd.img-2.6.32-3-686
Found linux image: /boot/vmlinuz-2.6.32-trunk-686
Found initrd image: /boot/initrd.img-2.6.32-trunk-686
Found linux image: /boot/vmlinuz-2.6.30-2-686
Found initrd image: /boot/initrd.img-2.6.30-2-686
Found linux image: /boot/vmlinuz-2.6.30-1-686
Found initrd image: /boot/initrd.img-2.6.30-1-686
Found linux image: /boot/vmlinuz-2.6.26-2-686
Found initrd image: /boot/initrd.img-2.6.26-2-686
done

Any other ideas


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikw_o080bbol=17v39qpyhyqvkov3gl3nhxm...@mail.gmail.com



Re: Where has my Windows partition gone?

2010-11-13 Thread Davide Mancusi
On Sat, 13 Nov 2010 22:33:25 +
John O Laoi  wrote:

> Hello,
> I have a dual boot laptop running squeeze.
> 
> I update regularly.
> 
> I rarely use the Windows partition – I have not used it for several
> months.
> 
> However, it now appears to be gone, according to grub.
> At least, when I boot up, and get the blue screen with the list of
> options, the Windows one is not there.
> Instead I get a list of kernels
> 
> But “fdisk -l” says it is still there.
> 
>   Device Boot  Start End  Blocks   Id  System
> 
> /dev/sda1   1  11   88326   de  Dell Utility
> 
> /dev/sda2   *  12262220972857+   7  HPFS/NTFS
> 
> /dev/sda32623523320972857+   7  HPFS/NTFS
> 
> /dev/sda45234   12161556491605  Extended
> 
> /dev/sda55234719115727603+  83  Linux
> 
> /dev/sda671927452 2096451   82  Linux swap /
> Solaris
> 
> /dev/sda77453   1216137825011   83  Linux
> 
> 
> 
> Any ideas?
> 
> John

Do you have os-prober installed?

Cheers,
Davide

-- 
Time flies like an arrow.  Fruit flies like a banana.
--
If anything can go wrong it wSegmentation fault
core dumped


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101114001848.7ee2e...@macco.homelinux.com



Re: linux-image for i586

2010-11-13 Thread Johan Kullstam
Arnt Karlsen  writes:

> On Fri, 12 Nov 2010 16:57:09 +0700, Sthu wrote in message 
> <4cdd0f80.ce7c0e0a.2046.a...@mx.google.com>:
>
>> Thank You for Your time and answer, Arnt:
>> 
>> > > What are the hardware specs of the machine you have?  Exactly
>> > > which CPU, how much RAM, what hard disk (size and rpm), etc.
>> > > Please provide the following output:
>> > > 
>> > > cat /proc/cpuinfo
>> > > lspci
>> > > free -m
>> > > dmidecode
>> > > 
>> > > (If your machine is very old, dmidecode may not work).  
>> > 
>> > ..'top|head -n 20 ' to see what's eating your iron.
>> 
>> Could You please tell me what is for? What do we want to conclude from
>> the given info - that will be a lot - speaking about the last utility?
>
> On Wed, 10 Nov 2010 18:41:26 -0500, Johan wrote in message 
> <87aalgiw61@emmy.axel.nom>:
>
>> The i486 kernel will run on an i586 box.  Even if you compile the
>> kernel for i586 how much speed are you really going to get?  A few
>> percent? And how much time do you spend in kernel as opposed to
>> userland?  Maybe 3-20 percent depending on what you are doing right?
>> So, in rough numbers, that's a 10% off on 10% of what you do for a
>> net of roughly 1%.
>
>
> ..it depends, 'top |head ' tells us another wee story: ;o)

Correct me if I am mistaken.

Looking at your numbers, it seems that most of the time is spent in
userland and not the kernel.  I take it that the "us" field represents
time spent in userland and "sy" is kernel, but you probably can also add
in "wa" wait and "hi", "si" to handle interrupts.  "st" is, according to
man top, stolen by other like hypervisor.

In the first case, you are 96% in user and only 4% in the rest.  In the
second, top reports 60.7% user and 38.6% idle, and the rest sums to
under 1%.  So, making the kernel faster would really only help you by
upto 4%.

Ideally, the kernel should be zero (although that is clearly
unrealistic).  Some tasks like running a serial port or a heavily used
network filter can cause more kernel activity.  Usually, I find that the
kernel is mostly out of the way.

You could gain significantly by speeding up your useland process as that
is where, quite rightly, most of you CPU is going.

> top - 21:36:01 up 11 days, 20:14, 1 user, load average: 1.08, 1.02,
> 1.01 
> Tasks:  57 total,   1 running,  56 sleeping,   0 stopped,   0 zombie 
> Cpu(s): 95.9%us, 0.8%sy, 0.0%ni, 1.5%id, 0.2%wa, 1.3%hi, 0.3%si, 0.0%st 
> Mem: 155764k total, 149516k used, 6248k free, 8400k buffers 
> Swap: 0k total, 0k used, 0k free, 111296k cached
>   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+   COMMAND 
> 12009 root  20   0 51868  15m 1612 S 89.1 10.0 952:08.72 motion
> 12691 arnt  20   0  2320 1004  780 R  5.0  0.6   0:00.08 top 
> 1 root  20   0  2024  488  396 S  0.0  0.3   1:09.26 init 
> a...@bacdor:~$

> ..the cool breezy competition:
> top - 21:49:26 up 11 days, 20:13,  1 user,  load average: 0.36, 0.38,
> 0.36 
> Tasks:  60 total,   1 running,  59 sleeping,   0 stopped,   0 zombie 
> Cpu(s): 60.7%us, 0.2%sy, 0.0%ni, 38.6%id, 0.1%wa, 0.4%hi, 0.1%si,
> 0.0%st 
> Mem: 92336k total,76504k used,15832k free, 4772k
> buffers 
> Swap:   265032k total, 2696k used, 262336k free,47080k cached
>
>   PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND 
> 22145 root  20   0 49820  13m 1692 S 42.1 14.7 697:25.47 motion 
> 22966 root  20   0  2324 1036  808 R  1.9  1.1   0:00.04 top 
> 1 root  20   0  2028  236  208 S  0.0  0.3   0:35.17 init 
> cm46:~# 

-- 
Johan KULLSTAM


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87r5eoajq9@emmy.axel.nom



Re: Where has my Windows partition gone?

2010-11-13 Thread Carl Fink
On Sat, Nov 13, 2010 at 11:11:03PM +, John O Laoi wrote:

> Any other ideas

Try mounting /dev/sda2 and /dev/sda3 and see if they're still working right. 
If not, you might need to fsck them (ideally from a Windows install disk,
which would call the function "chkdsk").
-- 
Carl Fink   nitpick...@nitpicking.com 

Read my blog at blog.nitpicking.com.  Reviews!  Observations!
Stupid mistakes you can correct!


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101113232832.gb11...@panix.com



Re: Where has my Windows partition gone?

2010-11-13 Thread teddieeb

I have had grub do this sortta thing before...

Check your menu.list file and see if the entry for windows is still there, I 
have seen it disappear or somehow be eaten.

/boot/grub/menu.list

I don't have an example code in front of me but you can look it up and verify 
it, mostly you just need to make sure there is a label and that it points to 
the windows partition. Remeber drive and partition numbers start with 0 (second 
partition on first hard drive is hd(0,1)

I would so check that out before running installation scripts.

Hope it's helpful;
TeddyB

-Original Message-
From: Carl Fink 
Date: Sat, 13 Nov 2010 18:28:32 
To: 
Subject: Re: Where has my Windows partition gone?

On Sat, Nov 13, 2010 at 11:11:03PM +, John O Laoi wrote:

> Any other ideas

Try mounting /dev/sda2 and /dev/sda3 and see if they're still working right.
If not, you might need to fsck them (ideally from a Windows install disk,
which would call the function "chkdsk").
--
Carl Fink   nitpick...@nitpicking.com

Read my blog at blog.nitpicking.com.  Reviews!  Observations!
Stupid mistakes you can correct!


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101113232832.gb11...@panix.com



Re: Where has my Windows partition gone?

2010-11-13 Thread Doug

On 11/13/2010 5:33 PM, John O Laoi wrote:

Hello,
I have a dual boot laptop running squeeze.

I update regularly.

I rarely use the Windows partition – I have not used it for several months.

However, it now appears to be gone, according to grub.
At least, when I boot up, and get the blue screen with the list of
options, the Windows one is not there.
Instead I get a list of kernels

But “fdisk -l” says it is still there.

   Device Boot  Start End  Blocks   Id  System

/dev/sda1   1  11   88326   de  Dell Utility

/dev/sda2   *  12262220972857+   7  HPFS/NTFS

/dev/sda32623523320972857+   7  HPFS/NTFS

/dev/sda45234   12161556491605  Extended

/dev/sda55234719115727603+  83  Linux

/dev/sda671927452 2096451   82  Linux swap / Solaris

/dev/sda77453   1216137825011   83  Linux



Any ideas?

John


I don't know what may be available on other disks, but the PCLINUXOS
Live disk, in the live section (i.e., without actually installing
PCLos) will let you go to "More Applications>Configuration>Redo MBR"
and then you should be able to get your Windows back.  It also
provides you with a nice boot screen, unlike Ubuntu's grub version.
(I don't remember what Debian's looks like.) I have used this to
get boot inputs for Debian and Ubuntu, as well as PCLos andthe Windows 
XP which it already recognized.  If you have something odd, like an 
extra "ghost" version of some system showing up, it provides a text

version of the partition information which you can modify if you
need to.  I am on a different computer right now, but I will send to
your address a copy of this text as it exists on my laptop.  Note
that some lines are commented out, by me, as this was a "ghost"
problem created by Ubuntu, and showed up on their grub menu also.

--doug
--
Blessed are the peacemakers...for they shall be shot at from both sides. 
 --A.M. Greeley



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4cdf346f.3040...@optonline.net



Re: Where has my Windows partition gone?

2010-11-13 Thread teddieeb

Hmmm, I coulda swore my testing/squeeze install had one. 

That's the thing I hate, everything always moving around.

Grub2 has to have a config file somewhere that's comparable to menu.list to 
fetch it from, what is the new config file and where is it?

Second, I haven't been a fan of the uuid thing mainly because I dunno how to 
identify a drives uuid. What is the CLi commands one would use to identify a 
given drive and it's uuid?

Always learn something;
TeddyB



--Original Message--
From: Thierry Chatelet
To: Tim Saunders
Subject: Re: Where has my Windows partition gone?
Sent: Nov 13, 2010 8:01 PM

On Sunday 14 November 2010 01:52:41 teddi...@tmo.blackberry.net wrote:
>
> Check your menu.list file and see if the entry for windows is still there,
> I have seen it disappear or somehow be eaten.
>
> /boot/grub/menu.list
>

No more menu.list with grub2 which is the default (I am guessing here) with
squeeze. Also, hard drive are called by their UUID now.

Thierry



Re: map '-' to '_' and '_' to '-'

2010-11-13 Thread Ron Johnson

On 11/12/2010 02:38 PM, Mitchell Laks wrote:

On 03:02 Fri 12 Nov , Kamaraju S Kusumanchi wrote:

While working on my Debian box (which btw is a mix of Lenny and Squeeze), I
find that I type the underscore character ('_') more often than the dash
character ('-'). It could be file names, variable names while writing code
etc.,


i have noticed the same thing. now if we all programmed in lisp this would not 
be a problem :)


Or COBOL...


I considered switching to common lisp from perl and C and C++ for this reason :)




--
Seek truth from facts.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4cdf49ca.7070...@cox.net



Re: Where has my Windows partition gone?

2010-11-13 Thread teddieeb

To answer my own questions...

Grub2 seems to store it's configurations in /boot/grub/grub.cfg

But this file is not meant to be manually configured, it can be, but is 
discouraged and is read-only by default.

Standard manual menu edits should be done in /etc/grub.d/40_custom

This is a module system and you must run # update-grub to load the updated 
module.

If you wanna see the auto probe results that should be in 
/etc/grub.d/30_os-prober

If your system isn't auto-detecting you windows system check to see that 
os-prober is installed. If not, apt-get and run update-grub.


Useful information here:

http://ubuntuforums.org/showthread.php?t=1195275


Apparently you can get hard disk and uuid infomation at the command line by 
running # blkid

I haven't tested this yet but should be interesting...

TeddyB

-Original Message-
From: teddi...@tmo.blackberry.net
Date: Sun, 14 Nov 2010 01:25:27 
To: Debian Lists
Reply-To: teddi...@tmo.blackberry.net
Subject: Re: Where has my Windows partition gone?


Hmmm, I coulda swore my testing/squeeze install had one. 

That's the thing I hate, everything always moving around.

Grub2 has to have a config file somewhere that's comparable to menu.list to 
fetch it from, what is the new config file and where is it?

Second, I haven't been a fan of the uuid thing mainly because I dunno how to 
identify a drives uuid. What is the CLi commands one would use to identify a 
given drive and it's uuid?

Always learn something;
TeddyB



--Original Message--
From: Thierry Chatelet
To: Tim Saunders
Subject: Re: Where has my Windows partition gone?
Sent: Nov 13, 2010 8:01 PM

On Sunday 14 November 2010 01:52:41 teddi...@tmo.blackberry.net wrote:
>
> Check your menu.list file and see if the entry for windows is still there,
> I have seen it disappear or somehow be eaten.
>
> /boot/grub/menu.list
>

No more menu.list with grub2 which is the default (I am guessing here) with
squeeze. Also, hard drive are called by their UUID now.

Thierry



kredit tanpa agunan scb solusi keuangan anda

2010-11-13 Thread SOLUSI

Personal loan  atau kredit tanpa agunan dari standard chartered bank
memberikan 
pinjaman hingga Rp.150.000.000 , bunga hingga 1,50 %  / bulan.Proses yang
mudah dan cepat  
7- 10  hari kerja dengan  kepastian approval yg tinggi


DATA YG DIBUTUHKAN UNTUK PENGAJUAN  1 BUNGA 1,50 %:
1.Foto copy KTP
2.Foto copy Credit Card 
3.Foto copy billing credit card 1 bulan terakhir
4.Foto copy NPWP untuk pinjaman diatas Rp.50 juta
5.Foto Copy nomor rek.tabungan
6.Materai Rp. 6.000 1 bh.



Untuk keterangan lebih lanjut hubungi :


HARTAWAN
0858-83824829
Or
hartawan_...@yahoo.co.id

-- 
View this message in context: 
http://old.nabble.com/kredit-tanpa-agunan-scb-solusi-keuangan-anda-tp30210642p30210642.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/30210642.p...@talk.nabble.com



Re: Where has my Windows partition gone?

2010-11-13 Thread Robert Holtzman
On Sun, Nov 14, 2010 at 01:25:27AM +, teddi...@tmo.blackberry.net wrote:


> Second, I haven't been a fan of the uuid thing mainly because I dunno how to 
> identify a drives uuid. What is the CLi commands one would use to identify a 
> given drive and it's uuid?

ls -l /dev/disk/by-uuid

-- 
Bob Holtzman
Key ID: 8D549279
"If you think you're getting free lunch,
 check the price of the beer"


signature.asc
Description: Digital signature


Re: Search application for desktop in Squeeze?

2010-11-13 Thread Celejar
On Fri, 12 Nov 2010 15:35:18 +0100
Daniel Andersson  wrote:

> Hi
> 
> Beagle is apparently not actively developed anymore.
> 
> Does anyone have a tip on a good search application in Squeeze repository?
> 
> It must be able to index PDFs in order to be useful for me.

recoll.  Very responsive and helpful maintainer, and I believe fewer
dependencies than tracker.  Can handle PDF with an external helper
(pdftotext).

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101114005932.5eb4aafe.cele...@gmail.com



How to recreate a dmraid RAID array with mdadm (was: no subject)

2010-11-13 Thread Mike Viau

> On Sun, 14 Nov 2010 06:36:00 +1100  wrote:
>> cat /proc/mdstat (showing what mdadm shows/discovers)
>>
>> Personalities :
>> md127 : inactive sda[1](S) sdb[0](S)
>> 4514 blocks super external:imsm
>>
>> unused devices:
>
> As imsm can have several arrays described by one set of metadata, mdadm
> creates an inactive arrive just like this which just holds the set of
> devices, and then should create other arrays made of from different regions
> of those devices.
> It looks like mdadm hasn't done that you. You can ask it to with:
>
> mdadm -I /dev/md/imsm0
>
> That should created the real raid1 array in /dev/md/something.
>
> NeilBrown
>

Thanks for this information, I feel like I am getting closer to getting this 
working properly. After running the command above (mdadm -I /dev/md/imsm0), the 
real raid 1 array did appear as /dev/md/*

ls -al /dev/md
total 0
drwxr-xr-x  2 root root   80 Nov 14 00:53 .
drwxr-xr-x 21 root root 3480 Nov 14 00:53 ..
lrwxrwxrwx  1 root root    8 Nov 14 00:50 imsm0 -> ../md127
lrwxrwxrwx  1 root root    8 Nov 14 00:53 OneTB-RAID1-PV -> ../md126

---

And the kernel messages:

[ 4652.315650] md: bind
[ 4652.315866] md: bind
[ 4652.341862] raid1: md126 is not clean -- starting background reconstruction
[ 4652.341958] raid1: raid set md126 active with 2 out of 2 mirrors
[ 4652.342025] md126: detected capacity change from 0 to 1000202043392
[ 4652.342400]  md126: p1
[ 4652.528448] md: md126 switched to read-write mode.
[ 4652.529387] md: resync of RAID array md126
[ 4652.529424] md: minimum _guaranteed_  speed: 1000 KB/sec/disk.
[ 4652.529464] md: using maximum available idle IO bandwidth (but not more than 
20 KB/sec) for resync.
[ 4652.529525] md: using 128k window, over a total of 976759940 blocks.
 
---

fdisk -ul /dev/md/OneTB-RAID1-PV 

Disk /dev/md/OneTB-RAID1-PV: 1000.2 GB, 1000202043392 bytes
255 heads, 63 sectors/track, 121600 cylinders, total 1953519616 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x

 Device Boot  Start End  Blocks   Id  System
/dev/md/OneTB-RAID1-PV1  63  1953503999   976751968+  8e  Linux LVM

---

pvscan 

  PV /dev/sdc7  VG XENSTORE-VG  lvm2 [46.56 GiB / 0    free]
  PV /dev/md126p1   VG OneTB-RAID1-VG   lvm2 [931.50 GiB / 0    free]
  Total: 2 [978.06 GiB] / in use: 2 [978.06 GiB] / in no VG: 0 [0   ]

---

pvdisplay 

 --- Physical volume ---
  PV Name   /dev/md126p1
  VG Name   OneTB-RAID1-VG
  PV Size   931.50 GiB / not usable 3.34 MiB
  Allocatable   yes (but full)
  PE Size   4.00 MiB
  Total PE  238464
  Free PE   0
  Allocated PE  238464
  PV UUID   hvxXR3-tV9B-CMBW-nZn2-N2zH-N1l6-sC9m9i



vgscan 

  Reading all physical volumes.  This may take a while...
  Found volume group "XENSTORE-VG" using metadata type lvm2
  Found volume group "OneTB-RAID1-VG" using metadata type lvm2

-

vgdisplay

--- Volume group ---
  VG Name   OneTB-RAID1-VG
  System ID 
  Format    lvm2
  Metadata Areas    1
  Metadata Sequence No  2
  VG Access read/write
  VG Status resizable
  MAX LV    0
  Cur LV    1
  Open LV   0
  Max PV    0
  Cur PV    1
  Act PV    1
  VG Size   931.50 GiB
  PE Size   4.00 MiB
  Total PE  238464
  Alloc PE / Size   238464 / 931.50 GiB
  Free  PE / Size   0 / 0   
  VG UUID   nCBsU2-VpgR-EcZj-lA15-oJGL-rYOw-YxXiC8



vgchange -a y OneTB-RAID1-VG

  1 logical volume(s) in volume group "OneTB-RAID1-VG" now active



lvdisplay 

--- Logical volume ---
  LV Name    /dev/OneTB-RAID1-VG/OneTB-RAID1-LV
  VG Name    OneTB-RAID1-VG
  LV UUID    R3TYWb-PJo1-Xzbm-vJwu-YpgP-ohZW-Vf1kHJ
  LV Write Access    read/write
  LV Status  available
  # open 0
  LV Size    931.50 GiB
  Current LE 238464
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   253:4



fdisk -ul /dev/OneTB-RAID1-VG/OneTB-RAID1-LV 

Disk /dev/OneTB-RAID1-VG/OneTB-RAID1-LV: 1000.2 GB, 1000190509056 bytes
255 heads, 63 sectors/track, 121599 cylinders, total 1953497088 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xbda8e40b

 Device Boot  Start End  Blocks   
Id  System
/dev/OneTB-RAID1-VG/OneTB-RAID1-LV1  63  195348793

Re: Where has my Windows partition gone?

2010-11-13 Thread Jimmy Johnson

John O Laoi wrote:

Try: update-grub

as root!


Thank you.
Unfortunately, this did not do the trick:

# update-grub
Generating grub.cfg ...
Found background image: moreblue-orbit-grub.png
Found linux image: /boot/vmlinuz-2.6.32-5-686
Found initrd image: /boot/initrd.img-2.6.32-5-686
Found linux image: /boot/vmlinuz-2.6.32-3-686
Found initrd image: /boot/initrd.img-2.6.32-3-686
Found linux image: /boot/vmlinuz-2.6.32-trunk-686
Found initrd image: /boot/initrd.img-2.6.32-trunk-686
Found linux image: /boot/vmlinuz-2.6.30-2-686
Found initrd image: /boot/initrd.img-2.6.30-2-686
Found linux image: /boot/vmlinuz-2.6.30-1-686
Found initrd image: /boot/initrd.img-2.6.30-1-686
Found linux image: /boot/vmlinuz-2.6.26-2-686
Found initrd image: /boot/initrd.img-2.6.26-2-686
done

Any other ideas



If you can find your active /boot/grub/menu.lst or /boot/grub/grub.cfg 
then add the below 3 lines to it, making sure you still have a blank 
line at the bottom before you save it.


title Microsoft Windows at sda2
rootnoverify (hd0,1)
chainloader +1
--
Jimmy Johnson

SimplyMEPIS Alpha-1 at sda9
Registered Linux User #380263


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4cdf8cf3.6000...@gmail.com