Re: Hi + i945 external monitor problem

2010-06-06 Thread Fabio Alessandro Locati
Yeah, I did subscribed that mailing list :). Thanks for the
suggestion, in any case :)

On Sat, Jun 5, 2010 at 4:00 PM, Patrick O'Callaghan
pocallag...@gmail.com wrote:
 On Sat, 2010-06-05 at 09:42 +0200, Fabio Alessandro Locati wrote:
 I'm glad to have joined this community occasionally in the past year
 (since F11 has been released). I really think this is a healthy
 community :). Now, with F13, I decided to make the big step from
 Kubuntu to Fedora-KDE.
 So, today I realized that I have subscribed a couple of fedora
 mailing-list about a year ago... but not this one... so... here I am
 :).

 You might also want to subscribe to the Fedora KDE list if you haven't
 already. See https://admin.fedoraproject.org/mailman/listinfo/kde

 poc

 --
 users mailing list
 users@lists.fedoraproject.org
 To unsubscribe or change subscription options:
 https://admin.fedoraproject.org/mailman/listinfo/users
 Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines




-- 
Fabio Alessandro Locati

Home: Segrate, Milan, Italy (GMT +1)
Phone: +39-328-3799681
MSN/Jabber/E-Mail: fabioloc...@gmail.com

PGP Fingerprint: 5525 8555 213C 19EB 25F2  A047 2AD2 BE67 0F01 CA61

Involved in: KDE, OpenStreetMap, Ubuntu, Wikimedia
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Network Speed issues on Fedora 12

2010-06-06 Thread Roberto Ragusa
alan wrote:
 I have a couple of systems with gigabit ethernet cards. If I copy a large 
 quantity of data to the machine I notice the data throughput start to fall 
 off after about 4-5 gigs. It keeps getting slower and slower the more data 
 that flows through the interface.

Try running

  iostat -k -x 1

on the machine during the entire test.
Have a look at the utilization rate of the disk (is it 100% or not?),
throughput in KiB/s, the CPU usage (system? user? waiting? idle?),
RAM used for caching (you need a vmstat 1 in parallel for this).

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: F13 - goodnewws and bad news

2010-06-06 Thread Aaron Konstam
On Sun, 2010-06-06 at 13:37 +0930, Tim wrote: 
 On Sat, 2010-06-05 at 08:56 -0500, Aaron Konstam wrote:
  
  I think I admitted that what I wanted to do made little sense but
  although separating / from /home in fdisk it is easy, it is pretty
  confusing to do in the GUI partitioner in the installer.
 
 I've never found it so.  Create or pick your partition you're going to
 manipulate, play with the other options showing in the window, including
 the drop down list of mount points to be associated with it (somewhere
 at the top right of the screen, if I remember correctly).  As I recall,
 you can even type in additional mount point names.
 
 I'd be surprised if there wasn't a walk-through of the steps in the
 install guide pages.
I guess you will have to be ready to be surprised.
--
===
Most people can do without the essentials, but not without the luxuries.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: ssh into kvm-clients

2010-06-06 Thread brizly vaan van Ulciputz
meanwhile the kvm-guest is running correctly bridged in the same network
as the kvm-host.
nevertheless the guest-machine ist neither reachable from another
'normal client' in the network, nor from vpn, so same problem as i
started from :-(

again it says 'no route to host' when trying to ssh-in from another not
kvm-related host.

is it perhaps just a firewall-setting that am i missing to swich on the
kvm-host?

Am Sonntag, den 06.06.2010, 08:02 -0400 schrieb Tom Horsley:
 On Sun, 06 Jun 2010 10:37:48 +0200
 brizly vaan van Ulciputz wrote:
 
  so i set up a bridge, it's running fine (the bridge itself...).
  But how do i tell the default kvm-network to use the bridge instead of
  using nat?
 
 I don't know if there is any way to change the existing
 virtual machines other than editing the xml file. Here's
 what the network related xml looks like in one of my bridged
 machines:
 
 interface type='bridge'
   mac address='52:54:00:78:24:5b'/
   source bridge='br0'/
   target dev='vnet0'/
   model type='virtio'/
   address type='pci' domain='0x' bus='0x00' slot='0x05' 
 function='0x0'/
 /interface
 
 virsh edit machine-name
 
 will bring up $EDITOR on the raw xml files and let you
 change things.
 
 On a new machine install there is an Advanced button on the last
 page virt-manager displays and you can press that to make the
 network choices visible and pick bridge.
 
 If you get everything switched to bridge and you never ever
 want to use the nat default stuff again, you can even do
 this:
 
 virsh net-destroy default
 virsh net-undefine default
 
 Then the nat infrastructure won't be created by libvirtd
 and bridge will be the only choice in virt-manager when
 installing new machines so you won't have to explicitly
 select it.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: ssh into kvm-clients

2010-06-06 Thread Tom Horsley
On Sun, 06 Jun 2010 15:24:21 +0200
brizly vaan van Ulciputz wrote:

 is it perhaps just a firewall-setting that am i missing to swich on the
 kvm-host?

I' out of ideas at this point. All my bridged KVMs act just like
real machines on my LAN. I don't remember having to do anything
special to make them talk (other than setting up the bridge).
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Traffic Shaping / Bandwidth Throttling

2010-06-06 Thread Thom Paine
I've been using gShield for years as the firewall on my border device.
I am looking at traffic shaping and bandwidth limiting on my network
to improve my voip and to throttle down my buddies torrents.

I don't mind certain times of the day or night having the speed ramped
up, but prime time 4pm to midnight I'd like to control the speeds on
things.

I'm looking for something that will let me set this up. I'd like to be
able to only slow down one or two IP's, and have the IP's of a couple
of the other PC's on my lan be unaffected.

I've been looking on google, but I don't see much of a solution that
fits my needs. I have my border device doing dhcp, so I can control
which pc's get which IP.

Does anyone have a good suggestion that will handle this?

Thanks.

-- 
-=/Thom
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: ssh into kvm-clients

2010-06-06 Thread brizly vaan van Ulciputz
i recognize my bridge is perhaps not that 100% configured as in the
links i mentioned earlier.

#brctl show 
gives me a hint that br0 ist not STP enabled, but virbr0 is.
i don't know what it is good for. Well, it's spanning tree protocol, but
i don't _understand_ what is it good for right now (i just read me into
this topic...)

Am Sonntag, den 06.06.2010, 09:47 -0400 schrieb Tom Horsley:
 On Sun, 06 Jun 2010 15:24:21 +0200
 brizly vaan van Ulciputz wrote:
 
  is it perhaps just a firewall-setting that am i missing to swich on the
  kvm-host?
 
 I' out of ideas at this point. All my bridged KVMs act just like
 real machines on my LAN. I don't remember having to do anything
 special to make them talk (other than setting up the bridge).


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Traffic Shaping / Bandwidth Throttling

2010-06-06 Thread Mike Wright
Thom Paine wrote:
 I've been using gShield for years as the firewall on my border device.
 I am looking at traffic shaping and bandwidth limiting on my network
 to improve my voip and to throttle down my buddies torrents.
 
 I don't mind certain times of the day or night having the speed ramped
 up, but prime time 4pm to midnight I'd like to control the speeds on
 things.
 
 I'm looking for something that will let me set this up. I'd like to be
 able to only slow down one or two IP's, and have the IP's of a couple
 of the other PC's on my lan be unaffected.
 
 I've been looking on google, but I don't see much of a solution that
 fits my needs. I have my border device doing dhcp, so I can control
 which pc's get which IP.
 
 Does anyone have a good suggestion that will handle this?
 

It's rather cryptic but you're looking for /sbin/tc.  I believe it has 
everything you want and then some.  There are also scripts out there in 
  the wild that have already been written that do what you want.  I'll 
look through my archive and see if I can find one.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Traffic Shaping / Bandwidth Throttling

2010-06-06 Thread Roberto Ragusa
Thom Paine wrote:
 I've been using gShield for years as the firewall on my border device.
 I am looking at traffic shaping and bandwidth limiting on my network
 to improve my voip and to throttle down my buddies torrents.

Throttling uploads is easier than downloads.
You have to use tc and probably iptables (I prefer using MARK with
iptables and then use the mark for tc rules).
You will only get good results if you do it carefully;
the first thing to know is what kind of internet connection you have,
for example how much up/down bandwidth you have and if you are able
to saturate you upload and download in every moment or you have
unpredictable contention with other users of your provider.

A good setup will not simply slow down torrents; it will only slow
down them when other important traffic is present.

Google wondershaper; it is a good start.

-- 
   Roberto Ragusamail at robertoragusa.it
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Looking for multi-DVD spanning archiver

2010-06-06 Thread Richard Shaw
On Sun, Jun 6, 2010 at 7:10 AM, Richard Shaw hobbes1...@gmail.com wrote:
 Ok, a python guru I am not, but I did manage to replace the 'popen2'
 call to the current 'subprocess' call which fixed DVD device discovery
 for me. I still have to figure something else out though. When it
 executed growisofs it crashed and I haven't figured out which piece of
 it I broke, but I cut  pasted the growisofs call and now it's running
 (burning). If I get it all figured out I'll put up the fixed script
 somewhere.

Ok, a couple of hours of hacking later here you go. Hopefully no one
minds the attachment as it's a pretty small file. It come with a It
worked for me warranty :)

Other than fixing how it calls growisofs, I added a simple --help
arguement and fixed the size for DVD +R discs.

Richard
#! /usr/bin/python

import os, sys, os.path, math, tempfile, dbus, readline
from subprocess import *

def discover():

  # get a connection to the system bus
  
  drives = []
  discs = {
  'dvd_r' : 4.38 * 1024 * 1024 * 1024,
  'dvd_rw' : 4.38 * 1024 * 1024 * 1024,
  'dvd_plus_r' : 4.37 * 1024 * 1024 * 1024,
  'dvd_plus_rw' : 4.37 * 1024 * 1024 * 1024,
  'dvd_plus_r_dl':  4.37 * 2 * 1024 * 1024 * 1024,
  'dvd_plus_rw_dl':  4.37 * 2 * 1024 * 1024 * 1024,

#  bd_re  If someone can test this with these new formats,
#  hddvd_rw   let me know!  I need values for their capacity
#  bd_r
#  hddvd_r
  }
  
  bus = dbus.SystemBus ()

  hal_obj = bus.get_object ('org.freedesktop.Hal', '/org/freedesktop/Hal/Manager')
  hal = dbus.Interface (hal_obj, 'org.freedesktop.Hal.Manager')
  
  udis = hal.FindDeviceByCapability ('volume')
  drives = {}
  for udi in udis:

dev_obj = bus.get_object ('org.freedesktop.Hal', udi)
dev = dbus.Interface (dev_obj, 'org.freedesktop.Hal.Device')
parent_obj = bus.get_object ('org.freedesktop.Hal', dev.GetProperty(info.parent))
parent = dbus.Interface (parent_obj, 'org.freedesktop.Hal.Device')

if parent.GetProperty ('storage.hotpluggable') or 'storage.cdrom' in parent.GetProperty('info.capabilities'):
try:
  if dev.GetProperty('volume.disc.type') in discs.keys():
device_name = dev.GetProperty ('block.device')
capacity = discs[dev.GetProperty('volume.disc.type')]
print capacity
drive_name = parent.GetProperty('info.product')
drives[device_name] = [capacity, drive_name]
print Found a %s in %s (%s) % (dev.GetProperty('volume.disc.type'), device_name, drive_name  )
except:
  continue
else:
  continue
  
  return drives

def RunCmd(command):

print Running command : %s % command
app = Popen(command, bufsize=0, shell=True, close_fds=True, stdout=PIPE, stderr=STDOUT)
output= []
while app.poll() == None:
while 1:

  try:
line = app.stdout.readline().rstrip(\n)
sys.stdout.flush()
  except:
pass

  if not line: break
  output.append(line)
  print line

if app.poll()  0 :
 
 print There was an error running %s. % command
 sys.exit(1)

return output


def build_list(files, dvd_capacity):
 
  file_count = 1
  disc_size = 0
  disc_list = []
  disc_files = []
  outfiles = []
 
  for file in files:

if not os.path.islink(file):
  size = os.path.getsize(file)
  disc_size = disc_size + size
else:
  size = 0

if disc_size = dvd_capacity:
  disc_list.append(disc_files)
  disc_size = 0
  disc_size = disc_size + size
  disc_files = []
  disc_files.append(file)

else:
  disc_files.append(file)
  
  disc_list.append(disc_files)

  return (disc_list)


def burn(disc, dir, drive, speed, disc_num, total_disc):
  
  if disc_num ==1:
msg = \nReady to burn disc %s/%s.  Press Enter  % (disc_num, total_disc )
  else:
msg = \nInsert Empty Disc %s/%s and Press Enter\n % (disc_num, total_disc )

  input=raw_input(msg)
  
  list = 
  for file in disc:
file_on_disc = file.replace(dir, )
list = list + %s=%s\n % (file_on_disc, file)
  fd, temp_list = tempfile.mkstemp(suffix=.discspanlist)
  output = open(temp_list, 'w')
  output.write(list)
  output.close()
  burn_cmd = growisofs -Z %s -speed=%s -use-the-force-luke=notray \
   -use-the-force-luke=tty  -gui \
   -V DiscSpanData -A DiscSpan -p Unknown -iso-level 3 \
   -l -r -hide-rr-moved -J -joliet-long \
   -graft-points --path-list %s %(drive, speed, temp_list)
  
  if len(sys.argv) =2 :
  
if sys.argv[1] == test:

  burn_cmd = growisofs -Z %s -speed=%s -use-the-force-luke=notray \
   -use-the-force-luke=tty  -gui -use-the-force-luke=dummy \
   -V DiscSpanData -A DiscSpan -p Unknown -iso-level 3 \
   -l -r -hide-rr-moved -J -joliet-long \
   -graft-points --path-list %s %(drive, speed, 

Re: F13 - goodnewws and bad news

2010-06-06 Thread Craig White
On Sat, 2010-06-05 at 08:48 -0500, Aaron Konstam wrote:
 On Sat, 2010-06-05 at 09:19 +0930, Tim wrote: 
  On Fri, 2010-06-04 at 15:42 -0500, Aaron Konstam wrote:
   2. For more than 15 years I have found that the GUI partition
   installer hard to use and in F13 it is even more impossible to use.
   This is mainly  because the various options are hard to distinguish
   from one another. I know someone will say it was easy fo them but I
   challenge them in the basic configuration to remove the separation of
   root from home.
  
  Do you mean the root user space (typically /root)?  That shouldn't be
  inside /home, and that's not a partitioning issue.
 
 No, the basic disk structure created by the partitioner has separate LVM 
 partitions for /root and
 /home. I wanted to combine them to a single LVM partition. I failed
 miserably. It does not make much sense what I wanted to do but I was
 frustrated that  I couldn't  do it. What I really wanted to do is to
 have the partitions other than swap in a single partition. I got that
 done but I am apprehensive about being able to do it again on my laptop
 which also has a Windows XP partition. I find the whole GUI partitioning
 application confusing.

/home and /root are not connected to each other and could only become
part of the same partition if the / filesystem were part of the
partition as that is the connection between them. Of course
putting /, /root and /home in the same LVM partition is actually the
default so what you are trying to do is nonsensical. But since you
admitted that what you are trying to do doesn't make any sense it seems
there is really no reason to complain that what your are trying to do
won't work.

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: F13 - goodnews and bad news

2010-06-06 Thread Aaron Konstam
On Sat, 2010-06-05 at 15:56 -0400, Genes MailLists wrote: 
 On 06/05/2010 09:56 AM, Aaron Konstam wrote:
 think I admitted that what I wanted to do made little sense but
  although separating / from /home in fdisk it is easy, it is pretty
  confusing to do in the GUI partitioner in the installer. 
 
 
   I found the installer partition tool beyond obvious. Its not as
 powerful as gparted but it is simple, straightforward and everything is
 clear.
 
  To me others I know that used it anyway.
 
  That being the case, perhaps you can elucidate what you found confusing
 so those that can make it better can understand what may need improving ?
 

Ok, I have been challenged to explain my complaints about the F13 disk
partitioner. If you will bring up the F13 Installer Guide I will  use
the figures within to explain it to you.

Let us start with Figure 7.27 (Section 7.20). I got a similar display
when I chose: Create Custom Layout. Except instead of the logical
partitions / and swap what was misplayed was /root and /home. No swap
and no partition mounted on / could be seen. What could I do. So I
deleted the /home and /root and saw a Free partion in their place.

Now to replace the Free partition with something more usable. So I
decided to edit the Free partition and we move to figure 7.29. Every
size I  entered in the Size Box got a return that there was not enough
space for that sized partition. Even when I chose Fill to maximum
allowable size.

I don't find this behavior beyond obvious or even understandable. What
would you have done?
--
===
Q: How many college football players does it take to screw in a light
bulb? A: Only one, but he gets three credits for it.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Traffic Shaping / Bandwidth Throttling

2010-06-06 Thread Bruno Wolff III
On Sun, Jun 06, 2010 at 07:23:19 -0700,
  Mike Wright mike.wri...@mailinator.com wrote:
  
  Does anyone have a good suggestion that will handle this?
  
 
 It's rather cryptic but you're looking for /sbin/tc.  I believe it has 
 everything you want and then some.  There are also scripts out there in 
   the wild that have already been written that do what you want.  I'll 
 look through my archive and see if I can find one.

A good start for doing this hands on is to read the LARTC Howto at
http://lartc.org/ . The manual is a bit out of date, particularly in regard
to using ifb devices instead in imq devices. However if you end up using
something like OpenWRT on your router, it's still easier to use imq, since
the router firmware guys either use 2.4 kernels (to support broadcom chips)
or for the really new stuff (OpenWRT's backfire), since back port imq support
to maintain compatibility. (With backfire, if you want ifb devices you need
to custom builds. It's not that hard, but is more work. Submitting an ifb
package to their project is on my list of things to do, but way down.)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Looking for multi-DVD spanning archiver

2010-06-06 Thread Richard Shaw
On Sun, Jun 6, 2010 at 10:28 AM, Richard Shaw hobbes1...@gmail.com wrote:
 On Sun, Jun 6, 2010 at 7:10 AM, Richard Shaw hobbes1...@gmail.com wrote:
 Ok, a python guru I am not, but I did manage to replace the 'popen2'
 call to the current 'subprocess' call which fixed DVD device discovery
 for me. I still have to figure something else out though. When it
 executed growisofs it crashed and I haven't figured out which piece of
 it I broke, but I cut  pasted the growisofs call and now it's running
 (burning). If I get it all figured out I'll put up the fixed script
 somewhere.

 Ok, a couple of hours of hacking later here you go. Hopefully no one
 minds the attachment as it's a pretty small file. It come with a It
 worked for me warranty :)

 Other than fixing how it calls growisofs, I added a simple --help
 arguement and fixed the size for DVD +R discs.

Ignore the previous attachment, fixed one small error.

Richard
#! /usr/bin/python

import os, sys, os.path, math, tempfile, dbus, readline
from subprocess import *

def discover():

  # get a connection to the system bus
  
  drives = []
  discs = {
  'dvd_r' : 4.38 * 1024 * 1024 * 1024,
  'dvd_rw' : 4.38 * 1024 * 1024 * 1024,
  'dvd_plus_r' : 4.37 * 1024 * 1024 * 1024,
  'dvd_plus_rw' : 4.37 * 1024 * 1024 * 1024,
  'dvd_plus_r_dl':  4.37 * 2 * 1024 * 1024 * 1024,
  'dvd_plus_rw_dl':  4.37 * 2 * 1024 * 1024 * 1024,

#  bd_re  If someone can test this with these new formats,
#  hddvd_rw   let me know!  I need values for their capacity
#  bd_r
#  hddvd_r
  }
  
  bus = dbus.SystemBus ()

  hal_obj = bus.get_object ('org.freedesktop.Hal', '/org/freedesktop/Hal/Manager')
  hal = dbus.Interface (hal_obj, 'org.freedesktop.Hal.Manager')
  
  udis = hal.FindDeviceByCapability ('volume')
  drives = {}
  for udi in udis:

dev_obj = bus.get_object ('org.freedesktop.Hal', udi)
dev = dbus.Interface (dev_obj, 'org.freedesktop.Hal.Device')
parent_obj = bus.get_object ('org.freedesktop.Hal', dev.GetProperty(info.parent))
parent = dbus.Interface (parent_obj, 'org.freedesktop.Hal.Device')

if parent.GetProperty ('storage.hotpluggable') or 'storage.cdrom' in parent.GetProperty('info.capabilities'):
try:
  if dev.GetProperty('volume.disc.type') in discs.keys():
device_name = dev.GetProperty ('block.device')
capacity = discs[dev.GetProperty('volume.disc.type')]
print capacity
drive_name = parent.GetProperty('info.product')
drives[device_name] = [capacity, drive_name]
print Found a %s in %s (%s) % (dev.GetProperty('volume.disc.type'), device_name, drive_name  )
except:
  continue
else:
  continue
  
  return drives

def RunCmd(command):

print Running command : %s % command
app = Popen(command, bufsize=0, shell=True, close_fds=True, stdout=PIPE, stderr=STDOUT)
output= []
while app.poll() == None:
while 1:

  try:
line = app.stdout.readline().rstrip(\n)
sys.stdout.flush()
  except:
pass

  if not line: break
  output.append(line)
  print line

if app.poll()  0 :
 
 print There was an error running %s. % command
 sys.exit(1)

return output


def build_list(files, dvd_capacity):
 
  file_count = 1
  disc_size = 0
  disc_list = []
  disc_files = []
  outfiles = []
 
  for file in files:

if not os.path.islink(file):
  size = os.path.getsize(file)
  disc_size = disc_size + size
else:
  size = 0

if disc_size = dvd_capacity:
  disc_list.append(disc_files)
  disc_size = 0
  disc_size = disc_size + size
  disc_files = []
  disc_files.append(file)

else:
  disc_files.append(file)
  
  disc_list.append(disc_files)

  return (disc_list)


def burn(disc, dir, drive, speed, disc_num, total_disc):
  
  if disc_num ==1:
msg = \nReady to burn disc %s/%s.  Press Enter  % (disc_num, total_disc )
  else:
msg = \nInsert Empty Disc %s/%s and Press Enter\n % (disc_num, total_disc )

  input=raw_input(msg)
  
  list = 
  for file in disc:
file_on_disc = file.replace(dir, )
list = list + %s=%s\n % (file_on_disc, file)
  fd, temp_list = tempfile.mkstemp(suffix=.discspanlist)
  output = open(temp_list, 'w')
  output.write(list)
  output.close()
  burn_cmd = growisofs -Z %s -speed=%s -use-the-force-luke=notray \
   -use-the-force-luke=tty  -gui \
   -V DiscSpanData -A DiscSpan -p Unknown -iso-level 3 \
   -l -r -hide-rr-moved -J -joliet-long \
   -graft-points --path-list %s %(drive, speed, temp_list)
  
  if len(sys.argv) =2 :
  
if sys.argv[1] == test:

  burn_cmd = growisofs -Z %s -speed=%s -use-the-force-luke=notray \
   -use-the-force-luke=tty  -gui -use-the-force-luke=dummy \
   -V DiscSpanData -A DiscSpan -p Unknown 

Re: F13 - goodnews and bad news

2010-06-06 Thread Tom Horsley
On Sun, 06 Jun 2010 10:55:48 -0500
Aaron Konstam wrote:

 I chose: Create Custom Layout.

Weird. I always use custom layout and I never have
any partitioning recommended for me, I just get
the list of what is on the disks now and I can
edit or create new partitions with no particular
problems.

What I find hopelessly geeky is when I have more
than one physical disk in the system. I get these
extra screens where it shows me stuff like the
model number and serial number of the disks and
asks me to choose which ones to continue the
partitioning process with. The idea that I would
have my serial numbers memorized and know how to
pick relevant disks is absurd. The screens should
start with all disks selected and let me exclude
some if I do actually recognize serial numbers. (Or
just get rid of those screens completely and
default to always including all the disks).
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Evolution oddities in F13

2010-06-06 Thread Patrick O'Callaghan
On Sun, 2010-06-06 at 12:39 -0400, Mark C. Allman wrote:
 I also now have a line included in my signature that is just two
 dashes (as you can see below).  It's not in the signature file.  No
 idea why it's there.  

It's there because --  (note the space) is the standard indicator of a
signature. See http://tools.ietf.org/html/rfc3676#section-4.3

poc

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


FC13 won't start

2010-06-06 Thread Yogesh
Hello,

I installed FC13 a week back. It was working fine for a week. Then, the
other day I was trying different Desktop Environments. I installed KDE and
then removed it. I tried XFCE and then removed it. System was working fine.
Some automatic updates were installed. (I do not know what they were). Then
when I tried to shutdown, nothing happened. I did not get the option to
logout or shutdown. I had to forcibly turn the system off.

Now when I boot it, nothing happens. I just reach the Fedora icon (before
the login page). I do not get the option to login.

I have started using FC13 only a week back. I do not know what has gone
wrong.
Can someone please help me.

Thank you

-Yogesh
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


OT (maybe) print server

2010-06-06 Thread Mick M.
Hi;
 I have a small footprint, spare computer that I want to make into a print 
server.
1.3Ghz and 256M ram, with hard drive and CD.

Could you recommend a distribution for this?
It will be a wired RJ45 connection, 1284 and USB printers.

Mick M.


Standard guarantee applies - 30 feet or 30 seconds, whichever comes first.

#  find / -name *your base* -exec chown us:us {} \;


  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Omega live -

2010-06-06 Thread Beartooth
On Tue, 01 Jun 2010 00:45:30 +0530, Rahul Sundaram wrote:
[]
  And will preupgrade work on it??
   
 
 Yep.  As much as in Fedora.

Actually even better. I clicked the gpk-viewer icon; it did its 
normal thing *and* also popped a box up telling me the preupgrade was 
available, and asking if I wanted it. Very nice!

Many, many thanks!

-- 
Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User
I have precious (very precious!) little idea where up is.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Omega live -

2010-06-06 Thread Rahul Sundaram
On 06/06/2010 11:19 PM, Beartooth wrote:
   Actually even better. I clicked the gpk-viewer icon; it did its 
 normal thing *and* also popped a box up telling me the preupgrade was 
 available, and asking if I wanted it. Very nice!

   Many, many thanks!
   

That happens with standard Fedora as well.  Nothing Omega specific about
it. 

Rahul

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Ufraw seems strange to me and to my brand new camera

2010-06-06 Thread Antonio M
I am using Ufraw+Gimp to work on my photo.
I have been using a Pentax 1stDs for a long time, but I bought a new kx.
Today I went to an historical car race in Monza and surprise, PEF file
coming from the new camera are mismanaged, in particular red is
completely missing, therefore all colours are wrong!!!
I went to Ufraw site and I see that kx is in the list of cameras that
are o.k with UFraw.
Do they mean that I hace to shot in DGN and not in PEF format???
What is funny that if I open same files with Fspot colours are o.k.

Shall I file a bug against UFraw???

-- 
Antonio Montagnani
Skype : amontag52
SIP: antoniomon...@ekiga.net
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Omega live -

2010-06-06 Thread Rahul Sundaram
On 06/07/2010 12:43 AM, Bob Goodwin wrote:
 Is Omega 13 available? If it is Google doesn't know it is. Where do
 I for my copy?
   

I have yet to build a ISO image.  If you have already have Fedora 12
installed, a preupgrade prompt will guide you through a upgrade to
Fedora 13 + all the preinstalled packages and repositories which amounts
to the same thing. 

Rahul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Evolution oddities in F13

2010-06-06 Thread Matthew Saltzman
On Sat, 2010-06-05 at 22:03 -0500, Mike Chambers wrote: 
 On Sat, 2010-06-05 at 19:33 -0400, Matthew Saltzman wrote:
 
* The first message selected in a window doesn't change status
  from unread to read until I change it by hand. 

 
 Above isn't a bug.  It actually was suppose to do this same thing in F12
 but there was a bug that prevented it.  But this is the way it's suppose
 to work.  It will change if you select on another one then come back to
 it.  And if there are other emails in the folder, i think it will change
 status but can't remember.  I thought it was a bug too during F13
 testing but was told that isn't the case, done on purpose, via evolution
 upstream.

OK I don't mind that behavior specifically, just wondered if the change
was intentional.

Thanks.

 

-- 
Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Ufraw seems strange to me and to my brand new camera

2010-06-06 Thread antonio montagnani




I am using Ufraw+Gimp to work on my photo.
I have been using a Pentax 1stDs for a long time, but I bought a new kx.
Today I went to an historical car race in Monza and surprise, PEF file
coming from the new camera are mismanaged, in particular red is
completely missing, therefore all colours are wrong!!!
I went to Ufraw site and I see that kx is in the list of cameras that
are o.k with UFraw.
Do they mean that I hace to shot in DGN and not in PEF format???
What is funny that if I open same files with Fspot colours are o.k.

Shall I file a bug against UFraw???


-- 
Antonio M
Skype: amontag52

Linux Fedora F13 (Goddard) on Acer 5720

www.campingmonterosa.com
www.studiodacolpaloschi.it



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: F13 - goodnewws and bad news

2010-06-06 Thread Aaron Konstam
On Sun, 2010-06-06 at 08:32 -0700, Craig White wrote: 
 On Sat, 2010-06-05 at 08:48 -0500, Aaron Konstam wrote:
  On Sat, 2010-06-05 at 09:19 +0930, Tim wrote: 
   On Fri, 2010-06-04 at 15:42 -0500, Aaron Konstam wrote:
2. For more than 15 years I have found that the GUI partition
installer hard to use and in F13 it is even more impossible to use.
This is mainly  because the various options are hard to distinguish
from one another. I know someone will say it was easy fo them but I
challenge them in the basic configuration to remove the separation of
root from home.
   
   Do you mean the root user space (typically /root)?  That shouldn't be
   inside /home, and that's not a partitioning issue.
  
  No, the basic disk structure created by the partitioner has separate LVM 
  partitions for /root and
  /home. I wanted to combine them to a single LVM partition. I failed
  miserably. It does not make much sense what I wanted to do but I was
  frustrated that  I couldn't  do it. What I really wanted to do is to
  have the partitions other than swap in a single partition. I got that
  done but I am apprehensive about being able to do it again on my laptop
  which also has a Windows XP partition. I find the whole GUI partitioning
  application confusing.
 
 /home and /root are not connected to each other and could only become
 part of the same partition if the / filesystem were part of the
 partition as that is the connection between them. Of course
 putting /, /root and /home in the same LVM partition is actually the
 default so what you are trying to do is nonsensical. But since you
 admitted that what you are trying to do doesn't make any sense it seems
 there is really no reason to complain that what your are trying to do
 won't work.
 
 Craig
But your conclusion that / is in the same partition as /root and  /home
does not correspond to what one sees in Figure 7.27 in the Installation
Guide  (see my other post) so your assertion makes no sense either.

--
===
Jesus is my POSTMASTER GENERAL ...
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: OT (maybe) print server

2010-06-06 Thread Aaron Konstam
On Sun, 2010-06-06 at 10:39 -0700, Mick M. wrote: 
 Hi;
  I have a small footprint, spare computer that I want to make into a print 
 server.
 1.3Ghz and 256M ram, with hard drive and CD.
 
 Could you recommend a distribution for this?
 It will be a wired RJ45 connection, 1284 and USB printers.
 
 Mick M.

Any linux distribution using cups will work.  


--
===
greenpeace free'd the mallocs
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Evolution oddities in F13

2010-06-06 Thread Craig White
On Sat, 2010-06-05 at 19:33 -0400, Matthew Saltzman wrote:
 After preupgrade from F12 to F13, I've noticed the following in
 Evolution:
 
   * The new-mail indicator in the notification area doesn't show up.
 (I asked about this before, but nobody replied.  Do I now need
 the separate mail-notification) 
   * Ctrl-A does not select all visible messages.  In fact, it does
 nothing. 
   * The first message selected in a window doesn't change status
 from unread to read until I change it by hand. 
   * If I report a message as spam, it used to disappear from the
 window.  I assume it was marked as junk at the same time.  But
 now, it stays visible and I have to delete it or mark it junk by
 hand.
 
 Has anyone noticed these behaviors?  Are they intentional changes?  Or
 should I report them to Bugzilla?

notification issue has a bugzilla entry, you may want to add yourself to
the list.

https://bugzilla.redhat.com/show_bug.cgi?id=598583

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: F13 - goodnewws and bad news

2010-06-06 Thread Craig White
On Sun, 2010-06-06 at 15:21 -0500, Aaron Konstam wrote:
 On Sun, 2010-06-06 at 08:32 -0700, Craig White wrote: 
  On Sat, 2010-06-05 at 08:48 -0500, Aaron Konstam wrote:
   On Sat, 2010-06-05 at 09:19 +0930, Tim wrote: 
On Fri, 2010-06-04 at 15:42 -0500, Aaron Konstam wrote:
 2. For more than 15 years I have found that the GUI partition
 installer hard to use and in F13 it is even more impossible to use.
 This is mainly  because the various options are hard to distinguish
 from one another. I know someone will say it was easy fo them but I
 challenge them in the basic configuration to remove the separation of
 root from home.

Do you mean the root user space (typically /root)?  That shouldn't be
inside /home, and that's not a partitioning issue.
   
   No, the basic disk structure created by the partitioner has separate LVM 
   partitions for /root and
   /home. I wanted to combine them to a single LVM partition. I failed
   miserably. It does not make much sense what I wanted to do but I was
   frustrated that  I couldn't  do it. What I really wanted to do is to
   have the partitions other than swap in a single partition. I got that
   done but I am apprehensive about being able to do it again on my laptop
   which also has a Windows XP partition. I find the whole GUI partitioning
   application confusing.
  
  /home and /root are not connected to each other and could only become
  part of the same partition if the / filesystem were part of the
  partition as that is the connection between them. Of course
  putting /, /root and /home in the same LVM partition is actually the
  default so what you are trying to do is nonsensical. But since you
  admitted that what you are trying to do doesn't make any sense it seems
  there is really no reason to complain that what your are trying to do
  won't work.
  
  Craig
 But your conclusion that / is in the same partition as /root and  /home
 does not correspond to what one sees in Figure 7.27 in the Installation
 Guide  (see my other post) so your assertion makes no sense either.

give me a link to the figure you are referring to

Craig



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Unwanted space preceeding cursor in Konsole

2010-06-06 Thread g
g wrote:
 Steven P. Ulrick wrote:
 
 Never mind...  When I was uninstalling some foreign language support that I
 did not need, I uninstalled dejavu-sans-mono-fonts.noarch.  When I
 re-installed it  restarted konsole, all was well.

 Sorry for the noise.
 
 not really 'noise'.
 
 i will try same later tonight or tomorrow and get back with results.

problem i was having was under 'konsole'.

what is strange is it seems that problem of space has cleared without my
making any changes to fonts.

now i have a new problem, seems that konqueror is breaking and shutting down
on it's own, followed by a prompt to report.

same is happening when i try to right click background to shut down kde.

something else that has been going on for a while, connection icon shows
that internet is disconnected, yet ifconfig shows that it is up.

in trying to run yumex, after it starts, it also thinks that internet
connection is down. yet when i run yum from console, all is ok.

attempted to file reports, but this is failing also.

looks like i will try reformatting partition, reinstall fedora 12, run
updates and see what happens.


-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today.
**
to mess up a linux box, you need to work at it.
to mess up an ms windows box, you just need to *look* at it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Fwd: Re: F13 - goodnewws and bad news]-addendum

2010-06-06 Thread Aaron Konstam
 Forwarded Message 
From: Aaron Konstam akons...@sbcglobal.net
To: Community support for Fedora users users@lists.fedoraproject.org
Subject: Re: F13 - goodnewws and bad news
Date: Sun, 06 Jun 2010 15:21:41 -0500

On Sun, 2010-06-06 at 08:32 -0700, Craig White wrote: 
 On Sat, 2010-06-05 at 08:48 -0500, Aaron Konstam wrote:
  On Sat, 2010-06-05 at 09:19 +0930, Tim wrote: 
   On Fri, 2010-06-04 at 15:42 -0500, Aaron Konstam wrote:
2. For more than 15 years I have found that the GUI partition
installer hard to use and in F13 it is even more impossible to use.
This is mainly  because the various options are hard to distinguish
from one another. I know someone will say it was easy fo them but I
challenge them in the basic configuration to remove the separation of
root from home.
   
   Do you mean the root user space (typically /root)?  That shouldn't be
   inside /home, and that's not a partitioning issue.
  
  No, the basic disk structure created by the partitioner has separate LVM 
  partitions for /root and
  /home. I wanted to combine them to a single LVM partition. I failed
  miserably. It does not make much sense what I wanted to do but I was
  frustrated that  I couldn't  do it. What I really wanted to do is to
  have the partitions other than swap in a single partition. I got that
  done but I am apprehensive about being able to do it again on my laptop
  which also has a Windows XP partition. I find the whole GUI partitioning
  application confusing.
 
 /home and /root are not connected to each other and could only become
 part of the same partition if the / filesystem were part of the
 partition as that is the connection between them. Of course
 putting /, /root and /home in the same LVM partition is actually the
 default so what you are trying to do is nonsensical. But since you
 admitted that what you are trying to do doesn't make any sense it seems
 there is really no reason to complain that what your are trying to do
 won't work.
 
 Craig
But your conclusion that / is in the same partition as /root and  /home
does not correspond to what one sees in Figure 7.27 in the Installation
Guide  (see my other post) so your assertion makes no sense either.

I should point out the fallacy with your analysis. If /, /root and /home are in 
the same partition
then the size of the partition would be larger than the sum of the size of
/root and /home. But they are exactly the same.


--
===
Looks clean and obviously correct to me, but then _everything_ I write
always looks obviously correct yo me. - Linus
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: F13 - goodnewws and bad news

2010-06-06 Thread Aaron Konstam
On Sun, 2010-06-06 at 13:33 -0700, Craig White wrote: 
 On Sun, 2010-06-06 at 15:21 -0500, Aaron Konstam wrote:
  On Sun, 2010-06-06 at 08:32 -0700, Craig White wrote: 
   On Sat, 2010-06-05 at 08:48 -0500, Aaron Konstam wrote:
On Sat, 2010-06-05 at 09:19 +0930, Tim wrote: 
 On Fri, 2010-06-04 at 15:42 -0500, Aaron Konstam wrote:
  2. For more than 15 years I have found that the GUI partition
  installer hard to use and in F13 it is even more impossible to use.
  This is mainly  because the various options are hard to distinguish
  from one another. I know someone will say it was easy fo them but I
  challenge them in the basic configuration to remove the separation 
  of
  root from home.
 
 Do you mean the root user space (typically /root)?  That shouldn't be
 inside /home, and that's not a partitioning issue.

No, the basic disk structure created by the partitioner has separate 
LVM partitions for /root and
/home. I wanted to combine them to a single LVM partition. I failed
miserably. It does not make much sense what I wanted to do but I was
frustrated that  I couldn't  do it. What I really wanted to do is to
have the partitions other than swap in a single partition. I got that
done but I am apprehensive about being able to do it again on my laptop
which also has a Windows XP partition. I find the whole GUI partitioning
application confusing.
   
   /home and /root are not connected to each other and could only become
   part of the same partition if the / filesystem were part of the
   partition as that is the connection between them. Of course
   putting /, /root and /home in the same LVM partition is actually the
   default so what you are trying to do is nonsensical. But since you
   admitted that what you are trying to do doesn't make any sense it seems
   there is really no reason to complain that what your are trying to do
   won't work.
   
   Craig
  But your conclusion that / is in the same partition as /root and  /home
  does not correspond to what one sees in Figure 7.27 in the Installation
  Guide  (see my other post) so your assertion makes no sense either.
 
 give me a link to the figure you are referring to
 
 Craig

Google for F13 Installation gide and look at Figure 7.27. (In section 7.20). 
You will see if / is in the partition that it is displayed on the screen.
And the size of the partition would be greater than the sum of the sizes
of /root and /home. It is not in my display, so / is not part of the
partition.


--
===
Your mode of life will be changed for the better because of good news
soon.
===
Aaron Konstam telephone: (210) 656-0355 e-mail: akons...@sbcglobal.net

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [Fwd: Re: F13 - goodnewws and bad news]-addendum

2010-06-06 Thread Craig White
On Sun, 2010-06-06 at 15:37 -0500, Aaron Konstam wrote:
  Forwarded Message 
 From: Aaron Konstam akons...@sbcglobal.net
 To: Community support for Fedora users users@lists.fedoraproject.org
 Subject: Re: F13 - goodnewws and bad news
 Date: Sun, 06 Jun 2010 15:21:41 -0500
 
 On Sun, 2010-06-06 at 08:32 -0700, Craig White wrote: 
  On Sat, 2010-06-05 at 08:48 -0500, Aaron Konstam wrote:
   On Sat, 2010-06-05 at 09:19 +0930, Tim wrote: 
On Fri, 2010-06-04 at 15:42 -0500, Aaron Konstam wrote:
 2. For more than 15 years I have found that the GUI partition
 installer hard to use and in F13 it is even more impossible to use.
 This is mainly  because the various options are hard to distinguish
 from one another. I know someone will say it was easy fo them but I
 challenge them in the basic configuration to remove the separation of
 root from home.

Do you mean the root user space (typically /root)?  That shouldn't be
inside /home, and that's not a partitioning issue.
   
   No, the basic disk structure created by the partitioner has separate LVM 
   partitions for /root and
   /home. I wanted to combine them to a single LVM partition. I failed
   miserably. It does not make much sense what I wanted to do but I was
   frustrated that  I couldn't  do it. What I really wanted to do is to
   have the partitions other than swap in a single partition. I got that
   done but I am apprehensive about being able to do it again on my laptop
   which also has a Windows XP partition. I find the whole GUI partitioning
   application confusing.
  
  /home and /root are not connected to each other and could only become
  part of the same partition if the / filesystem were part of the
  partition as that is the connection between them. Of course
  putting /, /root and /home in the same LVM partition is actually the
  default so what you are trying to do is nonsensical. But since you
  admitted that what you are trying to do doesn't make any sense it seems
  there is really no reason to complain that what your are trying to do
  won't work.
  
  Craig
 But your conclusion that / is in the same partition as /root and  /home
 does not correspond to what one sees in Figure 7.27 in the Installation
 Guide  (see my other post) so your assertion makes no sense either.
 
 I should point out the fallacy with your analysis. If /, /root and /home are 
 in the same partition
 then the size of the partition would be larger than the sum of the size of
 /root and /home. But they are exactly the same.

I completely don't understand what you are saying or what point you are
trying to make. 

I'm sorry that I got involved - I'll let it go. Good luck.

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


A question on OCR for bad old document?

2010-06-06 Thread mike cloaked
I have a scanned pdf of a very old document which was typewritten
about half a century ago. The scanned copy is noisy and the letters
are far from clear. The text can be made out (mostly) by eye, but it
is 19 pages long and I would like to OCR it to get a digitised text to
save the eye strain and lots of typing.

I have tried various routes to doing this, including converting the
pdf to jpg, tif and other formats after fiddling with it in GIMP to
turn it (not very well) from grey scale to monochrome with an indexed
image before trying to OCR it. I have tried GOCR, OCRAD and gscan2pdf
but all give pretty awful results with a very low success rate.

Does anyone have any guidance or a url to point me to that may help
with turning that scanned old document into something sensible as a
character file within Fedora ?

Thanks in advance for any tips.

-- 
mike c
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Fedora 12 Cups and Canon IP3000 from command line

2010-06-06 Thread Javier Perez
Hi.

How do I install a Canon IP3000 printer on a Fedora 12
This server is an old computer (Intel Celeron 1000 Mhz). If has a Biostar
M6VLR motherboard (Trident Cyberblade chipset). I mention
this because so far, Xorg+KDE or Xorg+XFCE performance has been awfult,
ultra slow worst than molasses.
Nevertheless on level 3 things work speedy enough.

I just want it to work as a printer server + file server. I am not printing
from this computer, so I do not mind if it works as raw printer.

Therefore I removed everything graphic ( groupremove(X Window) )

My problem is installing my Canon IP3000. It used to work. I'd print to
http://server:631/printers/Canon_IP3000 and everything would be fine.
somehow  I erased that configuration and I am starting from zero.

I installed cups (1.4.2-28.fc12) and cups-bjnp (0.5.4-4.fc12)

I messed a little to be able to go into the administration menus from
another computer in the network. (Allow other_pc:631)
Nevertheless after I configure everything I cannot see it nor recognize it
from the network although it is supposed to be shared.

I tried configuring from lpadmin but gave up, I need to study a lot more to
use it I think.

I need some guidance and clarification in here.

I read that cups_bjnp had like its own server or something like that on port
8411, but the documentation is quite skimpy there.

Has anybone worked this out? Do I need also any PPD file to download to make
this all work?

I am thoroughly confused here.

-- 
--
/\_/\
|O O|  pepeb...@gmail.com
 Javier Perez
   While the night runs
   toward the day...
 m m   Pepebuho watches
   from his high perch.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: A question on OCR for bad old document?

2010-06-06 Thread Paul Smith
On Sun, Jun 6, 2010 at 10:01 PM, mike cloaked mike.cloa...@gmail.com wrote:
 I have a scanned pdf of a very old document which was typewritten
 about half a century ago. The scanned copy is noisy and the letters
 are far from clear. The text can be made out (mostly) by eye, but it
 is 19 pages long and I would like to OCR it to get a digitised text to
 save the eye strain and lots of typing.

 I have tried various routes to doing this, including converting the
 pdf to jpg, tif and other formats after fiddling with it in GIMP to
 turn it (not very well) from grey scale to monochrome with an indexed
 image before trying to OCR it. I have tried GOCR, OCRAD and gscan2pdf
 but all give pretty awful results with a very low success rate.

 Does anyone have any guidance or a url to point me to that may help
 with turning that scanned old document into something sensible as a
 character file within Fedora ?

Have you tried Tesseract? I suppose that Tesseract can work from
inside gscan2pdf.

(http://code.google.com/p/tesseract-ocr/)

(yum install tesseract)

The best OCR tool that I have found up to now is a commercial one:
Acrobat Professional.

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Googleearth segfault on startup using nvidia kmod driver

2010-06-06 Thread Jonathan Ryshpan
Googleearth has started to crash on startup now that I have installed
the kmod Nvidia drivers.  It ran (though slowly) when the nouveau
drivers were being installed.  I have installed all the packages
recommended in a recent discussion about this on the list, following the
advice at:
http://bigjim-network.be/2009/06/24/google-earth-on-fedora-11-64-bit/
Any further ideas on getting Googleearth to run?

Googleearth has produced a crash log, and a suggestion to submit it to
somebody; does anyone know how or where to file such a crash report?

System info: 
Fedora-13 with all updates installed
Video Card: nVidia Corporation G96 [GeForce 9500 GT] (rev a1)
System: 4-processor AMD x86_64

Thanks - jon

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: A question on OCR for bad old document?

2010-06-06 Thread Frank Cox

On Sun, 2010-06-06 at 22:01 +0100, mike cloaked wrote:
 I have a scanned pdf of a very old document which was typewritten
 about half a century ago. The scanned copy is noisy and the letters
 are far from clear. The text can be made out (mostly) by eye, but it
 is 19 pages long and I would like to OCR it to get a digitised text to
 save the eye strain and lots of typing.

You can't make a silk purse out of a sow's ear.

If you are having difficulty reading the scan yourself, then you're
probably out of luck getting the computer to OCR it for you.

Your best bet is to retype it.  It's only 19 pages so it shouldn't take
too long to type it again.  You'll spend far more time fiddling around
(unsuccessfully) with OCR stuff than it will take to retype it anyway.
-- 
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: A question on OCR for bad old document?

2010-06-06 Thread mike cloaked
On Sun, Jun 6, 2010 at 10:12 PM, Paul Smith phh...@gmail.com wrote:


 Have you tried Tesseract? I suppose that Tesseract can work from
 inside gscan2pdf.

Yes I tried tesseract and it does not seem to fair much better than
the other options - (it is a tough document to OCR though)


 (http://code.google.com/p/tesseract-ocr/)

 (yum install tesseract)

 The best OCR tool that I have found up to now is a commercial one:
 Acrobat Professional.

Is that available for Fedora?

-- 
mike c
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: A question on OCR for bad old document?

2010-06-06 Thread mike cloaked
On Sun, Jun 6, 2010 at 10:19 PM, Frank Cox thea...@sasktel.net wrote:

 You can't make a silk purse out of a sow's ear.


Hah - well true but I had hoped after seeing the wonderful computing
facilities on CSI TV programmes (only joking!)

 If you are having difficulty reading the scan yourself, then you're
 probably out of luck getting the computer to OCR it for you.

 Your best bet is to retype it.  It's only 19 pages so it shouldn't take

I was hoping you would not say that!

-- 
mike c
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: A question on OCR for bad old document?

2010-06-06 Thread Paul Smith
On Sun, Jun 6, 2010 at 10:26 PM, mike cloaked mike.cloa...@gmail.com wrote:
 The best OCR tool that I have found up to now is a commercial one:
 Acrobat Professional.

 Is that available for Fedora?

I guess you can run it from inside Fedora, through a virtual machine
running MS Windows (VirtualBox is an excellent choice for a
virtualization).

Paul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Unwanted space preceeding cursor in Konsole

2010-06-06 Thread Ed Greshko
On 06/07/2010 04:32 AM, g wrote:

 something else that has been going on for a while, connection icon shows
 that internet is disconnected, yet ifconfig shows that it is up.

 in trying to run yumex, after it starts, it also thinks that internet
 connection is down. yet when i run yum from console, all is ok.
   
I had something similar happen a while back.  But, it was caused by
things that I did.  It was quite some time ago, under F12, when I
thought I knew the ins/outs of NM and how it would interact with the
previous networking scripts.

Ed

-- 
Pascal is a language for children wanting to be naughty. -- Dr. Kasi
Ananthanarayanan 葛斯克 愛德華 / 台北市八德路四段



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Unwanted space preceeding cursor in Konsole

2010-06-06 Thread g
Ed Greshko wrote:
 On 06/07/2010 04:32 AM, g wrote:
 something else that has been going on for a while, connection icon shows
 that internet is disconnected, yet ifconfig shows that it is up.

 in trying to run yumex, after it starts, it also thinks that internet
 connection is down. yet when i run yum from console, all is ok.
   
 I had something similar happen a while back.  But, it was caused by
 things that I did.  It was quite some time ago, under F12, when I
 thought I knew the ins/outs of NM and how it would interact with the
 previous networking scripts.

ed, thank you for replying.

good to know i am not alone in having problem.

using yum at cli was a work around, but yumex allows easier selection
of updates and seeing new software and installing.

looks like this week will be reinstalling fedora 12. at least i will
not have as many updates to go thru to see when it breaks. :)

and i will do selective updates to see if i can narrow down when problem
is happening.

if it breaks again, i will start a new thread.

thanks again.


later.

-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today.
**
to mess up a linux box, you need to work at it.
to mess up an ms windows box, you just need to *look* at it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


preupgrade 12 to 13 error

2010-06-06 Thread Alan J. Gagne
Need a little help to determine next step.

After reboot from running preupgrade I get the following message.

Error downloading kickstart file.
Then I am being requested to modify the following parameter.

ks=hd:UUID=d99009ca-09f4-4607-9176-c3a6f6863fa8:/upgrade/ks.cfg

This machine is a fully updated fresh install of F12 with a 300mb /boot 
on mdraid.

FROM GRUB:
title Upgrade to Fedora 13 (Goddard)
 kernel /upgrade/vmlinuz preupgrade 
repo=hd::/var/cache/yum/preupgrade 
ks=hd:UUID=d99009ca-09f4-4607-9176-c3a6f6863fa8:/upgrade/ks.cfg 
stage2=hd:UUID=d99009ca-09f4-4607-9176-c3a6f6863fa8:/upgrade/install.img
 initrd /upgrade/initrd.img
title Fedora (2.6.32.12-115.fc12.x86_64)
 root (hd0,1)
 kernel /vmlinuz-2.6.32.12-115.fc12.x86_64 ro 
root=/dev/mapper/vg_linux8-lv_root  LANG=en_US.UTF-8 
SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us quiet 
rdblacklist=nouveau vga=791 elevator=noop
 initrd /initramfs-2.6.32.12-115.fc12.x86_64.img

FROM FSTAB:
# /etc/fstab
# Created by anaconda on Mon Apr  5 20:18:40 2010
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg_linux8-lv_root / ext4
noatime,errors=remount-ro1 1
UUID=d99009ca-09f4-4607-9176-c3a6f6863fa8 /boot ext4
noatime,errors=remount-ro1 2
/dev/mapper/vg_linux8-lv_swap swap  swap
defaults 0 0
tmpfs   /dev/shmtmpfs   
defaults,noatime,mode=1777   0 0
tmpfs   /tmptmpfs   
defaults,noatime,mode=1777   0 0
devpts  /dev/ptsdevpts  
gid=5,mode=620   0 0
sysfs   /syssysfs   
defaults 0 0
proc/proc   proc
defaults 0 0
/dev/vg_linux8_1/lv_opt/optext4defaults
  1 2
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Goodbye Fedora XDMCP and VNC

2010-06-06 Thread Robert Myers
I have configured, reconfigured, and wrestled with exporting the Gnome
desktop using either XDMCP or VNC.  With all the various idiosyncracies, it
has been a time-consuming struggle in which I have rarely gotten exactly
what I wanted.

Here is the map to freedom from all this nastiness:

use ssh -X to export X from applications to a desktop with an X-server.

Use the utility alacarte to export a handy guide for all the features that
are normally accessed via graphical menus. Use properties of each menu
item to find the command line necessary to invoke a GUI application that
would normally be invoked through a menu.  Use tuxmc or anything you like
other than nautilus as a file manager.

Live the rest of your life without worrying what fedora or gnome has changed
relative to the nautilus, gnome desktop, xdmcp, vnc, or remote access with
whatever release or upgrade you are using.

If you always access a machine remotely, issue telinit 3 to shut down the
graphical interface and x-server you will never need again.  If you can ssh
into your remote box and have a local x-server, you are good to go.

Robert.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Unwanted space preceeding cursor in Konsole

2010-06-06 Thread g
Ed Greshko wrote:
snip

 Welcome...  But do keep in mind that the breakage was all my own fault.

understood.

in the case of this install, i do believe it was broken from an update.
especially with yumex problems.

after a reboot after 1 update, my kde background went completely black
from being a revolving globe of earth.

after another update, had problems with internet icon, so on, and so on.

anyway, if i can get a good install this time, i will skip fedora 13
and maybe 14.

i have tried to use fedora with fel for electronic design, but with all
of problems, it just has not been.

thanks again.

later.


-- 

peace out.

tc,hago.

g
.


in a free world without fences, who needs gates.
**
help microsoft stamp out piracy - give linux to a friend today.
**
to mess up a linux box, you need to work at it.
to mess up an ms windows box, you just need to *look* at it.
**
learn linux:
'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html
'The Linux Documentation Project' http://www.tldp.org/
'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html
'HowtoForge' http://howtoforge.com/




signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: A question on OCR for bad old document?

2010-06-06 Thread Jim
On 06/06/2010 05:19 PM, Frank Cox wrote:
 On Sun, 2010-06-06 at 22:01 +0100, mike cloaked wrote:

 I have a scanned pdf of a very old document which was typewritten
 about half a century ago. The scanned copy is noisy and the letters
 are far from clear. The text can be made out (mostly) by eye, but it
 is 19 pages long and I would like to OCR it to get a digitised text to
 save the eye strain and lots of typing.
  
 You can't make a silk purse out of a sow's ear.

 If you are having difficulty reading the scan yourself, then you're
 probably out of luck getting the computer to OCR it for you.

 Your best bet is to retype it.  It's only 19 pages so it shouldn't take
 too long to type it again.  You'll spend far more time fiddling around
 (unsuccessfully) with OCR stuff than it will take to retype it anyway.

Scanning a Text doc is not going to Save properly in Xsane/Linux, even 
if you use gocr
Scanning and Saving Text is broken.

As far as how a text looks on your terminal after scanning, It always 
looks bad. You have to Save As to get good finish product, and again 
Save As Text is broken in Xsane. only Images turn out after Saving
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Jonathan Ryshpan
If I invoke a nonexistent application in gnome-terminal on a system
running F13 this happens:
$ sdf
Command not found. 
about 1/3 second pause
$
If yum is running this happens:
$ sdf
Command not found. 
 * Waiting for package manager lock... 
pause till yum finishes
$

What's happening?  Will some application put out a message offering to
download the app?

Thanks - jon


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Todd Zullinger
Jonathan Ryshpan wrote:
 If I invoke a nonexistent application in gnome-terminal on a system
 running F13 this happens:
 $ sdf
 Command not found.
 about 1/3 second pause
 $
 If yum is running this happens:
 $ sdf
 Command not found.
  * Waiting for package manager lock...
 pause till yum finishes
 $

 What's happening?  Will some application put out a message offering
 to download the app?

Yeah.  There's a command not found hook in bash (inspired by an Ubuntu
patch, IIRC).  This went into Fedora 12 I believe:

http://fedoraproject.org/wiki/Features/PackageKitCommandNotFound

-- 
ToddOpenPGP - KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~
Sometimes you get the blues because your baby leaves you. Sometimes
you get'em 'cause she comes back.
-- B.B. King



pgpOkvcSPJPJn.pgp
Description: PGP signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Tom Horsley
On Sun, 6 Jun 2010 19:58:16 -0400
Todd Zullinger wrote:

  What's happening?  Will some application put out a message offering
  to download the app?  
 
 Yeah.  There's a command not found hook in bash (inspired by an Ubuntu
 patch, IIRC).  This went into Fedora 12 I believe:

Yea, I put this in my .bashrc as soon as I was able to discover
what helpful nonsense was going on:

unset -f command_not_found_handle
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: ssh into kvm-clients

2010-06-06 Thread Bill Davidsen

brizly vaan van Ulciputz wrote:

so i set up a bridge, it's running fine (the bridge itself...).
But how do i tell the default kvm-network to use the bridge instead of
using nat?
i found /var/lib/libvirt/network/default.xml,
but don't know how to change it, which manpage to use :-(
Using the KVM-GUI (virt-manager) i am not able to add a new network with
another type than NAT.
By now i was following the way described on
http://www.howtoforge.com/virtualization-with-kvm-on-a-fedora-11-server ,
but it ends up in setting up a _new_ machine, i am already having them.

any hints?

Am Mittwoch, den 02.06.2010, 16:44 -0400 schrieb Tom Horsley:

On Wed, 02 Jun 2010 20:50:03 +0200
brizly vaan van Ulciputz wrote:


or do i have to edit ifcfg-br0 by
hand?

That's the way I've always done it. Just move all the
ipaddr and wot-not into the br0 file and tell the eth0
file it is part of the bridge by adding BRIDGE=br0.

I don't know if NetworkManager can deal with bridges.
I always turn it off and turn network on.



I contribute this shell, use at your own risk, has worked for me (with some 
minor edits over the years) since FC6. Use with your own changes at your own 
risk. I just tune the MAC address of each VM so my DHCP puts the right IP on it.




--
Bill Davidsen david...@tmr.com
  We have more to fear from the bungling of the incompetent than from
the machinations of the wicked.  - from Slashdot


kvm-start.sh
Description: Bourne shell script
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Goodbye Fedora XDMCP and VNC

2010-06-06 Thread Bill Davidsen
Robert Myers wrote:
 I have configured, reconfigured, and wrestled with exporting the Gnome 
 desktop using either XDMCP or VNC.  With all the various idiosyncracies, 
 it has been a time-consuming struggle in which I have rarely gotten 
 exactly what I wanted.
 
 Here is the map to freedom from all this nastiness:
 
 use ssh -X to export X from applications to a desktop with an X-server.
 
 Use the utility alacarte to export a handy guide for all the features 
 that are normally accessed via graphical menus. Use properties of each 
 menu item to find the command line necessary to invoke a GUI application 
 that would normally be invoked through a menu.  Use tuxmc or anything 
 you like other than nautilus as a file manager.
 
 Live the rest of your life without worrying what fedora or gnome has 
 changed relative to the nautilus, gnome desktop, xdmcp, vnc, or remote 
 access with whatever release or upgrade you are using.
 
 If you always access a machine remotely, issue telinit 3 to shut down 
 the graphical interface and x-server you will never need again.  If you 
 can ssh into your remote box and have a local x-server, you are good to go. 
 
You may find that the -C option to compress the data is helpful on a slow link. 
I have been using VNC quite a bit recently, since the video drivers which 
worked 
from FC6 to FC10 on my older hardware have been replaced by new drivers 
providing 3D rendered cavorting windows on a small subset of video hardware, 
and 
800x600 VESA mode on formerly useful hardware.

I have a working laptop and use it as a display for servers...

-- 
Bill Davidsen david...@tmr.com
   We have more to fear from the bungling of the incompetent than from
the machinations of the wicked.  - from Slashdot
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Evolution oddities in F13

2010-06-06 Thread Matthew Saltzman
On Sun, 2010-06-06 at 13:32 -0700, Craig White wrote: 
 On Sat, 2010-06-05 at 19:33 -0400, Matthew Saltzman wrote:
  After preupgrade from F12 to F13, I've noticed the following in
  Evolution:
  
* The new-mail indicator in the notification area doesn't show up.
  (I asked about this before, but nobody replied.  Do I now need
  the separate mail-notification) 
* Ctrl-A does not select all visible messages.  In fact, it does
  nothing. 
* The first message selected in a window doesn't change status
  from unread to read until I change it by hand. 
* If I report a message as spam, it used to disappear from the
  window.  I assume it was marked as junk at the same time.  But
  now, it stays visible and I have to delete it or mark it junk by
  hand.
  
  Has anyone noticed these behaviors?  Are they intentional changes?  Or
  should I report them to Bugzilla?
 
 notification issue has a bugzilla entry, you may want to add yourself to
 the list.
 
 https://bugzilla.redhat.com/show_bug.cgi?id=598583
 

Ah, cool.  Thanks!

 Craig
 
 

-- 
Matthew Saltzman

Clemson University Math Sciences
mjs AT clemson DOT edu
http://www.math.clemson.edu/~mjs
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: How do I associate *.jnlp files to Java Webstart (javaws) on GNOME?

2010-06-06 Thread Andre Costa
Hi Tim,

On Sun, Jun 6, 2010 at 01:18, Tim ignored_mail...@yahoo.com.au wrote:

 On Sat, 2010-06-05 at 08:55 -0300, Andre Costa wrote:
  I use Chrome on F13, and everytime I try to open a JNLP file it opens
  it with gedit.
 
  Firefox opens JNLP files just fine, but I guess it has its own table
  of file associations.

 Presuming that you're talking about opening a file with a file browser
 versus clicking on a weblink and the browser doing something with that
 file through a webserver, then yes, there's different mechanisms.

 A file browser will use the system file types and actions to identify
 the type of file, and hand it over to the default/preferred program.
 Or, that file browser can have its own identification schemes and
 associated application lists.

 And a web server will do its own file type identification, send that
 information before the data content, and the web browser will have its
 own list of what to do with the file.  It's necessary, as it can handle
 certain file types all by itself.  e.g. You want a web browser to show
 the HTML, JPEGs, GIFs, etc., as a page, not open a text editor and image
 viewer programs (well, certainly not by default).

 Conversely, for some served content, the browser isn't given the file.
 The file is used by the server to generate content, and that generated
 content is served to the web browser, with a file content type
 description that pertains to the data actually sent to the browser,
 irrespective of the original source that created it.  e.g. If a Java
 applet is called by the URI, and that applet produces a HTML page, the
 browser is sent a HTML data description followed by HTML data.


That's right, but the thing is that when Chrome downloads a JNLP file it by
default saves it somewhere on the filesystem, and offers a Open option,
along with a always open files from this type. If I use the Open option,
JNLP file is opened on gedit, and if the always open ... checkbox is
checked, clicking on a JNLP file link also opens the file on gedit. This is
why I believe some additional client-side mime-type configuration is needed.

Regards,

Andre
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: OT (maybe) print server

2010-06-06 Thread Tim
On Sun, 2010-06-06 at 10:39 -0700, Mick M. wrote:
 Could you recommend a distribution for this?

CentOS, perhaps...  It has a long lifespan, so you'll have less hassles
dealing with updates and upgrades.  That's what you want for a set and
forget box.


