Author Topic: pclinuxos-minime-2010  (Read 7228 times)

Offline GoustiFruit

  • Sr. Member
  • ****
  • Posts: 426
Re: pclinuxos-minime-2010
« Reply #15 on: April 14, 2010, 01:06:17 PM »
Little problem for me with Thunderbird: it will not localize in my native language (french); I selected thunderbird-fr in Synaptic, both packages (thunderbird and thunderbird-fr) were installed but TB is still in english. I did not have this problem with beta 2.
For information, I used "Add Locale" before installing TB, and used it again after, without effetc on TB; everything else is ok.

Offline vc

  • Hero Member
  • *****
  • Posts: 519
Re: pclinuxos-minime-2010
« Reply #16 on: April 14, 2010, 02:09:25 PM »
During shutdown of previous live CD operation, noticed the following error message appearing briefly:

"Warning; loop detected - ultrabayd required"

Would this have any bearing upon the 99% CPU utilisation, as indicated in the previous screen capture image?
« Last Edit: April 14, 2010, 02:12:04 PM by vc »

Offline MaddogF16

  • Hero Member
  • *****
  • Posts: 2711
Re: pclinuxos-minime-2010
« Reply #17 on: April 14, 2010, 02:39:38 PM »
If not mistaken ultrabayd is the daemon for the pcmcia slot?
Why?

Offline vc

  • Hero Member
  • *****
  • Posts: 519
Re: pclinuxos-minime-2010
« Reply #18 on: April 14, 2010, 03:25:35 PM »
If not mistaken ultrabayd is the daemon for the pcmcia slot?

EeePC does not have PCMCIA/CardBus slot, though.
« Last Edit: April 14, 2010, 03:27:48 PM by vc »

Offline MaddogF16

  • Hero Member
  • *****
  • Posts: 2711
Re: pclinuxos-minime-2010
« Reply #19 on: April 14, 2010, 03:29:09 PM »
At 99% it's sure trying hard to find one. :D
Why?

Offline vc

  • Hero Member
  • *****
  • Posts: 519
Re: pclinuxos-minime-2010
« Reply #20 on: April 14, 2010, 03:33:37 PM »
At 99% it's sure trying hard to find one. :D

Unfortunately.

Also:  have performed regular install into EeePC already; attempting to add USB cellmodem.  PCC reports "Could not install the kppp-provider package!", although Synaptic already successfully refreshed.  Searching in Synaptic reveals kppp* not present in repository - therefore, unable to install cellmodem.
« Last Edit: April 14, 2010, 03:41:00 PM by vc »

Offline Xenaflux

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3834
Re: pclinuxos-minime-2010
« Reply #21 on: April 15, 2010, 12:14:33 AM »
Quote
Same answer we always give... choose a better DNS server; that's the job they are supposed to do.

Thanks

If I try to install open dns ( 208.67.222.222 ), I can NOT get an internet connection, apart from 192.xxxx, which connects me to....nothing.
My dynamic IP addess is usually something like 124.xxxxx  or  115.xxxx
My dns is 203.144.207.49

I have deleted my profile several times, did all I did like in 2009.2 ,and  used adsl-setup .
Tried all I know,
Please , imaging you are talking to a moron, as that is how I feel. :D
Tell me,
step1
step2
step3.....
and if it works, I buy you a beer
The great thing in this world is not so much where we stand,
as in what direction we are moving.
                                                    (Oliver Wendell Holmes )

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5324
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: pclinuxos-minime-2010
« Reply #22 on: April 15, 2010, 01:00:02 AM »
Posting from KDE Minime live CD, running in live mode from external USB drive on Asus EeePC 710SD.

Question regarding performance:  GUI responsiveness of KDE4 running from CD on this (maximum) 900MHz machine is considerably faster than 2010 beta2 KDE4 hard-drive installation on Acer TravelMate 2203 laptop running at 2800MHz - why?

How is this possible?

That really doesn't tell one squat. Open a Konsole window and type in top and paste what it displays. It will tell you a heck of allot more than Gkrellm ever will.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11528
  • ----IOFLU----
Re: pclinuxos-minime-2010
« Reply #23 on: April 15, 2010, 01:40:10 AM »
Quote
Same answer we always give... choose a better DNS server; that's the job they are supposed to do.

Thanks

If I try to install open dns ( 208.67.222.222 ), I can NOT get an internet connection, apart from 192.xxxx, which connects me to....nothing.
My dynamic IP addess is usually something like 124.xxxxx  or  115.xxxx
My dns is 203.144.207.49

I have deleted my profile several times, did all I did like in 2009.2 ,and  used adsl-setup .
Tried all I know,
Please , imaging you are talking to a moron, as that is how I feel. :D
Tell me,
step1
step2
step3.....
and if it works, I buy you a beer


I don't "install" anything, just directly edit, as root, /etc/sysconfig/network-scripts/ifcfg-eth1 to include the DNS servers I want;

DEVICE=eth1
BOOTPROTO=static
IPADDR=192.168.1.189
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
ONBOOT=yes
METRIC=10
MII_NOT_SUPPORTED=no
USERCTL=no
MTU=1492
DNS1=4.2.2.2
DNS2=4.2.2.1

RESOLV_MODS=no
LINK_DETECTION_DELAY=6
IPV6INIT=no
IPV6TO4INIT=no


save the file, then, as root, do a service network restart.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Xenaflux

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3834
Re: pclinuxos-minime-2010
« Reply #24 on: April 15, 2010, 02:51:50 AM »
My file looks like this

 
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
METRIC=10
MII_NOT_SUPPORTED=no
USERCTL=yes
DNS1=208.67.222.222
DNS2=208.67.220.220
RESOLV_MODS=yes
LINK_DETECTION_DELAY=6
IPV6INIT=no
IPV6TO4INIT=no
ACCOUNTING=yes
DHCP_CLIENT=dhclient
NEEDHOSTNAME=yes
PEERDNS=no
PEERYP=yes
PEERNTPD=no

I have make some changes ( and restored them back now ) as I thought they may effect my setup.
I made them one by one.
However, the result is always negative
Service network restart gives me this:
[root@localhost chon]# service network restart
Shutting down interface ppp0:                                   [  OK  ]
Shutting down interface eth0:                                   [  OK  ]
Shutting down loopback interface:                               [  OK  ]
Bringing up loopback interface:                                 [  OK  ]
Bringing up interface eth0:                                     [  OK  ]
Bringing up interface ppp0:  Cannot find device "ppp0"
Using interface ppp0
Connect: ppp0 <--> /dev/pts/0
PAP authentication succeeded
local  IP address 124.121.195.217
remote IP address 124.121.195.1
primary   DNS address 203.144.207.49
secondary DNS address 203.144.207.29




Just this morning , I have installed OpenDNS on a freshly installed 2009.2 minime.
It took 10 minutes of fiddling, but it 's there.

So, whats different
The great thing in this world is not so much where we stand,
as in what direction we are moving.
                                                    (Oliver Wendell Holmes )

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11528
  • ----IOFLU----
Re: pclinuxos-minime-2010
« Reply #25 on: April 15, 2010, 03:03:48 AM »
Xenaflux:

I always use static IP addresses, so don't have any of the PEER* stuff. Could it be something there? Also I have RESOLV_MODS=no, as opposed to your yes.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Xenaflux

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3834
Re: pclinuxos-minime-2010
« Reply #26 on: April 15, 2010, 03:38:26 AM »
Quote
Also I have RESOLV_MODS=no

I tried that.....no diff

Quote
I always use static IP addresses,

Well, I always have used dynamic ones, as they are provided by the ISP.
Every time I boot into their network, I get another one.

Besides, I sit with the idea in my head that all the years before it has been working, and I got a feeling it's software.
Of course, I don't have the brains to prove it.

I just discovered, that the command pppoe-start also refuses to work, whereas on the 2009.2 ( this morning )it worked.

So, I installed the full version of 2010 on anther partition, same hardware, and I get same bad results

Phhh, I am getting very tired of this.
I will spend a few more hours on it....who knows
The great thing in this world is not so much where we stand,
as in what direction we are moving.
                                                    (Oliver Wendell Holmes )

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11528
  • ----IOFLU----
Re: pclinuxos-minime-2010
« Reply #27 on: April 15, 2010, 03:49:16 AM »
Xenaflux:

The static IP refers to the IP of your individual machine, not the Internet IP. My internet IP will change if I reset the modem with a different mac address. That's totally up to the ISP. My machine will have the same internal IP no matter what.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Xenaflux

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3834
Re: pclinuxos-minime-2010
« Reply #28 on: April 15, 2010, 04:13:26 AM »
OK, I will try that as well.....tomorrow.
Right now it's taking a bath and visiting the family to bring New Years wishes.
It's Thai new year here .

I will let you know what happened

Xena
The great thing in this world is not so much where we stand,
as in what direction we are moving.
                                                    (Oliver Wendell Holmes )

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15281
  • ┌∩┐(◕_◕)┌∩┐
Re: pclinuxos-minime-2010
« Reply #29 on: April 15, 2010, 04:50:32 AM »
OK, I will try that as well.....tomorrow.
Right now it's taking a bath and visiting the family to bring New Years wishes.
It's Thai new year here .

I will let you know what happened

Xena


Happy New Year Xena

PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000