On 06/22/2016 03:07 PM, Rick Stevens wrote:
Uh, create your own local repo server, have it fetch the updates once
and have your machines use your local repo to get their copies?
Or a proxy server, which requires a lot less ongoing maintenance
server-side.
--
users mailing list
users@lists.fe
On 06/26/2016 05:51 PM, Sam Varshavchik wrote:
This host is using masquerading, with firewalld. I suspect that this
is firewalld's doing.
Anything interesting in the nat table?
# iptables -L -n -t nat
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription o
On 06/27/2016 02:20 PM, Jim Cromie wrote:
I installed Fc24 beta a month ago on a new laptop
Ive tried upgrading to 24-final, unsure Ive succeeded.
If you upgraded to the beta, then "dnf update" has (or will) update to
the final release. You don't need to run "dnf system-upgrade" again.
--
On 06/27/2016 03:06 PM, Tom Horsley wrote:
But when I get on another system and try to rsh in,
it always tells me "no route to host". Anyone have
a clue what else to check?
Use firewall-cmd to open the rsh port?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subsc
On 06/28/2016 03:10 AM, Joachim Backes wrote:
does anybody know a simple way to upgrade a 32bit fedora24 workstation
to a 64bit fedora24 workstation without a complete system reinstall?
There is no simple way to do this. There are complex and dangerous
ways. One way would be to install the
On 06/30/2016 06:24 AM, Chris Adams wrote:
I have a
variety of pre-set configs in NM, like 192.168.0.x, 10.0.0.x, etc.
...
Is there a way to disable this "helpfulness", so that for this USB
ethernet interface, once I select a config, it stays configured (even if
the link drops)?
Mark one of th
On 07/07/2016 06:07 PM, bruce wrote:
What do I need to add to the local box, or to box1 / box2 to permit me
to hop from box1 to box2 without having to add a key from/between box1
and box2?
You need to install the public key on all five systems.
if ssh forwarding is the soln, what has to be ad
On 07/07/2016 08:59 PM, Niels Kobschätzki wrote:
You would need now to copy also the private key to all the boxes into ~/.ssh of
the user which you want to use (user1).
SSH agent forwarding does allow you to connect from system to system,
without copying your private key anywhere. Your priva
On 07/11/2016 12:27 PM, Go Canes wrote:
Each user on each system needs to have a private ssh key, and a public
ssh key.
No, they don't. Private keys belong on your closest system, on an
encrypted volume. Often, you will only need one.
For maximum convenience (which equals less security), y
On 07/12/2016 10:44 AM, Go Canes wrote:
No, they don't. Private keys belong on your closest system, on an
encrypted volume. Often, you will only need one.
If the OP uses ssh to go from system1:user1 to system2:user2, and then
wants to use ssh to go from system2:user2 to system3:user
On 07/12/2016 02:32 PM, bruce wrote:
so on the box1
i have the priv key
on box1 i have have ssh-agent on box1
on box1, in the config file, do i need to have box2
You *can* specify agent forwarding in the configuration file, but I have
to disagree with users who recommended doing so. My opini
On Tue, Jul 12, 2016 at 11:52 AM, Leandro Gustavo Biss Becker
wrote:
> Using older versions of GRUB2 it is working, but with newer versions, ...
Just so that we're clear, if you boot this computer using an older
version of GRUB2 from tftp, your custom application works, but if you
then use the ne
On Tue, Jul 12, 2016 at 5:25 PM, Chris Murphy wrote:
> My understanding is that PXE is booting is going to talk to a DHCP
> server which should be configured to recognize UEFI specifically, so
> it can hand over the proper kind of bootloader, in this case an EFI
> version of GRUB2. What I don't kn
On 07/14/2016 12:49 PM, Leandro Gustavo Biss Becker wrote:
Analyzing the source code for both versions, I found an interesting change on
grub-core\loader\efi\chainloader.c:382 ( I do not know if this change is
broking what I need). In the newer version of grub, there is a call to
grub_device_c
On 07/28/2016 06:34 PM, Mike Wright wrote:
Usually I start it like this:
ssh-agent
The solution was to invoke ssh-agent differently:
eval `ssh-agent -s`
Yes, that's normal. You need to either eval the output of ssh-agent or
it must be the parent process of your shell. (e.g. ssh-agent
gnome
On 08/05/2016 05:11 PM, Rick Stevens wrote:
[root@prophead ~]# lspci
...
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th
Gen Core Processor Integrated Graphics Controller (rev 06)
...
01:00.0 VGA compatible controller: NVIDIA Corporation GF110 [GeForce GTX
580] (rev a1)
On 08/06/2016 09:40 AM, Philip Rhoades wrote:
It appears I should enable the AHCI option for RAID functionality
(even if I only have a single boot drive installed) and then that will
allow hot swapping.
What mode is it set to now? AHCI is typically the default.
--
users mailing list
users@li
On 08/09/2016 10:44 PM, Rick Walker wrote:
I'm very skeptical.
Take a look at the pdf linked in the first message. The challenge ack
limit was intended to improve security, but created a side-channel
attack that could allow someone who doesn't control the communication
path to reset conne
On 09/05/2016 12:48 AM, Todor Petkov wrote:
is there a way to run a graphical program via ssh/X forward with low
quality, i.e. 16 bit mode/800x600 etc?
Generally, setting a resolution and bit depth are operations that you
apply to a remote display with a root window, such as a standard RDP
s
On 09/06/2016 05:06 AM, Tom Horsley wrote:
Where the devil does systemd stash the info about what
crap to start in the "user daemon" and how do I change it?
Arch has a pretty good document on the topic:
https://wiki.archlinux.org/index.php/Systemd/User
--
users mailing list
users@lists.fedora
On 09/07/2016 07:18 AM, Michael D. Setzer II wrote:
Use ftp to transfer files, but just had issues today in which connection is
made and login works fine, but doing a ls or trying to download a file fails?
If you're behind NAT or a non-stateful firewall, you typically need to
use PASV. If th
On 09/12/2016 04:37 PM, bruce wrote:
awk -F': ' '{print $2}' | tail -1 | sed 's/.*storeId=\(.*\).&/\1/'
You've got good answers, especially Cameron's. It had one error,
though. If the URL is in a variable, it needs to be an argument to printf:
url='http://venturacollege.bncollege.com/w
On 09/13/2016 09:54 AM, bruce wrote:
everything's working as needed.. if i get a few spare cycles i'll run
a few tests to see what the time/diff would be between a few of the
posts..
Your use case is small enough that it might be difficult to illustrate
the potential problems. The question
After this morning's updates, I noticed that a bunch of common keyboard
shortcuts didn't work. In gnome-terminal, shift-insert didn't paste
selected text. In thunderbird, 'b' wouldn't move to the previous
message in the folder, but only if the keyboard focus was in the message
body pane. In
On 09/24/2016 08:35 AM, Ranjan Maitra wrote:
Is there any long-term advantage to install on EFI?
Secure Boot should prevent kernel-modifying rootkits, for one.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to u
On 09/24/2016 10:25 AM, Ranjan Maitra wrote:
I don't know what the last means
It means that Red Hat cryptographically signs the grub bootloader, the
kernel, and kernel modules that ship with Fedora, and they won't be
loaded if they've been modified. A rootkit might modify the kernel, or
a
On 09/24/2016 10:44 AM, jd1008 wrote:
Secure Boot should prevent kernel-modifying rootkits, for one.
But old PC's do not have uefi in BIOS.
So it seems old pc's will not benefit from it???
The question was, "are there any benefits to UEFI?"
Will PCs that don't have UEFI benefit from UEFI f
On 10/01/2016 04:37 PM, Michael D. Setzer II wrote:
I can connect to ftp server but the listing fails if firewalld and iptables
services
are running.
Does the problem go away if you "modprobe nf_conntrack_ftp" as root, and
leave firewalld up?
___
On 10/02/2016 04:48 AM, Michael D. Setzer II wrote:
The modeprobe nf_conntrack_ftp doesn't output any messge or error? Not
sure what it is suppose to output.
It shouldn't output anything. In your iptables rules you find these:
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A I
On 10/10/2016 09:17 AM, Patrick O'Callaghan wrote:
On Mon, 2016-10-10 at 11:25 -0400, Alex wrote:
>I suppose I'm most familiar with ext4, although I understand xfs is
>the default filesystem during install now.
Where did you read that? AFAIK the default continues to be ext4.
Alex is thinking
On 10/12/2016 06:40 AM, Michael Cronenworth wrote:
"Never needs fsck"? What crazy alternate reality do you live in?
It's only slightly exaggerated. XFS has online fsck, which means that
the kernel can fix some errors as it encounters them. Others... well, I
*have* seen XFS require an offline
On 10/12/2016 08:53 AM, Heinz Diehl wrote:
It was, some years ago. This is no longer the case.
I suggest that users evaluate their options under their own workload.
When I ran tests last year on CentOS 7 for rsnapshot storing maildirs
(the exact workload in question here), ext4 was signific
On 10/12/2016 03:57 PM, c...@zip.com.au wrote:
Except it the wildest scenarios, XFS fsks at mount, almost immediately.
Is that different from fsck.ext4 replaying the journal?
Go and cat (yes, cat) the fsck.xfs command.
OK. I'm not sure what you think I'll learn by doing so. fsck.xfs
exis
On 10/13/2016 11:49 PM, c...@zip.com.au wrote:
Out of interest, how recent was your need to recover XFS, and what
were the circumstances that caused it to be necessary?
I don't remember the date, specifically, and it's not clear what the
circumstances are. One of the consequences of on-line
On 10/16/2016 05:42 AM, George N. White III wrote:
I don't remember the date, specifically, and it's not clear what
the circumstances are. One of the consequences of on-line fs
checking is that errors tend to be detected long after they
actually occur.
Not sure what you mean
On 10/22/2016 06:13 AM, bruce wrote:
The idea, is that a clientApp, on a given clientVM will access a file
on the nfs, and then the nfs file is no long used.
It's difficult to offer performance tuning advice without more
information about what the app is doing, exactly. Is it reading it into
On Sat, Oct 22, 2016 at 1:00 PM, jd1008 wrote:
> Parallel server processes:
> The server process might be coded so that for each request, it forks a child
> process to serve the request.
> Now, child processes have to compete for a lock on the list of files to be
> served, one of the children will
On 10/24/2016 02:07 PM, Joe Zeff wrote:
A database running on a server probably doesn't want more than one
process to be modifying it at any given time.
Yes, I get that. But why would it be better for the scheduler to start
up database servers on multiple hosts and allow them to compete for
On 10/24/2016 03:16 PM, Joe Zeff wrote:
I don't have the experience to judge which one is better; I was only
pointing out a reason that you'd not want multiple instances of the
database program working on the same file at any given time.
Yes, but I wasn't proposing starting multiple instance
On 10/25/2016 06:53 PM, Alex wrote:
The problem I was having
was with the user doing local modifications (joomadmin) not being able
to modify files uploaded or changed by the joomla apache user
(apache).
Numerous suggestions were made, including changing all the files to be
sgid write, adding th
On 10/27/2016 01:44 PM, Alex wrote:
I've actually already done these exact steps, and it doesn't work (on
fedora23). When you say you've tested it, do you mean you tested the
steps above, or you did something to confirm afterwards that its umask
is 0002?
I created a php script that created a ne
On 10/27/2016 02:14 PM, Joe Zeff wrote:
On 10/27/2016 01:57 PM, Gordon Messmer wrote:
I created a php script that created a new file. Before the change, the
file's mode was 0644. After the change, the mode was 0664.
Did you run the script after the change, or simply make the chang
On 10/27/2016 02:27 PM, Alex wrote:
How is it set for the normal user? I've modified /etc/bashrc (and even
/etc/profile), and the apache user doesn't have a .bashrc or
.bash_profile, and it's still 0022.
It's difficult to tell what you're doing wrong, because you aren't being
specific about wh
On 10/27/2016 02:19 PM, Alex wrote:
Specifically, uploading new modules have been created with 0644
and 0755.
Assume that we don't know what your process is, and be specific about
how you're uploading new modules, please.
___
users mailing list --
On 10/30/2016 05:50 PM, Gregory P. Ennis wrote:
[22033.163868] sd 12:0:0:0: [sdd] Spinning up disk...
[22033.165424] ses 12:0:0:1: Attached scsi generic sg5 type 13
[22034.163430] ...
[22106.673511] usb 8-1.3: reset high-speed USB device number 10 using
xhci_hc
On 10/31/2016 04:40 AM, George N. White III wrote:
How old is your hardware/BIOS?
"If you have 64-bit Vista, 64-bit Windows 7, a Mac, 64-bit Linux, or
in some cases 32-bit Linux, check to see if your system's BIOS
supports 3TB. If doesn't, you'll need to obtain a BIOS update or to
buy a newer
On 10/30/2016 07:31 PM, fred roller wrote:
System is detecting... you are being assigned sdd in your sequence but
the system is choking on the size. ... seems to some extent limited
to 2Tb according to this[1] and similar articles eluding to a 2Tb cap
per partition.
That limitation applies t
On 10/31/2016 09:42 AM, jd1008 wrote:
Perhaps - JUST PERHAPS - your damned cable is crappy.
Get a brand new one made for disks, and not charging cell phones.
Note that this drive, and portable drives in general (as far as I know)
don't use the same cable that phones do:
https://images-na.s
On 10/31/2016 01:02 PM, Eddie G. O'Connor Jr. wrote:
In certain cases isn't there a way to format a drive using the GPT
option? (I believe it's in "Disks") and then you select the drive in
question.then go to the upper right hand corner and select the
"Format Disk" choice. When it opens you
On 10/27/2016 05:48 PM, Alex wrote:
I'm referring to the procedure typically used by joomla admins through
the web-based admin interface included with joomla. It logs in as a
system user then I believe uses sftp to upload files from the local
desktop or somewhere on the joomla system.
As best
On 11/12/2016 03:51 PM, Peter Lesterhuis wrote:
Now I am not sure what to do. I want to delete unnecessary files. But
here my knowledge of the filesystem ends. Probably a stupid question,
but I am going to ask anyway; can I delete /var/cache/PackageKit, or
will that ruin my system?
You're p
On 11/13/2016 03:50 AM, Peter Lesterhuis wrote:
When from now on I start using PackageKit as the tool to update the
packages, will that eventually clean up my /var/cache/PackageKit?
Yes, it will remove packages after they are applied.
___
users mail
On 11/14/2016 12:01 PM, Tom Horsley wrote:
ssh goes to fantastic amounts of trouble to invent
ridiculous file descriptors it can wait on till
they close
No it doesn't. ssh has a simple, well-defined behavior. It doesn't
create non-standard (read "ridiculous") file descriptors. If you're
ha
On 11/16/2016 10:43 AM, George N. White III wrote:
You could go to the DongleCompany (formerly known as Apple) Store.
They recently announced big discounts on the dongles, but not sure if
you have to
own one of the current Apple products to qualify,
There are less expensive options, even af
On 11/23/2016 08:54 AM, Tom Horsley wrote:
For the first time in years, I can ssh in as root
on fedora 25 without having to modify the sshd_config
to allow it. What happened? Did the security
geeks lose a bet or something?
I'm not aware of any release of a Red Hat derived system that defaults
On 11/23/2016 11:27 AM, Tom Horsley wrote:
I've always had to edit PermitRootLogin to say "yes"
in every release that I can remember till now. It was
always something like "prohibit-password" before,
but now the installed sshd_config file actually says "yes":-).
# grep PermitRoot /etc/ssh/sshd
On 11/28/2016 10:08 PM, Stephen Davies wrote:
My databases were off the air for 24 hours.
On the up side, you've learned a couple of important lessons about
operating production services. The first of them is this: Set up a test
environment and actually test your changes there, first.
Inc
On 12/17/2016 07:52 PM, Eric Smith wrote:
ifconfig on the desktop shows that I have an inet6 address on the Ethernet
interface enp10s0 (which I don't actually want), but no inet6 address on lo.
route shows that I have no ipv6 routes.
So, you don't see ::1/128 on your loopback interface?
$ i
On 12/24/2016 12:58 PM, Aero Maxx D wrote:
Still same error as before, I have no idea where to go from here the error
message is too vague!
Glancing at the thread... I'd note that you typically can't use
mod_authnz_pam if you're authenticating against /etc/shadow, because
that file is reada
On 12/30/2016 02:19 AM, Mayavimmer wrote:
Is it safe?
If your system boots, then probably, yes.
If so, why does the Fedora installer propose a separate
/boot in this EFI hardware case with GPT partitioning?
The kernel and initrd need to be in a place that GRUB2 can read them.
Anaconda can
On 12/30/2016 02:39 AM, Mayavimmer wrote:
The plan is to nondestructively
upgrade the old OS to F25 by keeping both for a while, giving the user
the option to boot the old OS if they want
I don't understand how "upgrading" the old OS will be "non destructive"
or give the user the option to boo
On 12/30/2016 03:38 PM, Mayavimmer wrote:
The upgrade requirement is for the user to revert back and boot the old
OS if it does not work or they don't like it. So the reversible upgrade
cannot be in-place: basically you have both the old and the new OS's
access the common data in a separate part
On Tue, Jan 3, 2017 at 8:20 PM, wrote:
>
> Once, I resized volumes, I ran resizee2fs. However, system will not boot
> properly due to bad geometry.
Too late to help now, but you should run "lvresize -r" when shrinking
filesystems, so that the filesystem is resized first.
> To correct the situ
On 01/04/2017 09:58 PM, Christopher wrote:
since F25, I get poor download speeds, and *REALLY* poor upload speeds
It might not be too helpful, but I think I'm seeing the same thing. I
haven't looked at it previously, but a very cursory look shows that when
uploading the "Invalid misc:" coun
I spent a little while looking at this today, and I'm not able to
reproduce the problem. I've definitely had trouble with uploads in the
recent past, but I've compared the firmware versions between F24 and F25
and found no difference. I've uploaded files using the F24 kernel and
F25 kernel an
Try enabling TX aggregation. This setting boosted my iperf results
from 21M/s to 78M/s:
# cat /etc/modprobe.d/iwlwifi.conf
options iwlwifi 11n_disable=8
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@
On 01/11/2017 07:12 PM, Chris Murphy wrote:
I retested Fedora 25 to match the same kernel used by Rawhide, and I get:
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.1 sec 49.9 MBytes 41.6 Mbits/sec
Is that consistent on retries? I get really variable results on WiFi.
I'd run th
On 01/17/2017 08:01 AM, ProPAAS DBA wrote:
- does anyone have experiences good and bad with KVM? Any gotcha's or
common issues I should be aware of?
I've been using KVM exclusively since Red Hat stopped shipping Xen dom0
kernels. It works the way I expect it to and hasn't given me any grief
On 01/19/2017 04:02 AM, Sam Varshavchik wrote:
Good question. Why is systemd not reaping zombies, as PID 1 should be
doing?
Since it was in D state, it probably issued a blocking system call that
didn't return as expected and hung the application. Unless that
condition is reproducible, it'l
On Mon, Jan 16, 2017 at 12:36 PM, Stephen Morris
wrote:
> My Nas device now fails to mount at boot time via the CIFS definition in
> fstab but the corresponding NFS definition mounts quite happily. Also after
> the system comes up and I log into KDE I can manually mount the CIFS device.
> As f
On 02/12/2017 05:06 PM, bruce wrote:
the following isn't working
sed -i 's/\,+$//' sed.da
That would remove one or more commas, if they immediately precede the
end of the line.
You mean:
sed 's/,.*$//'
or:
cut -f1 -d,
___
users mailing list
On 10/02/2012 07:15 PM, Lawrence Graves wrote:
I need some help in trying to get to the source of this problem.
What problem? They filter ICMP requests, so traceroute doesn't work.
That's not really a problem.
I am unable to
connect to this email address and I don't know how to resolve it.
On 10/08/2012 11:08 AM, Tom Horsley wrote:
I have a sample .php script which I explicitly named with
a .php.txt suffix so it would be treated as a plain text
file, not a php script.
Yet apache is clearly running the php script rather than just
uploading the plain text copy of the script when I c
On 10/08/2012 04:32 PM, Tom Horsley wrote:
I have just tried it turning off MultiViews in the
directory where I have my copy of my web pages and
by gosh, it does indeed just show me the file now
instead of running the php script, so even though
my poor brain can't figure out how the heck what the
On 10/08/2012 06:08 PM, Tim wrote:
Content negotiation allows the webserver to hold multiple different
variations of the same data, and for the webserver and web browser to
negotiate between them as to which will be the best version to offer.
According to the documentation and to tests, MultiVi
On 10/08/2012 07:36 PM, David G. Miller wrote:
Just guessing but what is the first line of the file? It's probably:
That is also wrong. Apache uses the AddHandler directive and file
extensions to decide whether or not a handler should process a file.
The php will only process files that ha
After updating a Lenovo T430S to kernel-3.6.1-1.fc17.x86_64, the system
doesn't generate sound.
dmesg from a working kernel is here:
http://paste2.org/p/2332429
dmesg from kernel-3.6.1-1.fc17.x86_64 is here:
http://paste2.org/p/2332432
Before I file a bug report, has anyone else seen this prob
On 10/14/2012 08:49 AM, Robert Moskowitz wrote:
Things are kind of working right now. Any pointers?
Does the problem affect user accounts other than the one you've been
using?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fed
On 10/14/2012 01:01 PM, Robert Moskowitz wrote:
It is the ONLY user account on this system. Well other than root.
So, add another account and see if it's affected the same way. That'll
tell you whether the problem is somewhere in the system or in your user
profile.
If the new user account
On 10/15/2012 07:00 PM, DJ Delorie wrote:
If I find out which program turned that "feature" on, I'm taking it out
back and shooting it.
I wasn't paying attention earlier, so maybe this was already pointed
out: Open the Universal Access section of GNOME's settings. Select the
Typing tab and
On 10/15/2012 11:52 PM, Tiziana Manfroni wrote:
If it is not possible, what can I do?
Enable the auditing system. Everything else can be trivially disabled
or evaded.
SuSE actually has some fair documentation for this:
http://doc.opensuse.org/products/draft/SLES/SLES-security_sd_draft/cha.a
On 10/18/2012 04:15 PM, William Henry wrote:
Same here. Just updated it and audio input/output on my Lenovo X220 is gone.
I applied the update to 3.6.2-4.fc17.x86_64 and confirmed that I still
didn't have audio. I had been looking around at bugs, and thought I'd
found some good leads, but fo
On 10/18/2012 11:07 PM, Gordon Messmer wrote:
I've got working audio now on 3.6.2-4.fc17.x86_64, but I'm not sure what
I did to fix it.
And then a few minutes later it quit working.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription opti
On 10/21/2012 09:59 AM, Christopher Svanefalk wrote:
What would be some key benefits of replacing X with Wayland?
http://lwn.net/Articles/517375/
http://en.wikipedia.org/wiki/Wayland_(display_server_protocol)
Wayland lacks a lot of features that exist in X.org, currently. I think
the idea th
On 10/24/2012 09:08 AM, William Henry wrote:
My audio is back: 3.6.2-4.fc17.x86_64
Mine worked on that kernel as well, but only for a few minutes.
I still haven't got around to filing a bug.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
http
On 10/13/2012 01:44 PM, Gordon Messmer wrote:
After updating a Lenovo T430S to kernel-3.6.1-1.fc17.x86_64, the system
doesn't generate sound.
I've determined that the cause was power management. I configured the
system with all of powertop's suggested power management setti
On 10/28/2012 06:27 AM, Rafnews wrote:
i found several websites (e.g.:
http://www.ces.clemson.edu/linux/fc2-ipw2200.shtml) where some steps are
written how to make it works...however in my case, i have some errors
with make ieee80211-1.2.18.
Fedora 17 already includes the driver, and apparently
On 10/28/2012 01:53 PM, Rafnews wrote:
ok so here it is (lspci):
Could you also include the output of "dmesg"?
It looks like my initial guess was incorrect. Rather than the PCI bus,
the device is probably attached to the USB. What is the output of "lsusb"?
--
users mailing list
users@lists
On 10/30/2012 03:48 PM, Bill Davidsen wrote:
Preupgrade used to be quite limited in capability, and restricted to a
single version upgrade at a time. I have some systems I would rather not
upgrade by hand if possible, but they need to go from fc13 to fc17, and
I'm sure doing it insteps would take
On 10/28/2012 01:50 PM, Philip Prindeville wrote:
I tried to use the script below to extract the key, subject, and
serial #, and generate a new cert based on the same, but for whatever
reason Thunderbird balks at it with:
Your message didn't include any indication of what the client says about
On 10/31/2012 01:32 AM, Rafnews wrote:
so nothing on USB (here is the lsusb output):
...
regarding dmesg output i attached to this message but i don't know if
forum rules will not block it. It's around 58kb file.
I don't see anything in dmesg, lsusb, or lspci that indicates that a
wireless c
Thanks, Philip. I was guessing that the sever was having some trouble
completing the TLS handshake, but that looks fine. You said in your
original post that Thunderbird balks, but described only the server's
behavior. What, exactly, does Thunderbird do when you try to connect?
Have you tried
On 11/03/2012 10:07 PM, Bill Davidsen wrote:
The bottom line appears to be 13->15->17, at most two versions at a
time.
I don't know of any reason you can't go from 13->16. Going directly to
17 is only problematic because of the /usr merge, since anaconda needs
to handle that.
And it's goi
On 11/03/2012 09:29 AM, Tom Horsley wrote:
I think I've fixed it though: I now have this added to my
"big hammer" yum update hooks:
Isn't this more or less how Eric Raymond broke his system before he
publicly stormed away from using Fedora? He forcefully removed a
package that others depende
On 11/05/2012 10:15 AM, Tom Horsley wrote:
Also if there are any real dependencies on NM, they are gonna
fail anyway, because NM isn't running anything on my system
and anyone expecting it to be able to do things to the
network is already broken.
I don't think you understand how the dynamic lin
Given the output you've shared of pvs and other LVM tools, it sort of
looks like your older drive's LVM is in some way broken.
If I were you, I'd start by rebooting the system with the old drive
disconnected. This should help ensure that nothing is in an odd state
due to running more or less
On 11/05/2012 11:27 AM, Tom Horsley wrote:
This dependency wasn't added by rpmbuild noticing that a library
was used, this dependency was force fed to the package to make
it depend on NM despite the fact that there is no hard wired
dependency. I was able to uninstall NM until these artificial
dep
On 11/14/2012 05:34 PM, Frank Pikelner wrote:
Is there a way to bridge both the LAN and Wifi interfaces so that the
communication is done using the bridge and serviced by either interface
that is currently active?
I'm using the default Network Manager and mostly use the laptops for
working and t
On 11/18/2012 05:45 AM, Sergio wrote:
Preupgrade isn't supported any more, AFAIK.
That's only true for Fedora 18 and later releases. For the current
release, PreUpgrade is still the recommended upgrade path:
https://fedoraproject.org/wiki/How_to_use_PreUpgrade?rd=PreUpgrade
For Fedora 18, y
On 11/22/2012 01:55 PM, M. Fioretti wrote:
However, I do remember that this thing of having the trailing slash in
the source, but not in the destination, is something I have read in
many places as the thing to do, and this is the first time I hear
speaking against it.
The man page for rsync is
301 - 400 of 881 matches
Mail list logo