-- 
[...@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: FC13 won't start

2010-06-06 Thread Tim
On Sun, 2010-06-06 at 13:02 -0400, Yogesh wrote:
 Some automatic updates were installed. (I do not know what they were).

Look at /var/log/yum.log

-- 
[...@localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: FC13 won't start

2010-06-06 Thread Darr
On Sunday, 06 June, 2010 @ 17:02 zulu, Yogesh scribed:

 Now when I boot it, nothing happens. I just reach the Fedora icon
 (before the login page). I do not get the option to login.

If you hit the Esc key when the first graphics appear, that should
make the underlying bootup messages visible, perhaps giving
a clue where/why it's freezing. e.g. watch for red 'fail' messages.

If you hit Esc too soon it might make the grub menu appear.
In that case just hit Enter to continue, then hit Esc again when
the graphic appears. 

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Looking for multi-DVD spanning archiver

2010-06-06 Thread Robert G. (Doc) Savage

On Sun, 2010-06-06 at 11:31 -0500, Richard Shaw wrote:
 On Sun, Jun 6, 2010 at 10:28 AM, Richard Shaw hobbes1...@gmail.com wrote:
  On Sun, Jun 6, 2010 at 7:10 AM, Richard Shaw hobbes1...@gmail.com wrote:
  Ok, a python guru I am not, but I did manage to replace the 'popen2'
  call to the current 'subprocess' call which fixed DVD device discovery
  for me. I still have to figure something else out though. When it
  executed growisofs it crashed and I haven't figured out which piece of
  it I broke, but I cut  pasted the growisofs call and now it's running
  (burning). If I get it all figured out I'll put up the fixed script
  somewhere.
 
  Ok, a couple of hours of hacking later here you go. Hopefully no one
  minds the attachment as it's a pretty small file. It come with a It
  worked for me warranty :)
 
  Other than fixing how it calls growisofs, I added a simple --help
  arguement and fixed the size for DVD +R discs.
 
 Ignore the previous attachment, fixed one small error.

Richard,

I wrote to the maintainer (James) and received the following reply:

Thanks for the email. It's regrettably been unmaintained for awhile.
I'm due for a re-write now that I actually have some better python
experience. Please feel free to email me the changes you have made, and
I will see if they will fit into my new model. I'm due to rebuild my dev
box to fedora 13 this week, and I'd like to get a new release going. I'm
not sure if the new release will work in rhel 5 due to it's old python
version, but I'll see if I can get away with not using any special
python 2.6 stuff.

If you have no objections, I'd like to forward your update to him.

--Doc Savage
  Fairview Heights, IL

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Looking for multi-DVD spanning archiver

2010-06-06 Thread Richard Shaw
On Sun, Jun 6, 2010 at 10:08 PM, Robert G. (Doc) Savage
dsav...@peaknet.net wrote:
 I wrote to the maintainer (James) and received the following reply:

Great minds think alike. I did the same and got pretty much the same
response. I've forwarded him my updates but I'll attach it here one
more time.

Some things I've added/fixed:
- Fixed DVD +R capacity (had an extra *2 in it)
- Got subprocess.Popen working
- Added a very basic usage (--help) output.
- Switched from a more procedural approach to capturing the main
portion of the program in a def Main() call and if __name__ ==
'__main__': which should make it easier to wrap a gui around it.
- Starting from disc other than #1. I hit enter too early on a backup
and it exited and I didn't want to burn the first two discs over.
- Got basic command parsing implemented.

Some things I was going to work on:
- assignable disc volume name by command line argument.

Richard
#! /usr/bin/python

import os, sys, os.path, math, tempfile, dbus, readline, getopt
from subprocess import *

def main():
  # Parse arguments
  try:
opts, args = getopt.getopt(sys.argv[1:], 'hts:', ['help', 'test', 'disc-skip='])
  except getopt.GetoptError, err:
# print help information and exit:
print str(err) # will print something like option -a not recognized
usage()
sys.exit(2)

  disc_skip = 0
  for opt, value in opts:
if opt in ('-s', '--disc-skip'):
  disc_skip = value
elif opt in ('-t', '--test'):
  test = True
elif opt in ('-h', '--help'):
  usage()
  sys.exit(0)
else:
  print \nBad option: %s % opt
  usage()
  sys.exit(0)

  try:  
while True:
  try:
dir = raw_input('Which directory would you like to backup?\n')
if os.path.isdir(dir):
  dir = os.path.abspath(dir) + '/' # Add trailing slash here instead of later.
  break
else:
  print You must enter a valid directory.
  continue
  except: raise


input = raw_input(\nPlease put a blank DVD in your drive so I can attempt to autodetect the device name and press Enter\n)
drives = discover()
  
if len(drives) == 1:
  statement = '\nUsing %s (%s) as your dvd burner, if this is wrong enter a valid one or press Enter to continue\n' % (drives.keys()[0], drives[drives.keys()[0]][1])

elif len(drives)  1:
  statement ='\nFound these capable dvd burners %s, enter one\n' %  .join(drives).keys()
else:
  statement ='\nNo dvd burner(s) found.  You may attempt to manually enter a device name\n'
  
drive_input=raw_input(statement)
  
if drive_input ==  and len(drives) ==1:
  drive = drives.keys()[0]
else:
  drive = drive_input
  
total_size = 0
disc_capacity = int(drives[drive][0])
  
print The disc capacity of the disc in %s (%s) is %s GB % (drive, drives[drive][1], str(disc_capacity / 1073741824.0) )

speed = raw_input(\nEnter the speed which your drive and media support and press Enter\n)
  

file_list = []
  
for path, dirs, files in os.walk(dir):
  for filename in files:
file_list.append(os.path.join(path, filename))
print os.path.join(path, filename)
  
  
file_list.sort()
  
for file in file_list:
  if not os.path.islink(file):
size = os.path.getsize(file)
total_size = total_size + size
if size = disc_capacity:
  print %s is larger than the capacity of the disc.  I can not span large files across discs.
  sys.exit(1)

  
num_discs = int( math.ceil (total_size / disc_capacity) )
  
  
(discs) = build_list(file_list, disc_capacity)
  
print \nNumber of %s's required to burn: %s % (dvd, len(discs))
  
file_count = 0
  
for disc in discs:
  file_count = file_count + len(disc)
  
print \nSanity Check\n
print Total files in directory, len(file_list)
print Total files in all discs: , file_count
  
  
disc_num = 1

# Really ugly way of skipping to a disc.
if disc_skip  0:
  print Skipping to disc, disc_skip
  for disc in range(disc_skip-1):
del discs[0]
  
for disc in discs:
  burn(disc,dir, drive, speed, disc_num, len(discs))
  disc_num = disc_num + 1
  
  
  except KeyboardInterrupt:
print \nUser Interrupted.\n
sys.exit(1)
  except: raise

def usage():
  print 
Usage: discspan.py [OPTIONS]

Options:
-h, --help  This help.
-s, --disc-skip=num   Skip to a particular disk to burn.
-t, --test  Run but don't actually burn to disc.

def discover():

  # get a connection to the system bus
  
  drives = []
  discs = {
  'dvd_r' : 4.38 * 1024 * 1024 * 1024,
  'dvd_rw' : 4.38 * 1024 * 1024 * 1024,
  'dvd_plus_r' : 4.37 * 1024 * 1024 * 1024,
  'dvd_plus_rw' : 4.37 * 1024 * 1024 * 1024,
  'dvd_plus_r_dl':  4.37 * 2 * 1024 * 1024 * 1024,
  'dvd_plus_rw_dl':  4.37 * 2 * 1024 * 1024 * 

Re: [F13, Nvidia] Nvidia drivers for Nvidia GF FX5200

2010-06-06 Thread Michael Cronenworth
On 06/06/2010 01:49 PM, Boris Glawe wrote:
 Do you know, whether it's not there yet, or does rpmfusion not provide
 any old versions of the graphic card any more?


It's not rpmfusion at fault. nVidia has not provided a X.org 1.8 driver 
for the 5 series and older card generations. You will need to use the 
open source driver, which should function rather well.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Looking for multi-DVD spanning archiver

2010-06-06 Thread Robert G. (Doc) Savage
On Sun, 2010-06-06 at 22:15 -0500, Richard Shaw wrote:
 On Sun, Jun 6, 2010 at 10:08 PM, Robert G. (Doc) Savage
 dsav...@peaknet.net wrote:
  I wrote to the maintainer (James) and received the following reply:
 
 Great minds think alike. I did the same and got pretty much the same
 response. I've forwarded him my updates but I'll attach it here one
 more time.
 
 Some things I've added/fixed:
 - Fixed DVD +R capacity (had an extra *2 in it)
 - Got subprocess.Popen working
 - Added a very basic usage (--help) output.
 - Switched from a more procedural approach to capturing the main
 portion of the program in a def Main() call and if __name__ ==
 '__main__': which should make it easier to wrap a gui around it.
 - Starting from disc other than #1. I hit enter too early on a backup
 and it exited and I didn't want to burn the first two discs over.
 - Got basic command parsing implemented.
 
 Some things I was going to work on:
 - assignable disc volume name by command line argument.

Richard,

Good show. I like your resume-at-disk-N idea, although some sort of
proceed only after next disc is recognized smart pause might reduce
its use. I'd also like to be able to suppress the uber verbose output.

--Doc Savage
  Fairview Heights, IL

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: [F13, Nvidia] Nvidia drivers for Nvidia GF FX5200

2010-06-06 Thread Antonio Olivares


--- On Sun, 6/6/10, Michael Cronenworth m...@cchtml.com wrote:

 From: Michael Cronenworth m...@cchtml.com
 Subject: Re: [F13, Nvidia] Nvidia drivers for Nvidia GF FX5200
 To: users@lists.fedoraproject.org
 Date: Sunday, June 6, 2010, 9:01 PM
 On 06/06/2010 01:49 PM, Boris Glawe
 wrote:
  Do you know, whether it's not there yet, or does
 rpmfusion not provide
  any old versions of the graphic card any more?
     
 
 It's not rpmfusion at fault. nVidia has not provided a
 X.org 1.8 driver 
 for the 5 series and older card generations. You will need
 to use the 
 open source driver, which should function rather well.
 
 
 -- 

I support your statement.  Read it in a review of Fedora 13.  

I read it here:

http://www.h-online.com/open/features/Rock-it-What-s-new-in-Fedora-13-1006388.html

quote
X.org's X Server version 1.8.0, which was released in early April, is 
responsible for displaying the graphical user interface. Some of the 
proprietary graphics drivers, which are, as usual, not included in Fedora, 
don't co-operate with this version -- for example's NVIDIA's Legacy driver for 
older GeForce graphics cards. NVIDIA's current Linux driver, on the other hand, 
is compatible and available to install manually from add-on repositories such 
as RPM Fusion
/quote

Hope this clears this situation.

Regards,


Antonio 




  
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: phpMyAdmin FC13

2010-06-06 Thread Alex
Hi,

 I hope that this isn't a system that is accessible from the Internet
 because phpmyadmin has a long and great history of being compromised by
 people who install it and don't possess the ability to lock it down.

Yes, understood, and I'm familiar with its security track record. This
system is isolated (as you can see from the ACL), and I'm trying to
use it to connect to another isolated database.

 If you created the directory /usr/share/phpMyAdmin/config and you want
 phpMyAdmin to be able to write configuration data, you should change the
 owner/group to apache:apache and set group write permissions on that
 directory.

 chown apache:apache /usr/share/phpMyAdmin/config
 chmod g+w /usr/share/phpMyAdmin/config

Yes, I've done this, and it still fails. I wish there was a way to
trace the script.

I got it working by manually copying the lines generated by the helper
script. I then just rsyncd the database from the 'production' server
to the system that is running phpMyAdmin.

Are there any automated or menu-guided fedora tools for creating an
apache SSL host to use with phpMyAdmin?

Thanks,
Alex
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines