Verizon "sub-accounts" and fetchmail - Forums Linux |
- Verizon "sub-accounts" and fetchmail
- Problems changing preferences in Ubuntu
- Using grub/rdist for OS swapping
- Fedora 4 & WinXP multi boot on two separate SATA drives
- Install GRUB on USB stick
- How to keep /home on two laptops in sync?
- Unable to handle kernel paging request
- Xwindows freeze problem
- KDE default preferences for all users
- How to change /home's file system
- Mp3 decoder in Fedora Core4
- Help: Multi OS won't boot some OS - Grub Boot loader
Verizon "sub-accounts" and fetchmail Posted: 06 Nov 2005 08:23 PM PST On Mon, 07 Nov 2005 00:12:14 -0500, Bill Marcum wrote: ...snip.. Thanks, Bill, but Verizon's server only wants to work with POP3. IMAP and folders was my first thought, but since this is out I need to find another solution. Beef. |
Problems changing preferences in Ubuntu Posted: 06 Nov 2005 01:40 AM PST Chris F.A. Johnson wrote: And if that doesn't work, check the file /etc/sudoers, to make sure your user name is in there. If not, add it. (I bumped into this one too. It seems like a glitch in Ubuntu.) The line you want looks like this: yourusername ALL=(ALL) ALL You can make this change whilst still locked out, because you can "su -" from a terminal and use vi to edit the file. I don't know what is up here with Ubuntu. It worked fine in an installation I did on my own machine, but another installation on a laptop that I was asked to look at did exactly what you are describing. -- Ron House edu.au http://www.sci.usq.edu.au/staff/house Ethics website: http://www.sci.usq.edu.au/staff/house/goodness |
Using grub/rdist for OS swapping Posted: 05 Nov 2005 04:42 PM PST On 5 Nov 2005 16:42:51 -0800, rfriedri <net> wrote: What's wrong with using a partition for each OS, other than the fact that it (usually) works? -- .... Had this been an actual emergency, we would have fled in terror, and you would not have been informed. |
Fedora 4 & WinXP multi boot on two separate SATA drives Posted: 05 Nov 2005 02:27 PM PST An MBR is as you said an MBR, but an MBR of disk one (Windows) is not the same as an MBR of disk two (the to-be-linux) disk. In fact I have been looking franticly for answers and as it appears somebody attempted that before (put the MBR bootlinux.lnx file of the 2nd drive into the booting first drive) and it did not work at all. Besides, he who does not learn from the past, is bound to commit the same mistakes again ;-) "Nico Kadel-Garcia" <net> wrote in message news:com... |
Posted: 05 Nov 2005 06:44 AM PST ooops, yes when reading it again I see what you mean. I wonder why it looked like that (maybe because I wrote it 2 am...) However that's not the case. Also I dislike your comments about my relationship with my employer, something that you don't know anything about. I have written questions on usenet a couple of times before and never been met like this. Now, if anyone could be so kind and help me with my question. Sincerely, Pål Huldén Gothenburg Sweden |
How to keep /home on two laptops in sync? Posted: 05 Nov 2005 06:02 AM PST In comp.os.linux.setup frwarner <com>: Rubbish, while unison's protocol is inspired by rsync, it uses its own, which is bidirectional, faster then rsync and using far fewer resources on both systems. Dunno where you get this from? Ever tested this out? Try syncing hundreds of GB with rsync and compare with unison, preferable over GB lan, then come back and tell me which one is faster! ;-) [..] -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 70: nesting roaches shorted out the ether cable |
Unable to handle kernel paging request Posted: 05 Nov 2005 05:24 AM PST Centurion wrote: Thanks for replying. I may not have made it clear, but I am using 2.6.12 and I normally use 2.6.12-9-amd64-k8-smp. However, because I was getting a lot of unexplained freezes, I tried other configurations. I found that things seemed to be stable with a non-smp kernel. I was trying the 32bit smp when I got the reported oops (there never seem to be any oops messages when I'm running 64bit). I had to use the k7 kernel as unsurprisingly there didn't seem to be a 32bit k8 kernels. I'm still getting problems using 2.6.12. I suspect it happens when updatedb runs, but I'm not clear whether it's an updatedb issue, a kernel issue, or a hardware issue (like faulty memory). - Richard -- Richard Kimber |
Posted: 05 Nov 2005 03:17 AM PST I did a clean install. My video card is a Voodoo3 which worked fine under 10.1. It is a very old and commonplace card. |
KDE default preferences for all users Posted: 05 Nov 2005 01:59 AM PST In comp.os.linux.setup Peter T. Breuer <it.uc3m.es>: [ KDE settings all users ] Exactly this is the most easiest way, simply create one user and change settings to your needs, now copy things you want to /etc/skel. [..] Delete all screensaver but the blank one and make this active, deleting has to be redone on updating the package containing the files. But seems the only way really working. [..] No rocket science involved to start with: ls -lrt ~/.kde/share/config/ -- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 41: interrupt configuration error |
How to change /home's file system Posted: 04 Nov 2005 11:54 PM PST On Sat, 05 Nov 2005 09:54:36 +0200, Michael Badt wrote: Assuming you have space on a destination partition, it is quite easily done with tar. I don't know of any "conversion in place" utilities, and they would be more dangerous than they'd be worth. The first step would probably be "backup your data first to prevent any data loss." Here are the steps to follow in general (adjust for your system): 1. Format destination partition with desired filesystem. 2. Mount both source and destination partitions 3. Use a tar command similar to as shown below (adjust for your system): SRC=/mnt/hda1 DEST=/mnt/hdb1 (cd $SRC && tar -cpf - home/.) | (cd $DEST && tar -xvf -) Caution: the above command does very little error checking. Refer to this document for more detailed information: http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/ Also, if you have may extensive use of hard links in the source, then the restore will use more space on the destination. That is a special case which might require the identification of multiply-linked files for special handling. |
Posted: 04 Nov 2005 07:49 AM PST "Jack// ani" <com> wrote in message news:googlegroups.com... Xine and related packages are available for Fedora releases at the DAG and Dries websites, at http://dag.wieers.com/packages/. You can also set up a very nice Yum configuration to regularly check the sites for updates. |
Help: Multi OS won't boot some OS - Grub Boot loader Posted: 03 Nov 2005 08:52 PM PST Thanks Douglas, Eventually I solved my problems by: 1. Fixing the fstab files of the "troublesome" OS 2. Adding and intrd line (missing originally) in the Mandriva's stanza Thanks Douglas Mayne wrote: http://groups.google.com/group/linux.debian.user/msg/b7b34125bf39c32a?hl=en& http://groups.google.com/group/comp.os.linux.setup/msg/ff16486932ad2987?hl=en& |
You are subscribed to email updates from TextNData Forums - Linux To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |