Pages

Search

tape drive: Error with sense data - Forums Linux

tape drive: Error with sense data - Forums Linux


tape drive: Error with sense data

Posted: 08 Oct 2004 05:36 AM PDT

[cold.system removed, non-existant group col.help removed]
[FollowUp-To: header set to col.misc]

"Mr. Murphy Wong" <hk> writes:

[...]
 
 

[...]
 

[...]

Why didn't you simply change the tape? "Sense key medium error"
is indicating that the tape itself is damaged. That should have been
your first target.


Michael

--
Michael Buchenrieder * greenie.muc.de * http://www.muc.de/~mibu
Lumber Cartel Unit #456 (TINLC) & Official Netscum
Note: If you want me to send you email, don't munge your address.

Problem with 2 users in diferent groups

Posted: 08 Oct 2004 01:32 AM PDT

Deiviz <com> wrote: 
 

Change the directory's mode to use bsd file creation semantics.
Set the directory to g+sw, and make sure its group is "sharegroup".

Peter

Mounting non-Linux partitions

Posted: 07 Oct 2004 06:45 PM PDT

the black rose wrote:
 

You can simply type your entry into /etc/fstab, and there are other entries
there to use as examples.

But if the partition is NTFS, be careful -- writing is not safe.

--
Paul Lutus
http://www.arachnoid.com

help with allowing ftp access.

Posted: 07 Oct 2004 12:14 PM PDT

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

me wrote:
[snip] 

This is better.

The "connection refused" error occured because you had no ftp server running.

The "421 Service not available" error comes directly from the ftp server. A
"4xx" level message is one that indicates a transient error condition. The
"x2x" level of the message indicates that it is a reply referring to a control
or data connection. So, you are connecting with a live ftp server, and it is
telling you that it cannot let you continue.

So, this indicates an ftp server configuration condition that's causing the
ftp server to refuse connections. Take a look at the man page for your ftp
server (in.ftpd) and see what configuration files are used. Take a look at
those files, and see if there's anything that would cause the server to reject
the connection with a 421 error. Try the /etc/ftpaccess file, and see if there
are any date/time limits set, or client address restrictions.


- --
Lew Pitcher

Master Codewright & JOAT-in-training | GPG public key available on request
Registered Linux User #112576 (http://counter.li.org/)
Slackware - Because I know what I'm doing.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBZeOyagVFX4UWr64RAvFAAKCuq+vjZPUMQMKAB0xfc8 JPhKfSsQCgwZem
4VCXYpWB7BWpU1FUSazrFAo=
=XevG
-----END PGP SIGNATURE-----

debian sarge DVD apt setup fails during base install

Posted: 07 Oct 2004 11:42 AM PDT

On Thu, 07 Oct 2004 13:10:50 -0700, Paul Lutus wrote:
 

Did all of the above before seeking help here. As of tonight I was able to
get it working. Ran base-config for the twenty-somethingth time, and
during apt configuration chose filesystem as opposed to editing
sources.list, pointed to /usr/local/src/dvd1 and apt was happy. It may be
that when I first tried to do it that way with the actual DVD that I
forgot to mount the disc. I shouldn't be making that mistake after the
last few years of using linux, but at this point I won't swear I didn't.

Next step is to start over from scratch and see if it works correctly this
time. I want to identify what and where I find any glitch other than the
user ... if there are any;-)

Thanks, Paul, for your response.

Nemomarii

rw vs. umask in mount call, also, conditional mounting

Posted: 07 Oct 2004 08:28 AM PDT

On Thu, 2004-10-07 at 08:28 -0700, gonzalo briceno wrote: 

The 'rw' option is something passed to the mount command that tells it
to mount the selected item as both readable and writable; 'ro' is the
complementary option, which says to mount it as 'read only'. If you
specify 'ro' then that will set the *entire* item as read only,
*regardless* of individual file permissions.

The umask basically sets up the 'default' permissions set that will be
applied to any new file created within that mountpoint (actually, it's a
bit more complicated than that; check 'man 2 umask' for details--it's
essentially a 'mask' for allowable permissions). Essentially, requested
permissions => umask filter = actual permissions applied to created
file. Note, you can use chmod to change the actual permissions of the
file later; the umask only applies to newly created files.
 

Well, technically, no, because the mount command defaults to whichever
option (rw vs. ro) is most appropriate for the media (I believe so
anyway; somebody please correct me if I'm wrong, as the man page doesn't
specify). For instance, a CDROM will always be mounted as 'ro' because
'rw' is meaningless to a CD. However, it's always better to explicitly
specify it in the /etc/fstab file, just so it serves as a reminder of
how the mount point is set up.

Anyway, your presumption isn't true; if you want to be able to write to
the mount point *at all*, you *need* to specify the 'rw' option (whether
explicitly or through mount presuming it for you).
 

Yup. If you need to *ever* be able to write to the device, you *need* to
specify the 'rw' option, either explicitly or through mount presuming it
for you. If you specify 'ro', you won't be able to write to that device
*at all*, regardless of individual file permissions. Think of it as a
master override.
 

Probably not the way you're thinking. Each slot on your card reader is a
separate drive, as far as Linux is concerned, so each slot is assigned
its own device, regardless of whether there's actually a card present or
not (technically, /dev/sda and /dev/sdb are the drives
themselves; /dev/sda1 and /dev/sdb1 refer to the first partition on the
media inserted into the drive). You *can* (and should) have a separate
line in /etc/fstab for each slot. Entries in /etc/fstab just define
*how* to mount the device, not whether it is *actually* mounted
(well ... actually, mount scans entries in /etc/fstab at bootup to
determine which ones to mount automatically, by checking for the 'auto'
and 'noauto' tags).

Supermount has nothing to do with recognizing new drives and/or
partitions; *all* it handles is the mounting and unmounting of removable
media (CDs, floppy disks, media cards, etc). The detection of new
potential devices is handled through the hotplug mechanism. Try
unplugging your card reader; if everything's set up correctly, the
entries in /etc/fstab defining the slots in your card reader will
shortly disappear. Once you plug it back in, they should shortly
reappear (although they will be the defaults that Mandrake sets up,
rather than any customizations you may have made).

Grub: can grub execute a script/batch file?

Posted: 06 Oct 2004 06:35 PM PDT

Sean Cleary <com> wrote: 
 

Then why do you ask the boot loader to do it now, instead of leaving it
to the [d]O/S, like you did before?
 
 

Oh. Well, the windows o/s as it comes has no driver for linux file
systems, so you would have to put your grub.conf and other stuff on a
vfat filesystem so that windows can edit it (and so can linux).

Grub is lacking in the "do what I want, not what you want me to do"
department.
 

Well, you can't do that all in grub. The grub boot loader (second
stage?) reads the conf file to find out what image or boot sector it
ought to transfer control to next. That's where the "default" info
comes from. There is no "default" info implanted into the boot sector or
map file as with lilo, so you have toedit that file.

Thus you need to boot an operating system that can launch an
application that can edit it. It seems to me that you will have to
handle the windows "default" by doing whatever trick you did before
with msdos and moving into place a grub.conf file that says "boot to
a windows boot sector and let it decide via its boot.ini what to do
next".

 

Well, find out.
 

File: grub.info, Node: Command-line and menu entry commands, Prev: General co

The list of command-line and menu entry commands
================================================

These commands are usable in the command-line and in menu entries.
If you forget a command, you can run the command `help' (*note help::).

* Menu:

* blocklist:: Get the block list notation of a file
* boot:: Start up your operating system
* cat:: Show the contents of a file
* chainloader:: Chain-load another boot loader
* cmp:: Compare two files
* configfile:: Load a configuration file
* debug:: Toggle the debug flag
* displayapm:: Display APM information
* displaymem:: Display memory configuration
* embed:: Embed Stage 1.5
* find:: Find a file
* fstest:: Test a filesystem
* geometry:: Manipulate the geometry of a drive
* halt:: Shut down your computer
* help:: Show help messages
* impsprobe:: Probe SMP
* initrd:: Load an initrd
* install:: Install GRUB
* ioprobe:: Probe I/O ports used for a drive
* kernel:: Load a kernel
* lock:: Lock a menu entry
* makeactive:: Make a partition active
* map:: Map a drive to another
* md5crypt:: Encrypt a password in MD5 format
* module:: Load a module
* modulenounzip:: Load a module without decompression
* pause:: Wait for a key press
* quit:: Exit from the grub shell
* reboot:: Reboot your computer
* read:: Read data from memory
* root:: Set GRUB's root device
* rootnoverify:: Set GRUB's root device without mounting
* savedefault:: Save current entry as the default entry
* setup:: Set up GRUB's installation
* automatically
* testload:: Load a file for testing a filesystem
* testvbe:: Test VESA BIOS EXTENSION
* uppermem:: Set the upper memory size
* vbeprobe:: Probe VESA BIOS EXTENSION


Note "savedefault".

Peter

Laurenz Albe: I apolgise.

Posted: 06 Oct 2004 06:33 PM PDT

Laurenz Albe <com> wrote in message news:<ck2sge$htd$nextra.at>... 

No, you are not a trouble maker. You are a kind helpfull person.
Sean

Changed root permissions, can't log on..

Posted: 06 Oct 2004 04:37 PM PDT

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

In comp.os.linux.setup Moe Trin <example.tld>: 
 

Yup, quite shorter and seems to work, I'll see if I can remember
next time typing the command.;)

--
Michael Heiming (GPG-Key ID: 0xEDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBZY7ZAkPEju3Se5QRAlvnAKDSV//KC5kuL0SmV2jcMlPx55rHswCfbGV9
oUUVCfELPAkTK3M8jDefGaM=
=KEsi
-----END PGP SIGNATURE-----

To kernel 2.6.8:after compiling and installing, no initrd.img generated

Posted: 06 Oct 2004 11:26 AM PDT

In comp.os.linux.setup, wildchild uttered these immortal words:
 

I use this:
http://www.debian.org/doc/manuals/reference/ch-kernel.en.html

It talks about a 2.4 kernel but it works with 2.6 as well. It's never failed
for me.

--
Andy.

do you need to 'register' a custom module in linux 2.6.x

Posted: 06 Oct 2004 10:17 AM PDT

On Wed, 2004-10-06 at 10:17 -0700, gonzo wrote: 

Modules in 2.6 end in a .ko extension (for "kernel object"); however,
using a 2.4 module in 2.6 will, very likely, just fail to work, as the
API is certainly different (although perhaps not in ways that matter to
this module), and the ABI is probably different.

AFAIK, the only way to use a 2.4 module in 2.6 is to recompile it from
source, using the desired 2.6 kernel as the base. If the APIs that the
module relies on have not changed, that should work; if they have
changed, then the module will need to be adapted to the 2.6 APIs.

Also, if you do not have MOD_VERSIONS enabled, this just won't work,
period, as the kernel will be unable to verify which ABI the module is
compiled for. It *may* appear to install, but I wouldn't rely on it.

After a quick search, however, I'd guess your hopes of getting it to
work under 2.6 are probably doomed; check
http://netevil.org/node.php?nid=90

You can also check out the same search results I browsed through at
http://www.google.com/search?q=rtl8180%20linux%202.6

What happened to GRUB?

Posted: 06 Oct 2004 01:18 AM PDT

On Wed, 06 Oct 2004 13:33:01 -0700, Nick the bubble wrote:
 

Good, now boot with the FC2 installation CD or DVD at the displayed menu
screen type; linux rescue

Answer a few questions and read the screens as they appear, they will tell
you how to use the 'chroot' command. Follow the chroot instructions and
type something like; /sbin/grub-install --recheck /dev/hda


--
Hi! I'm a .sig virus! Please copy me to your .sig! so I can spread
This E-mail is safe, no Microsoft products were used in creating me!

How to enable new videocard in Fedora?

Posted: 05 Oct 2004 01:40 PM PDT

Digital Puer <com> wrote: 

Are you sure it is supported? I looked at

http://www.nvidia.com/object/products_supported.html

and it wasn't there...

Laurenz Albe

[Debian/Knoppix] LVM at boot time

Posted: 04 Oct 2004 09:44 PM PDT

Bill Marcum <com.urgent> wrote: 
 

Well, er, :

$ cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line. Comments begin with
# a '#', and everything on the line after them are ignored.
jbd
dm-mod
ext3
rtc
ide_scsi
.... etc

so, the point is not here.

--
Laurent Bloch - http://mssi.auteuil.inserm.fr - INSERM

SB 16 ISA

Posted: 03 Oct 2004 09:18 AM PDT

Dzn wrote:
 

You never said what the problem was. No sound? Since your sb module is
running my guess is that everything's fine, but you need to turn up the
volume with a mixer.

I have a Soundblaster 16 ISA non-PnP soundcard and whenever I install a new
system I have to personally enable it. I've always had good luck running
sndconfig.

--
OS squared: open software times open standards.

move linked tasks together without setting lag time Microsoft Project

move linked tasks together without setting lag time Microsoft Project


move linked tasks together without setting lag time

Posted: 16 Sep 2004 03:57 PM PDT

Hi Kenny,

Welcome to this Microsoft Project newsgroup :-)

That's what Project is designed to do! Reading between your lines, I
suspect that you have typed in dates into tasks, which is not a good idea as
that is what Project does so well: ie calculate the dates and create an
acceptable schedule for you. Every time you enter a date (or move a bar on
the Gantt chart) Project will assume that's what you want and puts in a
Start No Earlier Than constraint. These constraints will affect the
flexibility of your project and produce the results you're experiencing.
No - the best way to use Porlect is enter Tasks, enter Durations and enter
the Precedence (logic) links (with lag as necessary) and then leave Project
to do what it's best at - calculating the dates. Had you done that and put
in the appropriate lags that you needed, then you would not be posting here!
Sorry :( but your only sensible way out is to remove all the constraints
and enter in the correct lag figures.

FAQs, companion products and other useful Project information can be seen at
this web address: <http://www.mvps.org/project/>

Hope this helps - please let us know how you get on :-))

Mike Glen
MS Project MVP

kennyb wrote: 


Analyze Custom Field data in Excel Wizard

Posted: 16 Sep 2004 01:01 PM PDT


Scott,
Or, you could be even more awesome in your boss's eyes by writing your
own custom macro to export the custom data. Keep in mind though that you
will need to develop the algorithm for timescaling the custom fields you
developed. But to answer you basic question, yes it can be done in any
version of Project. I've done it many times and I believe Jack has also.

John

Deleting sub-projects within a master project which uses a resource pool.

Posted: 16 Sep 2004 11:55 AM PDT

Each subproject is a peice of equipment that we
manufacture. Once the equipment is completed and shipped
i would like to remove it from the schedule so that i
have just the euipment left to manufacturer. At this
moment, i have 20 sub-projects in the master project.

This number fluctuates up & down but usually stays close
to 20.


 
subproject to one line 
When 
delete 
removed 

Compare Project 2003 Standard vs Professional

Posted: 16 Sep 2004 10:44 AM PDT

JackD --

Thanks for the correction. Sometimes I hit Send without reading the message
I'm about to send. Very similar to what I also do with my mouth, when I
speak without thinking about what I'm going to say! HA!

--
Dale A. Howard [MVP]
Enterprise Project Trainer/Consultant
http://www.msprojectexperts.com
"We wrote the book on Project Server"


"JackD" <momokuri@gmail> wrote in message
news:phx.gbl... 


Import Calendar from another project

Posted: 16 Sep 2004 08:57 AM PDT

you're welcome

<microsoft.com> wrote in message
news:396601c49c0a$d9a239b0$gbl... 


Material Resources

Posted: 16 Sep 2004 06:40 AM PDT

Jan,

Ik zal me dan uiteindelijk toch maar moeten verdiepen in VBA. Alvast
hartelijk dank voor uw antwoord.

Mvg,

Hendrik
"Jan De Messemaeker" <jandemes at prom hyphen ade dot be> wrote in message
news:%phx.gbl... 
form 


Project 2002 transfer data to P3 Primavera

Posted: 16 Sep 2004 01:22 AM PDT

Hello Michael, hello Mike,

P3 can read mpx files : in P3 menu : Tools/ MPX conversion utility.
Now Primavera supplies a tool which converts mpp files to mpx files. But if
you still have a Project 98 software, you can do this conversion yourself.
NB : the dependancies on Project summary tasks will be lost... but a good
planner don't uses such links ;-)

Hope this helps,

Gérard Ducouret [Project VMP]


"Mike Glen" <glenATmvps.org> a écrit dans le message de
news:%23pN%phx.gbl... 
at 


Graphcial Indicators in MS Project

Posted: 15 Sep 2004 04:08 PM PDT

No.

equals week green
equals over week red
equals on target yellow
equals NA white

I hope you get the idea - use the exact phrase as in the formula.


Mike Glen
Project MVP
 


Customizing Prinouts

Posted: 15 Sep 2004 03:01 PM PDT

Hi Shelly,

You can remove the Gantt bars by clicking on the divider line between the
table and the chart and drag right over to the right. However, if as I
suspect this is a regular requirement, then I would create a new view
incorporating your table. Try View/More Views.../Task Sheet/Copy/and give
it a new name and select your Project Status table.


Mike Glen
Project MVP



Shelly Ryder wrote: 


add rag status red,amber, green

Posted: 15 Sep 2004 12:11 PM PDT

As a starter, see the link that Mike Glen provided you ...

Hope this is useful to you. Let us know.

rms



microsoft.com wrote: 

freezing the first column

Posted: 15 Sep 2004 11:02 AM PDT

Thank you it did work 
first column". 

Display incomplete predecessor(s)

Posted: 15 Sep 2004 11:00 AM PDT

Hi Ron

i've been in the same situation myself and have found both the Network
diagram & the relationship diagram invaluable in the hunt for those
predecessors that should have been marked as completed but aren't. Other
than that i've not come across any filters or code to help.

Cheers
JulieD

"Ron" <microsoft.com> wrote in message
news:2d4e01c49b4d$daff0670$gbl... 


Don't want certain tasks in Critical Path

Posted: 15 Sep 2004 09:43 AM PDT

You're welcome, Jenn :-)

Mike Glen
MS Project MVP


Jenn wrote: 


Foreign Calendar support

Posted: 14 Sep 2004 01:44 PM PDT

Yes, that's correct, you would be unable to import or create projects with
dates prior to 1984. But why would you want to? A "plan" implies future
intent so other than as a purely academic demonstration, why would we create
a project file for, say, the building of the Panama Canal? Projects that
straddle today's date, with some activity in the past and more in the future
that you are moving over into Project to better manage the future activity
will have most likely started less than 20 years ago. Now if we ever get
time travel MS may need to rethink the situation .... <grin>

The date range is actually driven by the way numbers are stored. Dates are
stored as an integer count of the number of 1/10 minutes "ticks" that have
passed since "moment zero." A reasonable value, 1/1/84, was arbitrarily
chosen as the start point and the register is full and overflows back to
zero again when the number of ticks equals 2^32-1, which turns out to be
31/12/2049.

Science, transportation, communications, and other businesses world-wide
tend to use the western Gregorian calendar even in those countries where
there are other traditional calendars in everyday use. An idea I've floated
to some of my classes when you encounter a situation like yours where you
need to coordinate projects with non-collocated resources in differing time
zones or that use various calendars is to follow the military and global
aviation example and as an organization standardize on UTC (Universal
Coordinated Time, GMT, or "Zulu Time") as the date and time measure that all
the organizations activities are referred to.

--
Steve House [MVP]
MS Project Trainer/Consultant
Visit http://www.mvps.org/project/faqs.htm for the FAQs


"April" <microsoft.com> wrote in message
news:com... 
there's 
seen at 


Open Office - [discuss] Any MS Outlook in OpenOffice

Open Office - [discuss] Any MS Outlook in OpenOffice


[discuss] Any MS Outlook in OpenOffice

Posted: 07 Jun 2008 10:41 AM PDT

Nokia, with the exception of the occasional MS mole or two, has as a
company policy of strong support for open standards and lately even open
source. The next platforms are to be built on a modified Debian called
Maemo and even sponsoring porting Ubuntu to the ARM architecture.

If they don't sync with your Nokia. It should sync, but if it doesn't
then that capability is probably not far off. Be sure to file bug
reports on both sides.

-Lars

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] a quick question

Posted: 05 Jun 2008 04:13 PM PDT

On Sun, 2008-06-08 at 02:19 -0500, Alexandro Colorado wrote: 

Inkscape is similar to OOo and good for graphic design for pages.
www.inkscape.org. A key difference is Inkscape's full support for the
svg standard.

Inkscape is an Open Source vector graphics editor, with capabilities
similar to Illustrator, CorelDraw, or Xara X, using the W3C standard
Scalable Vector Graphics (SVG) file format.

Inkscape supports many advanced SVG features (markers, clones, alpha
blending, etc.) and great care is taken in designing a streamlined
interface. It is very easy to edit nodes, perform complex path
operations, trace bitmaps etc.

A combination of Inkscape and OOo Writer or Scribus is going to give you
a far more professional publishing product than MS Publisher.

Ian
--
New QCA Accredited IT Qualifications
www.theINGOTs.org

You have received this email from the following company: The Learning
Machine Limited, Reg Office, 36 Ashby Road, Tamworth, Staffordshire, B79
8AQ. Reg No: 05560797, Registered in England and Wales.



---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] [dev] Suggestions for a new Community Council structure

Posted: 04 Jun 2008 04:54 AM PDT

Hi,

Datatude schrieb: 

I'd guess you never tried. Just use Chatzilla (FF-Extension
https://addons.mozilla.org/de/firefox/addon/16) and use
irc://irc.freenode.net/#openoffice.org

There are many clients, that have a better user interface but provide
the same simple way of system integration but have no vendor lock-in in
to one server system.

For the meeting about disussing Community (council) ideas: we first
should setup a time, provide the URL for easy log in to have a number of
interested people. At the moment I only see two people (you and me)
discussion the idea of a chat .. that is by far to few people to be
relevant "for the community".

André

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] [Q] [developers need hints]: How should it work???

Posted: 03 Jun 2008 12:27 AM PDT


Hi Robert,

Robert Funnell wrote:
 

Since it is said by a user I think it is. ;-)

 

Nope. Your comments are welcome. Thanks!

Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] [Q] [developers need hints]: How should it work??? was [[discuss]

Posted: 02 Jun 2008 08:06 AM PDT

snookerss wrote: 

There are so many free and open web development suites out there, why
not use one of them.

I prefer Quanta Plus
http://quanta.kdewebdev.org/

It is Linux only.

It has a full project management package. If I do editting for a whole
site, it will then upload all the changes at once. Nice feature for
projects.

Download SeaMonkey as it has a full editor with it.


--
Robin Laing

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Limited size of Draw sheet

Posted: 01 Jun 2008 08:46 PM PDT

Michael Adams schrieb: 

Please have a look at #i4219# to get information about internals, done
changes and future directions.
 

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] please inform me asap

Posted: 30 May 2008 01:30 AM PDT

Hi!

(1) AutoCorrect is language-sensitive.
Note that some typos in one language can make senese in another one.
Thus you must assure that you have the desired AutoCorrection entries
for the same language that is set in the document.

(2) When adding AutoText entries...
After you entered the "Replace" and "With" field, you have to click
"New" in to get that entry into the list. Only clicking "OK" quits the
dialog without adding anything to the list.

Hope this helped.
Regards
Stefan

niXon Chan wrote: 

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] [OT] Linux talk on WizIQ for June 3rd

Posted: 25 May 2008 01:38 PM PDT

Well the talk won't be focused as much on OpenOffice.org (I will be doing
OOo on a different talk). But yeah is a great idea to talk about Linux
could run on Mac althought I will have to be careful since most Mac OS7/8
will so little RAM that it might not be able for OOo 2.x to run.

Also yellow dog linux might be too fat nowadays too.

On Tue, 27 May 2008 22:24:51 -0500, Bradley Tucker
<k12.ca.us> wrote:
 



--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Spam from your site!!

Posted: 21 May 2008 08:17 AM PDT

On 05-21-2008 11:17 AM, Marty Greenlief wrote: 

Hi Marty --

I'm just another OOo user, not a representative of OOo in any way. I
just thought to ask, have you also posted to OpenOffice-related
discussion groups using the address being spammed? When you post to
discussion lists your address is revealed, which would make it possible
that a spammer simply harvested your email address (and thousands of
others) from list mail and/or archives.

kazar


---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Feature request: PDF association

Posted: 20 May 2008 07:10 AM PDT

> Btw: I also would uninstall the Adobe Reader from my machine, if 

In the mean time, you can uninstall acroread right now, and install some
other (Free) pdf viewer.


Stefan


---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] About Filter Data, please help me.

Posted: 17 May 2008 04:44 PM PDT

2008/5/18 NoOp <net>:
 

I have recently seen a similar issue with autofilter for a file imported
from Excel.
Make sure you remove any custom defined ranges as this is what very often
causes the problem.
1) remove the autofilter
Data > Filter > Autofilter

2) Remove any pre-defined range
Data > Define Range
then select any range in the list and press Delete.

3) try the auto filter now
Data > Filter > Autofilter

Cheers,

Michele

[discuss] How can I remove the language attribute from textin Writer?

Posted: 13 May 2008 01:21 AM PDT

Cor Nouws wrote: 

You know it:

Set the default language to "English (US)"

Enter in two lines of text with random text with an Enter at the end.
(You might include "colour" in the first line and "color" in the second
line)

Highlight the first line & make it as "English (GB)". (The word "colour"
will no longer have redline)

Copy something from the middle of the second line. (Eg: Use the word
"color")

Paste it in middle of the first line as unformatted text or
OpenOffice.org text.

Put the cursor in the middle where the text was pasted. It still reads
"English (GB)", the word "color" is redlined and paste is not 100%
completely unformatted.
 

But it is still an attribute of the text which is stored in
Paragraph/Character styles. I'd excepted that "Reset" and "Default
Formatting" should remove a layer of formatting per application.
 

Why languages are still selectable in that pane anyway? If I press
"Reset", I expect all overriding attributes in that pane to be cleared
including language.

Maybe if you move the languages under its own pane in the style editor
where the "Reset" button would make proper sense. Note! There are three
languages in the style editor, but not one. I have CJK & CTL modes
enabled. I generally need to use Ruby & other CJK formatting in my STL
documents.

Someday, it may be possible for a font to have metadata to allow some
the glyphs to appear different for certain languages. I don't know any
rendering engines or fonts that supports such metadata, but I put that
there for a possibility. This metadata feature would be especially
useful for Pan-CJK fonts & Pan-Unicode fonts.

Yet! Why there isn't a "Reset All" button to have a Reset to include
Language, or an "Advanced Reset" to allow me to Reset on per-attribute
basis.

I want full control of document formatting. The inability of or
complications in removing non-stylesheet language formatting doesn't
meet that goal.
 

That maybe a possibility if double-click on paragraph style's name twice
is implemented. Also, a triple click to remove non-stylesheet language.

As a sidenote! I can't override "Default" character style definition,
but I can override the "Default" paragraph style definition.
 

I'd not expect to write English in an Esperanto paragraph, and vice
versa. :-)
 

Here is another example for use of "default" language:

If I am composing educational documents with versions for different
English language markets. The documents contains intentional examples of
regional variations with manual language formatting.

When I ready to create a version of a document for a English Language
market. I just change the language dialect of the paragraph style to see
the red lines for color/colour, etc. for fixing up spelling, but all
intentional examples containing regional variation examples will not be
affected by the redline effect.

Another example that I might be writing a script for a stageshow which
contains characters who use different dialects of English and/or foreign
languages, but I want all the non-dialog text (eg: Instructions for
actors) to be only in a single English dialect.
 

Look, the paragraph/character stylesheets still have language options.
If you say that language is no longer stylesheet related, wy are they
"still" there in stylesheet options?

You don't realize that some languages may have different paragraph
layout requirements so the language attribute is an important part of
the paragraph stylesheet.

The stylesheet linked "default" language behaviour still exists in
OpenOffice.org 2.4 try it.

I create a new style "Default (GB)" which is a copy of "Default" but
with "English (GB)". The original default is set to "English (US)"

I write line of text with paragraph style "Default". (Use example text
"color colour")

Put the cursor in the middle of line, bottom of screen reads "English (US)".

I change the line to paragraph style "Default (GB)"

The bottom of screen reads "English (GB)"

I change the line back to paragraph style "Default"

The bottom of screen reads "English (US)"

Yep! The "Default" language is still linked to stylesheets. I still
consider that language is an attribute of paragraph and character. Why
the stylesheet options for them still have language options in them?

Without the ability to easily remove non-stylesheet languages, I would
have to write a OpenDocument XML tool to strip all non-stylesheet
languages to correct theis "problem" which 2.4 had created.

Yep! The language attribute in Character/Paragraph styless still exist
at OpenDocument.org XML level.


Next, you would say that you can't remove |lang:en-US> in the future
"Reveal-Codes" enabled version of OpenOffice.org
 

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Asking about OpenOffice for smartphone

Posted: 09 May 2008 01:57 AM PDT

Hi Mathias,

Thanks for the tip, I'll be sure to share this with Palm Addict readers. Palm Addict (http://palmaddict.typepad.com/palmaddicts) is one of most active weblog, with over 30 posts per day. And we're not talking about just Palm, but also other mobile phones as well. I'm pretty sure those who own Symbian phone will be glad to hear this. ;-)


Best regards,

~andy J. S.

[sent using my Treo 750v]

-----Original Message-----
From: Mathias Bauer <de>
Sent: Friday, May 23, 2008 2:37 PM
To: org
Cc: com
Subject: Re: [discuss] Asking about OpenOffice for smartphone

Hi Andy,

there is no OOo for Smartphones but at least there is an ODF viewer (and
editor IIRC) for Symbian devices: http://www.sept-solutions.com.

Ciao,
Mathias

Andy J. wrote:
 


--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
Please don't reply to "de".
I use it for the OOo lists and only rarely read other mails sent to it.





---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] A problem with Calc 2.3.1

Posted: 28 Apr 2008 10:19 AM PDT

On 28 Apr 2008 at 15:57, John W Kennedy wrote:
 

For what it's worth, I can export a Calc doc to XHTML from
OOo 2.4.0 and import it into Firefox 2.0.0.15.

I've tried Internet Explorer 7, but every time I try it, it gives me
a File Download dialog which identifies this as a 'Firefox
document' and opens it in Firefox! Well done IE7! So I cannot
test IE7 (even doing Open With and telling it to always use IE7,
it will not work).

So, Ed, can you change to Firefox? Its a great browser.

Tony Pursell
OOo user


---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Your mail has not reached World Of Power

Posted: 24 Apr 2008 12:14 AM PDT

--_a76f951d-ee44-4ab9-829c-55b6e0b0bf93_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


please do not send any more emails.Mrs. Porlie Jefferson> From: worldofpowe=
co.uk> To: org> Date: Tue, 29 Apr 2008 09=
:42:03 +0100> Subject: [discuss] Your mail has not reached World Of Power> = 
ely we are unable to action mails directed to this address.> > If you need =
to contact World of Power please click the following link : http://www.worl=
dofpower.co.uk/email/> > Regards> World of Power> Web team> > > -----------=
----------------------------------------------------------> To unsubscribe,=
e-mail: org> For additional commands, e-mai=
l: org>=20
__________________________________________________ _______________
Make i'm yours.=A0 Create a custom banner to support your cause.
http://im.live.com/Messenger/IM/Contribute/Default.aspx?source=3DTXT_TAGHM_=
MSN_Make_IM_Yours=

--_a76f951d-ee44-4ab9-829c-55b6e0b0bf93_--

[discuss] Typo...

Posted: 23 Apr 2008 01:38 AM PDT

On Wed, 23 Apr 2008 11:38:48 +0100
mike scott wrote:
 

Frikking dik-shinereez (dikz) tryin to enfors theer spelin on tha rest
ov us. Reed Chaucer and understand that English is a livin breethin
langwidg stultified by dikz and tha akademikz tryin to relaet it awl
back to some frikkin otha Uropeein langwidg. No normle bloke givz a
toss if its 'ise or 'ice or 'ize. I rekkin it shoud awl be phonetic,
just as us jenue-ien Kiwis speek it mate. Heer we don't heer a lot ov
your frikkin vowelz anywayz, prolly due the the ingrown heer in our
eerz. Besiedz evin the academikz dispuet the point basd on wich dik u
pik up:
http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences#-ise.2C_-ize
If itz that importint to u go and spend yoor tiem lernin Loglan or
Klingon or latin or sumthin, stead ov raggin on tha rest ov us.

Besiedz that weel awl be lernin SMS now itz allowd in the egzamz.

--
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

- Julian of Norwich 1342 - 1416

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] OOo version of OneNote

Posted: 23 Apr 2008 01:36 AM PDT


""Shaylin Clark"" <com> wrote in message
news:fumset$10hl$csie.nctu.edu.tw... 
I second the request.

I'd also like to see a decent replacent for Front Page. I know, there are
tons of HTML editors for linux, but nothing similar to FrontPage. Besides, I
want it integrated with OpenOffice.org.



Microsoft Word - How to fix "Active Directory Doman Services Unavailable" error

Microsoft Word - How to fix "Active Directory Doman Services Unavailable" error


How to fix "Active Directory Doman Services Unavailable" error

Posted: 21 Jul 2013 10:11 AM PDT

I recently purchased a new Toshiba laptop and installed Microsoft Office and a new printer. However, I want to be able to print to an old HP F4280 printer and am getting the following error when I try to add a device to my computer: "Active Directory Doman Services Unavailable." How can I fix this? 

Whole document acts to a particular action

Posted: 21 Jul 2013 09:05 AM PDT

when ever I select a line for formatting it to the middle of the page or any other action being performed by me, the whole page acts as if the whole page is selected.

What action have I to do in the option page or on any control of the MS office 2007 being used as 2003. the same is tried in MS Word only.

Kindly advice.

Thanks and regards,

 

 

RUSTOM IRANI

MUMBAI, INDIA.

Twenty-Year-Old Question About BOLD, *Italic*, and _Underline_

Posted: 21 Jul 2013 08:35 AM PDT

For twenty years, in no matter which version of Word, and no matter whether a keyboard or mouse "turns off" bold, italic, or underline... (SEE, it just did it now)... Anyway, no matter how I have turned off formatting, if I do not put a space (spacebar space) between the last formatted character (as in the "e" in the word "underline" here) and the next character--which should be returned to "normal"--the formatting continues. 

Right now, working in Sigil (not Word, but using .CSS that calls itself MsNormal), and having copied-and-pasted chunks of text from Word 2010, I finally decided I would ask this question: Why, if one mouse-clicks or keyboard-commands a certain type of formatting to turn off, does the formatting NOT turn off? For twenty years, I have done the following: 1) turned off formatting; 2) Hit the Spacebar; 3) resumed "normal" font; 4) then hit the Backspace key to join the formatted text to (generally) a punctuation mark. So that when I write Hello, Microsoft Word Experts Named Susan or Charles! Hmm...I didn't have to follow the four steps just now. Let me try this again. Hello, Microsoft Word Experts Who Respond to Curmudgeons! and By Curmudgeon I Mean More 'Mudgeon' than 'Cur'... It happened. 

In the first instance, when I Unclicked "ITALICS," and then typed the exclamation point, the exclamation point immediately "righted" itself with no need for my cha-cha-cha of Unclicking, Hitting Spacebar, Resuming Normal, Backspacing to Fill in the Void. BUT in the second example, the underlining, when I Unclicked "Underline" but then hit Space, the underlining continued.

Is this a user- or Word-based quirk? I do not know why I've done this for twenty years without asking. That is a user-based quirk. 

Thank you.

Office 365 not working with wifi. But Netflix, MMORPGs and all other programs working well on wifi

Posted: 21 Jul 2013 07:49 AM PDT

Very embarrassing, I purchased Office 365 so my daughter could work her summer internship. It failed terribly. Could not keep connection going for more then 2-3 minutes on wifi. She was able to get Netflix to run, as well as tested my Dark age of Camelot MMORPG both worked fine on same wifi.

 

 

 

At home same issues

 

What can I do?

365 drag and drop not working

Posted: 21 Jul 2013 07:04 AM PDT

word 365 drag and drop highlighted text not working.

1020 HP Printer does not print Word.doc But Prints from paint and notepad.

Posted: 21 Jul 2013 04:44 AM PDT

1020 HP Printer does not print Word.doc But Prints from paint and notepad. and does not print acrobat reader.

2013 Word Heading Numbers don't display correctly

Posted: 20 Jul 2013 05:39 PM PDT

I had redefined Heading Number list, saved file, openend file and no problem.  Renamed the file and when I opened it the Numbered list does not display correctly.  In the Navigation pane, the list shows correctly but in the document, instead of numbers, there is a black solid box. 

 

I have checked the font highlighting to make sure there is no color over the text.  See attached screen image of a crop out from by One Note.

 

 

Thank you.

TC

A correspondance problem between the footnote number and the content

Posted: 20 Jul 2013 04:35 PM PDT

I'm writing a thesis; and I am using EndNote to keep track of my bibliographic source. Everything was okay, then I noticed today that the footnote number and the content of what should be in that footnote do not correspond in several footnotes. For example, footnote 20 will have a reference to a book by Smith, but it should be reference to a book by Jones. And Jones is now in footnote 22 instead. And on and on.

Is there anything I can do besides manually change a hundred or so footnotes.

Documents are saved in old Office versions

Posted: 20 Jul 2013 12:08 PM PDT

Everything was wonderful! until one day, I found myself 'signed out' (I didn't do it!) and my documents wouldn't open properly. I signed in and thought it was OK, but ever since then when I open a document – not just older ones! - I get an error message: "There was a problem sending to the command program" followed by "the converter failed to save the file". Then the document opens with a new name, involving 1's 0's and X's. I find I can open the document if I open the associated Office program first and then open the document, but that's not how it worked, the first few months, and I don't think it should be that way. I see that documents are all being saved in an older (2007) Office format and I wonder if that might be the main problem. Thanks, in advance, for your help!!